mirror of
https://github.com/garrytan/gstack.git
synced 2026-09-21 20:30:47 +02:00
feat: componentize GStack 2 runtime and release integrity
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# TODOS.md Format Reference
|
||||
|
||||
Shared reference for the canonical TODOS.md format. Referenced by `/ship` (Step 5.5) and `/plan-ceo-review` (TODOS.md updates section) to ensure consistent TODO item structure.
|
||||
Shared reference for the canonical TODOS.md format. Referenced by `/ship` (Step 5.5) and `$plan --mode Product --module plan-ceo-review` (TODOS.md updates section) to ensure consistent TODO item structure.
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -24,7 +24,7 @@ Each item is tagged with a detection confidence level:
|
||||
|
||||
- **[HIGH]** — Reliably detectable via grep/pattern match. Definitive findings.
|
||||
- **[MEDIUM]** — Detectable via pattern aggregation or heuristic. Flag as findings but expect some noise.
|
||||
- **[LOW]** — Requires understanding visual intent. Present as: "Possible issue — verify visually or run /design-review."
|
||||
- **[LOW]** — Requires understanding visual intent. Present as: "Possible issue — verify visually or run $design --mode Implement --module design-review."
|
||||
|
||||
---
|
||||
|
||||
@@ -38,7 +38,7 @@ Each item is tagged with a detection confidence level:
|
||||
**ASK** (everything else — requires design judgment):
|
||||
- All AI slop findings, typography structure, spacing choices, interaction state gaps, DESIGN.md violations
|
||||
|
||||
**LOW confidence items** → present as "Possible: [description]. Verify visually or run /design-review." Never AUTO-FIX.
|
||||
**LOW confidence items** → present as "Possible: [description]. Verify visually or run $design --mode Implement --module design-review." Never AUTO-FIX.
|
||||
|
||||
---
|
||||
|
||||
@@ -55,7 +55,7 @@ Design Review: N issues (X auto-fixable, Y need input, Z possible)
|
||||
Recommended fix: suggested fix
|
||||
|
||||
**POSSIBLE (verify visually):**
|
||||
- [file:line] Possible issue — verify with /design-review
|
||||
- [file:line] Possible issue — verify with $design --mode Implement --module design-review
|
||||
```
|
||||
|
||||
Optional: `test_stub` — skeleton test code for this finding using the project's test framework.
|
||||
|
||||
Reference in New Issue
Block a user