zeroclaw/docs/getting-started
Alex Gorevski 3b471e74b7 docs: enhance getting-started, hardware, and project collection indexes
Adds onboarding decision tree to getting-started/README.md so users can
quickly identify the right setup command for their situation.

Adds hardware vision overview to hardware/README.md explaining the
Peripheral trait and supported board types.

Expands project/README.md with scope explanation describing the purpose
of project snapshots and how they relate to documentation maintenance.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-02-19 13:04:11 -08:00
..
README.md docs: enhance getting-started, hardware, and project collection indexes 2026-02-19 13:04:11 -08:00

Getting Started Docs

For first-time setup and quick orientation.

Start Path

  1. Main overview and quick start: ../../README.md
  2. One-click setup and dual bootstrap mode: ../one-click-bootstrap.md
  3. Find commands by tasks: ../commands-reference.md

Choose Your Path

Scenario Command
I have an API key, want fastest setup zeroclaw onboard --api-key sk-... --provider openrouter
I want guided prompts zeroclaw onboard --interactive
Config exists, just fix channels zeroclaw onboard --channels-only
Using subscription auth See Subscription Auth

Onboarding and Validation

  • Quick onboarding: zeroclaw onboard --api-key "sk-..." --provider openrouter
  • Interactive onboarding: zeroclaw onboard --interactive
  • Validate environment: zeroclaw status + zeroclaw doctor

Next