@bpmnkit/docspack 0.0.5 → 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.
- package/.llms/chunks/getting-started.stability.deprecation.md +15 -0
- package/.llms/chunks/getting-started.stability.support-window.md +49 -0
- package/.llms/chunks/getting-started.stability.versions-are-per-package-not-per-repo.md +17 -0
- package/.llms/chunks/getting-started.stability.what-counts-as-public-api.md +33 -0
- package/.llms/chunks/getting-started.stability.what-is-a-breaking-change.md +70 -0
- package/.llms/chunks/getting-started.stability.what-is-not-a-breaking-change.md +25 -0
- package/.llms/chunks/getting-started.stability.what-this-page-is-for.md +21 -0
- package/.llms/chunks/guides.ai.minimal-empty-diagram.md +1 -0
- package/.llms/chunks/guides.ai.previewing-while-the-model-writes.md +57 -0
- package/.llms/chunks/guides.using-bpmnkit-with-ai.asking.md +47 -0
- package/.llms/chunks/guides.using-bpmnkit-with-ai.from-the-library-instead-of-the-cli-the-other-route-docspack-index.md +56 -0
- package/.llms/chunks/guides.using-bpmnkit-with-ai.from-the-library-instead-of-the-cli.md +86 -0
- package/.llms/chunks/guides.using-bpmnkit-with-ai.md +17 -0
- package/.llms/chunks/guides.using-bpmnkit-with-ai.runnable-examples.md +31 -0
- package/.llms/chunks/guides.using-bpmnkit-with-ai.telling-an-agent-they-exist.md +23 -0
- package/.llms/chunks/guides.using-bpmnkit-with-ai.the-two-packs-bpmn-kit-ships.md +20 -0
- package/.llms/chunks/guides.using-bpmnkit-with-ai.the-whole-loop-five-markdown-files-to-a-bpmn-diagram.md +64 -0
- package/.llms/chunks/guides.using-bpmnkit-with-ai.where-to-go-next.md +13 -0
- package/.llms/chunks/packages.ascii.from-the-command-line.md +23 -0
- package/.llms/chunks/packages.ascii.installation.md +34 -0
- package/.llms/chunks/packages.ascii.overview.md +15 -0
- package/.llms/chunks/packages.ascii.rendering-a-decision-table.md +29 -0
- package/.llms/chunks/packages.ascii.rendering-a-form.md +39 -0
- package/.llms/chunks/packages.camunda-docspack.a-note-on-the-pack-s-name.md +15 -0
- package/.llms/chunks/packages.camunda-docspack.installation.md +41 -0
- package/.llms/chunks/packages.camunda-docspack.overview.md +28 -0
- package/.llms/chunks/packages.camunda-docspack.rebuilding-it.md +27 -0
- package/.llms/chunks/packages.camunda-docspack.what-makes-this-corpus-different.md +16 -0
- package/.llms/chunks/packages.connectors.api-reference.md +22 -0
- package/.llms/chunks/packages.connectors.applying-a-template.md +64 -0
- package/.llms/chunks/packages.connectors.installation.md +45 -0
- package/.llms/chunks/packages.connectors.overview.md +16 -0
- package/.llms/chunks/packages.connectors.stability.md +16 -0
- package/.llms/chunks/packages.connectors.validating-a-template.md +27 -0
- package/.llms/chunks/packages.connectors.workspace-templates.md +20 -0
- package/.llms/chunks/packages.core.installation-compactify-definitions.md +8 -0
- package/.llms/chunks/packages.core.installation-createcompactstream-options.md +41 -0
- package/.llms/chunks/packages.core.installation-joins-inferred-by-default-or-declared.md +3 -3
- package/.llms/chunks/{packages.docspack.installation.md → packages.docspack.giving-an-agent-access.md} +5 -10
- package/.llms/chunks/packages.docspack.reading-it-yourself.md +6 -0
- package/.llms/chunks/packages.docspack.the-other-pack.md +24 -0
- package/.llms/chunks/packages.feel.api-reference.md +34 -0
- package/.llms/chunks/packages.feel.formatting-and-highlighting.md +24 -0
- package/.llms/chunks/packages.feel.installation.md +45 -0
- package/.llms/chunks/packages.feel.overview.md +15 -0
- package/.llms/chunks/packages.feel.stability.md +7 -0
- package/.llms/chunks/packages.feel.unary-tests.md +46 -0
- package/.llms/chunks/packages.plugins.installation.md +28 -0
- package/.llms/chunks/packages.plugins.overview.md +18 -0
- package/.llms/chunks/packages.plugins.styles.md +26 -0
- package/.llms/chunks/packages.plugins.what-is-available.md +68 -0
- package/.llms/manifest.json +763 -10
- package/README.md +11 -4
- package/dist/cli.js +11 -1
- package/dist/load.d.ts +10 -2
- package/dist/load.js +15 -3
- package/dist/search.d.ts +5 -1
- package/dist/search.js +12 -1
- package/llms.txt +52 -6
- package/package.json +1 -1
package/.llms/manifest.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://docspack.dev/schema/v1.json",
|
|
3
3
|
"name": "@bpmnkit/docspack",
|
|
4
|
-
"version": "0.0
|
|
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",
|
|
@@ -925,7 +1049,7 @@
|
|
|
925
1049
|
{
|
|
926
1050
|
"id": "guides.ai.minimal-empty-diagram",
|
|
927
1051
|
"file": "chunks/guides.ai.minimal-empty-diagram.md",
|
|
928
|
-
"tokens":
|
|
1052
|
+
"tokens": 247,
|
|
929
1053
|
"tags": [
|
|
930
1054
|
"guides",
|
|
931
1055
|
"ai",
|
|
@@ -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",
|
|
@@ -1454,6 +1597,159 @@
|
|
|
1454
1597
|
"engine.getDeployedProcesses()"
|
|
1455
1598
|
]
|
|
1456
1599
|
},
|
|
1600
|
+
{
|
|
1601
|
+
"id": "guides.using-bpmnkit-with-ai",
|
|
1602
|
+
"file": "chunks/guides.using-bpmnkit-with-ai.md",
|
|
1603
|
+
"tokens": 210,
|
|
1604
|
+
"tags": [
|
|
1605
|
+
"guides",
|
|
1606
|
+
"using-bpmnkit-with-ai"
|
|
1607
|
+
],
|
|
1608
|
+
"entities": [
|
|
1609
|
+
"@bpmnkit/docspack",
|
|
1610
|
+
"@bpmnkit/camunda-docspack"
|
|
1611
|
+
]
|
|
1612
|
+
},
|
|
1613
|
+
{
|
|
1614
|
+
"id": "guides.using-bpmnkit-with-ai.the-two-packs-bpmn-kit-ships",
|
|
1615
|
+
"file": "chunks/guides.using-bpmnkit-with-ai.the-two-packs-bpmn-kit-ships.md",
|
|
1616
|
+
"tokens": 147,
|
|
1617
|
+
"tags": [
|
|
1618
|
+
"guides",
|
|
1619
|
+
"using-bpmnkit-with-ai",
|
|
1620
|
+
"two",
|
|
1621
|
+
"packs",
|
|
1622
|
+
"bpmn",
|
|
1623
|
+
"kit",
|
|
1624
|
+
"ships"
|
|
1625
|
+
],
|
|
1626
|
+
"entities": [
|
|
1627
|
+
"@bpmnkit/docspack",
|
|
1628
|
+
"@bpmnkit/camunda-docspack"
|
|
1629
|
+
]
|
|
1630
|
+
},
|
|
1631
|
+
{
|
|
1632
|
+
"id": "guides.using-bpmnkit-with-ai.telling-an-agent-they-exist",
|
|
1633
|
+
"file": "chunks/guides.using-bpmnkit-with-ai.telling-an-agent-they-exist.md",
|
|
1634
|
+
"tokens": 224,
|
|
1635
|
+
"tags": [
|
|
1636
|
+
"guides",
|
|
1637
|
+
"using-bpmnkit-with-ai",
|
|
1638
|
+
"telling",
|
|
1639
|
+
"agent",
|
|
1640
|
+
"they",
|
|
1641
|
+
"exist"
|
|
1642
|
+
],
|
|
1643
|
+
"entities": [
|
|
1644
|
+
"AGENTS.md",
|
|
1645
|
+
"CLAUDE.md"
|
|
1646
|
+
]
|
|
1647
|
+
},
|
|
1648
|
+
{
|
|
1649
|
+
"id": "guides.using-bpmnkit-with-ai.asking",
|
|
1650
|
+
"file": "chunks/guides.using-bpmnkit-with-ai.asking.md",
|
|
1651
|
+
"tokens": 314,
|
|
1652
|
+
"tags": [
|
|
1653
|
+
"guides",
|
|
1654
|
+
"using-bpmnkit-with-ai",
|
|
1655
|
+
"asking"
|
|
1656
|
+
],
|
|
1657
|
+
"entities": [
|
|
1658
|
+
"BpmnDefinitions",
|
|
1659
|
+
"CompactDiagram"
|
|
1660
|
+
]
|
|
1661
|
+
},
|
|
1662
|
+
{
|
|
1663
|
+
"id": "guides.using-bpmnkit-with-ai.from-the-library-instead-of-the-cli",
|
|
1664
|
+
"file": "chunks/guides.using-bpmnkit-with-ai.from-the-library-instead-of-the-cli.md",
|
|
1665
|
+
"tokens": 706,
|
|
1666
|
+
"tags": [
|
|
1667
|
+
"carrier",
|
|
1668
|
+
"refused",
|
|
1669
|
+
"dispatcher",
|
|
1670
|
+
"guides",
|
|
1671
|
+
"using-bpmnkit-with-ai",
|
|
1672
|
+
"library",
|
|
1673
|
+
"instead",
|
|
1674
|
+
"cli"
|
|
1675
|
+
],
|
|
1676
|
+
"entities": [
|
|
1677
|
+
"minTokens",
|
|
1678
|
+
"package.json",
|
|
1679
|
+
"@bpmnkit/docspack"
|
|
1680
|
+
]
|
|
1681
|
+
},
|
|
1682
|
+
{
|
|
1683
|
+
"id": "guides.using-bpmnkit-with-ai.from-the-library-instead-of-the-cli-the-other-route-docspack-index",
|
|
1684
|
+
"file": "chunks/guides.using-bpmnkit-with-ai.from-the-library-instead-of-the-cli-the-other-route-docspack-index.md",
|
|
1685
|
+
"tokens": 551,
|
|
1686
|
+
"tags": [
|
|
1687
|
+
"guides",
|
|
1688
|
+
"using-bpmnkit-with-ai",
|
|
1689
|
+
"library",
|
|
1690
|
+
"instead",
|
|
1691
|
+
"cli",
|
|
1692
|
+
"other",
|
|
1693
|
+
"route",
|
|
1694
|
+
"docspack",
|
|
1695
|
+
"index"
|
|
1696
|
+
],
|
|
1697
|
+
"entities": [
|
|
1698
|
+
"@bpmnkit/camunda-docspack"
|
|
1699
|
+
]
|
|
1700
|
+
},
|
|
1701
|
+
{
|
|
1702
|
+
"id": "guides.using-bpmnkit-with-ai.the-whole-loop-five-markdown-files-to-a-bpmn-diagram",
|
|
1703
|
+
"file": "chunks/guides.using-bpmnkit-with-ai.the-whole-loop-five-markdown-files-to-a-bpmn-diagram.md",
|
|
1704
|
+
"tokens": 604,
|
|
1705
|
+
"tags": [
|
|
1706
|
+
"guides",
|
|
1707
|
+
"using-bpmnkit-with-ai",
|
|
1708
|
+
"whole",
|
|
1709
|
+
"loop",
|
|
1710
|
+
"five",
|
|
1711
|
+
"markdown",
|
|
1712
|
+
"files",
|
|
1713
|
+
"bpmn",
|
|
1714
|
+
"diagram"
|
|
1715
|
+
],
|
|
1716
|
+
"entities": [
|
|
1717
|
+
"@bpmnkit/docspack",
|
|
1718
|
+
"@bpmnkit/camunda-docspack",
|
|
1719
|
+
"CompactDiagram",
|
|
1720
|
+
"isDefault",
|
|
1721
|
+
"reconcileCompact"
|
|
1722
|
+
]
|
|
1723
|
+
},
|
|
1724
|
+
{
|
|
1725
|
+
"id": "guides.using-bpmnkit-with-ai.runnable-examples",
|
|
1726
|
+
"file": "chunks/guides.using-bpmnkit-with-ai.runnable-examples.md",
|
|
1727
|
+
"tokens": 312,
|
|
1728
|
+
"tags": [
|
|
1729
|
+
"guides",
|
|
1730
|
+
"using-bpmnkit-with-ai",
|
|
1731
|
+
"runnable",
|
|
1732
|
+
"examples"
|
|
1733
|
+
],
|
|
1734
|
+
"entities": [
|
|
1735
|
+
"apps/examples/src/ai",
|
|
1736
|
+
"output/order-fulfilment.bpmn",
|
|
1737
|
+
"indexPacks"
|
|
1738
|
+
]
|
|
1739
|
+
},
|
|
1740
|
+
{
|
|
1741
|
+
"id": "guides.using-bpmnkit-with-ai.where-to-go-next",
|
|
1742
|
+
"file": "chunks/guides.using-bpmnkit-with-ai.where-to-go-next.md",
|
|
1743
|
+
"tokens": 117,
|
|
1744
|
+
"tags": [
|
|
1745
|
+
"guides",
|
|
1746
|
+
"using-bpmnkit-with-ai",
|
|
1747
|
+
"next"
|
|
1748
|
+
],
|
|
1749
|
+
"entities": [
|
|
1750
|
+
"ProcessPlan"
|
|
1751
|
+
]
|
|
1752
|
+
},
|
|
1457
1753
|
{
|
|
1458
1754
|
"id": "guides.vscode",
|
|
1459
1755
|
"file": "chunks/guides.vscode.md",
|
|
@@ -1788,6 +2084,153 @@
|
|
|
1788
2084
|
],
|
|
1789
2085
|
"entities": []
|
|
1790
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
|
+
},
|
|
2160
|
+
{
|
|
2161
|
+
"id": "packages.camunda-docspack.overview",
|
|
2162
|
+
"file": "chunks/packages.camunda-docspack.overview.md",
|
|
2163
|
+
"tokens": 308,
|
|
2164
|
+
"tags": [
|
|
2165
|
+
"packages",
|
|
2166
|
+
"camunda-docspack",
|
|
2167
|
+
"overview"
|
|
2168
|
+
],
|
|
2169
|
+
"entities": [
|
|
2170
|
+
"@bpmnkit/camunda-docspack",
|
|
2171
|
+
"@bpmnkit/docspack",
|
|
2172
|
+
"docs/"
|
|
2173
|
+
]
|
|
2174
|
+
},
|
|
2175
|
+
{
|
|
2176
|
+
"id": "packages.camunda-docspack.installation",
|
|
2177
|
+
"file": "chunks/packages.camunda-docspack.installation.md",
|
|
2178
|
+
"tokens": 252,
|
|
2179
|
+
"tags": [
|
|
2180
|
+
"packages",
|
|
2181
|
+
"camunda-docspack",
|
|
2182
|
+
"installation"
|
|
2183
|
+
],
|
|
2184
|
+
"entities": [
|
|
2185
|
+
"@bpmnkit/docspack",
|
|
2186
|
+
"AGENTS.md",
|
|
2187
|
+
"CLAUDE.md"
|
|
2188
|
+
]
|
|
2189
|
+
},
|
|
2190
|
+
{
|
|
2191
|
+
"id": "packages.camunda-docspack.what-makes-this-corpus-different",
|
|
2192
|
+
"file": "chunks/packages.camunda-docspack.what-makes-this-corpus-different.md",
|
|
2193
|
+
"tokens": 192,
|
|
2194
|
+
"tags": [
|
|
2195
|
+
"packages",
|
|
2196
|
+
"camunda-docspack",
|
|
2197
|
+
"makes",
|
|
2198
|
+
"corpus",
|
|
2199
|
+
"different"
|
|
2200
|
+
],
|
|
2201
|
+
"entities": [
|
|
2202
|
+
"docs.camunda.io"
|
|
2203
|
+
]
|
|
2204
|
+
},
|
|
2205
|
+
{
|
|
2206
|
+
"id": "packages.camunda-docspack.rebuilding-it",
|
|
2207
|
+
"file": "chunks/packages.camunda-docspack.rebuilding-it.md",
|
|
2208
|
+
"tokens": 227,
|
|
2209
|
+
"tags": [
|
|
2210
|
+
"packages",
|
|
2211
|
+
"camunda-docspack",
|
|
2212
|
+
"rebuilding"
|
|
2213
|
+
],
|
|
2214
|
+
"entities": [
|
|
2215
|
+
"docs.camunda.io"
|
|
2216
|
+
]
|
|
2217
|
+
},
|
|
2218
|
+
{
|
|
2219
|
+
"id": "packages.camunda-docspack.a-note-on-the-pack-s-name",
|
|
2220
|
+
"file": "chunks/packages.camunda-docspack.a-note-on-the-pack-s-name.md",
|
|
2221
|
+
"tokens": 165,
|
|
2222
|
+
"tags": [
|
|
2223
|
+
"packages",
|
|
2224
|
+
"camunda-docspack",
|
|
2225
|
+
"note",
|
|
2226
|
+
"pack",
|
|
2227
|
+
"name"
|
|
2228
|
+
],
|
|
2229
|
+
"entities": [
|
|
2230
|
+
"@bpmnkit/camunda-docspack",
|
|
2231
|
+
"@bpmnkit/docspack"
|
|
2232
|
+
]
|
|
2233
|
+
},
|
|
1791
2234
|
{
|
|
1792
2235
|
"id": "packages.canvas.overview",
|
|
1793
2236
|
"file": "chunks/packages.canvas.overview.md",
|
|
@@ -1947,6 +2390,121 @@
|
|
|
1947
2390
|
],
|
|
1948
2391
|
"entities": []
|
|
1949
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
|
+
},
|
|
1950
2508
|
{
|
|
1951
2509
|
"id": "packages.core.overview",
|
|
1952
2510
|
"file": "chunks/packages.core.overview.md",
|
|
@@ -2214,7 +2772,7 @@
|
|
|
2214
2772
|
{
|
|
2215
2773
|
"id": "packages.core.installation-compactify-definitions",
|
|
2216
2774
|
"file": "chunks/packages.core.installation-compactify-definitions.md",
|
|
2217
|
-
"tokens":
|
|
2775
|
+
"tokens": 342,
|
|
2218
2776
|
"tags": [
|
|
2219
2777
|
"packages",
|
|
2220
2778
|
"core",
|
|
@@ -2224,7 +2782,8 @@
|
|
|
2224
2782
|
],
|
|
2225
2783
|
"entities": [
|
|
2226
2784
|
"BpmnDefinitions",
|
|
2227
|
-
"CompactDiagram"
|
|
2785
|
+
"CompactDiagram",
|
|
2786
|
+
"isDefault"
|
|
2228
2787
|
]
|
|
2229
2788
|
},
|
|
2230
2789
|
{
|
|
@@ -2247,6 +2806,24 @@
|
|
|
2247
2806
|
"dataStoreReference"
|
|
2248
2807
|
]
|
|
2249
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
|
+
},
|
|
2250
2827
|
{
|
|
2251
2828
|
"id": "packages.core.installation-retypeelement-element-type",
|
|
2252
2829
|
"file": "chunks/packages.core.installation-retypeelement-element-type.md",
|
|
@@ -2352,7 +2929,7 @@
|
|
|
2352
2929
|
{
|
|
2353
2930
|
"id": "packages.core.installation-joins-inferred-by-default-or-declared",
|
|
2354
2931
|
"file": "chunks/packages.core.installation-joins-inferred-by-default-or-declared.md",
|
|
2355
|
-
"tokens":
|
|
2932
|
+
"tokens": 324,
|
|
2356
2933
|
"tags": [
|
|
2357
2934
|
"packages",
|
|
2358
2935
|
"core",
|
|
@@ -2463,13 +3040,29 @@
|
|
|
2463
3040
|
]
|
|
2464
3041
|
},
|
|
2465
3042
|
{
|
|
2466
|
-
"id": "packages.docspack.
|
|
2467
|
-
"file": "chunks/packages.docspack.
|
|
2468
|
-
"tokens":
|
|
3043
|
+
"id": "packages.docspack.the-other-pack",
|
|
3044
|
+
"file": "chunks/packages.docspack.the-other-pack.md",
|
|
3045
|
+
"tokens": 145,
|
|
2469
3046
|
"tags": [
|
|
2470
3047
|
"packages",
|
|
2471
3048
|
"docspack",
|
|
2472
|
-
"
|
|
3049
|
+
"other",
|
|
3050
|
+
"pack"
|
|
3051
|
+
],
|
|
3052
|
+
"entities": [
|
|
3053
|
+
"@bpmnkit/camunda-docspack"
|
|
3054
|
+
]
|
|
3055
|
+
},
|
|
3056
|
+
{
|
|
3057
|
+
"id": "packages.docspack.giving-an-agent-access",
|
|
3058
|
+
"file": "chunks/packages.docspack.giving-an-agent-access.md",
|
|
3059
|
+
"tokens": 268,
|
|
3060
|
+
"tags": [
|
|
3061
|
+
"packages",
|
|
3062
|
+
"docspack",
|
|
3063
|
+
"giving",
|
|
3064
|
+
"agent",
|
|
3065
|
+
"access"
|
|
2473
3066
|
],
|
|
2474
3067
|
"entities": [
|
|
2475
3068
|
"AGENTS.md",
|
|
@@ -2479,7 +3072,7 @@
|
|
|
2479
3072
|
{
|
|
2480
3073
|
"id": "packages.docspack.reading-it-yourself",
|
|
2481
3074
|
"file": "chunks/packages.docspack.reading-it-yourself.md",
|
|
2482
|
-
"tokens":
|
|
3075
|
+
"tokens": 329,
|
|
2483
3076
|
"tags": [
|
|
2484
3077
|
"packages",
|
|
2485
3078
|
"docspack",
|
|
@@ -2630,6 +3223,166 @@
|
|
|
2630
3223
|
"@bpmnkit/engine"
|
|
2631
3224
|
]
|
|
2632
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
|
+
},
|
|
2633
3386
|
{
|
|
2634
3387
|
"id": "packages.worker-client",
|
|
2635
3388
|
"file": "chunks/packages.worker-client.md",
|