evolve
Audited by Runlayer on Mar 9, 2026
Risky tool definition detected
-f .agents/evolve/fitness-0-baseline.json ]; then bash scripts/evolve-capture-baseline.sh \ --label "era-$(date -u +%Y%m%dT%H%M%SZ)" \ --timeout 60 fi ``` ### Step 1: Kill Switch Check Run at the TOP of every cycle: ```bash CYCLE_START_SHA=$(git rev-parse HEAD) [ -f ~/.config/evolve/KILL ] && echo "KILL: $(cat ~/.config/evolve/KILL)" && exit 0 [ -f .agents/evolve/STOP ] && echo "STOP: $(cat .agents/evolve/STOP 2>/dev/null)" && exit 0 ``` ### Step 2: Measure Fitness Skip if `--beads-only`. ```bas
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan
Passed Files (6)Click to expand
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan