diff --git a/README.md b/README.md index e18e51a..1d9ab22 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ To remove workflows this plugin installed into your target repo: - `gh aw remove ` for each installed workflow (deletes both the `.md` source and the compiled `.lock.yml`), then commit the deletion. - `gh secret delete CLAUDE_CODE_OAUTH_TOKEN` — or `ANTHROPIC_API_KEY`, whichever path you used — to unset the auth secret. -- For `agent-team` specifically, also delete the seven labels: `gh label delete agent-team` plus `gh label delete state:` for each of `plan-needed`, `impl-needed`, `review-needed`, `done`, `blocked`, and `in-progress`. +- For `agent-team` specifically, also delete the seven labels: `gh label delete agent-team`, `gh label delete agent-team:reviewed`, plus `gh label delete state:` for each of `plan-needed`, `impl-needed`, `review-needed`, `done`, and `blocked`. Nothing else is persisted — the plugin writes only to your target repo (under user approval) and holds no local state outside Claude Code's own plugin directory. diff --git a/skills/install-agent-team/SKILL.md b/skills/install-agent-team/SKILL.md index 7a26c1e..6ab9ae4 100644 --- a/skills/install-agent-team/SKILL.md +++ b/skills/install-agent-team/SKILL.md @@ -126,7 +126,7 @@ After install, the entire per-task journey is: Escape hatches at any time: remove a state label to pause, edit a comment to steer the next agent, add `state:blocked` to halt. -## Out of scope for v0.1 +## Out of scope - Uninstalling the pipeline (remove the four `.md`/`.lock.yml` files + labels manually) - Cross-repo install