openhands
a19c2c9fa1
fix: batch-eval.sh MANIFEST_DIR (mktemp -d) has no cleanup trap ( #763 )
2026-03-14 19:46:56 +00:00
openhands
e388b4de87
fix: fitness.sh individual-scoring path still silences errors ( #766 )
2026-03-14 19:07:36 +00:00
openhands
973caff062
fix: No mainnet VWAP bootstrap runbook ( #728 )
2026-03-14 18:04:24 +00:00
openhands
bbf3b871b3
fix: feat: evolution-daemon.sh — perpetual evolution loop on DO box ( #748 )
...
- Add tools/push3-evolution/evolution-daemon.sh: single-command daemon that
runs git-pull → apply-patch → clean-tmpdirs → evolve.sh → summary →
notify → revert-patch → loop, handling SIGINT/SIGTERM cleanly.
- Add tools/push3-evolution/evolution.conf: config file (EVAL_MODE, BASE_RPC_URL,
POPULATION=20, GENERATIONS=30, MUTATION_RATE=1, ELITES=2, DIVERSE_SEEDS=true,
GAS_LIMIT=500000, ANCHOR_WIDTH_UNBOUNDED=true).
- Add tools/push3-evolution/evolution.patch: overrides CALCULATE_PARAMS_GAS_LIMIT
200k→500k in Optimizer.sol + FitnessEvaluator.t.sol, and removes
MAX_ANCHOR_WIDTH=100 cap in LiquidityManager.sol for unbounded AW exploration.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-14 17:21:51 +00:00
openhands
1453139d31
fix: fix: evolve.sh silences all batch-eval errors with 2>/dev/null ( #749 )
2026-03-14 16:27:15 +00:00
openhands
e54f0430ce
fix: fix: evolve.sh stale tmpdirs break subsequent runs ( #750 )
2026-03-14 15:48:15 +00:00
openhands
ecc64d20b7
fix: feat: LLM seed — Defensive Floor Hugger optimizer ( #672 )
2026-03-14 12:48:34 +00:00
openhands
cd86774ac8
fix: address review findings for #751 — STATE.md and script header docs
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-14 12:17:23 +00:00
openhands
21ff729509
fix: fix: EVAL_MODE defaults to anvil — should default to revm ( #751 )
2026-03-14 11:56:57 +00:00
openhands
266500fde1
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>
2026-03-14 11:27:53 +00:00
openhands
280253b498
fix: feat: evolve.sh auto-incrementing per-run results directory ( #752 )
2026-03-14 11:08:10 +00:00
openhands
f59361b047
state: LLM seed — Momentum Follower optimizer ( #695 )
2026-03-13 15:12:05 +00:00
johba
f22fe22f80
feat: STATE.md — running log of what harb is and does ( #680 )
...
Seeded with current reality. Dev-agent appends one line per merge (before merge, on the PR branch — goes through review). Planner will collapse into compact snapshot periodically.
Ref: dark-factory#5
Co-authored-by: openhands <openhands@all-hands.dev>
Reviewed-on: https://codeberg.org/johba/harb/pulls/680
2026-03-13 11:46:34 +01:00