@contractspec/example.policy-safe-knowledge-assistant 3.7.7 → 3.7.12

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.
@@ -3,7 +3,7 @@ $ bun run prebuild && bun run build:bundle && bun run build:types
3
3
  $ contractspec-bun-build prebuild
4
4
  $ contractspec-bun-build transpile
5
5
  [contractspec-bun-build] transpile target=bun root=src entries=14 noBundle=false
6
- Bundled 14 modules in 31ms
6
+ Bundled 14 modules in 29ms
7
7
 
8
8
  docs/index.js 1.86 KB (entry point)
9
9
  seeders/index.js 0.51 KB (entry point)
@@ -21,7 +21,7 @@ Bundled 14 modules in 31ms
21
21
  ./policy-safe-knowledge-assistant.feature.js 2.67 KB (entry point)
22
22
 
23
23
  [contractspec-bun-build] transpile target=node root=src entries=14 noBundle=false
24
- Bundled 14 modules in 35ms
24
+ Bundled 14 modules in 29ms
25
25
 
26
26
  docs/index.js 1.85 KB (entry point)
27
27
  seeders/index.js 506 bytes (entry point)
@@ -39,7 +39,7 @@ Bundled 14 modules in 35ms
39
39
  ./policy-safe-knowledge-assistant.feature.js 2.66 KB (entry point)
40
40
 
41
41
  [contractspec-bun-build] transpile target=browser root=src entries=14 noBundle=false
42
- Bundled 14 modules in 31ms
42
+ Bundled 14 modules in 33ms
43
43
 
44
44
  docs/index.js 1.85 KB (entry point)
45
45
  seeders/index.js 506 bytes (entry point)
package/CHANGELOG.md CHANGED
@@ -1,5 +1,75 @@
1
1
  # @contractspec/example.policy-safe-knowledge-assistant
2
2
 
3
+ ## 3.7.12
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [81256ea]
8
+ - Updated dependencies [2619dd8]
9
+ - Updated dependencies [81256ea]
10
+ - Updated dependencies [a4489bb]
11
+ - Updated dependencies [9cb304e]
12
+ - @contractspec/lib.contracts-spec@5.0.0
13
+ - @contractspec/example.kb-update-pipeline@3.7.12
14
+ - @contractspec/example.learning-patterns@3.7.12
15
+ - @contractspec/example.locale-jurisdiction-gate@3.7.12
16
+ - @contractspec/example.versioned-knowledge-base@3.7.12
17
+ - @contractspec/lib.design-system@3.8.5
18
+ - @contractspec/lib.example-shared-ui@6.0.12
19
+ - @contractspec/lib.ui-kit-web@3.9.4
20
+ - @contractspec/module.learning-journey@3.7.12
21
+
22
+ ## 3.7.11
23
+
24
+ ### Patch Changes
25
+
26
+ - fix: release
27
+ - Updated dependencies
28
+ - @contractspec/example.locale-jurisdiction-gate@3.7.11
29
+ - @contractspec/example.versioned-knowledge-base@3.7.11
30
+ - @contractspec/example.kb-update-pipeline@3.7.11
31
+ - @contractspec/example.learning-patterns@3.7.11
32
+ - @contractspec/module.learning-journey@3.7.11
33
+ - @contractspec/lib.example-shared-ui@6.0.11
34
+ - @contractspec/lib.runtime-sandbox@2.7.10
35
+ - @contractspec/lib.contracts-spec@4.1.3
36
+ - @contractspec/lib.design-system@3.8.4
37
+ - @contractspec/lib.ui-kit-web@3.9.3
38
+
39
+ ## 3.7.10
40
+
41
+ ### Patch Changes
42
+
43
+ - 1a44cb6: feat: improve examples to increase coverage of Contracts type
44
+ - Updated dependencies [1a44cb6]
45
+ - @contractspec/example.locale-jurisdiction-gate@3.7.10
46
+ - @contractspec/example.versioned-knowledge-base@3.7.10
47
+ - @contractspec/example.kb-update-pipeline@3.7.10
48
+ - @contractspec/example.learning-patterns@3.7.10
49
+ - @contractspec/module.learning-journey@3.7.10
50
+ - @contractspec/lib.example-shared-ui@6.0.10
51
+ - @contractspec/lib.runtime-sandbox@2.7.9
52
+ - @contractspec/lib.contracts-spec@4.1.2
53
+ - @contractspec/lib.design-system@3.8.3
54
+ - @contractspec/lib.ui-kit-web@3.9.2
55
+
56
+ ## 3.7.9
57
+
58
+ ### Patch Changes
59
+
60
+ - fix: release
61
+ - Updated dependencies
62
+ - @contractspec/example.locale-jurisdiction-gate@3.7.9
63
+ - @contractspec/example.versioned-knowledge-base@3.7.9
64
+ - @contractspec/example.kb-update-pipeline@3.7.9
65
+ - @contractspec/example.learning-patterns@3.7.9
66
+ - @contractspec/module.learning-journey@3.7.9
67
+ - @contractspec/lib.example-shared-ui@6.0.9
68
+ - @contractspec/lib.runtime-sandbox@2.7.8
69
+ - @contractspec/lib.contracts-spec@4.1.1
70
+ - @contractspec/lib.design-system@3.8.2
71
+ - @contractspec/lib.ui-kit-web@3.9.1
72
+
3
73
  ## 3.7.6
4
74
 
5
75
  ### Patch Changes
@@ -1183,14 +1253,17 @@
1183
1253
  feat: Contract layers support (features, examples, app-configs)
1184
1254
 
1185
1255
  ### New CLI Commands
1256
+
1186
1257
  - `contractspec list layers` - List all contract layers with filtering
1187
1258
 
1188
1259
  ### Enhanced Commands
1260
+
1189
1261
  - `contractspec ci` - New `layers` check category validates features/examples/config
1190
1262
  - `contractspec doctor` - New `layers` health checks
1191
1263
  - `contractspec integrity` - Now shows layer statistics
1192
1264
 
1193
1265
  ### New APIs
1266
+
1194
1267
  - `discoverLayers()` - Scan workspace for all layer files
1195
1268
  - `scanExampleSource()` - Parse ExampleSpec from source code
1196
1269
  - `isExampleFile()` - Check if file is an example spec
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/example.policy-safe-knowledge-assistant",
3
- "version": "3.7.7",
3
+ "version": "3.7.12",
4
4
  "description": "All-in-one template example: policy-safe knowledge assistant with locale/jurisdiction gating, versioned KB snapshots, HITL update pipeline, and learning hub.",
5
5
  "type": "module",
6
6
  "types": "./dist/index.d.ts",
@@ -120,25 +120,25 @@
120
120
  "typecheck": "tsc --noEmit"
121
121
  },
122
122
  "dependencies": {
123
- "@contractspec/example.kb-update-pipeline": "3.7.7",
124
- "@contractspec/example.learning-patterns": "3.7.7",
125
- "@contractspec/example.locale-jurisdiction-gate": "3.7.7",
126
- "@contractspec/example.versioned-knowledge-base": "3.7.7",
127
- "@contractspec/lib.contracts-spec": "4.0.0",
128
- "@contractspec/lib.design-system": "3.8.0",
129
- "@contractspec/lib.example-shared-ui": "6.0.7",
130
- "@contractspec/lib.runtime-sandbox": "2.7.6",
131
- "@contractspec/lib.ui-kit-web": "3.8.0",
132
- "@contractspec/module.learning-journey": "3.7.7",
123
+ "@contractspec/example.kb-update-pipeline": "3.7.12",
124
+ "@contractspec/example.learning-patterns": "3.7.12",
125
+ "@contractspec/example.locale-jurisdiction-gate": "3.7.12",
126
+ "@contractspec/example.versioned-knowledge-base": "3.7.12",
127
+ "@contractspec/lib.contracts-spec": "5.0.0",
128
+ "@contractspec/lib.design-system": "3.8.5",
129
+ "@contractspec/lib.example-shared-ui": "6.0.12",
130
+ "@contractspec/lib.runtime-sandbox": "2.7.10",
131
+ "@contractspec/lib.ui-kit-web": "3.9.4",
132
+ "@contractspec/module.learning-journey": "3.7.12",
133
133
  "react": "19.2.0",
134
134
  "react-dom": "19.2.0"
135
135
  },
136
136
  "devDependencies": {
137
- "@contractspec/tool.typescript": "3.7.6",
137
+ "@contractspec/tool.typescript": "3.7.9",
138
138
  "typescript": "^5.9.3",
139
139
  "@types/react": "^19.2.14",
140
140
  "@types/react-dom": "^19.2.2",
141
- "@contractspec/tool.bun": "3.7.6"
141
+ "@contractspec/tool.bun": "3.7.9"
142
142
  },
143
143
  "publishConfig": {
144
144
  "access": "public",