Skip to content

docs: replace Mermaid flow with reliable SVG#3

Merged
AetherAI3 merged 1 commit into
codex/readme-community-followupfrom
codex/fix-mermaid-render
Jul 23, 2026
Merged

docs: replace Mermaid flow with reliable SVG#3
AetherAI3 merged 1 commit into
codex/readme-community-followupfrom
codex/fix-mermaid-render

Conversation

@AetherAI3

Copy link
Copy Markdown
Owner

What changed

  • Replaced the fragile Mermaid block with a committed, accessible SVG architecture flow.
  • Embedded the SVG directly in the README, keeping the Nano/host boundary easy to scan without invoking a Mermaid renderer.

Root cause

The README visual depended on Mermaid parsing in the display surface. Rather than continue to patch parser-sensitive syntax, this follow-up uses a static vector asset that renders as a normal GitHub image.

Impact

Readers get a polished architecture visual on every GitHub surface, while the source stays versioned and reviewable.

Validation

  • Parsed the SVG as XML.
  • Checked the README-to-asset path.
  • Ran git diff --check.

This is a stacked follow-up to #2 and targets codex/readme-community-followup so it contains only the rendering repair.

@AetherAI3
AetherAI3 marked this pull request as ready for review July 23, 2026 12:40
@AetherAI3
AetherAI3 merged commit 54b4eac into codex/readme-community-followup Jul 23, 2026
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.

1 participant