rm special agents
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,3 +1,3 @@
|
|||||||
.worktrees/
|
.worktree/
|
||||||
node_modules/
|
node_modules/
|
||||||
.pi/
|
.pi/
|
||||||
|
|||||||
@@ -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/tool.ts` / `src/schema.ts` — tool contract and parameter/result types.
|
||||||
- `src/wrapper/cli.mjs` — child-session wrapper that writes artifacts/results.
|
- `src/wrapper/cli.mjs` — child-session wrapper that writes artifacts/results.
|
||||||
- `src/*.test.ts`, `src/wrapper/*.test.ts` — regression tests.
|
- `src/*.test.ts`, `src/wrapper/*.test.ts` — regression tests.
|
||||||
- `docs/superpowers/specs/` — design docs created during brainstorming before implementation.
|
- `docs/specs/` — design docs created during brainstorming before implementation.
|
||||||
- `docs/superpowers/plans/` — implementation plans and migration notes.
|
- `docs/plans/` — implementation plans and migration notes.
|
||||||
|
|
||||||
## Working rules
|
## Working rules
|
||||||
|
|
||||||
@@ -43,5 +43,5 @@ Applies to entire `pi-subagents` package in this repo root.
|
|||||||
## Repo hygiene
|
## Repo hygiene
|
||||||
|
|
||||||
- Ignore `node_modules/` for edits.
|
- 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.
|
- Update this file when runner behavior, env names, commands, or package structure change.
|
||||||
|
|||||||
Reference in New Issue
Block a user