a2848f6d67f40f57e201b7c73b12b837b40bb7d3
[ -f "$f" ] && rm -f "$f" && info "..." returns exit code 1 when the file doesn't exist, triggering set -euo pipefail. Nuclear wipe was silently stopping after settings.json and metrics.db (the only two state files present), never reaching the controller/full/nuclear steps. Fix: if [ -f "$f" ]; then rm -f "$f" && info "..."; fi Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Description
No description provided
Languages
Go
84.2%
HTML
11.1%
Shell
2.1%
CSS
1.8%
Python
0.6%
Other
0.1%