pi-better-harness
extensionmaintainedPi extension bundle for subagents, durable background tasks, and goal tracking.
by — · v0.1.14 · published 1w ago
$ pi install npm:pi-better-harnessSignals
Download trend
2.0K downloads · last 12 weeks (weekly)
README
pi-better-harness
pi-better-harness is a Pi meta package that installs the core Pi Better Harness extensions for delegated subagents, durable background tasks, and goal tracking.
Quick Answer
Use pi-better-harness when you want the full background-work set for Pi. It manages:
pi-better-subagentsfor detached, sandboxed subagent runs.pi-better-background-tasksfor durable shell tasks and watchers.pi-better-goalfor objective tracking that is aware of background work.
pi-better-read-aloud is intentionally not included yet.
Screenshots


Install
Install the three extensions as standalone Pi packages, so Pi displays and manages each by its own package name:
npx pi-better-harness install
For project-local Pi settings:
npx pi-better-harness install --local
The bundled installation remains available for compatibility:
pi install npm:pi-better-harness
When To Use
Use the installer when you want all three core extensions with standalone package identities. Install an individual package instead when you only need subagents, shell task supervision, or goal tracking.
Compatibility
| Requirement | Support |
|---|---|
| Pi | Required |
| Recommended install | npx pi-better-harness install |
| Development runtime | Node.js 22+ |
Update Or Remove
Remove all three standalone packages:
npx pi-better-harness uninstall
Add --local to remove them from project-local settings.