@lssm/example.policy-safe-knowledge-assistant 0.0.0-canary-20251216031832 → 0.0.0-canary-20251216035145

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.
@@ -2,7 +2,7 @@ $ bun build:bundle && bun build:types
2
2
  $ tsdown
3
3
  ℹ tsdown v0.17.4 powered by rolldown v1.0.0-beta.53
4
4
  ℹ config file: /home/runner/work/contractspec/contractspec/packages/examples/policy-safe-knowledge-assistant/tsdown.config.js
5
- ℹ entry: src/example.ts, src/feature.ts, src/index.ts, src/docs/index.ts, src/docs/policy-safe-knowledge-assistant.docblock.ts, src/seed/fixtures.ts, src/seed/index.ts, src/orchestrator/buildAnswer.ts
5
+ ℹ 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
6
6
  ℹ target: esnext
7
7
  ℹ tsconfig: tsconfig.json
8
8
  ℹ Build start
@@ -15,5 +15,5 @@ $ tsdown
15
15
  ℹ dist/seed/index.js 0.07 kB │ gzip: 0.08 kB
16
16
  ℹ dist/docs/index.js 0.05 kB │ gzip: 0.07 kB
17
17
  ℹ 8 files, total: 6.60 kB
18
- ✔ Build complete in 79ms
18
+ ✔ Build complete in 47ms
19
19
  $ tsc --noEmit
package/CHANGELOG.md CHANGED
@@ -1,20 +1,20 @@
1
1
  # @lssm/example.policy-safe-knowledge-assistant
2
2
 
3
- ## 0.0.0-canary-20251216031832
3
+ ## 0.0.0-canary-20251216035145
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies [3086383]
8
- - @lssm/lib.contracts@0.0.0-canary-20251216031832
9
- - @lssm/lib.jobs@0.0.0-canary-20251216031832
10
- - @lssm/example.kb-update-pipeline@0.0.0-canary-20251216031832
11
- - @lssm/example.locale-jurisdiction-gate@0.0.0-canary-20251216031832
12
- - @lssm/example.versioned-knowledge-base@0.0.0-canary-20251216031832
13
- - @lssm/lib.feature-flags@0.0.0-canary-20251216031832
14
- - @lssm/lib.files@0.0.0-canary-20251216031832
15
- - @lssm/lib.identity-rbac@0.0.0-canary-20251216031832
16
- - @lssm/lib.metering@0.0.0-canary-20251216031832
17
- - @lssm/module.audit-trail@0.0.0-canary-20251216031832
18
- - @lssm/module.learning-journey@0.0.0-canary-20251216031832
19
- - @lssm/module.notifications@0.0.0-canary-20251216031832
20
- - @lssm/example.learning-patterns@0.0.0-canary-20251216031832
8
+ - @lssm/lib.contracts@0.0.0-canary-20251216035145
9
+ - @lssm/lib.jobs@0.0.0-canary-20251216035145
10
+ - @lssm/example.kb-update-pipeline@0.0.0-canary-20251216035145
11
+ - @lssm/example.locale-jurisdiction-gate@0.0.0-canary-20251216035145
12
+ - @lssm/example.versioned-knowledge-base@0.0.0-canary-20251216035145
13
+ - @lssm/lib.feature-flags@0.0.0-canary-20251216035145
14
+ - @lssm/lib.files@0.0.0-canary-20251216035145
15
+ - @lssm/lib.identity-rbac@0.0.0-canary-20251216035145
16
+ - @lssm/lib.metering@0.0.0-canary-20251216035145
17
+ - @lssm/module.audit-trail@0.0.0-canary-20251216035145
18
+ - @lssm/module.learning-journey@0.0.0-canary-20251216035145
19
+ - @lssm/module.notifications@0.0.0-canary-20251216035145
20
+ - @lssm/example.learning-patterns@0.0.0-canary-20251216035145
@@ -34,3 +34,4 @@ The runnable **sandbox UI/runtime** lives in `@lssm/bundle.contractspec-studio`
34
34
 
35
35
 
36
36
 
37
+
package/README.md CHANGED
@@ -14,3 +14,4 @@ This package is the **spec-first** source of truth. The sandbox UI/runtime integ
14
14
 
15
15
 
16
16
 
17
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lssm/example.policy-safe-knowledge-assistant",
3
- "version": "0.0.0-canary-20251216031832",
3
+ "version": "0.0.0-canary-20251216035145",
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",
package/src/docs/index.ts CHANGED
@@ -1,4 +1 @@
1
1
  import './policy-safe-knowledge-assistant.docblock';
2
-
3
-
4
-
@@ -26,6 +26,3 @@ const docBlocks: DocBlock[] = [
26
26
  ];
27
27
 
28
28
  registerDocBlocks(docBlocks);
29
-
30
-
31
-
package/src/feature.ts CHANGED
@@ -55,6 +55,3 @@ export const PolicySafeKnowledgeAssistantFeature: FeatureModuleSpec = {
55
55
  ],
56
56
  },
57
57
  };
58
-
59
-
60
-
package/src/seed/index.ts CHANGED
@@ -1,4 +1 @@
1
1
  export * from './fixtures';
2
-
3
-
4
-
package/tsconfig.json CHANGED
@@ -13,3 +13,4 @@
13
13
 
14
14
 
15
15
 
16
+