fix: address review findings for #752 — regex and STATE.md cleanup

- Fix run_NNN scan regex: r'run(\d+)' → r'run_(\d+)' so it correctly
  matches the underscore-separated directory names the script creates
  (previously always resolved to 001, overwriting the same dir each run)
- Remove [in-progress] tag from STATE.md entry for #752

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
openhands 2026-03-14 11:27:53 +00:00
parent 280253b498
commit 266500fde1
2 changed files with 2 additions and 2 deletions

View file

@ -21,4 +21,4 @@
- [2026-03-12] VWAPTracker for price oracle
- [2026-03-12] Harberger tax staking mechanism
- [2026-03-13] LLM seed — Momentum Follower optimizer (#695)
- [2026-03-14] [in-progress] evolve.sh auto-incrementing per-run results directory (#752)
- [2026-03-14] evolve.sh auto-incrementing per-run results directory (#752)