Keep nearby

Quick Reference

The shortest operational reference for Command v20.4.

IridesceuxHVNCommand v20.4Cloudflare

Mode cheat sheet

ModeHowData
Offline demoDouble-click file or ?demo=1Browser localStorage only
Real localnpx wrangler pages dev publicWrangler/local bindings
Real deployedProtected Cloudflare URLD1 + R2

Core names that must match exactly

D1 binding: COMMAND_DB R2 binding: COMMAND_ASSETS First admin: BOOTSTRAP_ADMIN_EMAIL Deployed production auth: CF_ACCESS_TEAM_DOMAIN + CF_ACCESS_AUD + COMMAND_REQUIRE_ACCESS_JWT=true Broadcast agent secret: BROADCAST_AGENT_TOKEN

Fast diagnosis

/setup-doctor.html /api/command/me /api/command/health

401 = identity. 503 COMMAND_DB = D1 binding. HTML/404 = Functions deployment. Upload binding error = R2.

Pre-launch rule: Command can be fully real behind Access while Iridesceux and HVN remain private/offline.
Production: COMMAND_ALLOW_HEADER_AUTH=true must not be used as a shortcut. Setup Doctor should show CORE BACKEND green and Access JWT verification green.
Broadcast: realtime control is preferred for live TAKE/CLEAR actions; polling is a fallback, not the primary live-control path.