docs(specs): add live progress design

This commit is contained in:
pi
2026-04-12 10:01:08 +01:00
parent a49d102f33
commit a4e627084d
2 changed files with 177 additions and 2 deletions

View File

@@ -21,8 +21,8 @@ Applies to entire `pi-subagents` package in this repo root.
- `src/tool.ts` / `src/schema.ts` — tool contract and parameter/result types.
- `src/wrapper/cli.mjs` — child-session wrapper that writes artifacts/results.
- `src/*.test.ts`, `src/wrapper/*.test.ts` — regression tests.
- `docs/specs/` — design docs created during brainstorming before implementation.
- `docs/plans/` — implementation plans and migration notes.
- `docs/superpowers/specs/` — design docs created during brainstorming before implementation.
- `docs/superpowers/plans/` — implementation plans and migration notes.
## Working rules