File tree Expand file tree Collapse file tree 3 files changed +38
-47
lines changed
Expand file tree Collapse file tree 3 files changed +38
-47
lines changed Original file line number Diff line number Diff line change @@ -111,24 +111,21 @@ Generated examples live under:
111111
112112- [ docs/demos] ( ./docs/demos )
113113
114- ## Exporter maturity
114+ ## Exporter maturity matrix
115115
116116To avoid false expectations, exporters are grouped by maturity level.
117117
118- Stable:
119-
120- - ` json `
121- - ` context `
122- - ` markdown `
123- - ` html `
124- - ` graph `
125-
126- Experimental / scaffold:
127-
128- - ` contract `
129- - ` bpmn `
130- - ` plantuml `
131- - ` littlehorse `
118+ | Exporter | Status | Notes |
119+ | --- | --- | --- |
120+ | ` json ` | stable | canonical model |
121+ | ` context ` | stable | AI/tooling bundle |
122+ | ` markdown ` | stable | human summary |
123+ | ` html ` | stable | documentation page |
124+ | ` graph ` | stable | nodes + edges |
125+ | ` contract ` | experimental | scaffold |
126+ | ` bpmn ` | experimental | skeleton |
127+ | ` plantuml ` | experimental | skeleton |
128+ | ` littlehorse ` | experimental | scaffold |
132129
133130Experimental exporters are intended as skeletons or integration scaffolds and may require manual review.
134131
Original file line number Diff line number Diff line change @@ -178,22 +178,19 @@ Standardverhalten der Exporter:
178178
179179So bleibt Geschaeftslogik explizit und Kommentare werden keine versteckte zweite Sprache.
180180
181- ## Exporter-Reifegrade
182-
183- Stabil:
184-
185- - ` json `
186- - ` context `
187- - ` markdown `
188- - ` html `
189- - ` graph `
190-
191- Experimentell / Scaffold:
192-
193- - ` contract `
194- - ` bpmn `
195- - ` plantuml `
196- - ` littlehorse `
181+ ## Exporter-Reifegrad-Matrix
182+
183+ | Exporter | Status | Hinweis |
184+ | --- | --- | --- |
185+ | ` json ` | stabil | kanonisches Modell |
186+ | ` context ` | stabil | KI-/Tooling-Paket |
187+ | ` markdown ` | stabil | Zusammenfassung |
188+ | ` html ` | stabil | Doku-Seite |
189+ | ` graph ` | stabil | Knoten + Kanten |
190+ | ` contract ` | experimentell | Scaffold |
191+ | ` bpmn ` | experimentell | Skelett |
192+ | ` plantuml ` | experimentell | Skelett |
193+ | ` littlehorse ` | experimentell | Scaffold |
197194
198195## Schreibregeln
199196
Original file line number Diff line number Diff line change @@ -178,22 +178,19 @@ Default exporter policy:
178178
179179This keeps business meaning explicit and prevents comments from becoming a hidden second language.
180180
181- ## Exporter maturity
182-
183- Stable:
184-
185- - ` json `
186- - ` context `
187- - ` markdown `
188- - ` html `
189- - ` graph `
190-
191- Experimental / scaffold:
192-
193- - ` contract `
194- - ` bpmn `
195- - ` plantuml `
196- - ` littlehorse `
181+ ## Exporter maturity matrix
182+
183+ | Exporter | Status | Notes |
184+ | --- | --- | --- |
185+ | ` json ` | stable | canonical model |
186+ | ` context ` | stable | AI/tooling bundle |
187+ | ` markdown ` | stable | human summary |
188+ | ` html ` | stable | documentation page |
189+ | ` graph ` | stable | nodes + edges |
190+ | ` contract ` | experimental | scaffold |
191+ | ` bpmn ` | experimental | skeleton |
192+ | ` plantuml ` | experimental | skeleton |
193+ | ` littlehorse ` | experimental | scaffold |
197194
198195## Writing guidelines
199196
You can’t perform that action at this time.
0 commit comments