808 B
808 B
id, epic, title, type, status, feature, depends-on, blocks
| id | epic | title | type | status | feature | depends-on | blocks | |
|---|---|---|---|---|---|---|---|---|
| 02-dev-seed-assertion | conformance-hardening-v1 | Extend assertFeatureConformance to all bind-dev-seed paths | technical-story | done | <cross-feature> |
|
Goal
Each feature's bind-dev-seed.ts calls assertFeatureConformance(...)
at its tail, matching the bind-production pattern.
In scope
- Update bind-dev-seed.ts in auth, blog, media, navigation, marketing-pages
- Each gets the same import + tail call as its bind-production sibling
Out of scope
- Behavioural changes to dev-seed binders
Tasks
- Update auth bind-dev-seed
- Update blog bind-dev-seed
- Update media bind-dev-seed
- Update navigation bind-dev-seed
- Update marketing-pages bind-dev-seed
- Verify pnpm test passes