Monorepo for Pi coding agent tooling. Managed with Bun and Biome.
| Package | Description |
|---|---|
acp |
ACP adapter — bridges Pi sessions into Agent Client Protocol clients (Zed, etc.) |
oc-todo |
Pi extension — structured todo list tracking, ACP plan-compatible |
oc-rewind |
Pi extension — per-message undo/redo with shadow-git snapshots |
bun run build # Build pi-acp
bun run typecheck # Type-check pi-acp
bun run test # Run pi-acp tests
bun run format # Format all packages with Biome
bun run lint # Lint all packages with BiomePush to main with a version bump in a package's package.json. The publish workflow detects changed packages with version bumps and publishes them to npm automatically.
MIT