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 | ---