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
command -v claude >/dev/null || { echo "ERR: install Claude Code first -- https://claude.ai/code"; exit 1; }
command -v docker >/dev/null || { echo "WARN: docker not found. Watchdog + bootstrap require a running claude-code container. Install Docker Desktop to enable these."; }
[[ "$(uname)" == "Darwin" ]] || { echo "ERR: macOS only for v1."; exit 1; }
[[ -f "$HOME/.claude/.credentials.json" ]] || { echo "ERR: no OAuth credentials at ~/.claude/.credentials.json. Run 'claude' interactively once to authenticate, then rerun ./install.sh."; exit 1; }