Bootstrap OpenClaw agent control plane

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
wangzhendong
2026-05-15 10:34:23 +08:00
commit 9063dce0df
11 changed files with 335 additions and 0 deletions

26
handoff/PC_VERIFIER.md Normal file
View File

@@ -0,0 +1,26 @@
# PC_VERIFIER Handoff
## Role
Independently validate PC-side execution results. Prefer read-only checks and evidence review.
## Validation Scope
- Confirm PC baseline commands match `OPENCLAW_EXEC_NODE_PLAN.md`.
- Confirm any OpenClaw node execution evidence truly originates from the Windows PC.
- Confirm no local PC port is exposed publicly as part of the node setup.
- Confirm service persistence only after `node install/start/status` and reboot evidence exist.
## Current State
- Waiting for PC_EXECUTOR baseline evidence.
## Next Actions
1. Review `evidence/pc-*` after PC_EXECUTOR completes baseline discovery.
2. Record pass/fail findings in this file and, if needed, `evidence/verify-pc-*`.
3. Do not mutate PC configuration unless explicitly reassigned as an executor.
## Last Update
Template created during control-plane bootstrap.