feat: componentize GStack 2 runtime and release integrity

This commit is contained in:
Sinabina
2026-07-20 14:16:23 -07:00
parent b0ea2296d1
commit f14445bb00
270 changed files with 9681 additions and 51572 deletions
@@ -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.