headroom/tests/test_learn
chopratejas 7c91fe1e4b Fix headroom learn failing on project paths with underscores (#159)
_component_tokenizations only split on `-` and `.`, so directory names
like `my_project` could never be reconstructed from the dash-encoded
slug. Add `_` as a separator so the greedy decoder matches snake_case
directory names correctly.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-14 15:59:49 -07:00
..
__init__.py Add headroom learn: offline failure learning for coding agents 2026-02-27 21:19:03 -08:00
test_analyzer.py fix(learn): handle FileNotFoundError when CLI tool is not installed 2026-04-10 22:11:19 +09:00
test_gemini_scanner.py Plugin architecture for headroom learn + live traffic flush 2026-04-09 20:30:20 -07:00
test_integration.py Fix tests 2026-03-23 13:24:02 +01:00
test_registry.py Plugin architecture for headroom learn + live traffic flush 2026-04-09 20:30:20 -07:00
test_scanner.py Fix headroom learn failing on project paths with underscores (#159) 2026-04-14 15:59:49 -07:00
test_writer.py Add headroom learn: offline failure learning for coding agents 2026-02-27 21:19:03 -08:00