You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: demo-testnet F1 — retry module load + status until clean instead of fixed sleeps (cold daemon boot right after a fresh setup.sh build exceeded the 8s window; verified interactively that the same sequence passes 6/0 once warm)
"$LOGOSCORE" status 2>/dev/null | python3 -c "import sys,json;d=json.load(sys.stdin)['modules_summary'];exit(0 if d['loaded']>=3 and d['crashed']==0 else 1)"2>/dev/null &&break
0 commit comments