From 2f151a313485e7adf26c3bcc3f7a6465e2c38fdf Mon Sep 17 00:00:00 2001 From: pi Date: Sun, 12 Apr 2026 07:21:53 +0100 Subject: [PATCH] rm special agents --- .gitignore | 2 +- AGENTS.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 5c367c8..5f5c8f3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ -.worktrees/ +.worktree/ node_modules/ .pi/ diff --git a/AGENTS.md b/AGENTS.md index 85ca368..d988925 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -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.