docs(work): scaffold conformance-hardening-v1 epic + stories

This commit is contained in:
2026-05-13 07:33:00 +02:00
parent 7877c1645c
commit e6d9600fbe
3 changed files with 89 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
---
id: 02-dev-seed-assertion
epic: conformance-hardening-v1
title: Extend assertFeatureConformance to all bind-dev-seed paths
type: technical-story
status: todo
feature: <cross-feature>
depends-on: [01-ast-manifest-source]
blocks: []
---
## 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