--- id: 02-dev-seed-assertion epic: conformance-hardening-v1 title: Extend assertFeatureConformance to all bind-dev-seed paths type: technical-story status: done 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 - [x] Update auth bind-dev-seed - [x] Update blog bind-dev-seed - [x] Update media bind-dev-seed - [x] Update navigation bind-dev-seed - [x] Update marketing-pages bind-dev-seed - [x] Verify pnpm test passes