docs(work): record baseline waiver, add repair story, tick task 01.1

First dispatched slice surfaced two pre-existing baseline gate failures
(turbo lint cycle via demo features; missing @vitest/coverage-v8 in 9
packages). Founder waived both with expiry conditions (lint until story
03's final deletion; L0 until new story 00 lands) — recorded in the
epic. Story 01 task 1 landed as 4d1d534, reviewer-approved.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_016j8z4VHjedXDTjEDNg7qHK
This commit is contained in:
2026-07-12 13:16:17 +02:00
parent 4d1d53432e
commit 1d00c23604
5 changed files with 70 additions and 4 deletions

View File

@@ -8,6 +8,7 @@ feature: web-tanstack, blog, media, marketing-pages, navigation
depends-on: [02-single-version-release-please]
blocks: [04-web-next-shell, 08-rewrite-agent-docs]
created: 2026-07-12T10:22:00Z
updated: 2026-07-12T11:16:19.512Z
---
## Goal
@@ -25,7 +26,7 @@ The demo content blocks the package map: the Veect features (workspaces, project
- `docs/glossary.md` Packages-section terms describing each deleted feature were pruned in the same slice that deleted the feature (no orphaned glossary terms); `auth` entries stay.
- The `auth` feature's manifest, tests, and coverage bands are untouched (regression canary — ADR-027 §4).
- ESLint/turbo boundary configs and the generators survived the deletions (spot-check: `pnpm turbo gen feature` still scaffolds; any config a deletion breaks is fixed inside that same slice).
- `pnpm typecheck && pnpm lint && pnpm test && pnpm conformance && pnpm fallow:audit && pnpm coverage:diff` pass on EVERY slice — no big-bang broken middle.
- `pnpm typecheck && pnpm lint && pnpm test && pnpm conformance && pnpm fallow:audit && pnpm coverage:diff` pass on EVERY slice — no big-bang broken middle. (Exception per the epic's baseline waiver: `pnpm lint` is waived UNTIL the final deletion slice of this story — deleting blog/navigation/marketing-pages removes the only edges closing the `core-trpc → core-api` package cycle, so the final deletion slice and everything after MUST pass `pnpm lint`.)
## In scope