🛠️ Operations
Use this page for safe public readback of the operating flow. Host-specific paths, environment files, service internals, and credentials stay private.
🚀 App Flow
- update source in the private app workspace.
- run the narrow app checks.
- build the production server.
- restart the private app service only after checks pass.
- verify
https://elv3.loca.zone/authloads. - verify the authenticated voice list returns at least one voice.
📚 Wiki Flow
- edit the curated Markdown content.
- keep Explorer disabled and navigation rooted in the SSOT page.
- rebuild the Quartz wiki through the private build script.
- verify the public root page returns 200.
- verify key slash URLs return 200.
- verify a fake page returns 404.
✅ Ladder
- auth page reachable.
- voice list loads after login.
- wiki root loads without raw frontmatter.
- graph/sidebar chrome does not distract from the content.
- public pages contain no raw loopback URLs, provider keys, cookies, or host-only topology.
- app and wiki links appear on the root SSOT page.
🛡️ Boundary
- public docs describe behavior and workflow, not private topology.
- secrets remain in runtime-only files.
- deploy details live in private operator notes, not public Quartz pages.
- when behavior changes, update the app first, verify it, then rebuild the wiki.