The extract_memory regex previously matched any "lm.?eth" mention, including mid-execution "Total LM ETH: X wei" output lines produced by the agent's cast check commands. During a staking step these lines reflect an intermediate chain state (ETH temporarily locked/moved) rather than the final reverted state, causing strategies to be recorded as DECREASED even when the runner confirmed ETH_SAFE. Fix: narrow the capture to the structured `lm_eth_after: <value>` label that the agent writes in its final RED-TEAM REPORT block. Mid-execution total-ETH lines no longer match and cannot corrupt the per-strategy result in memory or the cross-patterns file. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| harb-evaluator | ||
| bootstrap-common.sh | ||
| build-ci-images.sh | ||
| build-kraiken-lib.sh | ||
| ci-bootstrap.sh | ||
| dev.sh | ||
| quick-screenshot.mjs | ||
| review-poll.sh | ||
| review-pr.sh | ||
| run-usertest.sh | ||
| screenshot-stake-page.mjs | ||
| sync-tax-rates.mjs | ||
| wait-for-service.sh | ||
| watch-kraiken-lib.sh | ||