#claw not following bootstrap
1 messages · Page 1 of 1 (latest)
Let me sanity check the known bootstrap paths in source so I don't hand-wave this.
I found the workspace-state logic. Now I'm checking whether 2026.4.12 had a known regression versus just a wedged workspace/session state.
yeah, if bootstrap is being ignored and tokens stay at 0, that usually is not Gemini, it is more often workspace/session state.
Please paste these first:
openclaw --version
openclaw status
openclaw gateway status
openclaw doctor
openclaw logs --follow
Then check the workspace on the gateway host:
ls -la ~/.openclaw/workspace
cat ~/.openclaw/workspace/.openclaw/workspace-state.json 2>/dev/null
What I’d expect to find if it’s wedged:
openclaw statusshows a bootstrap file still present~/.openclaw/workspace/BOOTSTRAP.mdstill existsworkspace-state.jsonis missingsetupCompletedAt
If BOOTSTRAP.md is just stuck there, the safest recovery test is:
mv ~/.openclaw/workspace/BOOTSTRAP.md ~/.openclaw/workspace/BOOTSTRAP.md.bak
openclaw gateway restart