Documentation
¶
Overview ¶
Package conventions holds tests that enforce the repository's own conventions — the ones that are house rules rather than compiler or linter rules, and that would otherwise be enforced only by whoever happens to review a diff.
It follows the precedent of TestHelp in internal/cmd/root, which turns the 40-line --help budget from a guideline into a failing build. A convention that only exists in agents/ drifts: the test files that predate the rules here are the evidence, and they are listed in the allowlists as the to-do list they are.
The package deliberately contains no production code — nothing imports it.
Click to show internal directories.
Click to hide internal directories.