You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+23Lines changed: 23 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -111,6 +111,27 @@ Generated examples live under:
111
111
112
112
-[docs/demos](./docs/demos)
113
113
114
+
## Exporter Maturity
115
+
116
+
To avoid false expectations, exporters are grouped by maturity level.
117
+
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`
132
+
133
+
Experimental exporters are intended as skeletons or integration scaffolds and may require manual review.
134
+
114
135
## Hero Demo: Craft Business Lead to Order
115
136
116
137
The main showcase flow is:
@@ -238,6 +259,8 @@ npm run check:all
238
259
npm run demo:generate
239
260
```
240
261
262
+
Note: files under `tests/lint/` are intentionally invalid and are used to verify lint findings. Running `orgscript lint` on those fixtures is expected to fail.
263
+
241
264
## Ecosystem
242
265
243
266
- VS Code extension: [editors/vscode](./editors/vscode)
0 commit comments