Solutionunvalidated
`apps/api/scripts/check-<table>-singleton.ts` asserts `db.insert(<table>)` appears exactly once across the codebase. Tension: This is the load-bearing invariant. Outcome: Wire into the API package lint task.
7be7b5e8-8fda-478b-a018-3aa980838786
apps/api/scripts/check-<table>-singleton.ts asserts db.insert(<table>) appears exactly once across the codebase. Tension: This is the load-bearing invariant. Outcome: Wire into the API package lint task.