docs: add deep-dive cross-links and trim duplication

This commit is contained in:
Abhimanyu Saharan
2026-02-11 06:30:08 +00:00
parent a394ba4a48
commit 73d2966332
7 changed files with 33 additions and 20 deletions

View File

@@ -1,5 +1,10 @@
# Architecture
## Deep dives
- [Architecture deep dive](architecture/README.md)
- [Gateway protocol](openclaw_gateway_ws.md)
Mission Control is the **web UI + HTTP API** for operating OpenClaw. Its where you manage boards, tasks, agents, approvals, and (optionally) gateway connections.
> Auth note: **Clerk is required for now** (current product direction). The codebase includes gating so CI/local can run with placeholders, but real deployments should configure Clerk.
@@ -49,11 +54,3 @@ Automation/agents can use the “agent API surface”:
- Auth via `X-Agent-Token`.
See: `backend/app/api/agent.py`, `backend/app/core/agent_auth.py`.
## Links to deeper docs
- Existing deep-dive: `docs/architecture/README.md`
- Deployment: [docs/deployment/README.md](deployment/README.md)
- Production notes: [docs/production/README.md](production/README.md)
- Gateway protocol: [docs/openclaw_gateway_ws.md](openclaw_gateway_ws.md)