Files
openclaw-control-plane/tasks/T3-PC-baseline.md
2026-05-15 16:32:18 +08:00

44 lines
1.0 KiB
Markdown

# T3 - PC Baseline Discovery
## Status
ready
## Owner
PC_EXECUTOR
## Dependencies
- T2 sync scaffold available on PC and VPS
- G0 requirement review may still be pending; this task is read-only only
## Scope
Collect current Windows PC baseline evidence for OpenClaw execution-node readiness.
## Allowed Actions
- Read local state.
- Run harmless diagnostic commands.
- Write evidence to `evidence/pc-baseline-YYYYMMDD.md`.
- Update `handoff/PC_EXECUTOR.md`.
## Required Evidence
- `openclaw --version`
- `openclaw node --help`
- Tailscale executable path and login/status summary
- `Test-NetConnection openclaw.smartmotor.cloud -Port 443`
- Confirmation that no PC service port was exposed publicly
## Stop Conditions
- Any command requests or prints a secret.
- Any step requires modifying PC services, scheduled tasks, firewall rules, or environment variables.
- Evidence contradicts `OPENCLAW_EXEC_NODE_PLAN.md` and needs ORCHESTRATOR review.
## Acceptance
PC_VERIFIER must review the evidence before this task is accepted.