derive-budget-tests-parse-output-headers

IN premise

Test implementation detail (regex parsing of `"showing N"` headers), not a production code invariant

Summary

The test suite uses regex matching to extract count information from display headers like "showing N" rather than accessing structured data directly. This is a testing approach choice that says nothing about how the production code should work — if the header format changes, tests break even though the underlying logic may be fine.

Details

Sourceentries/2026/04/29/tests-test_derive_budget.md