1
0
This repository has been archived on 2026-03-24. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Timmy-time-dashboard/program.md
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.