42 lines
1.2 KiB
Markdown
42 lines
1.2 KiB
Markdown
# PC_EXECUTOR Handoff
|
|
|
|
## Role
|
|
|
|
Operate only on the Windows 11 PC side: `D:\openclaw`, Tailscale, local OpenClaw CLI/node, and Windows service or scheduled task setup.
|
|
|
|
## Allowed Work
|
|
|
|
- Read local PC state.
|
|
- Run harmless diagnostic commands.
|
|
- Capture evidence under `evidence/pc-*`.
|
|
- Prepare rollback notes under `rollback/pc-*` before local system changes.
|
|
|
|
## Not Allowed
|
|
|
|
- Do not access VPS secrets.
|
|
- Do not approve Gateway pairings.
|
|
- Do not expose local PC ports publicly.
|
|
- Do not mark PC work as accepted without verifier review.
|
|
|
|
## Current State
|
|
|
|
From `OPENCLAW_EXEC_NODE_PLAN.md`:
|
|
|
|
- OpenClaw CLI was previously detected as `OpenClaw 2026.5.7 (eeef486)`.
|
|
- Gateway 443 connectivity was previously successful.
|
|
- Tailscale service exists and was later logged in with PC Tailnet IP `100.125.185.1`.
|
|
- Next planned OpenClaw work is C1 token injection, C2 `node run`, then C3 VPS approval.
|
|
|
|
## Next Read-Only Task
|
|
|
|
After the Gitea control plane is synchronized, collect current PC baseline evidence:
|
|
|
|
- `openclaw --version`
|
|
- `openclaw node --help`
|
|
- Tailscale CLI path and login status
|
|
- `Test-NetConnection openclaw.smartmotor.cloud -Port 443`
|
|
|
|
## Last Update
|
|
|
|
Template created during control-plane bootstrap.
|