From 5d8f01d895818ca0e869727911ee38c53272e69b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 11:51:41 +0000 Subject: [PATCH] docs: fix agent-team label list in uninstall and drop stale version ref MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit README.md uninstall section listed `state:in-progress` (which is never created) and omitted `agent-team:reviewed` (which the install skill does create for PR labeling). Corrected to match the seven labels defined in `skills/install-agent-team/SKILL.md`. Also removed the stale "for v0.1" qualifier from the Out of scope heading in install-agent-team/SKILL.md — the codebase is now at v0.2.1. Co-Authored-By: Claude Sonnet 4.6 --- README.md | 2 +- skills/install-agent-team/SKILL.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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