headroom/tests/test_learn
chopratejas c7731b1d21 Fix Windows drive letter path decoding in headroom learn (fixes #69)
_decode_project_path now detects single-letter first component as a
Windows drive letter: -C-MQ2-macros → C:\MQ2\macros instead of
/C/MQ2/macros (which becomes \\C\MQ2\macros on Windows).

- Add Windows drive detection before Unix path attempts
- Fix fallback path construction for Windows patterns
- Add Linux /home/ support in greedy decoder
- Add 2 tests for Windows drive letter patterns
2026-03-30 09:08:21 -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): pass explicit model in tests to avoid API key requirement 2026-03-07 15:10:25 -08:00
test_integration.py Fix tests 2026-03-23 13:24:02 +01:00
test_scanner.py Fix Windows drive letter path decoding in headroom learn (fixes #69) 2026-03-30 09:08:21 -07:00
test_writer.py Add headroom learn: offline failure learning for coding agents 2026-02-27 21:19:03 -08:00