Skip to content

Documentation Summary

This file summarizes the current state of the first-party OpenClaw Operator docs after the OpenClaw-front-door repo-direction cutover on 2026-04-17.

Current State

  • Public entry docs now tell one product story: OpenClaw is the daily front door, and openclaw-operator is the bounded, observable, auditable specialist orchestrator layer built on top of it.
  • Canonical navigation docs point to the active runtime/doc pack, while completed implementation blueprints are clearly demoted as historical evidence.
  • The bridge-backed /orch path is now part of the active operating story, instead of treating /operator as the only first-use surface.
  • Public proof is documented as orchestrator-owned through /api/command-center/* and /api/milestones/*; the retired proof-surface docs now live in Git history instead of the active docs tree.
  • Root-first onboarding, Docker paths, and the operator-console boundary are aligned across the root docs and subproject READMEs, with /operator positioned as a specialist surface rather than a competing shell roadmap.
  • A repeatable first-party Markdown link check now exists at npm run docs:links so broken public-doc links are caught alongside doc drift checks.
  • A VitePress-based docs site scaffold now exists, generated from canonical repo docs through npm run docs:site:sync and built through npm run docs:site:build.
  • The numbered sprint ladder is now complete through Sprint 9; the remaining doc work is ongoing maintenance and future coordination scale-out, not active release/exposure drift inside the current operator repo.

Primary Documents

CategoryStart Here
Repo overview../README.md
Runtime truth../OPENCLAW_CONTEXT_ANCHOR.md
Docs navigationINDEX.md
By-role routingNAVIGATION.md
Audit / stale classificationoperations/DOCUMENT_AUDIT.md

Active Runtime Docs

Historical Docs Still Kept

These remain in the repo because they preserve earlier phase evidence, but they are not the primary operating surface:

Remaining Work

  1. Keep the OpenClaw-front-door cutover aligned across active docs and any generated site mirrors.
  2. Keep the KB classification and navigation surfaces current.
  3. Keep the same runtime-truth discipline in place as docs evolve, even though the numbered sprint ladder is now complete.

Built from the canonical repo docs and generated site source.