Skip to content

docs(readme): make architecture diagram render legibly - #3

Merged
ukimsanov merged 1 commit into
mainfrom
fix/readme-diagrams
Jul 11, 2026
Merged

docs(readme): make architecture diagram render legibly#3
ukimsanov merged 1 commit into
mainfrom
fix/readme-diagrams

Conversation

@raluagent-ai

Copy link
Copy Markdown
Collaborator

What

The README architecture diagram was authored as flowchart LR with ~10 multi-line nodes and a subgraph. GitHub renders wide Mermaid diagrams by scaling them down to the column width, which shrank the text until it was unreadable.

Change

  • Flip the architecture diagram to top-down (flowchart TD) so it renders as a narrow, readable column instead of an oversized horizontal strip.
  • Keep the four showrunner brain nodes in a single compact row (direction LR + invisible ~~~ links inside the subgraph) so the diagram stays short.
  • The roast-lifecycle diagram was already TD and renders fine — left unchanged.

Diagram content is unchanged; this is a layout-only fix. Verified by rendering both diagrams locally with mermaid-cli.

Fix by Ralu

The architecture diagram used flowchart LR with ~10 multi-line nodes plus
a subgraph, so GitHub rendered it very wide and scaled it down until the
text was unreadable. Switch to top-down (TD) and lay the four showrunner
brain nodes out in a compact row (subgraph direction LR + invisible links)
so it renders narrow and legible. Diagram content unchanged.
@ukimsanov
ukimsanov merged commit 4d852cc into main Jul 11, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants