From 5121959bb88e39b022b52d2d049903e1e8067f80 Mon Sep 17 00:00:00 2001 From: diegosouzapw Date: Sat, 6 Jun 2026 12:55:35 -0300 Subject: [PATCH] =?UTF-8?q?docs:=20rename=20resolve-issues=20=E2=86=92=20r?= =?UTF-8?q?eview-issues=20skill=20references?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 +- docs/architecture/REPOSITORY_MAP.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 11b26db214..4cfff8bfc4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1873,7 +1873,7 @@ Thank you to all **55+ community contributors** who made v3.8.0 possible! ๐ŸŽ‰ ### ๐Ÿงน Chores -- **chore(workflow):** mandate implementation plan generation in `/resolve-issues` workflow before coding +- **chore(workflow):** mandate implementation plan generation in `/review-issues` workflow before coding - **chore(release):** expand contributor credits to 155 PRs across full project history ### ๐Ÿ† Community Contributors Acknowledgment diff --git a/docs/architecture/REPOSITORY_MAP.md b/docs/architecture/REPOSITORY_MAP.md index c9c2bbb9b2..bddfefd9d5 100644 --- a/docs/architecture/REPOSITORY_MAP.md +++ b/docs/architecture/REPOSITORY_MAP.md @@ -491,7 +491,7 @@ Shipped configuration templates and sample files (referenced by setup wizard). | `commands/deploy-vps-{local,akamai,both}-cc.md` | Deploy to VPS | | `commands/capture-release-evidences-cc.md` | Browser-record new features as WebP | | `commands/review-{prs,discussions}-cc.md` | Triage GitHub PRs/discussions | -| `commands/{issue-triage,resolve-issues,implement-features}-cc.md` | Issue workflows | +| `commands/{review-issues,implement-features}-cc.md` | Issue workflows | | `settings.local.json` | Per-project Claude Code settings | ---