docs(work): scaffold fallow-integration-v1 epic + stories

This commit is contained in:
2026-05-13 08:47:30 +02:00
parent 85fb050019
commit 2722305398
6 changed files with 179 additions and 3 deletions

View File

@@ -0,0 +1,28 @@
---
id: fallow-integration-v1
prd: null
title: Fallow integration v1 — whole-codebase static analysis as 5th gate
type: epic
status: in-progress
features: [tooling, ci, agent-prompts]
created: 2026-05-13
---
## Goal
Wire Fallow as the 5th conformance gate: install, configure, pnpm script,
turbo task, CI step, docs update, agent prompt update.
## Why
Fallow catches what file-local lint, type-check, manifest assertions, and
conformance event closure cannot — dead code, dupes, circular deps,
complexity hotspots, and AI-change drift. `fallow audit --base main` is
purpose-built for AI agents to self-validate before submission.
## Stories
- [ ] [01 — Install fallow + .fallowrc.json](01-fallow-install/_story.md)
- [ ] [02 — pnpm + turbo wiring](02-pnpm-turbo-wiring/_story.md)
- [ ] [03 — CI workflow integration](03-ci-integration/_story.md)
- [ ] [04 — Docs + agent prompt updates](04-docs-and-prompts/_story.md)