rm special agents

This commit is contained in:
pi
2026-04-12 07:21:53 +01:00
parent d80367037c
commit 2f151a3134
2 changed files with 4 additions and 4 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/superpowers/specs/` — design docs created during brainstorming before implementation.
- `docs/superpowers/plans/` — implementation plans and migration notes.
- `docs/specs/` — design docs created during brainstorming before implementation.
- `docs/plans/` — implementation plans and migration notes.
## Working rules
@@ -43,5 +43,5 @@ Applies to entire `pi-subagents` package in this repo root.
## Repo hygiene
- Ignore `node_modules/` for edits.
- `.worktrees/` contains isolated worktrees; do not treat them as primary source unless task explicitly targets them.
- `.worktree/` contains isolated worktrees; do not treat them as primary source unless task explicitly targets them.
- Update this file when runner behavior, env names, commands, or package structure change.