Boot the stack
Checks for a checkout, then runs the boot sequence: local models, subscription sign-ins, configuration, and verification.
Read the prompt
Help me set up aidashos, a local-first agent OS. First inspect the current workspace for an existing aidashos checkout and preserve any local changes. If there is no checkout, ask me which parent directory to use, then clone https://github.com/rahul-nath/aidashos.git into a new aidashos directory there. Never overwrite, delete, reset, or repurpose an existing directory; if that destination exists, ask me to select the existing checkout or choose another location. Work from the verified checkout root. Read scripts/boot/README.md and docs/onboarding/ONBOARDING.md before acting. Then complete the boot sequence: 1. Run ./scripts/bootstrap.sh --check-only and report what is missing. 2. If uv or the Python environment is not ready, run `make` and wait for it to finish. 3. Run the boot stages one at a time from scripts/boot/, in numeric order (10-check-prereqs.sh, 20-install-llama-cpp.sh, 30-fetch-model-qwen3.sh, 31-fetch-model-gemma4.sh, 40-login-anthropic.sh, 41-login-chatgpt.sh, 50-set-default-stack.sh, 60-verify-boot.sh), rather than boot.sh, so each failure is visible and fixable. 4. Stages 30 and 31 download model weights and are the only slow, large steps. Before each, run `./scripts/download-models.sh --list` to show me exactly which repository and file it will fetch, and wait for my confirmation. 5. The two sign-ins are interactive browser flows. Hand control to me for them and never enter credentials yourself. 6. If a stage fails, read its output: every blocked line prints the command that fixes it. Fix, then re-run the stage; all stages are idempotent. 7. Finish by running ./scripts/boot/60-verify-boot.sh and show me its full output.