convert_diagrams_write
Scan workspace diagrams using glob patterns and convert Draw.io C4 or UML diagrams into updated Mermaid Markdown files on disk.
Instructions
Batch scan workspace diagrams matching glob patterns and convert them to updated .md files on disk.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| patterns | No | Custom glob patterns to scan for diagram files | |
| diagramType | No | Diagram type: "c4" or "uml" (default: "c4") |