Mode-aware runbooks
Use bootstrap mode selection to run only the module you need.
Engine-only
./scripts/bootstrap.sh --mode engine
./scripts/bootstrap.sh --mode engine --test
Model-only
./scripts/bootstrap.sh --mode model
./scripts/bootstrap.sh --mode model --test
Collector + Model
./scripts/bootstrap.sh --mode collector
./scripts/bootstrap.sh --mode model
Full autonomous stack (OpenClaw + MCP)
./scripts/bootstrap.sh --mode full --with-mcp-rag
./scripts/bootstrap.sh --mode full --test