@bpmnkit/docspack 0.0.6 → 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (36) hide show
  1. package/.llms/chunks/getting-started.stability.deprecation.md +15 -0
  2. package/.llms/chunks/getting-started.stability.support-window.md +49 -0
  3. package/.llms/chunks/getting-started.stability.versions-are-per-package-not-per-repo.md +17 -0
  4. package/.llms/chunks/getting-started.stability.what-counts-as-public-api.md +33 -0
  5. package/.llms/chunks/getting-started.stability.what-is-a-breaking-change.md +70 -0
  6. package/.llms/chunks/getting-started.stability.what-is-not-a-breaking-change.md +25 -0
  7. package/.llms/chunks/getting-started.stability.what-this-page-is-for.md +21 -0
  8. package/.llms/chunks/guides.ai.previewing-while-the-model-writes.md +57 -0
  9. package/.llms/chunks/packages.ascii.from-the-command-line.md +23 -0
  10. package/.llms/chunks/packages.ascii.installation.md +34 -0
  11. package/.llms/chunks/packages.ascii.overview.md +15 -0
  12. package/.llms/chunks/packages.ascii.rendering-a-decision-table.md +29 -0
  13. package/.llms/chunks/packages.ascii.rendering-a-form.md +39 -0
  14. package/.llms/chunks/packages.connectors.api-reference.md +22 -0
  15. package/.llms/chunks/packages.connectors.applying-a-template.md +64 -0
  16. package/.llms/chunks/packages.connectors.installation.md +45 -0
  17. package/.llms/chunks/packages.connectors.overview.md +16 -0
  18. package/.llms/chunks/packages.connectors.stability.md +16 -0
  19. package/.llms/chunks/packages.connectors.validating-a-template.md +27 -0
  20. package/.llms/chunks/packages.connectors.workspace-templates.md +20 -0
  21. package/.llms/chunks/packages.core.installation-createcompactstream-options.md +41 -0
  22. package/.llms/chunks/packages.core.installation-joins-inferred-by-default-or-declared.md +3 -3
  23. package/.llms/chunks/packages.feel.api-reference.md +34 -0
  24. package/.llms/chunks/packages.feel.formatting-and-highlighting.md +24 -0
  25. package/.llms/chunks/packages.feel.installation.md +45 -0
  26. package/.llms/chunks/packages.feel.overview.md +15 -0
  27. package/.llms/chunks/packages.feel.stability.md +7 -0
  28. package/.llms/chunks/packages.feel.unary-tests.md +46 -0
  29. package/.llms/chunks/packages.plugins.installation.md +28 -0
  30. package/.llms/chunks/packages.plugins.overview.md +18 -0
  31. package/.llms/chunks/packages.plugins.styles.md +26 -0
  32. package/.llms/chunks/packages.plugins.what-is-available.md +68 -0
  33. package/.llms/manifest.json +511 -2
  34. package/README.md +1 -1
  35. package/llms.txt +33 -2
  36. package/package.json +1 -1
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://docspack.dev/schema/v1.json",
3
3
  "name": "@bpmnkit/docspack",
4
- "version": "0.0.6",
4
+ "version": "1.0.0",
5
5
  "documents": [
6
6
  "@bpmnkit/core",
7
7
  "@bpmnkit/canvas",
@@ -749,6 +749,130 @@
749
749
  ],
750
750
  "entities": []
751
751
  },
752
+ {
753
+ "id": "getting-started.stability.what-this-page-is-for",
754
+ "file": "chunks/getting-started.stability.what-this-page-is-for.md",
755
+ "tokens": 241,
756
+ "tags": [
757
+ "getting-started",
758
+ "stability",
759
+ "page"
760
+ ],
761
+ "entities": [
762
+ "package.json"
763
+ ]
764
+ },
765
+ {
766
+ "id": "getting-started.stability.versions-are-per-package-not-per-repo",
767
+ "file": "chunks/getting-started.stability.versions-are-per-package-not-per-repo.md",
768
+ "tokens": 179,
769
+ "tags": [
770
+ "getting-started",
771
+ "stability",
772
+ "versions",
773
+ "per",
774
+ "package",
775
+ "not",
776
+ "repo"
777
+ ],
778
+ "entities": [
779
+ "@bpmnkit/core",
780
+ "@bpmnkit/canvas",
781
+ "@bpmnkit/plugins",
782
+ "CHANGELOG.md"
783
+ ]
784
+ },
785
+ {
786
+ "id": "getting-started.stability.what-counts-as-public-api",
787
+ "file": "chunks/getting-started.stability.what-counts-as-public-api.md",
788
+ "tokens": 416,
789
+ "tags": [
790
+ "getting-started",
791
+ "stability",
792
+ "counts",
793
+ "public",
794
+ "api"
795
+ ],
796
+ "entities": [
797
+ "dist/",
798
+ "ProcessBuilder",
799
+ "src/",
800
+ "@bpmnkit/plugins",
801
+ "@bpmnkit/cli"
802
+ ]
803
+ },
804
+ {
805
+ "id": "getting-started.stability.what-is-a-breaking-change",
806
+ "file": "chunks/getting-started.stability.what-is-a-breaking-change.md",
807
+ "tokens": 776,
808
+ "tags": [
809
+ "getting-started",
810
+ "stability",
811
+ "breaking",
812
+ "change"
813
+ ],
814
+ "entities": [
815
+ "semanticHash",
816
+ "applyAutoLayout",
817
+ "@bpmnkit/core",
818
+ "@bpmnkit/proxy"
819
+ ]
820
+ },
821
+ {
822
+ "id": "getting-started.stability.what-is-not-a-breaking-change",
823
+ "file": "chunks/getting-started.stability.what-is-not-a-breaking-change.md",
824
+ "tokens": 262,
825
+ "tags": [
826
+ "getting-started",
827
+ "stability",
828
+ "not",
829
+ "breaking",
830
+ "change"
831
+ ],
832
+ "entities": [
833
+ "semanticHash",
834
+ "@bpmnkit/docspack"
835
+ ]
836
+ },
837
+ {
838
+ "id": "getting-started.stability.deprecation",
839
+ "file": "chunks/getting-started.stability.deprecation.md",
840
+ "tokens": 142,
841
+ "tags": [
842
+ "getting-started",
843
+ "stability",
844
+ "deprecation"
845
+ ],
846
+ "entities": [
847
+ "ProcessBuilder",
848
+ "explicitJoins"
849
+ ]
850
+ },
851
+ {
852
+ "id": "getting-started.stability.support-window",
853
+ "file": "chunks/getting-started.stability.support-window.md",
854
+ "tokens": 497,
855
+ "tags": [
856
+ "getting-started",
857
+ "stability",
858
+ "support",
859
+ "window"
860
+ ],
861
+ "entities": [
862
+ "@bpmnkit/core",
863
+ "@bpmnkit/feel",
864
+ "@bpmnkit/canvas",
865
+ "@bpmnkit/editor",
866
+ "@bpmnkit/engine",
867
+ "@bpmnkit/plugins",
868
+ "@bpmnkit/api",
869
+ "@bpmnkit/ascii",
870
+ "@bpmnkit/connectors",
871
+ "@bpmnkit/connector-gen",
872
+ "@bpmnkit/docspack",
873
+ "@bpmnkit/cli"
874
+ ]
875
+ },
752
876
  {
753
877
  "id": "guides.ai-agents",
754
878
  "file": "chunks/guides.ai-agents.md",
@@ -963,6 +1087,25 @@
963
1087
  ],
964
1088
  "entities": []
965
1089
  },
1090
+ {
1091
+ "id": "guides.ai.previewing-while-the-model-writes",
1092
+ "file": "chunks/guides.ai.previewing-while-the-model-writes.md",
1093
+ "tokens": 687,
1094
+ "tags": [
1095
+ "guides",
1096
+ "ai",
1097
+ "previewing",
1098
+ "while",
1099
+ "model",
1100
+ "writes"
1101
+ ],
1102
+ "entities": [
1103
+ "JSON.parse",
1104
+ "createCompactStream",
1105
+ "keepViewport",
1106
+ "isDefault"
1107
+ ]
1108
+ },
966
1109
  {
967
1110
  "id": "guides.ai.mcp-server",
968
1111
  "file": "chunks/guides.ai.mcp-server.md",
@@ -1941,6 +2084,79 @@
1941
2084
  ],
1942
2085
  "entities": []
1943
2086
  },
2087
+ {
2088
+ "id": "packages.ascii.overview",
2089
+ "file": "chunks/packages.ascii.overview.md",
2090
+ "tokens": 170,
2091
+ "tags": [
2092
+ "packages",
2093
+ "ascii",
2094
+ "overview"
2095
+ ],
2096
+ "entities": [
2097
+ "@bpmnkit/ascii",
2098
+ "@bpmnkit/core"
2099
+ ]
2100
+ },
2101
+ {
2102
+ "id": "packages.ascii.installation",
2103
+ "file": "chunks/packages.ascii.installation.md",
2104
+ "tokens": 303,
2105
+ "tags": [
2106
+ "packages",
2107
+ "ascii",
2108
+ "installation"
2109
+ ],
2110
+ "entities": [
2111
+ "applyAutoLayout",
2112
+ "@bpmnkit/core"
2113
+ ]
2114
+ },
2115
+ {
2116
+ "id": "packages.ascii.rendering-a-decision-table",
2117
+ "file": "chunks/packages.ascii.rendering-a-decision-table.md",
2118
+ "tokens": 197,
2119
+ "tags": [
2120
+ "packages",
2121
+ "ascii",
2122
+ "rendering",
2123
+ "decision",
2124
+ "table"
2125
+ ],
2126
+ "entities": []
2127
+ },
2128
+ {
2129
+ "id": "packages.ascii.rendering-a-form",
2130
+ "file": "chunks/packages.ascii.rendering-a-form.md",
2131
+ "tokens": 262,
2132
+ "tags": [
2133
+ "packages",
2134
+ "ascii",
2135
+ "rendering",
2136
+ "form"
2137
+ ],
2138
+ "entities": [
2139
+ "renderBpmnAscii",
2140
+ "renderDmnAscii",
2141
+ "renderFormAscii",
2142
+ "RenderOptions"
2143
+ ]
2144
+ },
2145
+ {
2146
+ "id": "packages.ascii.from-the-command-line",
2147
+ "file": "chunks/packages.ascii.from-the-command-line.md",
2148
+ "tokens": 152,
2149
+ "tags": [
2150
+ "packages",
2151
+ "ascii",
2152
+ "command",
2153
+ "line"
2154
+ ],
2155
+ "entities": [
2156
+ "@bpmnkit/ascii",
2157
+ "RenderOptions"
2158
+ ]
2159
+ },
1944
2160
  {
1945
2161
  "id": "packages.camunda-docspack.overview",
1946
2162
  "file": "chunks/packages.camunda-docspack.overview.md",
@@ -2174,6 +2390,121 @@
2174
2390
  ],
2175
2391
  "entities": []
2176
2392
  },
2393
+ {
2394
+ "id": "packages.connectors.overview",
2395
+ "file": "chunks/packages.connectors.overview.md",
2396
+ "tokens": 146,
2397
+ "tags": [
2398
+ "packages",
2399
+ "connectors",
2400
+ "overview"
2401
+ ],
2402
+ "entities": [
2403
+ "@bpmnkit/connectors",
2404
+ "@bpmnkit/connectors/node"
2405
+ ]
2406
+ },
2407
+ {
2408
+ "id": "packages.connectors.installation",
2409
+ "file": "chunks/packages.connectors.installation.md",
2410
+ "tokens": 240,
2411
+ "tags": [
2412
+ "packages",
2413
+ "connectors",
2414
+ "installation"
2415
+ ],
2416
+ "entities": [
2417
+ "listConnectors",
2418
+ "searchConnectors",
2419
+ "ConnectorSummary",
2420
+ "ConnectorInputSpec",
2421
+ "isSecret",
2422
+ "isFeel",
2423
+ "summarizeTemplate"
2424
+ ]
2425
+ },
2426
+ {
2427
+ "id": "packages.connectors.applying-a-template",
2428
+ "file": "chunks/packages.connectors.applying-a-template.md",
2429
+ "tokens": 432,
2430
+ "tags": [
2431
+ "packages",
2432
+ "connectors",
2433
+ "applying",
2434
+ "template"
2435
+ ],
2436
+ "entities": [
2437
+ "@bpmnkit/core"
2438
+ ]
2439
+ },
2440
+ {
2441
+ "id": "packages.connectors.workspace-templates",
2442
+ "file": "chunks/packages.connectors.workspace-templates.md",
2443
+ "tokens": 189,
2444
+ "tags": [
2445
+ "packages",
2446
+ "connectors",
2447
+ "workspace",
2448
+ "templates"
2449
+ ],
2450
+ "entities": [
2451
+ "discoverElementTemplates",
2452
+ "collectElementTemplates",
2453
+ "registerElementTemplates",
2454
+ "listConnectors",
2455
+ "searchConnectors",
2456
+ "getTemplate",
2457
+ "clearRegisteredTemplates"
2458
+ ]
2459
+ },
2460
+ {
2461
+ "id": "packages.connectors.validating-a-template",
2462
+ "file": "chunks/packages.connectors.validating-a-template.md",
2463
+ "tokens": 213,
2464
+ "tags": [
2465
+ "packages",
2466
+ "connectors",
2467
+ "validating",
2468
+ "template"
2469
+ ],
2470
+ "entities": [
2471
+ "oneOf",
2472
+ "readTemplateDocument"
2473
+ ]
2474
+ },
2475
+ {
2476
+ "id": "packages.connectors.api-reference",
2477
+ "file": "chunks/packages.connectors.api-reference.md",
2478
+ "tokens": 230,
2479
+ "tags": [
2480
+ "packages",
2481
+ "connectors",
2482
+ "api",
2483
+ "reference"
2484
+ ],
2485
+ "entities": [
2486
+ "listConnectors()",
2487
+ "ElementTemplate",
2488
+ "ConnectorSummary",
2489
+ "clearRegisteredTemplates()",
2490
+ "@bpmnkit/connectors/node",
2491
+ "discoverElementTemplates",
2492
+ "collectElementTemplates"
2493
+ ]
2494
+ },
2495
+ {
2496
+ "id": "packages.connectors.stability",
2497
+ "file": "chunks/packages.connectors.stability.md",
2498
+ "tokens": 137,
2499
+ "tags": [
2500
+ "packages",
2501
+ "connectors",
2502
+ "stability"
2503
+ ],
2504
+ "entities": [
2505
+ "@bpmnkit/connectors"
2506
+ ]
2507
+ },
2177
2508
  {
2178
2509
  "id": "packages.core.overview",
2179
2510
  "file": "chunks/packages.core.overview.md",
@@ -2475,6 +2806,24 @@
2475
2806
  "dataStoreReference"
2476
2807
  ]
2477
2808
  },
2809
+ {
2810
+ "id": "packages.core.installation-createcompactstream-options",
2811
+ "file": "chunks/packages.core.installation-createcompactstream-options.md",
2812
+ "tokens": 502,
2813
+ "tags": [
2814
+ "packages",
2815
+ "core",
2816
+ "installation",
2817
+ "createcompactstream",
2818
+ "options"
2819
+ ],
2820
+ "entities": [
2821
+ "JSON.parse",
2822
+ "CompactElement",
2823
+ "CompactFlow",
2824
+ "isDefault"
2825
+ ]
2826
+ },
2478
2827
  {
2479
2828
  "id": "packages.core.installation-retypeelement-element-type",
2480
2829
  "file": "chunks/packages.core.installation-retypeelement-element-type.md",
@@ -2580,7 +2929,7 @@
2580
2929
  {
2581
2930
  "id": "packages.core.installation-joins-inferred-by-default-or-declared",
2582
2931
  "file": "chunks/packages.core.installation-joins-inferred-by-default-or-declared.md",
2583
- "tokens": 314,
2932
+ "tokens": 324,
2584
2933
  "tags": [
2585
2934
  "packages",
2586
2935
  "core",
@@ -2874,6 +3223,166 @@
2874
3223
  "@bpmnkit/engine"
2875
3224
  ]
2876
3225
  },
3226
+ {
3227
+ "id": "packages.feel.overview",
3228
+ "file": "chunks/packages.feel.overview.md",
3229
+ "tokens": 152,
3230
+ "tags": [
3231
+ "packages",
3232
+ "feel",
3233
+ "overview"
3234
+ ],
3235
+ "entities": [
3236
+ "@bpmnkit/feel",
3237
+ "@bpmnkit/core",
3238
+ "@bpmnkit/engine"
3239
+ ]
3240
+ },
3241
+ {
3242
+ "id": "packages.feel.installation",
3243
+ "file": "chunks/packages.feel.installation.md",
3244
+ "tokens": 264,
3245
+ "tags": [
3246
+ "packages",
3247
+ "feel",
3248
+ "installation"
3249
+ ],
3250
+ "entities": [
3251
+ "EvalContext"
3252
+ ]
3253
+ },
3254
+ {
3255
+ "id": "packages.feel.unary-tests",
3256
+ "file": "chunks/packages.feel.unary-tests.md",
3257
+ "tokens": 425,
3258
+ "tags": [
3259
+ "packages",
3260
+ "feel",
3261
+ "unary",
3262
+ "tests"
3263
+ ],
3264
+ "entities": []
3265
+ },
3266
+ {
3267
+ "id": "packages.feel.formatting-and-highlighting",
3268
+ "file": "chunks/packages.feel.formatting-and-highlighting.md",
3269
+ "tokens": 151,
3270
+ "tags": [
3271
+ "packages",
3272
+ "feel",
3273
+ "formatting",
3274
+ "highlighting"
3275
+ ],
3276
+ "entities": [
3277
+ "formatFeel",
3278
+ "highlightToHtml",
3279
+ "highlightFeel"
3280
+ ]
3281
+ },
3282
+ {
3283
+ "id": "packages.feel.api-reference",
3284
+ "file": "chunks/packages.feel.api-reference.md",
3285
+ "tokens": 356,
3286
+ "tags": [
3287
+ "packages",
3288
+ "feel",
3289
+ "api",
3290
+ "reference"
3291
+ ],
3292
+ "entities": [
3293
+ "parseExpression",
3294
+ "parseUnaryTests",
3295
+ "evaluateUnaryTests",
3296
+ "evaluateUnaryTest",
3297
+ "formatFeel",
3298
+ "highlightToHtml",
3299
+ "highlightFeel",
3300
+ "ParseResult",
3301
+ "FeelValue",
3302
+ "FeelDate",
3303
+ "FeelTime",
3304
+ "FeelDateTime"
3305
+ ]
3306
+ },
3307
+ {
3308
+ "id": "packages.feel.stability",
3309
+ "file": "chunks/packages.feel.stability.md",
3310
+ "tokens": 39,
3311
+ "tags": [
3312
+ "packages",
3313
+ "feel",
3314
+ "stability"
3315
+ ],
3316
+ "entities": [
3317
+ "@bpmnkit/feel"
3318
+ ]
3319
+ },
3320
+ {
3321
+ "id": "packages.plugins.overview",
3322
+ "file": "chunks/packages.plugins.overview.md",
3323
+ "tokens": 162,
3324
+ "tags": [
3325
+ "packages",
3326
+ "plugins",
3327
+ "overview"
3328
+ ],
3329
+ "entities": [
3330
+ "@bpmnkit/plugins",
3331
+ "@bpmnkit/canvas",
3332
+ "@bpmnkit/editor",
3333
+ "CanvasApi"
3334
+ ]
3335
+ },
3336
+ {
3337
+ "id": "packages.plugins.installation",
3338
+ "file": "chunks/packages.plugins.installation.md",
3339
+ "tokens": 134,
3340
+ "tags": [
3341
+ "packages",
3342
+ "plugins",
3343
+ "installation"
3344
+ ],
3345
+ "entities": []
3346
+ },
3347
+ {
3348
+ "id": "packages.plugins.what-is-available",
3349
+ "file": "chunks/packages.plugins.what-is-available.md",
3350
+ "tokens": 738,
3351
+ "tags": [
3352
+ "packages",
3353
+ "plugins",
3354
+ "available"
3355
+ ],
3356
+ "entities": [
3357
+ "createMinimapPlugin",
3358
+ "createZoomControlsPlugin",
3359
+ "createFlowNavigationPlugin",
3360
+ "createModelNavigationPlugin",
3361
+ "createPresentationPlugin",
3362
+ "createStoryViewPlugin",
3363
+ "createAsciiViewPlugin",
3364
+ "@bpmnkit/ascii",
3365
+ "createWatermarkPlugin",
3366
+ "createConfigPanelPlugin",
3367
+ "createConfigPanelBpmnPlugin",
3368
+ "createCommandPalettePlugin"
3369
+ ]
3370
+ },
3371
+ {
3372
+ "id": "packages.plugins.styles",
3373
+ "file": "chunks/packages.plugins.styles.md",
3374
+ "tokens": 247,
3375
+ "tags": [
3376
+ "packages",
3377
+ "plugins",
3378
+ "styles"
3379
+ ],
3380
+ "entities": [
3381
+ "injectFormViewerStyles",
3382
+ "@bpmnkit/ui",
3383
+ "@bpmnkit/plugins"
3384
+ ]
3385
+ },
2877
3386
  {
2878
3387
  "id": "packages.worker-client",
2879
3388
  "file": "chunks/packages.worker-client.md",
package/README.md CHANGED
@@ -7,7 +7,7 @@
7
7
  [![license](https://img.shields.io/npm/l/@bpmnkit/docspack?style=flat-square)](https://github.com/bpmnkit/monorepo/blob/main/LICENSE)
8
8
  [![typescript](https://img.shields.io/badge/TypeScript-strict-6244d7?style=flat-square&logo=typescript&logoColor=white)](https://github.com/bpmnkit/monorepo)
9
9
  [![ai-assisted](https://img.shields.io/badge/AI--assisted-claude-8b5cf6?style=flat-square)](https://github.com/bpmnkit/monorepo)
10
- [![experimental](https://img.shields.io/badge/status-experimental-f59e0b?style=flat-square)](https://github.com/bpmnkit/monorepo)
10
+ [![stable](https://img.shields.io/badge/status-stable-16a34a?style=flat-square)](https://bpmnkit.com/docs/getting-started/stability)
11
11
 
12
12
  [Website](https://bpmnkit.com) · [Documentation](https://bpmnkit.com/docs) · [GitHub](https://github.com/bpmnkit/monorepo) · [Changelog](https://github.com/bpmnkit/monorepo/blob/main/packages/docspack/CHANGELOG.md)
13
13
  </div>
package/llms.txt CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  > BPMN Kit documentation as an offline, version-locked docspack package with a built-in search CLI for AI agents
4
4
 
5
- Version 0.0.6. 206 chunks documenting @bpmnkit/core, @bpmnkit/canvas, @bpmnkit/editor, @bpmnkit/engine, @bpmnkit/feel, @bpmnkit/plugins, @bpmnkit/api, @bpmnkit/ascii, @bpmnkit/connector-gen, @bpmnkit/connectors, @bpmnkit/patterns, @bpmnkit/worker-client, @bpmnkit/cli.
5
+ Version 1.0.0. 237 chunks documenting @bpmnkit/core, @bpmnkit/canvas, @bpmnkit/editor, @bpmnkit/engine, @bpmnkit/feel, @bpmnkit/plugins, @bpmnkit/api, @bpmnkit/ascii, @bpmnkit/connector-gen, @bpmnkit/connectors, @bpmnkit/patterns, @bpmnkit/worker-client, @bpmnkit/cli.
6
6
 
7
7
  ```sh
8
8
  npm i -D @bpmnkit/docspack
@@ -68,6 +68,13 @@ npx bpmnkit-docs ask "how do I deploy a process"
68
68
  - [Quick Start — Step 2: Simulate locally](.llms/chunks/getting-started.quick-start.step-2-simulate-locally.md) — 157 tokens
69
69
  - [Quick Start — Step 3: Deploy to Camunda 8](.llms/chunks/getting-started.quick-start.step-3-deploy-to-camunda-8.md) — 151 tokens
70
70
  - [Quick Start — What's next?](.llms/chunks/getting-started.quick-start.what-s-next.md) — 140 tokens
71
+ - [Stability and Versioning — What this page is for](.llms/chunks/getting-started.stability.what-this-page-is-for.md) — 241 tokens
72
+ - [Stability and Versioning — Versions are per package, not per repo](.llms/chunks/getting-started.stability.versions-are-per-package-not-per-repo.md) — 179 tokens
73
+ - [Stability and Versioning — What counts as public API](.llms/chunks/getting-started.stability.what-counts-as-public-api.md) — 416 tokens
74
+ - [Stability and Versioning — What is a breaking change](.llms/chunks/getting-started.stability.what-is-a-breaking-change.md) — 776 tokens
75
+ - [Stability and Versioning — What is not a breaking change](.llms/chunks/getting-started.stability.what-is-not-a-breaking-change.md) — 262 tokens
76
+ - [Stability and Versioning — Deprecation](.llms/chunks/getting-started.stability.deprecation.md) — 142 tokens
77
+ - [Stability and Versioning — Support window](.llms/chunks/getting-started.stability.support-window.md) — 497 tokens
71
78
 
72
79
  ## guides
73
80
 
@@ -86,6 +93,7 @@ npx bpmnkit-docs ask "how do I deploy a process"
86
93
  - [AI Integration — Minimal Empty Diagram](.llms/chunks/guides.ai.minimal-empty-diagram.md) — 247 tokens
87
94
  - [AI Integration — Claude API Example](.llms/chunks/guides.ai.claude-api-example.md) — 226 tokens
88
95
  - [AI Integration — OpenAI Function Calling](.llms/chunks/guides.ai.openai-function-calling.md) — 192 tokens
96
+ - [AI Integration — Previewing While the Model Writes](.llms/chunks/guides.ai.previewing-while-the-model-writes.md) — 687 tokens
89
97
  - [AI Integration — MCP Server](.llms/chunks/guides.ai.mcp-server.md) — 151 tokens
90
98
  - [Building Processes — Service Tasks](.llms/chunks/guides.building-processes.service-tasks.md) — 202 tokens
91
99
  - [Building Processes — Events](.llms/chunks/guides.building-processes.events.md) — 244 tokens
@@ -160,6 +168,11 @@ npx bpmnkit-docs ask "how do I deploy a process"
160
168
  - [@bpmnkit/api — Process Operations](.llms/chunks/packages.api.process-operations.md) — 238 tokens
161
169
  - [@bpmnkit/api — Incident Resolution](.llms/chunks/packages.api.incident-resolution.md) — 137 tokens
162
170
  - [@bpmnkit/api — Observability Events](.llms/chunks/packages.api.observability-events.md) — 94 tokens
171
+ - [@bpmnkit/ascii — Overview](.llms/chunks/packages.ascii.overview.md) — 170 tokens
172
+ - [@bpmnkit/ascii — Installation](.llms/chunks/packages.ascii.installation.md) — 303 tokens
173
+ - [@bpmnkit/ascii — Rendering a decision table](.llms/chunks/packages.ascii.rendering-a-decision-table.md) — 197 tokens
174
+ - [@bpmnkit/ascii — Rendering a form](.llms/chunks/packages.ascii.rendering-a-form.md) — 262 tokens
175
+ - [@bpmnkit/ascii — From the command line](.llms/chunks/packages.ascii.from-the-command-line.md) — 152 tokens
163
176
  - [@bpmnkit/camunda-docspack — Overview](.llms/chunks/packages.camunda-docspack.overview.md) — 308 tokens
164
177
  - [@bpmnkit/camunda-docspack — Installation](.llms/chunks/packages.camunda-docspack.installation.md) — 252 tokens
165
178
  - [@bpmnkit/camunda-docspack — What makes this corpus different](.llms/chunks/packages.camunda-docspack.what-makes-this-corpus-different.md) — 192 tokens
@@ -176,6 +189,13 @@ npx bpmnkit-docs ask "how do I deploy a process"
176
189
  - [@bpmnkit/connector-gen — Lower-level API](.llms/chunks/packages.connector-gen.lower-level-api.md) — 185 tokens
177
190
  - [@bpmnkit/connector-gen — Catalog reference](.llms/chunks/packages.connector-gen.catalog-reference.md) — 518 tokens
178
191
  - [@bpmnkit/connector-gen — `CatalogEntry` type](.llms/chunks/packages.connector-gen.catalogentry-type.md) — 86 tokens
192
+ - [@bpmnkit/connectors — Overview](.llms/chunks/packages.connectors.overview.md) — 146 tokens
193
+ - [@bpmnkit/connectors — Installation](.llms/chunks/packages.connectors.installation.md) — 240 tokens
194
+ - [@bpmnkit/connectors — Applying a template](.llms/chunks/packages.connectors.applying-a-template.md) — 432 tokens
195
+ - [@bpmnkit/connectors — Workspace templates](.llms/chunks/packages.connectors.workspace-templates.md) — 189 tokens
196
+ - [@bpmnkit/connectors — Validating a template](.llms/chunks/packages.connectors.validating-a-template.md) — 213 tokens
197
+ - [@bpmnkit/connectors — API Reference](.llms/chunks/packages.connectors.api-reference.md) — 230 tokens
198
+ - [@bpmnkit/connectors — Stability](.llms/chunks/packages.connectors.stability.md) — 137 tokens
179
199
  - [@bpmnkit/core — Overview](.llms/chunks/packages.core.overview.md) — 136 tokens
180
200
  - [@bpmnkit/core — Installation](.llms/chunks/packages.core.installation.md) — 27 tokens
181
201
  - [@bpmnkit/core — Installation — `Bpmn.createProcess(id, name?)`](.llms/chunks/packages.core.installation-bpmn.createprocess-id-name.md) — 51 tokens
@@ -195,13 +215,14 @@ npx bpmnkit-docs ask "how do I deploy a process"
195
215
  - [@bpmnkit/core — Installation — `reconcileCompact(definitions, compact, options?)`](.llms/chunks/packages.core.installation-reconcilecompact-definitions-compact-options.md) — 129 tokens
196
216
  - [@bpmnkit/core — Installation — `compactify(definitions)`](.llms/chunks/packages.core.installation-compactify-definitions.md) — 342 tokens
197
217
  - [@bpmnkit/core — Installation — `expand(compact)`](.llms/chunks/packages.core.installation-expand-compact.md) — 164 tokens
218
+ - [@bpmnkit/core — Installation — `createCompactStream(options?)`](.llms/chunks/packages.core.installation-createcompactstream-options.md) — 502 tokens
198
219
  - [@bpmnkit/core — Installation — `retypeElement(element, type)`](.llms/chunks/packages.core.installation-retypeelement-element-type.md) — 189 tokens
199
220
  - [@bpmnkit/core — Installation — `createFlowElement(id, type, options?)`](.llms/chunks/packages.core.installation-createflowelement-id-type-options.md) — 61 tokens
200
221
  - [@bpmnkit/core — Installation — Element catalog](.llms/chunks/packages.core.installation-element-catalog.md) — 96 tokens
201
222
  - [@bpmnkit/core — Installation — `layoutProcess(process)`](.llms/chunks/packages.core.installation-layoutprocess-process.md) — 85 tokens
202
223
  - [@bpmnkit/core — Installation — ProcessBuilder methods](.llms/chunks/packages.core.installation-processbuilder-methods.md) — 698 tokens
203
224
  - [@bpmnkit/core — Installation — Ad-hoc sub-processes: children are a set, not a chain](.llms/chunks/packages.core.installation-ad-hoc-sub-processes-children-are-a-set-not-a-chain.md) — 368 tokens
204
- - [@bpmnkit/core — Installation — Joins: inferred by default, or declared](.llms/chunks/packages.core.installation-joins-inferred-by-default-or-declared.md) — 314 tokens
225
+ - [@bpmnkit/core — Installation — Joins: inferred by default, or declared](.llms/chunks/packages.core.installation-joins-inferred-by-default-or-declared.md) — 324 tokens
205
226
  - [@bpmnkit/core — Writing files — `@bpmnkit/core/node`](.llms/chunks/packages.core.writing-files-bpmnkit-core-node.md) — 52 tokens
206
227
  - [@bpmnkit/core — Writing files — `@bpmnkit/core/node` — `writeBpmn(definitions, options)`](.llms/chunks/packages.core.writing-files-bpmnkit-core-node-writebpmn-definitions-options.md) — 440 tokens
207
228
  - [@bpmnkit/core — Writing files — `@bpmnkit/core/node` — `exportPreserving(original, definitions)`](.llms/chunks/packages.core.writing-files-bpmnkit-core-node-exportpreserving-original-definitions.md) — 598 tokens
@@ -220,6 +241,16 @@ npx bpmnkit-docs ask "how do I deploy a process"
220
241
  - [@bpmnkit/engine — Installation](.llms/chunks/packages.engine.installation.md) — 346 tokens
221
242
  - [@bpmnkit/engine — ProcessInstance](.llms/chunks/packages.engine.processinstance.md) — 161 tokens
222
243
  - [@bpmnkit/engine — Variable Scoping](.llms/chunks/packages.engine.variable-scoping.md) — 148 tokens
244
+ - [@bpmnkit/feel — Overview](.llms/chunks/packages.feel.overview.md) — 152 tokens
245
+ - [@bpmnkit/feel — Installation](.llms/chunks/packages.feel.installation.md) — 264 tokens
246
+ - [@bpmnkit/feel — Unary tests](.llms/chunks/packages.feel.unary-tests.md) — 425 tokens
247
+ - [@bpmnkit/feel — Formatting and highlighting](.llms/chunks/packages.feel.formatting-and-highlighting.md) — 151 tokens
248
+ - [@bpmnkit/feel — API Reference](.llms/chunks/packages.feel.api-reference.md) — 356 tokens
249
+ - [@bpmnkit/feel — Stability](.llms/chunks/packages.feel.stability.md) — 39 tokens
250
+ - [@bpmnkit/plugins — Overview](.llms/chunks/packages.plugins.overview.md) — 162 tokens
251
+ - [@bpmnkit/plugins — Installation](.llms/chunks/packages.plugins.installation.md) — 134 tokens
252
+ - [@bpmnkit/plugins — What is available](.llms/chunks/packages.plugins.what-is-available.md) — 738 tokens
253
+ - [@bpmnkit/plugins — Styles](.llms/chunks/packages.plugins.styles.md) — 247 tokens
223
254
  - [@bpmnkit/worker-client](.llms/chunks/packages.worker-client.md) — 141 tokens
224
255
  - [@bpmnkit/worker-client — `createWorkerClient(options?)`](.llms/chunks/packages.worker-client.createworkerclient-options.md) — 267 tokens
225
256
  - [@bpmnkit/worker-client — `client.poll(jobType, options?)`](.llms/chunks/packages.worker-client.client.poll-jobtype-options.md) — 265 tokens
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bpmnkit/docspack",
3
- "version": "0.0.6",
3
+ "version": "1.0.0",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",