the midden/trench/built-never-fired
Dig report
Built and Never Fired
Complete, finished things — a placeholder, a spike, a smoke test, a whole tested gate — that were never once put to use.
Not everything in a midden is broken. Some of it is perfect: whole, unblemished, and never used. This site gathers four of the finds that reached completion and then simply never fired — the archaeologist's never-activated grade, a category that sits off the erosion axis entirely, because these things did not decay so much as never begin.
They cut across every season, which is the point of collecting them together. There is a no-op script left in the build only to hold a door — six hours of placeholder standing in for a CI change its own authors were not permitted to push; a spike opened with "do not merge" written into its own body, closed the moment it had its answer, and a five-line smoke test whose whole content was an instruction to close the pull request carrying it, which dates the moment the Platform went public and its CI billing stop lifted; and, at the top, a gate finished down to nine passing tests and a break-then-fix proof, closed twenty seconds after it went green, so that the check it performs has never run on the tree it was built to guard. Read in stratum order, they are a thin honest record of how much a fast platform builds that it never needs.
Smaller never-fired things are catalogued in the stores — a dependency nobody imported, a panel wired to nothing — kept in full, just not narrated here.
the Routing Excavation
the gate:drift compat no-op
commit 9ecd4b5 · package.jsonassessed 16 Jul 2026
A one-line script whose entire body was an echo explaining why it did nothing: ADR-0014 had already removed the artifact that could drift, but the human-only CI step still called `pnpm gate:drift`. It held that door for some six hours before the step, and it, were deleted together.
“ADR-0014: the routing map is generated at build time from the manifests; there is no committed artifact to drift. Compat no-op until the L0 drift step is removed from gate.yml (issue #97).”package.json, gate:drift no-op
the Spike Ashfall
Spike: does a bot comment wake a subscribed session?
PR #277 · closedassessed 16 Jul 2026
Thirty-three lines that posted a simulated gate-green comment without ever consulting the gate. The control was the finding: a genuinely green run woke nobody, while the fake one — provoked by an empty commit pushed purely to trigger a synchronize event — arrived as a wake event. Closed thirteen minutes after opening.
“This spike (doorbell-spike.yml) is throwaway and is not merged.”PR #277 description
the Spike Ashfall
CI gate smoke test (close without merging)
PR #330 · closedassessed 16 Jul 2026
Five lines of markdown whose entire content was an instruction to close the pull request carrying it. It worked: the gate reported green two and a half minutes later, confirming the billing stop had lifted once the repo went public, and the pull request was closed at four minutes.
“Please close without merging and I'll delete the branch — this is only here to trigger CI.”PR #330 description
remainsthe five lines, in full
the Plainer Cut
the removed-mechanism-noun gate (PR
PR #477 · closedassessed 29 Jul 2026
A grep gate for retired mechanism names lingering in live prose: 135 lines, nine unit tests, and a config listing exactly one retired noun — SessionEnd, with three sanctioned homes. Whole-word matched so it would not trip over SessionEndpoint, scoped to live docs outside layers, and wired into validate:content so no workflow change was needed. It was proven with a break-then-fix against a scratch doc written to fail it, and the safety gate reported green at 11:51; twenty seconds later the owner closed it with a one-word verdict, overengineering, and an admission that he had missed it when the solution was designed. The check it performs has never once run against the tree it was built to guard.
“Cheap docs-drift check (issue #442, split off #439’s audit-docs sweep): a removed/renamed mechanism noun ... tends to keep being *mentioned* in prose long after the mechanism it names has moved on”scripts/check-docs-drift.ts, header (PR #477)
remainsthe check, finished and never runthe nine tests, all passing