It is not a static document. Every element below is wired to the live engine through one import — substrate.js — with no backend code of its own.
SOURCE web/mythos/breathe.html · SDK /substrate.js · served from the store, fronted by the Formation door
1 · The pulse — s.health() every 2s
engine… · commit… · beats0
2 · The engine, called from the browser — s.forge.claybar(transcript)
Type a conversation. The page hands it to the engine, which fans out three inference passes and returns a structured case — live, no server of this page's own.
Case — auto-filled
Obituary — house voice
3 · You're an operator — s.mtv.watch('chat/general')
You're signed in, so this page subscribes to live fleet chat. Anonymous visitors don't see this.
…
How it's wired
<script src="/substrate.js"></script>
const s = substrate(); // same origin, your session
s.health().then(updatePulse); // the pulse above
s.forge.claybar(transcript).then(renderCase); // the engine call above
s.mtv.watch('chat/general', renderChat); // live, when signed in