@bpmnkit/docspack 0.0.3 → 0.0.5
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.
- package/.llms/chunks/cli.diff.flags.md +46 -0
- package/.llms/chunks/cli.diff.md +43 -0
- package/.llms/chunks/cli.diff.the-same-diff-elsewhere.md +14 -0
- package/.llms/chunks/guides.building-processes.multi-instance.md +66 -0
- package/.llms/chunks/guides.drop.md +12 -0
- package/.llms/chunks/guides.drop.reviewing-it-together.md +45 -0
- package/.llms/chunks/guides.drop.running-your-own.md +21 -0
- package/.llms/chunks/guides.drop.sharing-a-file.md +42 -0
- package/.llms/chunks/guides.drop.what-drop-is-not.md +12 -0
- package/.llms/chunks/guides.vscode.commands.md +14 -0
- package/.llms/chunks/guides.vscode.installing.md +22 -0
- package/.llms/chunks/guides.vscode.md +13 -0
- package/.llms/chunks/guides.vscode.settings.md +19 -0
- package/.llms/chunks/guides.vscode.support.md +11 -0
- package/.llms/chunks/guides.vscode.what-it-does-a-feel-playground-on-your-selection.md +8 -0
- package/.llms/chunks/guides.vscode.what-it-does-a-visual-diff-in-source-control.md +11 -0
- package/.llms/chunks/guides.vscode.what-it-does-copy-the-diagram-as-text.md +8 -0
- package/.llms/chunks/guides.vscode.what-it-does-deploy-against-your-own-clusters.md +21 -0
- package/.llms/chunks/guides.vscode.what-it-does-editing-that-leaves-a-readable-diff.md +22 -0
- package/.llms/chunks/guides.vscode.what-it-does-findings-in-the-problems-panel.md +13 -0
- package/.llms/chunks/guides.vscode.what-it-does-preview-beside-the-source.md +12 -0
- package/.llms/chunks/guides.vscode.what-it-does-run-the-diagram-in-the-editor.md +9 -0
- package/.llms/chunks/packages.core.installation-ad-hoc-sub-processes-children-are-a-set-not-a-chain.md +42 -0
- package/.llms/chunks/packages.core.installation-compactify-definitions.md +9 -4
- package/.llms/chunks/packages.core.installation-createflowelement-id-type-options.md +7 -0
- package/.llms/chunks/packages.core.installation-diffdiagram-before-after.md +33 -0
- package/.llms/chunks/packages.core.installation-element-catalog.md +10 -0
- package/.llms/chunks/packages.core.installation-expand-compact.md +4 -0
- package/.llms/chunks/packages.core.installation-processbuilder-methods.md +15 -0
- package/.llms/chunks/packages.core.installation-retypeelement-element-type.md +20 -0
- package/.llms/chunks/packages.core.writing-files-bpmnkit-core-node-exportpreserving-original-definitions.md +51 -0
- package/.llms/chunks/packages.core.writing-files-bpmnkit-core-node-writebpmn-definitions-options.md +38 -0
- package/.llms/chunks/packages.core.writing-files-bpmnkit-core-node.md +0 -36
- package/.llms/manifest.json +438 -10
- package/README.md +2 -0
- package/dist/chunk.js +14 -4
- package/llms.txt +34 -6
- package/package.json +1 -1
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.
|
|
5
|
+
Version 0.0.5. 191 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
|
|
@@ -27,6 +27,9 @@ npx bpmnkit-docs ask "how do I deploy a process"
|
|
|
27
27
|
- [casen connector — What gets generated](.llms/chunks/cli.connector.what-gets-generated.md) — 224 tokens
|
|
28
28
|
- [casen connector — Built-in catalog](.llms/chunks/cli.connector.built-in-catalog.md) — 426 tokens
|
|
29
29
|
- [casen connector — Programmatic usage](.llms/chunks/cli.connector.programmatic-usage.md) — 45 tokens
|
|
30
|
+
- [casen diff](.llms/chunks/cli.diff.md) — 412 tokens
|
|
31
|
+
- [casen diff — Flags](.llms/chunks/cli.diff.flags.md) — 301 tokens
|
|
32
|
+
- [casen diff — The same diff elsewhere](.llms/chunks/cli.diff.the-same-diff-elsewhere.md) — 128 tokens
|
|
30
33
|
- [casen generate](.llms/chunks/cli.generate.md) — 508 tokens
|
|
31
34
|
- [casen generate — Definition mode (AI / scripting path)](.llms/chunks/cli.generate.definition-mode-ai-scripting-path.md) — 671 tokens
|
|
32
35
|
- [casen generate — Modify-existing mode (`--input`)](.llms/chunks/cli.generate.modify-existing-mode-input.md) — 448 tokens
|
|
@@ -90,7 +93,7 @@ npx bpmnkit-docs ask "how do I deploy a process"
|
|
|
90
93
|
- [Building Processes — Boundary Events](.llms/chunks/guides.building-processes.boundary-events.md) — 294 tokens
|
|
91
94
|
- [Building Processes — Call Activities](.llms/chunks/guides.building-processes.call-activities.md) — 216 tokens
|
|
92
95
|
- [Building Processes — Task Defaults](.llms/chunks/guides.building-processes.task-defaults.md) — 141 tokens
|
|
93
|
-
- [Building Processes — Multi-Instance](.llms/chunks/guides.building-processes.multi-instance.md) —
|
|
96
|
+
- [Building Processes — Multi-Instance](.llms/chunks/guides.building-processes.multi-instance.md) — 687 tokens
|
|
94
97
|
- [Claude Code Plugin](.llms/chunks/guides.claude-code-plugin.md) — 205 tokens
|
|
95
98
|
- [Claude Code Plugin — Configuration](.llms/chunks/guides.claude-code-plugin.configuration.md) — 592 tokens
|
|
96
99
|
- [Claude Code Plugin — Reference docs](.llms/chunks/guides.claude-code-plugin.reference-docs.md) — 412 tokens
|
|
@@ -100,6 +103,11 @@ npx bpmnkit-docs ask "how do I deploy a process"
|
|
|
100
103
|
- [Camunda 8 Deployment — Handling Jobs](.llms/chunks/guides.deployment.handling-jobs.md) — 195 tokens
|
|
101
104
|
- [Camunda 8 Deployment — Managing Incidents](.llms/chunks/guides.deployment.managing-incidents.md) — 143 tokens
|
|
102
105
|
- [Camunda 8 Deployment — CI/CD: Deploy on Push](.llms/chunks/guides.deployment.ci-cd-deploy-on-push.md) — 222 tokens
|
|
106
|
+
- [Drop — Share & Co-edit](.llms/chunks/guides.drop.md) — 141 tokens
|
|
107
|
+
- [Drop — Share & Co-edit — Sharing a file](.llms/chunks/guides.drop.sharing-a-file.md) — 410 tokens
|
|
108
|
+
- [Drop — Share & Co-edit — Reviewing it together](.llms/chunks/guides.drop.reviewing-it-together.md) — 604 tokens
|
|
109
|
+
- [Drop — Share & Co-edit — Running your own](.llms/chunks/guides.drop.running-your-own.md) — 200 tokens
|
|
110
|
+
- [Drop — Share & Co-edit — What Drop is not](.llms/chunks/guides.drop.what-drop-is-not.md) — 136 tokens
|
|
103
111
|
- [Gateways & Branching — Exclusive Gateway (XOR)](.llms/chunks/guides.gateways.exclusive-gateway-xor.md) — 218 tokens
|
|
104
112
|
- [Gateways & Branching — Parallel Gateway (AND)](.llms/chunks/guides.gateways.parallel-gateway-and.md) — 143 tokens
|
|
105
113
|
- [Gateways & Branching — Inclusive Gateway (OR)](.llms/chunks/guides.gateways.inclusive-gateway-or.md) — 208 tokens
|
|
@@ -116,6 +124,19 @@ npx bpmnkit-docs ask "how do I deploy a process"
|
|
|
116
124
|
- [Simulation — Message Correlation](.llms/chunks/guides.simulation.message-correlation.md) — 144 tokens
|
|
117
125
|
- [Simulation — DMN Decision Evaluation](.llms/chunks/guides.simulation.dmn-decision-evaluation.md) — 251 tokens
|
|
118
126
|
- [Simulation — Multiple Deployments](.llms/chunks/guides.simulation.multiple-deployments.md) — 85 tokens
|
|
127
|
+
- [VS Code Extension](.llms/chunks/guides.vscode.md) — 139 tokens
|
|
128
|
+
- [VS Code Extension — Installing](.llms/chunks/guides.vscode.installing.md) — 140 tokens
|
|
129
|
+
- [VS Code Extension — What it does — Preview beside the source](.llms/chunks/guides.vscode.what-it-does-preview-beside-the-source.md) — 131 tokens
|
|
130
|
+
- [VS Code Extension — What it does — Editing that leaves a readable diff](.llms/chunks/guides.vscode.what-it-does-editing-that-leaves-a-readable-diff.md) — 302 tokens
|
|
131
|
+
- [VS Code Extension — What it does — Findings in the Problems panel](.llms/chunks/guides.vscode.what-it-does-findings-in-the-problems-panel.md) — 150 tokens
|
|
132
|
+
- [VS Code Extension — What it does — A visual diff in Source Control](.llms/chunks/guides.vscode.what-it-does-a-visual-diff-in-source-control.md) — 146 tokens
|
|
133
|
+
- [VS Code Extension — What it does — Run the diagram in the editor](.llms/chunks/guides.vscode.what-it-does-run-the-diagram-in-the-editor.md) — 105 tokens
|
|
134
|
+
- [VS Code Extension — What it does — A FEEL playground on your selection](.llms/chunks/guides.vscode.what-it-does-a-feel-playground-on-your-selection.md) — 75 tokens
|
|
135
|
+
- [VS Code Extension — What it does — Deploy against your own clusters](.llms/chunks/guides.vscode.what-it-does-deploy-against-your-own-clusters.md) — 208 tokens
|
|
136
|
+
- [VS Code Extension — What it does — Copy the diagram as text](.llms/chunks/guides.vscode.what-it-does-copy-the-diagram-as-text.md) — 84 tokens
|
|
137
|
+
- [VS Code Extension — Commands](.llms/chunks/guides.vscode.commands.md) — 181 tokens
|
|
138
|
+
- [VS Code Extension — Settings](.llms/chunks/guides.vscode.settings.md) — 241 tokens
|
|
139
|
+
- [VS Code Extension — Support](.llms/chunks/guides.vscode.support.md) — 99 tokens
|
|
119
140
|
- [Standalone Workers](.llms/chunks/guides.workers-standalone.md) — 184 tokens
|
|
120
141
|
- [Standalone Workers — Anatomy of a worker](.llms/chunks/guides.workers-standalone.anatomy-of-a-worker.md) — 212 tokens
|
|
121
142
|
- [Standalone Workers — Environment variables](.llms/chunks/guides.workers-standalone.environment-variables.md) — 140 tokens
|
|
@@ -154,15 +175,22 @@ npx bpmnkit-docs ask "how do I deploy a process"
|
|
|
154
175
|
- [@bpmnkit/core — Installation — `semanticHash(definitions)`](.llms/chunks/packages.core.installation-semantichash-definitions.md) — 193 tokens
|
|
155
176
|
- [@bpmnkit/core — Installation — `projectSemantics(definitions)`](.llms/chunks/packages.core.installation-projectsemantics-definitions.md) — 54 tokens
|
|
156
177
|
- [@bpmnkit/core — Installation — `diffSemantics(before, after)`](.llms/chunks/packages.core.installation-diffsemantics-before-after.md) — 121 tokens
|
|
178
|
+
- [@bpmnkit/core — Installation — `diffDiagram(before, after)`](.llms/chunks/packages.core.installation-diffdiagram-before-after.md) — 331 tokens
|
|
157
179
|
- [@bpmnkit/core — Installation — `applyBpmnOperations(definitions, operations, options?)`](.llms/chunks/packages.core.installation-applybpmnoperations-definitions-operations-options.md) — 235 tokens
|
|
158
180
|
- [@bpmnkit/core — Installation — `ensureZeebeExtension(owner, extension)`](.llms/chunks/packages.core.installation-ensurezeebeextension-owner-extension.md) — 323 tokens
|
|
159
181
|
- [@bpmnkit/core — Installation — `reconcileCompact(definitions, compact, options?)`](.llms/chunks/packages.core.installation-reconcilecompact-definitions-compact-options.md) — 129 tokens
|
|
160
|
-
- [@bpmnkit/core — Installation — `compactify(definitions)`](.llms/chunks/packages.core.installation-compactify-definitions.md) —
|
|
161
|
-
- [@bpmnkit/core — Installation — `expand(compact)`](.llms/chunks/packages.core.installation-expand-compact.md) —
|
|
182
|
+
- [@bpmnkit/core — Installation — `compactify(definitions)`](.llms/chunks/packages.core.installation-compactify-definitions.md) — 204 tokens
|
|
183
|
+
- [@bpmnkit/core — Installation — `expand(compact)`](.llms/chunks/packages.core.installation-expand-compact.md) — 164 tokens
|
|
184
|
+
- [@bpmnkit/core — Installation — `retypeElement(element, type)`](.llms/chunks/packages.core.installation-retypeelement-element-type.md) — 189 tokens
|
|
185
|
+
- [@bpmnkit/core — Installation — `createFlowElement(id, type, options?)`](.llms/chunks/packages.core.installation-createflowelement-id-type-options.md) — 61 tokens
|
|
186
|
+
- [@bpmnkit/core — Installation — Element catalog](.llms/chunks/packages.core.installation-element-catalog.md) — 96 tokens
|
|
162
187
|
- [@bpmnkit/core — Installation — `layoutProcess(process)`](.llms/chunks/packages.core.installation-layoutprocess-process.md) — 85 tokens
|
|
163
|
-
- [@bpmnkit/core — Installation — ProcessBuilder methods](.llms/chunks/packages.core.installation-processbuilder-methods.md) —
|
|
188
|
+
- [@bpmnkit/core — Installation — ProcessBuilder methods](.llms/chunks/packages.core.installation-processbuilder-methods.md) — 698 tokens
|
|
189
|
+
- [@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
|
|
164
190
|
- [@bpmnkit/core — Installation — Joins: inferred by default, or declared](.llms/chunks/packages.core.installation-joins-inferred-by-default-or-declared.md) — 314 tokens
|
|
165
|
-
- [@bpmnkit/core — Writing files — `@bpmnkit/core/node`](.llms/chunks/packages.core.writing-files-bpmnkit-core-node.md) —
|
|
191
|
+
- [@bpmnkit/core — Writing files — `@bpmnkit/core/node`](.llms/chunks/packages.core.writing-files-bpmnkit-core-node.md) — 52 tokens
|
|
192
|
+
- [@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
|
|
193
|
+
- [@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
|
|
166
194
|
- [@bpmnkit/core — DMN Support](.llms/chunks/packages.core.dmn-support.md) — 113 tokens
|
|
167
195
|
- [@bpmnkit/docspack — Overview](.llms/chunks/packages.docspack.overview.md) — 252 tokens
|
|
168
196
|
- [@bpmnkit/docspack — Installation](.llms/chunks/packages.docspack.installation.md) — 251 tokens
|