Files
Timmy-time-dashboard/program.md
Claude (Opus 4.6) 6691f4d1f3
Some checks failed
Tests / lint (push) Has been cancelled
Tests / test (push) Has been cancelled
Tests / lint (pull_request) Failing after 16s
Tests / test (pull_request) Has been skipped
[claude] Add timmy learn autoresearch entry point (#907) (#1240)
Co-authored-by: Claude (Opus 4.6) <claude@hermes.local>
Co-committed-by: Claude (Opus 4.6) <claude@hermes.local>
2026-03-23 23:14:09 +00:00

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-run to preview hypotheses without making changes.