pi-better-harness

extensionmaintained

Pi extension bundle for subagents, durable background tasks, and goal tracking.

by · v0.1.14 · published 1w ago

$ pi install npm:pi-better-harness
downloads/mo
0
stars
1
last push
4d ago
open issues
7

Signals

license: MITtestspi manifest: missinginstall size: —deps: 0peer deps: 0

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-subagents for detached, sandboxed subagent runs.
  • pi-better-background-tasks for durable shell tasks and watchers.
  • pi-better-goal for objective tracking that is aware of background work.

pi-better-read-aloud is intentionally not included yet.

Screenshots

pi-better-harness rendered in Pipi-better-harness package overview

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

RequirementSupport
PiRequired
Recommended installnpx pi-better-harness install
Development runtimeNode.js 22+

Update Or Remove

Remove all three standalone packages:

npx pi-better-harness uninstall

Add --local to remove them from project-local settings.

More Detail