40 lines
1.3 KiB
Markdown
40 lines
1.3 KiB
Markdown
# OpenClaw Control Plane
|
|
|
|
Shared control-plane repository for coordinating Cursor agents across:
|
|
|
|
- Windows PC workspace: `D:\openclaw`
|
|
- Control-plane workspace on PC: `D:\openclaw-control-plane`
|
|
- VPS service workspace: `/opt/services`
|
|
- Control-plane workspace on VPS: `/home/ubuntu/openclaw-control-plane`
|
|
|
|
## Start Here
|
|
|
|
The user should normally read only:
|
|
|
|
1. `USER_STATUS.md`
|
|
|
|
Every agent must read:
|
|
|
|
1. `AGENT_BOARD.md`
|
|
2. Its assigned file under `handoff/`
|
|
3. `.cursor/rules/agent-orchestration.mdc`
|
|
|
|
COACH sessions should also read:
|
|
|
|
1. `handoff/COACH.md`
|
|
2. `docs/MULTI_AGENT_CURSOR_PLAYBOOK.md`
|
|
3. `docs/SESSION_FREEZE_PROTOCOL.md`
|
|
4. `knowledge/LESSONS_LEARNED.md`
|
|
|
|
## Roles
|
|
|
|
COACH is a guidance role normally carried by the main user-facing chat session. It does not require a separate agent window by default. ORCHESTRATOR remains responsible for task planning and acceptance gates.
|
|
|
|
## Hard Safety Rule
|
|
|
|
During ICP/public-security filing review, the existing `smartmotor.cloud` website is frozen. Do not change homepage content, linked page content reachable from the homepage, static assets, Nginx routing, Docker bind mounts, container images, `/opt/services/docker-compose.openclaw.yml`, or any equivalent compose/service entries that could alter public website output.
|
|
|
|
## Secrets
|
|
|
|
Do not store secrets in this repository.
|