Gate A: Documentation
- Integration plan is current:
internal/openclaw-integration-plan - Manager/support model is current:
internal/manager-support-model - Change protocol includes rollback path:
internal/change-protocol - Skill stack matrix is current:
internal/skill-stack-matrix - Known problems catalog is current:
operations/known-problems-catalog
Gate B: Safety Controls
- Agent writes are limited to approved paths by policy
- Destructive operations require explicit human approval
- Every agent mutation has audit logs with actor and timestamp
- Rollback instructions are documented and tested
- Secrets are stored in Keychain/secret manager, not plaintext files
Gate C: Platform Health
pnpm checkpassespnpm format:checkpassespnpm test:unitpassespnpm test:integrationpassespnpm docs:checkpassespnpm openclaw:checkpasses- Render
/api/healthis healthy on active domains
Gate D: Routing and Responsibility
- Manager and support routing matrix is current
- Escalation paths are explicit for auth/data integrity/security incidents
- SLA and ownership for incident response are defined
Gate E: Channel and Node Policy
- WhatsApp external + Telegram internal split is documented
- External communications use neutral role language
- Dedicated VPS node is primary and MacBook node is fallback
- Runtime execution is denied by default
- One-off exec requires explicit manager confirmation
Gate F: SEO and Public Surface
- Canonical host points to active app domain
robots.txt,sitemap.xml, andllms.txtalign with real public routes- Private/authenticated routes are not indexable
Gate G: Learning Loop
- Learning-loop policy doc is current
- Interaction log file exists and uses structured events
pnpm openclaw:learnsuccessfully updates operating profile- Any promotion to autonomous behavior has manager signoff
CI Enforcement
This repository enforces a machine-readable readiness baseline:- script:
scripts/check-openclaw-readiness.mjs - command:
pnpm openclaw:check - CI step:
OpenClaw readiness checkin.github/workflows/ci.yml
Rollout Policy
- Start with supervised mode (advisory + PR generation)
- Enable narrow write scopes after one stable week
- Expand capabilities only with zero unresolved P1/P2 safety findings