docs(readme): add architecture mermaid diagram #92
Reference in New Issue
Block a user
No description provided.
Delete Branch "docs/website-architecture-diagram"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Adds an Architecture section to the website README with a Mermaid diagram of the full system.
The diagram shows the real data path:
middleware → router /api/v1 → controllers → session layer / models / SSE fan-out, theutils/shard integration (shardIngest.jsWS dispatcher +uoLinkClient.jsREST client), andsecretBox.js.bot/Discord process.127.0.0.1:7788to the uo-link sidecar, WebSocket ingest + REST round-trips back to the backend, and the two-channel SSE fan-out (public allowlist vs. admin-sensitive).The identical diagram is mirrored in the docs repo (
docs/website/ARCHITECTURE.md+ thewebsite-READMEmirror) — see RunicGateway/docs PR of the same branch name. Diagram was rendered withmermaid-clito confirm it parses.Docs-only; no code changes.
🤖 Generated with Claude Code