24 lines
625 B
Markdown
24 lines
625 B
Markdown
|
|
# 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-run` to preview hypotheses without making changes.
|