@contractspec/example.kb-update-pipeline 1.45.6 → 1.46.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.
@@ -52,4 +52,4 @@ $ tsdown
52
52
  ℹ dist/docs/index.d.ts 0.01 kB │ gzip: 0.03 kB
53
53
  ℹ dist/docs/kb-update-pipeline.docblock.d.ts 0.01 kB │ gzip: 0.03 kB
54
54
  ℹ 45 files, total: 77.69 kB
55
- ✔ Build complete in 19399ms
55
+ ✔ Build complete in 23652ms
@@ -38,8 +38,8 @@ $ tsdown
38
38
  ℹ dist/kb-update-pipeline.feature.d.ts.map 0.16 kB │ gzip: 0.14 kB
39
39
  ℹ dist/feature.d.ts.map 0.13 kB │ gzip: 0.12 kB
40
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
41
+ ℹ dist/operations/pipeline.d.ts 4.37 kB │ gzip: 0.58 kB
42
+ ℹ dist/events.d.ts 2.52 kB │ gzip: 0.42 kB
43
43
  ℹ dist/entities/models.d.ts 2.00 kB │ gzip: 0.41 kB
44
44
  ℹ dist/handlers/memory.handlers.d.ts 1.94 kB │ gzip: 0.64 kB
45
45
  ℹ dist/index.d.ts 1.48 kB │ gzip: 0.41 kB
@@ -52,5 +52,5 @@ $ tsdown
52
52
  ℹ dist/example.d.ts 0.20 kB │ gzip: 0.16 kB
53
53
  ℹ dist/docs/index.d.ts 0.01 kB │ gzip: 0.03 kB
54
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 24194ms
55
+ ℹ 45 files, total: 77.71 kB
56
+ ✔ Build complete in 23325ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @contractspec/example.kb-update-pipeline
2
2
 
3
+ ## 1.46.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 07cb19b: feat: feat: cleaude code & opencode integrations
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [07cb19b]
12
+ - @contractspec/lib.contracts@1.46.0
13
+ - @contractspec/lib.schema@1.46.0
14
+
3
15
  ## 1.45.6
4
16
 
5
17
  ### Patch Changes
@@ -1,58 +1,58 @@
1
- import * as _contractspec_lib_schema55 from "@contractspec/lib.schema";
1
+ import * as _contractspec_lib_schema36 from "@contractspec/lib.schema";
2
2
 
3
3
  //#region src/entities/models.d.ts
4
- declare const ChangeRiskLevelEnum: _contractspec_lib_schema55.EnumType<[string, string, string]>;
5
- declare const ReviewAssignedRoleEnum: _contractspec_lib_schema55.EnumType<[string, string]>;
6
- declare const ReviewDecisionEnum: _contractspec_lib_schema55.EnumType<[string, string]>;
7
- declare const ChangeCandidateModel: _contractspec_lib_schema55.SchemaModel<{
4
+ declare const ChangeRiskLevelEnum: _contractspec_lib_schema36.EnumType<[string, string, string]>;
5
+ declare const ReviewAssignedRoleEnum: _contractspec_lib_schema36.EnumType<[string, string]>;
6
+ declare const ReviewDecisionEnum: _contractspec_lib_schema36.EnumType<[string, string]>;
7
+ declare const ChangeCandidateModel: _contractspec_lib_schema36.SchemaModel<{
8
8
  id: {
9
- type: _contractspec_lib_schema55.FieldType<string, string>;
9
+ type: _contractspec_lib_schema36.FieldType<string, string>;
10
10
  isOptional: false;
11
11
  };
12
12
  sourceDocumentId: {
13
- type: _contractspec_lib_schema55.FieldType<string, string>;
13
+ type: _contractspec_lib_schema36.FieldType<string, string>;
14
14
  isOptional: false;
15
15
  };
16
16
  detectedAt: {
17
- type: _contractspec_lib_schema55.FieldType<Date, string>;
17
+ type: _contractspec_lib_schema36.FieldType<Date, string>;
18
18
  isOptional: false;
19
19
  };
20
20
  diffSummary: {
21
- type: _contractspec_lib_schema55.FieldType<string, string>;
21
+ type: _contractspec_lib_schema36.FieldType<string, string>;
22
22
  isOptional: false;
23
23
  };
24
24
  riskLevel: {
25
- type: _contractspec_lib_schema55.EnumType<[string, string, string]>;
25
+ type: _contractspec_lib_schema36.EnumType<[string, string, string]>;
26
26
  isOptional: false;
27
27
  };
28
28
  }>;
29
- declare const ReviewTaskModel: _contractspec_lib_schema55.SchemaModel<{
29
+ declare const ReviewTaskModel: _contractspec_lib_schema36.SchemaModel<{
30
30
  id: {
31
- type: _contractspec_lib_schema55.FieldType<string, string>;
31
+ type: _contractspec_lib_schema36.FieldType<string, string>;
32
32
  isOptional: false;
33
33
  };
34
34
  changeCandidateId: {
35
- type: _contractspec_lib_schema55.FieldType<string, string>;
35
+ type: _contractspec_lib_schema36.FieldType<string, string>;
36
36
  isOptional: false;
37
37
  };
38
38
  status: {
39
- type: _contractspec_lib_schema55.FieldType<string, string>;
39
+ type: _contractspec_lib_schema36.FieldType<string, string>;
40
40
  isOptional: false;
41
41
  };
42
42
  assignedRole: {
43
- type: _contractspec_lib_schema55.EnumType<[string, string]>;
43
+ type: _contractspec_lib_schema36.EnumType<[string, string]>;
44
44
  isOptional: false;
45
45
  };
46
46
  decision: {
47
- type: _contractspec_lib_schema55.EnumType<[string, string]>;
47
+ type: _contractspec_lib_schema36.EnumType<[string, string]>;
48
48
  isOptional: true;
49
49
  };
50
50
  decidedAt: {
51
- type: _contractspec_lib_schema55.FieldType<Date, string>;
51
+ type: _contractspec_lib_schema36.FieldType<Date, string>;
52
52
  isOptional: true;
53
53
  };
54
54
  decidedBy: {
55
- type: _contractspec_lib_schema55.FieldType<string, string>;
55
+ type: _contractspec_lib_schema36.FieldType<string, string>;
56
56
  isOptional: true;
57
57
  };
58
58
  }>;
package/dist/events.d.ts CHANGED
@@ -1,71 +1,71 @@
1
1
  import * as _contractspec_lib_contracts3 from "@contractspec/lib.contracts";
2
- import * as _contractspec_lib_schema36 from "@contractspec/lib.schema";
2
+ import * as _contractspec_lib_schema53 from "@contractspec/lib.schema";
3
3
 
4
4
  //#region src/events.d.ts
5
- declare const KbChangeDetectedEvent: _contractspec_lib_contracts3.EventSpec<_contractspec_lib_schema36.SchemaModel<{
5
+ declare const KbChangeDetectedEvent: _contractspec_lib_contracts3.EventSpec<_contractspec_lib_schema53.SchemaModel<{
6
6
  changeCandidateId: {
7
- type: _contractspec_lib_schema36.FieldType<string, string>;
7
+ type: _contractspec_lib_schema53.FieldType<string, string>;
8
8
  isOptional: false;
9
9
  };
10
10
  sourceDocumentId: {
11
- type: _contractspec_lib_schema36.FieldType<string, string>;
11
+ type: _contractspec_lib_schema53.FieldType<string, string>;
12
12
  isOptional: false;
13
13
  };
14
14
  riskLevel: {
15
- type: _contractspec_lib_schema36.FieldType<string, string>;
15
+ type: _contractspec_lib_schema53.FieldType<string, string>;
16
16
  isOptional: false;
17
17
  };
18
18
  }>>;
19
- declare const KbChangeSummarizedEvent: _contractspec_lib_contracts3.EventSpec<_contractspec_lib_schema36.SchemaModel<{
19
+ declare const KbChangeSummarizedEvent: _contractspec_lib_contracts3.EventSpec<_contractspec_lib_schema53.SchemaModel<{
20
20
  changeCandidateId: {
21
- type: _contractspec_lib_schema36.FieldType<string, string>;
21
+ type: _contractspec_lib_schema53.FieldType<string, string>;
22
22
  isOptional: false;
23
23
  };
24
24
  summary: {
25
- type: _contractspec_lib_schema36.FieldType<string, string>;
25
+ type: _contractspec_lib_schema53.FieldType<string, string>;
26
26
  isOptional: false;
27
27
  };
28
28
  riskLevel: {
29
- type: _contractspec_lib_schema36.FieldType<string, string>;
29
+ type: _contractspec_lib_schema53.FieldType<string, string>;
30
30
  isOptional: false;
31
31
  };
32
32
  }>>;
33
- declare const KbPatchProposedEvent: _contractspec_lib_contracts3.EventSpec<_contractspec_lib_schema36.SchemaModel<{
33
+ declare const KbPatchProposedEvent: _contractspec_lib_contracts3.EventSpec<_contractspec_lib_schema53.SchemaModel<{
34
34
  changeCandidateId: {
35
- type: _contractspec_lib_schema36.FieldType<string, string>;
35
+ type: _contractspec_lib_schema53.FieldType<string, string>;
36
36
  isOptional: false;
37
37
  };
38
38
  proposedRuleVersionIds: {
39
- type: _contractspec_lib_schema36.FieldType<string, string>;
39
+ type: _contractspec_lib_schema53.FieldType<string, string>;
40
40
  isArray: true;
41
41
  isOptional: false;
42
42
  };
43
43
  }>>;
44
- declare const KbReviewRequestedEvent: _contractspec_lib_contracts3.EventSpec<_contractspec_lib_schema36.SchemaModel<{
44
+ declare const KbReviewRequestedEvent: _contractspec_lib_contracts3.EventSpec<_contractspec_lib_schema53.SchemaModel<{
45
45
  reviewTaskId: {
46
- type: _contractspec_lib_schema36.FieldType<string, string>;
46
+ type: _contractspec_lib_schema53.FieldType<string, string>;
47
47
  isOptional: false;
48
48
  };
49
49
  changeCandidateId: {
50
- type: _contractspec_lib_schema36.FieldType<string, string>;
50
+ type: _contractspec_lib_schema53.FieldType<string, string>;
51
51
  isOptional: false;
52
52
  };
53
53
  assignedRole: {
54
- type: _contractspec_lib_schema36.FieldType<string, string>;
54
+ type: _contractspec_lib_schema53.FieldType<string, string>;
55
55
  isOptional: false;
56
56
  };
57
57
  }>>;
58
- declare const KbReviewDecidedEvent: _contractspec_lib_contracts3.EventSpec<_contractspec_lib_schema36.SchemaModel<{
58
+ declare const KbReviewDecidedEvent: _contractspec_lib_contracts3.EventSpec<_contractspec_lib_schema53.SchemaModel<{
59
59
  reviewTaskId: {
60
- type: _contractspec_lib_schema36.FieldType<string, string>;
60
+ type: _contractspec_lib_schema53.FieldType<string, string>;
61
61
  isOptional: false;
62
62
  };
63
63
  decision: {
64
- type: _contractspec_lib_schema36.FieldType<string, string>;
64
+ type: _contractspec_lib_schema53.FieldType<string, string>;
65
65
  isOptional: false;
66
66
  };
67
67
  decidedBy: {
68
- type: _contractspec_lib_schema36.FieldType<string, string>;
68
+ type: _contractspec_lib_schema53.FieldType<string, string>;
69
69
  isOptional: false;
70
70
  };
71
71
  }>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/example.kb-update-pipeline",
3
- "version": "1.45.6",
3
+ "version": "1.46.0",
4
4
  "description": "Example: KB update automation pipeline with HITL review and auditability.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -37,12 +37,12 @@
37
37
  "test": "bun test"
38
38
  },
39
39
  "dependencies": {
40
- "@contractspec/lib.contracts": "1.45.6",
41
- "@contractspec/lib.schema": "1.45.6"
40
+ "@contractspec/lib.contracts": "1.46.0",
41
+ "@contractspec/lib.schema": "1.46.0"
42
42
  },
43
43
  "devDependencies": {
44
- "@contractspec/tool.tsdown": "1.45.6",
45
- "@contractspec/tool.typescript": "1.45.6",
44
+ "@contractspec/tool.tsdown": "1.46.0",
45
+ "@contractspec/tool.typescript": "1.46.0",
46
46
  "tsdown": "^0.18.3",
47
47
  "typescript": "^5.9.3"
48
48
  },