My personal harness around Pi for coding-agent work.
Warning
Feel free to use these, but they're mainly for my personal use and I might not read/merge your pr. Also, I haven't read a single line of code so I can't be held responsible if something bad happens. Godspeed ✌️
Install the repository as a Pi package:
pi install git:github.com/aliou/pi-harnessTo install selectively, or disable specific extensions, edit your settings.json:
{
"packages": [
{
"source": "git:github.com/aliou/pi-harness",
"extensions": [
"extensions/btw/index.ts",
"extensions/defaults/index.ts",
"extensions/providers/index.ts"
]
}
]
}Extension paths should match the directory names in extensions/ exactly.
This repo contains my Pi harness extensions, shared package code, and test utilities.