create_arc_diagram_project
Turn validated diagram definitions into a complete interactive React Flow app with edit and embed modes, light/dark themes, geometric probes, PNG export, and offline HTML.
Instructions
Create a complete interactive React Flow arc-diagram project from validated DiagramDef objects. The project includes edit mode, embed mode, light/dark themes, geometric probes, PNG export and a self-contained offline HTML build.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Human-readable name for the generated diagram application. | |
| eyebrow | No | Short uppercase label shown above the application title. | |
| diagrams | Yes | Complete DiagramDef objects. Preserve source meaning in the chosen dialect and put evidence in citations. | |
| overwrite | No | Replace files managed by this scaffold while preserving unrelated files. | |
| outputDirectory | Yes | Absolute destination path. Must be empty unless overwrite is true. |