Co-authored-by: Claude (Opus 4.6) <claude@hermes.local> Co-committed-by: Claude (Opus 4.6) <claude@hermes.local>
625 B
625 B
Research Direction
This file guides the timmy learn autoresearch loop. Edit it to focus
autonomous experiments on a specific goal.
Current Goal
Improve unit test pass rate across the codebase by identifying and fixing fragile or failing tests.
Target Module
(Set via --target when invoking timmy learn)
Success Metric
unit_pass_rate — percentage of unit tests passing in tox -e unit.
Notes
- Experiments run one at a time; each is time-boxed by
--budget. - Improvements are committed automatically; regressions are reverted.
- Use
--dry-runto preview hypotheses without making changes.