Status / instructions only

Cuthban UI Edit is not exposed as a public source-write service.

Impeccable is installed for the Cuthban Store repo, but the official live workflow is localhost-helper based and requires a supported AI harness running /live plus the long-poll loop. The helper injects/uses localhost:8400/live.js, so exposing it directly at this domain would be misleading and unsafe.

What works nowUse the protected dev UI plus local/harness Impeccable workflow for design iteration.
Safe workflowcd Cuthban-Store
node .agents/skills/impeccable/scripts/live.mjs
cd ui/incoming && npm run dev
Then run /live in a supported AI harness.
Blocked public behaviorNo public source-write endpoint, no marketplace/order/pricing/shipping/customer writes, and no fake live editor.