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> |
||
|---|---|---|
| .. | ||
| helpers | ||
| scenarios/passive-confidence | ||
| bootstrap-light.sh | ||
| evaluate.sh | ||
| export-attacks.py | ||
| holdout.config.ts | ||
| red-team-program.md | ||
| red-team-sweep.sh | ||
| red-team.sh | ||