nejimakibird_model-weave/Templates/README.md
2026-06-11 18:37:06 +09:00

2 KiB

Model Weave Templates

This directory contains V0.7-aligned Markdown templates for Model Weave.

Model Weave uses Markdown model files as the source of truth. Diagrams, previews, diagnostics, Mermaid output, and PNG exports are derived from Markdown.

Template policy

  • Templates are starting points, not generated outputs.
  • Keep Markdown as the canonical design asset.
  • Fill in IDs, names, references, and notes for your project.
  • Avoid leaving placeholder IDs in real design files.
  • Prefer wikilinks for cross-file references when possible.

Format groups

Stable / primary formats

Experimental / evolving formats

Important V0.7 notes

  • dfd_diagram uses the Mermaid runtime path in V0.7.
  • dfd_diagram.Objects should use id / label / kind / ref / domain / notes.
  • dfd_diagram.Domain Sources can reuse type: domains files for Domain grouping.
  • screen transitions should be written in Actions.transition.
  • New screen templates do not use an independent Transitions section.
  • class.Relations starts from the current class file; it does not use a from column.
  • class_diagram.Relations still uses both from and to.