- Commit, Push, and Deploy Convention
After every task: semantic commit, push to master, then background-deploy the changed app to Cloudflare Pages.
gitcommitlintdeployworkflow2026-05-26
- Dead Code Cleanup Workflow
Before removing a symbol, verify zero non-test references with rg; use git log --since to scope reviews to recent changes.
dead-codergbiomerefactor2026-05-26
- Test Coverage by App
Test counts per package; agents leads at 142, libs at 117; total ~14 packages run in ~100ms cached via bun run test.
testscoveragebunquality2026-05-26
- Improvement Rotation Cycles
Nine improvement cycles completed as of March 2026 — ~155 total fixes across security, dead code, design, and test coverage.
refactorqualitycycleshistory2026-03-16