docs(work): close story 05 — generator updates

This commit is contained in:
2026-05-13 00:04:56 +02:00
parent 300143e7e1
commit 5bf9a140ed
2 changed files with 9 additions and 9 deletions

View File

@@ -3,7 +3,7 @@ id: 05-generator-updates
epic: conformance-system-v1
title: Generator updates — emit feature.manifest.ts + self-asserting bind-production
type: technical-story
status: in-progress
status: done
feature: turbo-generators
depends-on: [04-ci-drift-gate]
blocks: [06-feature-migrations]
@@ -43,10 +43,10 @@ conformance-ready by default.
- Backfilling manifests for existing features (milestone vi)
## Tasks
- [ ] Story scaffold
- [ ] feature.manifest.ts.hbs template
- [ ] bind-production.ts.hbs update
- [ ] config.ts action wiring
- [ ] Run generator into tmp; verify shape
- [ ] Snapshot regen (if needed) + verify tests pass
- [ ] Final verification + closeout
- [x] Story scaffold
- [x] feature.manifest.ts.hbs template
- [x] bind-production.ts.hbs update
- [x] config.ts action wiring
- [x] Run generator into tmp; verify shape
- [x] Snapshot regen (if needed) + verify tests pass
- [x] Final verification + closeout

View File

@@ -36,6 +36,6 @@ See `docs/architecture/feature-conformance-explainer.html` and
- [x] [03.a — Structural rules](03-a-structural-eslint-rules/_story.md)
- [x] [03.b — Manifest-aware AST rules](03-b-ast-eslint-rules/_story.md)
- [x] [04 — CI drift gate](04-ci-drift-gate/_story.md)
- [ ] 05 — Generator emits manifest + contracts + test stubs (later plan)
- [x] [05 — Generator updates](05-generator-updates/_story.md)
- [ ] 06 — Documentation rewrite (later plan)
- [ ] 07 — Migrate auth feature reference (later plan)