Documentation
README
Tutti Test Audit
Make every changed test earn its maintenance cost. A green test, a coverage increase, or a larger test count is not a quality verdict.
Read the root and closest scoped AGENTS.md, then read
docs/conventions/unit-testing.md before a non-trivial test change or review.
Follow docs/conventions/testing.md#validation-selection for commands and
validation scope.
Establish the evidence map
Before editing, inspect:
- the production owner, public entry point, relevant caller and callee;
- sibling implementations that share the same invariant;
- existing tests, fixtures, conformance suites, and repository checks;
- the changed-aware and platform lane that will select the evidence;
- relevant history for a regression or a suspicious existing test.
This is the opening of the README. Read the full README on GitHub.