# Wheelie public docs Agent docs index: /llms.txt Wheelie is Continua's public Development OS for agentic coding work. These docs describe the launch-supported first-run path and label everything else by support level. ## Start here - [Wheelie quickstart](https://continua.ai/docs/wheelie/quickstart.md): install/update/doctor, auth, connect GitHub and model credentials, create a working copy, start work, run validation, submit a change, and check usage. - [Wheelie CLI support map](https://continua.ai/docs/wheelie/cli.md): public command families and support levels. - [Wheelie support levels](https://continua.ai/docs/wheelie/support-levels.md): definitions for native, preview, allowlist, roadmap, unsupported, and internal surfaces. - [Wheelie public command manifest](https://continua.ai/schemas/wheelie/public-command-manifest.json): machine-readable first-run commands and visible non-MVP support labels. ## First-run command sequence ```bash wheelie update --dry-run --json wheelie doctor --json wheelie auth login wheelie integration connect github --json wheelie auth login --provider wheelie working-copy create / --host managed-vm --profile standard --open --json wheelie work create --title "Fix the checkout bug" --json wheelie work open-working-copy wheelie://work-items/ --repo / --host managed-vm --profile standard --json wheelie validation plan --json wheelie validation run --only unit --json wheelie change status --change --json wheelie submit --change --json wheelie watch --change --cursor --max-wait-secs 900 --ndjson wheelie resources status --json wheelie cleanup --dry-run --json ``` ## Support summary - Native: install/update/doctor, auth/device login, GitHub connection, model credential status, working-copy lifecycle, work items, validation evidence, change submit/watch, resources status. - Preview: generic agent packages, browser-assisted sessions, Slack notifications, A2A cards, hosted previews, app hosting, custom domains, and capacity reservations. - Allowlist: spendful managed workspaces beyond the standard profile and selected integration adapters. - Roadmap: capability marketplace, generic webhooks/bots, edge or heavy GPU workers, commerce, and ticketing. - Unsupported: raw provider admin, unmediated secret passing, and private project operator workflows. ## Agent retrieval contract Agents should fetch this file first, then the quickstart and command manifest. The quickstart contains expected outputs and next actions. Programs should key off JSON fields such as `schema_version`, `support_state`, `reason`, `next_action`, `operation_ref`, and `cursor`, not human prose.