Code style
How code is written in Helm. Formatting, naming, file structure, lint rules.
Slice development pattern
How to build a slice end-to-end. Schema โ endpoints โ UI โ tests โ docs.
Testing
Vitest + @cloudflare/vitest-pool-workers. Unit, integration, smoke. What we test, what we don't.
Commit messages
Convention for commit message subject + body. Keeps git log readable and searchable.
Branching model
main + shops/* + feature branches. How code flows from idea to a specific shop's production Worker.
Documentation maintenance
How the bible stays accurate. The maintenance discipline that prevents docs rot.
Naming things
Naming conventions for tables, columns, endpoints, functions, files.
Review checklist
What to verify before merging a PR. Quick scan for what could go wrong.
Preflight (pre-deploy audit)
Six structured checks before every deploy โ route hygiene, dead exports, schema drift, shadow code, commented-out rot, file bloat. Plus an opinionated autofix and in-product "Last sweep" modal.
Tooltip protocol
When to add a feature to the scaffolding chassis registry โ the rule, four checks, and the seven-step process. Pruned from a 35-feature broad-net seed to a curated 12 in v0.6.42.