@contractspec/example.kb-update-pipeline 1.46.1 → 1.46.2

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.
@@ -1,11 +1,11 @@
1
1
  $ tsdown
2
- ℹ tsdown v0.18.3 powered by rolldown v1.0.0-beta.57
2
+ ℹ tsdown v0.18.4 powered by rolldown v1.0.0-beta.57
3
3
  ℹ config file: /home/runner/work/contractspec/contractspec/packages/examples/kb-update-pipeline/tsdown.config.js
4
- ℹ entry: src/events.ts, src/example.ts, src/feature.ts, src/index.ts, src/kb-update-pipeline.feature.ts, src/presentations.ts, src/docs/index.ts, src/docs/kb-update-pipeline.docblock.ts, src/entities/index.ts, src/entities/models.ts, src/handlers/index.ts, src/handlers/memory.handlers.ts, src/operations/index.ts, src/operations/pipeline.ts
4
+ ℹ entry: src/events.ts, src/example.ts, src/index.ts, src/kb-update-pipeline.feature.ts, src/presentations.ts, src/docs/index.ts, src/docs/kb-update-pipeline.docblock.ts, src/entities/index.ts, src/entities/models.ts, src/handlers/index.ts, src/handlers/memory.handlers.ts, src/operations/index.ts, src/operations/pipeline.ts
5
5
  ℹ target: esnext
6
6
  ℹ tsconfig: tsconfig.json
7
7
  ℹ Build start
8
- ℹ Cleaning 49 files
8
+ ℹ Cleaning 45 files
9
9
  ℹ dist/operations/pipeline.js 4.95 kB │ gzip: 1.37 kB
10
10
  ℹ dist/events.js 3.69 kB │ gzip: 0.73 kB
11
11
  ℹ dist/handlers/memory.handlers.js 3.37 kB │ gzip: 1.12 kB
@@ -14,7 +14,6 @@ $ tsdown
14
14
  ℹ dist/entities/models.js 1.81 kB │ gzip: 0.53 kB
15
15
  ℹ dist/docs/kb-update-pipeline.docblock.js 1.49 kB │ gzip: 0.71 kB
16
16
  ℹ dist/index.js 1.44 kB │ gzip: 0.42 kB
17
- ℹ dist/feature.js 1.37 kB │ gzip: 0.54 kB
18
17
  ℹ dist/example.js 0.97 kB │ gzip: 0.52 kB
19
18
  ℹ dist/operations/index.js 0.31 kB │ gzip: 0.14 kB
20
19
  ℹ dist/entities/index.js 0.25 kB │ gzip: 0.13 kB
@@ -26,7 +25,6 @@ $ tsdown
26
25
  ℹ dist/kb-update-pipeline.feature.js.map 3.53 kB │ gzip: 1.02 kB
27
26
  ℹ dist/presentations.js.map 3.02 kB │ gzip: 0.85 kB
28
27
  ℹ dist/entities/models.js.map 2.68 kB │ gzip: 0.81 kB
29
- ℹ dist/feature.js.map 2.17 kB │ gzip: 0.83 kB
30
28
  ℹ dist/docs/kb-update-pipeline.docblock.js.map 2.00 kB │ gzip: 0.89 kB
31
29
  ℹ dist/example.js.map 1.52 kB │ gzip: 0.75 kB
32
30
  ℹ dist/handlers/memory.handlers.d.ts.map 0.92 kB │ gzip: 0.44 kB
@@ -35,7 +33,6 @@ $ tsdown
35
33
  ℹ dist/entities/models.d.ts.map 0.47 kB │ gzip: 0.28 kB
36
34
  ℹ dist/presentations.d.ts.map 0.19 kB │ gzip: 0.16 kB
37
35
  ℹ dist/kb-update-pipeline.feature.d.ts.map 0.16 kB │ gzip: 0.14 kB
38
- ℹ dist/feature.d.ts.map 0.13 kB │ gzip: 0.12 kB
39
36
  ℹ dist/example.d.ts.map 0.12 kB │ gzip: 0.12 kB
40
37
  ℹ dist/operations/pipeline.d.ts 4.33 kB │ gzip: 0.58 kB
41
38
  ℹ dist/events.d.ts 2.54 kB │ gzip: 0.42 kB
@@ -47,9 +44,8 @@ $ tsdown
47
44
  ℹ dist/kb-update-pipeline.feature.d.ts 0.28 kB │ gzip: 0.18 kB
48
45
  ℹ dist/handlers/index.d.ts 0.25 kB │ gzip: 0.10 kB
49
46
  ℹ dist/entities/index.d.ts 0.25 kB │ gzip: 0.13 kB
50
- ℹ dist/feature.d.ts 0.24 kB │ gzip: 0.17 kB
51
47
  ℹ dist/example.d.ts 0.20 kB │ gzip: 0.16 kB
52
48
  ℹ dist/docs/index.d.ts 0.01 kB │ gzip: 0.03 kB
53
49
  ℹ dist/docs/kb-update-pipeline.docblock.d.ts 0.01 kB │ gzip: 0.03 kB
54
- ℹ 45 files, total: 77.69 kB
55
- ✔ Build complete in 22385ms
50
+ ℹ 41 files, total: 73.78 kB
51
+ ✔ Build complete in 24148ms
@@ -1,56 +1,54 @@
1
- $ bun build:types && bun build:bundle
2
- $ tsc --noEmit
3
- $ tsdown
4
- ℹ tsdown v0.18.3 powered by rolldown v1.0.0-beta.57
5
- ℹ config file: /home/runner/work/contractspec/contractspec/packages/examples/kb-update-pipeline/tsdown.config.js
6
- ℹ entry: src/events.ts, src/example.ts, src/feature.ts, src/index.ts, src/kb-update-pipeline.feature.ts, src/presentations.ts, src/docs/index.ts, src/docs/kb-update-pipeline.docblock.ts, src/entities/index.ts, src/entities/models.ts, src/handlers/index.ts, src/handlers/memory.handlers.ts, src/operations/index.ts, src/operations/pipeline.ts
7
- ℹ target: esnext
8
- ℹ tsconfig: tsconfig.json
9
- ℹ Build start
10
- ℹ dist/operations/pipeline.js 4.95 kB │ gzip: 1.37 kB
11
- ℹ dist/events.js 3.69 kB │ gzip: 0.73 kB
12
- ℹ dist/handlers/memory.handlers.js 3.37 kB │ gzip: 1.12 kB
13
- ℹ dist/kb-update-pipeline.feature.js 2.27 kB │ gzip: 0.64 kB
14
- ℹ dist/presentations.js 1.82 kB │ gzip: 0.61 kB
15
- ℹ dist/entities/models.js 1.81 kB │ gzip: 0.53 kB
16
- ℹ dist/docs/kb-update-pipeline.docblock.js 1.49 kB │ gzip: 0.71 kB
17
- ℹ dist/index.js 1.44 kB │ gzip: 0.42 kB
18
- ℹ dist/feature.js 1.37 kB │ gzip: 0.54 kB
19
- ℹ dist/example.js 0.97 kB │ gzip: 0.52 kB
20
- ℹ dist/operations/index.js 0.31 kB │ gzip: 0.14 kB
21
- ℹ dist/entities/index.js 0.25 kB │ gzip: 0.13 kB
22
- ℹ dist/handlers/index.js 0.16 kB │ gzip: 0.10 kB
23
- ℹ dist/docs/index.js 0.04 kB │ gzip: 0.06 kB
24
- ℹ dist/handlers/memory.handlers.js.map 8.17 kB │ gzip: 2.35 kB
25
- ℹ dist/operations/pipeline.js.map 7.20 kB │ gzip: 1.81 kB
26
- ℹ dist/events.js.map 5.65 kB │ gzip: 1.04 kB
27
- ℹ dist/kb-update-pipeline.feature.js.map 3.53 kB │ gzip: 1.02 kB
28
- ℹ dist/presentations.js.map 3.02 kB │ gzip: 0.85 kB
29
- ℹ dist/entities/models.js.map 2.68 kB │ gzip: 0.81 kB
30
- ℹ dist/feature.js.map 2.17 kB │ gzip: 0.83 kB
31
- ℹ dist/docs/kb-update-pipeline.docblock.js.map 2.00 kB │ gzip: 0.89 kB
32
- ℹ dist/example.js.map 1.52 kB │ gzip: 0.75 kB
33
- ℹ dist/handlers/memory.handlers.d.ts.map 0.92 kB │ gzip: 0.44 kB
34
- ℹ dist/events.d.ts.map 0.81 kB │ gzip: 0.33 kB
35
- ℹ dist/operations/pipeline.d.ts.map 0.76 kB │ gzip: 0.33 kB
36
- ℹ dist/entities/models.d.ts.map 0.47 kB │ gzip: 0.28 kB
37
- ℹ dist/presentations.d.ts.map 0.19 kB │ gzip: 0.16 kB
38
- ℹ dist/kb-update-pipeline.feature.d.ts.map 0.16 kB │ gzip: 0.14 kB
39
- ℹ dist/feature.d.ts.map 0.13 kB │ gzip: 0.12 kB
40
- ℹ dist/example.d.ts.map 0.12 kB │ gzip: 0.12 kB
41
- ℹ dist/operations/pipeline.d.ts 4.33 kB │ gzip: 0.58 kB
42
- ℹ dist/events.d.ts 2.54 kB │ gzip: 0.42 kB
43
- ℹ dist/entities/models.d.ts 2.00 kB │ gzip: 0.41 kB
44
- ℹ dist/handlers/memory.handlers.d.ts 1.94 kB │ gzip: 0.64 kB
45
- ℹ dist/index.d.ts 1.48 kB │ gzip: 0.41 kB
46
- ℹ dist/presentations.d.ts 0.41 kB │ gzip: 0.19 kB
47
- ℹ dist/operations/index.d.ts 0.31 kB │ gzip: 0.13 kB
48
- ℹ dist/kb-update-pipeline.feature.d.ts 0.28 kB │ gzip: 0.18 kB
49
- ℹ dist/handlers/index.d.ts 0.25 kB │ gzip: 0.10 kB
50
- ℹ dist/entities/index.d.ts 0.25 kB │ gzip: 0.13 kB
51
- ℹ dist/feature.d.ts 0.24 kB │ gzip: 0.17 kB
52
- ℹ dist/example.d.ts 0.20 kB │ gzip: 0.16 kB
53
- ℹ dist/docs/index.d.ts 0.01 kB │ gzip: 0.03 kB
54
- ℹ dist/docs/kb-update-pipeline.docblock.d.ts 0.01 kB │ gzip: 0.03 kB
55
- ℹ 45 files, total: 77.69 kB
56
- ✔ Build complete in 24072ms
1
+
2
+ $ bun build:types && bun build:bundle
3
+ $ tsc --noEmit
4
+ $ tsdown
5
+ ℹ tsdown v0.18.4 powered by rolldown v1.0.0-beta.57
6
+ ℹ config file: /Users/tboutron/Documents/clients/lssm/monorepo-lssm/packages/contractspec/packages/examples/kb-update-pipeline/tsdown.config.js (unrun)
7
+ ℹ entry: src/events.ts, src/example.ts, src/index.ts, src/kb-update-pipeline.feature.ts, src/presentations.ts, src/docs/index.ts, src/docs/kb-update-pipeline.docblock.ts, src/entities/index.ts, src/entities/models.ts, src/handlers/index.ts, src/handlers/memory.handlers.ts, src/operations/index.ts, src/operations/pipeline.ts
8
+ ℹ target: esnext
9
+ ℹ tsconfig: tsconfig.json
10
+ ℹ Build start
11
+ ℹ Cleaning 45 files
12
+ ℹ dist/operations/pipeline.js 4.95 kB │ gzip: 1.37 kB
13
+ ℹ dist/events.js 3.69 kB │ gzip: 0.73 kB
14
+ ℹ dist/handlers/memory.handlers.js 3.37 kB │ gzip: 1.12 kB
15
+ ℹ dist/kb-update-pipeline.feature.js 2.27 kB │ gzip: 0.64 kB
16
+ ℹ dist/presentations.js 1.82 kB │ gzip: 0.61 kB
17
+ ℹ dist/entities/models.js 1.81 kB │ gzip: 0.53 kB
18
+ ℹ dist/docs/kb-update-pipeline.docblock.js 1.49 kB │ gzip: 0.71 kB
19
+ ℹ dist/index.js 1.44 kB │ gzip: 0.42 kB
20
+ ℹ dist/example.js 0.97 kB │ gzip: 0.52 kB
21
+ ℹ dist/operations/index.js 0.31 kB │ gzip: 0.14 kB
22
+ ℹ dist/entities/index.js 0.25 kB │ gzip: 0.13 kB
23
+ ℹ dist/handlers/index.js 0.16 kB │ gzip: 0.10 kB
24
+ ℹ dist/docs/index.js 0.04 kB │ gzip: 0.06 kB
25
+ ℹ dist/handlers/memory.handlers.js.map 8.17 kB │ gzip: 2.35 kB
26
+ ℹ dist/operations/pipeline.js.map 7.20 kB │ gzip: 1.81 kB
27
+ ℹ dist/events.js.map 5.65 kB │ gzip: 1.04 kB
28
+ ℹ dist/kb-update-pipeline.feature.js.map 3.53 kB │ gzip: 1.02 kB
29
+ ℹ dist/presentations.js.map 3.02 kB │ gzip: 0.85 kB
30
+ ℹ dist/entities/models.js.map 2.68 kB │ gzip: 0.81 kB
31
+ ℹ dist/docs/kb-update-pipeline.docblock.js.map 2.00 kB │ gzip: 0.89 kB
32
+ ℹ dist/example.js.map 1.52 kB │ gzip: 0.75 kB
33
+ ℹ dist/handlers/memory.handlers.d.ts.map 0.92 kB │ gzip: 0.44 kB
34
+ ℹ dist/events.d.ts.map 0.81 kB │ gzip: 0.33 kB
35
+ ℹ dist/operations/pipeline.d.ts.map 0.76 kB │ gzip: 0.33 kB
36
+ ℹ dist/entities/models.d.ts.map 0.47 kB │ gzip: 0.28 kB
37
+ ℹ dist/presentations.d.ts.map 0.19 kB │ gzip: 0.16 kB
38
+ ℹ dist/kb-update-pipeline.feature.d.ts.map 0.16 kB │ gzip: 0.14 kB
39
+ ℹ dist/example.d.ts.map 0.12 kB │ gzip: 0.12 kB
40
+ ℹ dist/operations/pipeline.d.ts 4.37 kB │ gzip: 0.58 kB
41
+ ℹ dist/events.d.ts 2.52 kB │ gzip: 0.42 kB
42
+ ℹ dist/entities/models.d.ts 2.00 kB │ gzip: 0.41 kB
43
+ ℹ dist/handlers/memory.handlers.d.ts 1.94 kB │ gzip: 0.64 kB
44
+ ℹ dist/index.d.ts 1.48 kB │ gzip: 0.41 kB
45
+ ℹ dist/presentations.d.ts 0.41 kB │ gzip: 0.19 kB
46
+ ℹ dist/operations/index.d.ts 0.31 kB │ gzip: 0.13 kB
47
+ ℹ dist/kb-update-pipeline.feature.d.ts 0.28 kB │ gzip: 0.18 kB
48
+ ℹ dist/handlers/index.d.ts 0.25 kB │ gzip: 0.10 kB
49
+ ℹ dist/entities/index.d.ts 0.25 kB │ gzip: 0.13 kB
50
+ ℹ dist/example.d.ts 0.20 kB │ gzip: 0.16 kB
51
+ ℹ dist/docs/index.d.ts 0.01 kB │ gzip: 0.03 kB
52
+ ℹ dist/docs/kb-update-pipeline.docblock.d.ts 0.01 kB │ gzip: 0.03 kB
53
+ ℹ 41 files, total: 73.80 kB
54
+ ✔ Build complete in 7371ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @contractspec/example.kb-update-pipeline
2
2
 
3
+ ## 1.46.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 7e21625: feat: library services (landing page & api)
8
+ - Updated dependencies [7e21625]
9
+ - @contractspec/lib.contracts@1.46.2
10
+ - @contractspec/lib.schema@1.46.2
11
+
3
12
  ## 1.46.1
4
13
 
5
14
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/example.kb-update-pipeline",
3
- "version": "1.46.1",
3
+ "version": "1.46.2",
4
4
  "description": "Example: KB update automation pipeline with HITL review and auditability.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -14,7 +14,6 @@
14
14
  "./entities/models": "./dist/entities/models.js",
15
15
  "./events": "./dist/events.js",
16
16
  "./example": "./dist/example.js",
17
- "./feature": "./dist/feature.js",
18
17
  "./handlers": "./dist/handlers/index.js",
19
18
  "./handlers/memory.handlers": "./dist/handlers/memory.handlers.js",
20
19
  "./kb-update-pipeline.feature": "./dist/kb-update-pipeline.feature.js",
@@ -37,12 +36,12 @@
37
36
  "test": "bun test"
38
37
  },
39
38
  "dependencies": {
40
- "@contractspec/lib.contracts": "1.46.1",
41
- "@contractspec/lib.schema": "1.46.1"
39
+ "@contractspec/lib.contracts": "1.46.2",
40
+ "@contractspec/lib.schema": "1.46.2"
42
41
  },
43
42
  "devDependencies": {
44
- "@contractspec/tool.tsdown": "1.46.1",
45
- "@contractspec/tool.typescript": "1.46.1",
43
+ "@contractspec/tool.tsdown": "1.46.2",
44
+ "@contractspec/tool.typescript": "1.46.2",
46
45
  "tsdown": "^0.18.3",
47
46
  "typescript": "^5.9.3"
48
47
  },
package/dist/feature.d.ts DELETED
@@ -1,7 +0,0 @@
1
- import { FeatureModuleSpec } from "@contractspec/lib.contracts";
2
-
3
- //#region src/feature.d.ts
4
- declare const KbUpdatePipelineFeature: FeatureModuleSpec;
5
- //#endregion
6
- export { KbUpdatePipelineFeature };
7
- //# sourceMappingURL=feature.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"feature.d.ts","names":[],"sources":["../src/feature.ts"],"sourcesContent":[],"mappings":";;;cAEa,yBAAyB"}
package/dist/feature.js DELETED
@@ -1,80 +0,0 @@
1
- //#region src/feature.ts
2
- const KbUpdatePipelineFeature = {
3
- meta: {
4
- key: "kb-update-pipeline",
5
- version: "1.0.0",
6
- title: "KB Update Pipeline (HITL)",
7
- description: "Automation proposes KB patches; humans verify; publishing is blocked until approvals are complete.",
8
- domain: "knowledge",
9
- owners: ["@examples"],
10
- tags: [
11
- "knowledge",
12
- "pipeline",
13
- "hitl",
14
- "audit",
15
- "notifications"
16
- ],
17
- stability: "experimental"
18
- },
19
- operations: [
20
- {
21
- key: "kbPipeline.runWatch",
22
- version: "1.0.0"
23
- },
24
- {
25
- key: "kbPipeline.createReviewTask",
26
- version: "1.0.0"
27
- },
28
- {
29
- key: "kbPipeline.submitDecision",
30
- version: "1.0.0"
31
- },
32
- {
33
- key: "kbPipeline.publishIfReady",
34
- version: "1.0.0"
35
- }
36
- ],
37
- events: [
38
- {
39
- key: "kb.change.detected",
40
- version: "1.0.0"
41
- },
42
- {
43
- key: "kb.change.summarized",
44
- version: "1.0.0"
45
- },
46
- {
47
- key: "kb.patch.proposed",
48
- version: "1.0.0"
49
- },
50
- {
51
- key: "kb.review.requested",
52
- version: "1.0.0"
53
- },
54
- {
55
- key: "kb.review.decided",
56
- version: "1.0.0"
57
- }
58
- ],
59
- presentations: [],
60
- opToPresentation: [],
61
- presentationsTargets: [],
62
- capabilities: { requires: [
63
- {
64
- key: "identity",
65
- version: "1.0.0"
66
- },
67
- {
68
- key: "notifications",
69
- version: "1.0.0"
70
- },
71
- {
72
- key: "audit-trail",
73
- version: "1.0.0"
74
- }
75
- ] }
76
- };
77
-
78
- //#endregion
79
- export { KbUpdatePipelineFeature };
80
- //# sourceMappingURL=feature.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"feature.js","names":["KbUpdatePipelineFeature: FeatureModuleSpec"],"sources":["../src/feature.ts"],"sourcesContent":["import type { FeatureModuleSpec } from '@contractspec/lib.contracts';\n\nexport const KbUpdatePipelineFeature: FeatureModuleSpec = {\n meta: {\n key: 'kb-update-pipeline',\n version: '1.0.0',\n title: 'KB Update Pipeline (HITL)',\n description:\n 'Automation proposes KB patches; humans verify; publishing is blocked until approvals are complete.',\n domain: 'knowledge',\n owners: ['@examples'],\n tags: ['knowledge', 'pipeline', 'hitl', 'audit', 'notifications'],\n stability: 'experimental',\n },\n operations: [\n { key: 'kbPipeline.runWatch', version: '1.0.0' },\n { key: 'kbPipeline.createReviewTask', version: '1.0.0' },\n { key: 'kbPipeline.submitDecision', version: '1.0.0' },\n { key: 'kbPipeline.publishIfReady', version: '1.0.0' },\n ],\n events: [\n { key: 'kb.change.detected', version: '1.0.0' },\n { key: 'kb.change.summarized', version: '1.0.0' },\n { key: 'kb.patch.proposed', version: '1.0.0' },\n { key: 'kb.review.requested', version: '1.0.0' },\n { key: 'kb.review.decided', version: '1.0.0' },\n ],\n presentations: [],\n opToPresentation: [],\n presentationsTargets: [],\n capabilities: {\n requires: [\n { key: 'identity', version: '1.0.0' },\n { key: 'notifications', version: '1.0.0' },\n { key: 'audit-trail', version: '1.0.0' },\n ],\n },\n};\n"],"mappings":";AAEA,MAAaA,0BAA6C;CACxD,MAAM;EACJ,KAAK;EACL,SAAS;EACT,OAAO;EACP,aACE;EACF,QAAQ;EACR,QAAQ,CAAC,YAAY;EACrB,MAAM;GAAC;GAAa;GAAY;GAAQ;GAAS;GAAgB;EACjE,WAAW;EACZ;CACD,YAAY;EACV;GAAE,KAAK;GAAuB,SAAS;GAAS;EAChD;GAAE,KAAK;GAA+B,SAAS;GAAS;EACxD;GAAE,KAAK;GAA6B,SAAS;GAAS;EACtD;GAAE,KAAK;GAA6B,SAAS;GAAS;EACvD;CACD,QAAQ;EACN;GAAE,KAAK;GAAsB,SAAS;GAAS;EAC/C;GAAE,KAAK;GAAwB,SAAS;GAAS;EACjD;GAAE,KAAK;GAAqB,SAAS;GAAS;EAC9C;GAAE,KAAK;GAAuB,SAAS;GAAS;EAChD;GAAE,KAAK;GAAqB,SAAS;GAAS;EAC/C;CACD,eAAe,EAAE;CACjB,kBAAkB,EAAE;CACpB,sBAAsB,EAAE;CACxB,cAAc,EACZ,UAAU;EACR;GAAE,KAAK;GAAY,SAAS;GAAS;EACrC;GAAE,KAAK;GAAiB,SAAS;GAAS;EAC1C;GAAE,KAAK;GAAe,SAAS;GAAS;EACzC,EACF;CACF"}
package/src/feature.ts DELETED
@@ -1,38 +0,0 @@
1
- import type { FeatureModuleSpec } from '@contractspec/lib.contracts';
2
-
3
- export const KbUpdatePipelineFeature: FeatureModuleSpec = {
4
- meta: {
5
- key: 'kb-update-pipeline',
6
- version: '1.0.0',
7
- title: 'KB Update Pipeline (HITL)',
8
- description:
9
- 'Automation proposes KB patches; humans verify; publishing is blocked until approvals are complete.',
10
- domain: 'knowledge',
11
- owners: ['@examples'],
12
- tags: ['knowledge', 'pipeline', 'hitl', 'audit', 'notifications'],
13
- stability: 'experimental',
14
- },
15
- operations: [
16
- { key: 'kbPipeline.runWatch', version: '1.0.0' },
17
- { key: 'kbPipeline.createReviewTask', version: '1.0.0' },
18
- { key: 'kbPipeline.submitDecision', version: '1.0.0' },
19
- { key: 'kbPipeline.publishIfReady', version: '1.0.0' },
20
- ],
21
- events: [
22
- { key: 'kb.change.detected', version: '1.0.0' },
23
- { key: 'kb.change.summarized', version: '1.0.0' },
24
- { key: 'kb.patch.proposed', version: '1.0.0' },
25
- { key: 'kb.review.requested', version: '1.0.0' },
26
- { key: 'kb.review.decided', version: '1.0.0' },
27
- ],
28
- presentations: [],
29
- opToPresentation: [],
30
- presentationsTargets: [],
31
- capabilities: {
32
- requires: [
33
- { key: 'identity', version: '1.0.0' },
34
- { key: 'notifications', version: '1.0.0' },
35
- { key: 'audit-trail', version: '1.0.0' },
36
- ],
37
- },
38
- };