feat: integrate design review lite into /review and /ship

Add generateDesignReviewLite() resolver, insert {{DESIGN_REVIEW_LITE}}
partial in review Step 4.5 and ship Step 3.5. Update dashboard to
recognize design-review-lite entries. Ship pre-flight uses
gstack-diff-scope for smarter design review recommendations.
This commit is contained in:
Garry Tan
2026-03-17 17:55:30 -07:00
parent 885640c489
commit faf80a7a9d
3 changed files with 60 additions and 3 deletions
+8
View File
@@ -75,6 +75,14 @@ Follow the output format specified in the checklist. Respect the suppressions
---
## Step 4.5: Design Review (conditional)
{{DESIGN_REVIEW_LITE}}
Include any design findings alongside the findings from Step 4. They follow the same Fix-First flow in Step 5 — AUTO-FIX for mechanical CSS fixes, ASK for everything else.
---
## Step 5: Fix-First Review
**Every finding gets action — not just critical ones.**