feat: plan files always show review status (v0.11.1.1) (#345)

* feat: plan files always show review status via preamble footer

Add Plan Status Footer to generateCompletionStatus() in the preamble.
When in plan mode before ExitPlanMode, Claude writes a GSTACK REVIEW
REPORT section to the plan file — either populated from review logs
or a "NO REVIEWS YET" placeholder. Skips if a review skill already
wrote a richer report.

* chore: bump version and changelog (v0.11.1.1)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Garry Tan
2026-03-22 18:42:56 -07:00
committed by GitHub
co-authored by Claude Opus 4.6
parent cc9e6f8f35
commit 264c1ca234
49 changed files with 1678 additions and 2 deletions
+6
View File
@@ -1,5 +1,11 @@
# Changelog
## [0.11.1.1] - 2026-03-22 — Plan Files Always Show Review Status
### Added
- **Every plan file now shows review status.** When you exit plan mode, the plan file automatically gets a `GSTACK REVIEW REPORT` section — even if you haven't run any formal reviews yet. Previously, this section only appeared after running `/plan-eng-review`, `/plan-ceo-review`, `/plan-design-review`, or `/codex review`. Now you always know where you stand: which reviews have run, which haven't, and what to do next.
## [0.11.1.0] - 2026-03-22 — Global Retro: Cross-Project AI Coding Retrospective
### Added