On this page
Diagram Contract๏
Each architecture picture has one canonical Mermaid source under source/ and one
generated SVG under rendered/. The source is reviewed; the SVG is consumed.
Rendering๏
Use Mermaid CLI 11.15.0 and the checked-in configuration:
mmdc -i diagrams/source/system_context.mmd \
-o diagrams/rendered/system_context.svg \
-c diagrams/mermaid-config.json \
-b "#ffffff"
The manifest-backed tool renders every registered pair and refreshes hashes:
python tools/architecture_docs.py render --mmdc <path-to-mmdc>
python tools/architecture_docs.py check
The tool is documentation-only and does not add a Melder runtime dependency.