PrimeCore Operator Runbook

War Room control-plane guide (EN/ES). Built for humans who don’t want to re-learn the system every time a chat resets.
runbook loaded Open War Room

English

1) What PrimeCore War Room is

PrimeCore War Room is an iPad-first PWA (static Cloudflare Pages) that acts as the control plane for a 100% digital, 100% automated business system where Founder approvals are required for privileged or high-risk actions.

2) Daily operator workflow

Daily start

  • Open War Room
  • Verify build stamp updates (proves app.js executed)
  • Run daily_brief in shadow mode first
  • Review the “WHY” decision details

Execution discipline

  • shadow: simulate only, no side-effects
  • canary: limited side-effects (future: tiny canary writes)
  • prod: full execution (future: approvals + safety checks)

3) Troubleshooting (the stuff that actually breaks)

4) New Chat handoff (copy/paste)

We are building PrimeCore War Room (Cloudflare Pages PWA).
Repo: Storm7070/primecore-war-room
Static (no build step). Core files: /index.html, /styles.css, /app.js, /sw.js, /manifest.webmanifest, /docs/*
Policy files: /policy/policy/policy-router.js, /policy/policy-packs.json, /policy/gateway/model-gateway.js, /policy/receipts/receipts-store.js
Rules: Policy Router first, receipts for every decision/outcome, Founder approvals only for privileged actions.
Redirects: protect /icons/* /policy/* /docs/* from SPA fallback; SPA fallback must be last.

Español

1) Qué es PrimeCore War Room

PrimeCore War Room es una PWA (Cloudflare Pages, estática) orientada a iPad que funciona como plano de control para un sistema 100% digital y 100% automatizado donde las acciones de riesgo requieren aprobación del Founder.

2) Troubleshooting rápido

3) Handoff para un chat nuevo (copiar/pegar)

Estamos construyendo PrimeCore War Room (Cloudflare Pages PWA).
Repo: Storm7070/primecore-war-room
Estático (sin build). Archivos: /index.html, /styles.css, /app.js, /sw.js, /manifest.webmanifest, /docs/*
Policy: /policy/policy/policy-router.js, /policy/policy-packs.json, /policy/gateway/model-gateway.js, /policy/receipts/receipts-store.js
Reglas: siempre Policy Router antes de ejecutar, receipts para todo, aprobaciones del Founder para acciones privilegiadas.
Redirects: proteger /icons/* /policy/* /docs/* del fallback SPA; el fallback debe ir al final.