docs(work): close walking-skeleton story 01 (fixture + git helpers)

This commit is contained in:
2026-07-12 21:44:13 +02:00
parent 2bd882e0b0
commit 240075d95b
2 changed files with 9 additions and 12 deletions

View File

@@ -3,11 +3,12 @@ id: 01-vite-kitchen-fixture
epic: walking-skeleton
title: vite-kitchen fixture + git-serving test helpers
type: technical-story
status: in-progress
status: done
feature: core-testing
depends-on: []
blocks: [04-runner-app-protocol-clone-install]
created: 2026-07-12T10:24:14Z
updated: 2026-07-12T19:44:14.557Z
---
## Goal
@@ -40,5 +41,7 @@ The protocol integration suite (the load-bearing test tier of this epic) spawns
## Tasks
- [ ] Create `fixtures/vite-kitchen` at the repo root — minimal Vite + React + TS + Tailwind app with a `Button` component (typed props) — outside the pnpm workspace and turbo graph; confirm `pnpm install` and turbo ignore it and all gates stay green.
- [ ] Add `core-testing` helpers that serve a fixture directory as a local bare repo / `git daemon` remote (setup/teardown, clone URL) with tests exercising a real `git clone` of `vite-kitchen`.
- [x] Create `fixtures/vite-kitchen` at the repo root — minimal Vite + React + TS + Tailwind app with a `Button` component (typed props) — outside the pnpm workspace and turbo graph; confirm `pnpm install` and turbo ignore it and all gates stay green.
- [x] Add `core-testing` helpers that serve a fixture directory as a local bare repo / `git daemon` remote (setup/teardown, clone URL) with tests exercising a real `git clone` of `vite-kitchen`.
_Landed: 1ae4a23 (fixture) + 2bd882e (git-serving helpers), reviewer-approved — real git-daemon clones over git:// and file://, all four ignore surfaces + allowlist test, zero lockfile diff._