feat(bootstrap): add docker onboarding bootstrap mode

This commit is contained in:
Ken Simpson 2026-02-19 12:26:08 -08:00 committed by Chummy
parent 2fc0504545
commit e0ca73336a
3 changed files with 143 additions and 7 deletions

View file

@ -203,6 +203,9 @@ cd zeroclaw
# Optional: run onboarding in the same flow
./bootstrap.sh --onboard --api-key "sk-..." --provider openrouter [--model "openrouter/auto"]
# Optional: run bootstrap + onboarding fully in Docker
./bootstrap.sh --docker
```
Remote one-liner (review first in security-sensitive environments):