harb/STATE.md
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

2 KiB

STATE.md — What harb currently is and does

  • [2026-03-13] Evolution pipeline works end-to-end: Push3 → transpile → compile → revm fitness evaluation → selection (#665)
  • [2026-03-13] Diverse seed generation for evolution population (#656)
  • [2026-03-13] Crossover operator for Push3 programs (#657)
  • [2026-03-13] Elitism preserves top N candidates unchanged across generations (#643)
  • [2026-03-13] Gas limit as evolutionary fitness pressure (#645)
  • [2026-03-13] Default bear outputs for crashed/broken Push3 programs (#651)
  • [2026-03-13] Normalized inputs for Push3 optimizer (0..1e18 indicators) (#649)
  • [2026-03-13] Bootstrap VWAP with seed trade during deployment (#633)
  • [2026-03-13] e2e tests skip for tools-only and docs-only PRs (#641)
  • [2026-03-13] Issue templates for bug, feature, push3-seed, refactor (#678)
  • [2026-03-13] revm fitness evaluator with UUPS bypass and graceful attack ops (#629)
  • [2026-03-12] Dark factory: dev-agent, review-agent, supervisor with cron */10 staggered
  • [2026-03-12] CI: single build-and-test pipeline + e2e with path filtering
  • [2026-03-12] Ponder indexing: transfers, mints, burns, staking, protocol stats
  • [2026-03-12] Landing page with LiveStats, WalletCard, contract addresses
  • [2026-03-12] Staking app with position dashboard and P&L tracking
  • [2026-03-12] OptimizerV3 with Push3 transpiler output injection
  • [2026-03-12] Three-position strategy: Floor, Anchor, Discovery
  • [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] evolve.sh auto-incrementing per-run results directory (#752)
  • [2026-03-14] EVAL_MODE now defaults to revm (#751)
  • [2026-03-14] LLM seed — Defensive Floor Hugger optimizer (#672)
  • [2026-03-14] evolve.sh stale tmpdirs break subsequent runs (#750)
  • [2026-03-14] evolve.sh silences all batch-eval errors with 2>/dev/null (#749)
  • [2026-03-14] evolution-daemon.sh — perpetual evolution loop on DO box (#748)