generate_diagrams
Generate Mermaid sources for module dependency, domain-model ER, and HTTP route diagrams, and write them to .archiet/diagrams/ for embedding in documentation.
Instructions
Generate architecture diagrams as Mermaid sources: module dependency graph, domain-model ER diagram, and HTTP route map. Also writes .archiet/diagrams/ (3 .mmd files + a self-contained HTML viewer). Paste the Mermaid into any README/wiki — GitHub, GitLab, Notion and VS Code render it natively.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| write | No | also write .archiet/diagrams/ to disk (default true) |