Goal
Enable OpenClaw-driven execution without compromising safety, reliability, or documentation quality.Locked Decisions (2026-02-20, confirmed 2026-02-21)
- Channels:
- WhatsApp for external influencer/client communication
- Telegram for internal manager approvals and operational updates
- Runtime ownership:
- Render is primary app runtime
- Supabase is primary Postgres/Auth runtime
- Hostinger OpenClaw node is primary control plane
- Node topology:
- dedicated Hostinger VPS node is primary
- MacBook node is fallback only
- Vercel scope:
- no active Vercel deployment path is maintained
- not canonical production infrastructure
- Exec policy:
exec/processis denied by default- explicit manager confirmation is required for one-off execution
- Initial write scope:
- docs and non-production code paths
- External communication policy:
- use neutral role language; do not expose internal relationship context
Role Model
Manager agent: planning, routing, merge gating, risk ownershipSupport agent: implementation, testing, docs updates, handoff
Phased Rollout
- Foundation
- standardize runbooks and docs contracts
- enforce required checks (
pnpm check, tests, docs)
- Controlled execution
- manager-approved task routing only
- evidence-based handoff format required
- AI feature expansion
- template enhancement and analysis workflows through explicit API contracts
- audit trail for agent-originated writes
- Continuous governance
- weekly health review for code, CI, docs, security posture
Quality and Stability Program
- Required gates on all AI-authored changes:
pnpm checkpnpm test:unitpnpm test:integrationpnpm docs:checkpnpm openclaw:check
- Active quality backlog:
- reduce
anyin high-risk backend routes - eliminate React
act(...)warning noise in tests - reduce non-actionable Node warning noise in test logs
- reduce
Non-Negotiable Gates
- no merge without docs updates for behavior changes
- no merge on auth/public/share changes without tests
- residual risk and rollback note required
Target Outcomes
- faster safe delivery
- fewer regressions in high-risk paths
- consistent onboarding for new human and AI contributors