# Dead prose reference fixture ## Project overview This fixture pins the C3 silence taxonomy. Every token below is here on purpose; each silence class carries a distinct cause and gets its own token. ## Commands and workflows Three dead path-shaped references (these, and only these, must fire): - The runbook lives in `docs/missing-runbook.md`. - Deploy with the script at `scripts/deploy.sh`. - Generated output lands in `build/artifacts/`. A live reference that must stay silent: `docs/real.md`. ## Architecture One token per silence class: - whitespace, a command not a path: `node scripts/build.mjs` - url, existence on disk is meaningless: `https://example.com/a/b.md` - glob, a pattern not a path: `CA-GAP-*` - placeholder, unresolved until expanded: `${CLAUDE_PLUGIN_ROOT}/hooks/x.mjs` - absolute or home, outside project scope: `~/.claude/settings.json` - key or flag, not a path at all: `model:` - bare token, a concept not a reference: `README.md` - ambiguous slug, a Forgejo remote: `ktg/from-ai-to-chitta` - bare folder name, a concept not a reference: `vendor/` - escapes the scanned tree: `../../../../etc/passwd` - trailing locator, a known v1 gap: `docs/plan.md:54-56` ## Conventions and patterns Fenced code is illustrative, never a reference. The dead path below must stay silent: ```bash cat docs/fenced-and-dead.md ```