@lssm/example.policy-safe-knowledge-assistant 1.42.8 → 1.42.10

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,7 +1,7 @@
1
1
  $ tsdown
2
2
  ℹ tsdown v0.18.3 powered by rolldown v1.0.0-beta.57
3
3
  ℹ config file: /home/runner/work/contractspec/contractspec/packages/examples/policy-safe-knowledge-assistant/tsdown.config.js
4
- ℹ entry: src/example.ts, src/feature.ts, src/index.ts, src/docs/index.ts, src/docs/policy-safe-knowledge-assistant.docblock.ts, src/orchestrator/buildAnswer.ts, src/seed/fixtures.ts, src/seed/index.ts
4
+ ℹ entry: src/example.ts, src/feature.ts, src/index.ts, src/orchestrator/buildAnswer.ts, src/docs/index.ts, src/docs/policy-safe-knowledge-assistant.docblock.ts, src/seed/fixtures.ts, src/seed/index.ts
5
5
  ℹ target: esnext
6
6
  ℹ tsconfig: tsconfig.json
7
7
  ℹ Build start
@@ -32,4 +32,4 @@ $ tsdown
32
32
  ℹ dist/docs/index.d.ts 0.01 kB │ gzip: 0.03 kB
33
33
  ℹ dist/docs/policy-safe-knowledge-assistant.docblock.d.ts 0.01 kB │ gzip: 0.03 kB
34
34
  ℹ 25 files, total: 27.70 kB
35
- ✔ Build complete in 16196ms
35
+ ✔ Build complete in 18669ms
@@ -33,4 +33,4 @@ $ tsdown
33
33
  ℹ dist/docs/index.d.ts 0.01 kB │ gzip: 0.03 kB
34
34
  ℹ dist/docs/policy-safe-knowledge-assistant.docblock.d.ts 0.01 kB │ gzip: 0.03 kB
35
35
  ℹ 25 files, total: 27.70 kB
36
- ✔ Build complete in 13516ms
36
+ ✔ Build complete in 13672ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,47 @@
1
1
  # @lssm/example.policy-safe-knowledge-assistant
2
2
 
3
+ ## 1.42.10
4
+
5
+ ### Patch Changes
6
+
7
+ - 1e6a0f1: fix: mcp server
8
+ - Updated dependencies [1e6a0f1]
9
+ - @lssm/example.locale-jurisdiction-gate@1.42.10
10
+ - @lssm/example.versioned-knowledge-base@1.42.10
11
+ - @lssm/example.kb-update-pipeline@1.42.10
12
+ - @lssm/example.learning-patterns@1.42.9
13
+ - @lssm/module.learning-journey@1.42.10
14
+ - @lssm/module.notifications@1.42.10
15
+ - @lssm/module.audit-trail@1.42.10
16
+ - @lssm/lib.feature-flags@1.42.10
17
+ - @lssm/lib.identity-rbac@1.42.10
18
+ - @lssm/lib.contracts@1.42.10
19
+ - @lssm/lib.metering@1.42.10
20
+ - @lssm/lib.schema@1.42.10
21
+ - @lssm/lib.files@1.42.10
22
+ - @lssm/lib.jobs@1.42.10
23
+
24
+ ## 1.42.9
25
+
26
+ ### Patch Changes
27
+
28
+ - 9281db7: fix ModelRegistry
29
+ - Updated dependencies [9281db7]
30
+ - @lssm/example.locale-jurisdiction-gate@1.42.9
31
+ - @lssm/example.versioned-knowledge-base@1.42.9
32
+ - @lssm/example.kb-update-pipeline@1.42.9
33
+ - @lssm/example.learning-patterns@1.42.8
34
+ - @lssm/module.learning-journey@1.42.9
35
+ - @lssm/module.notifications@1.42.9
36
+ - @lssm/module.audit-trail@1.42.9
37
+ - @lssm/lib.feature-flags@1.42.9
38
+ - @lssm/lib.identity-rbac@1.42.9
39
+ - @lssm/lib.contracts@1.42.9
40
+ - @lssm/lib.metering@1.42.9
41
+ - @lssm/lib.schema@1.42.9
42
+ - @lssm/lib.files@1.42.9
43
+ - @lssm/lib.jobs@1.42.9
44
+
3
45
  ## 1.42.8
4
46
 
5
47
  ### Patch Changes
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # `@lssm/example.policy-safe-knowledge-assistant`
2
2
 
3
- Website: https://contractspec.lssm.tech/
3
+ Website: https://contractspec.io/
4
4
 
5
5
 
6
6
  All-in-one template example demonstrating a **policy-safe knowledge assistant** end-to-end:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lssm/example.policy-safe-knowledge-assistant",
3
- "version": "1.42.8",
3
+ "version": "1.42.10",
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
  "main": "./dist/index.js",
@@ -31,24 +31,24 @@
31
31
  "test": "bun test"
32
32
  },
33
33
  "dependencies": {
34
- "@lssm/example.locale-jurisdiction-gate": "1.42.8",
35
- "@lssm/example.versioned-knowledge-base": "1.42.8",
36
- "@lssm/example.kb-update-pipeline": "1.42.8",
37
- "@lssm/example.learning-patterns": "1.42.7",
38
- "@lssm/lib.schema": "1.42.8",
39
- "@lssm/lib.contracts": "1.42.8",
40
- "@lssm/lib.identity-rbac": "1.42.8",
41
- "@lssm/lib.jobs": "1.42.8",
42
- "@lssm/lib.feature-flags": "1.42.8",
43
- "@lssm/lib.files": "1.42.8",
44
- "@lssm/lib.metering": "1.42.8",
45
- "@lssm/module.audit-trail": "1.42.8",
46
- "@lssm/module.notifications": "1.42.8",
47
- "@lssm/module.learning-journey": "1.42.8"
34
+ "@lssm/example.locale-jurisdiction-gate": "1.42.10",
35
+ "@lssm/example.versioned-knowledge-base": "1.42.10",
36
+ "@lssm/example.kb-update-pipeline": "1.42.10",
37
+ "@lssm/example.learning-patterns": "1.42.9",
38
+ "@lssm/lib.schema": "1.42.10",
39
+ "@lssm/lib.contracts": "1.42.10",
40
+ "@lssm/lib.identity-rbac": "1.42.10",
41
+ "@lssm/lib.jobs": "1.42.10",
42
+ "@lssm/lib.feature-flags": "1.42.10",
43
+ "@lssm/lib.files": "1.42.10",
44
+ "@lssm/lib.metering": "1.42.10",
45
+ "@lssm/module.audit-trail": "1.42.10",
46
+ "@lssm/module.notifications": "1.42.10",
47
+ "@lssm/module.learning-journey": "1.42.10"
48
48
  },
49
49
  "devDependencies": {
50
- "@lssm/tool.tsdown": "1.42.8",
51
- "@lssm/tool.typescript": "1.42.8",
50
+ "@lssm/tool.tsdown": "1.42.10",
51
+ "@lssm/tool.typescript": "1.42.10",
52
52
  "tsdown": "^0.18.3",
53
53
  "typescript": "^5.9.3"
54
54
  },