@lucern/sdk 1.0.2 → 1.0.3

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.
@@ -0,0 +1,45 @@
1
+ {
2
+ "proofIrVersion": "proof-ir/v1",
3
+ "manifestVersions": {
4
+ "@lucern/confidence": "0.3.0-alpha.0",
5
+ "@lucern/contracts": "0.3.0-alpha.0",
6
+ "edge-policy-manifest": "1.0.0"
7
+ },
8
+ "invariantsCovered": [
9
+ "INV-1: beliefs append-only",
10
+ "INV-14: no silent state transitions",
11
+ "MANIFEST-1: kernel projections declare epistemicAudit"
12
+ ],
13
+ "invariantResults": [
14
+ {
15
+ "invariant": "INV-1: beliefs append-only",
16
+ "status": "passed",
17
+ "severity": "block_publish",
18
+ "evidenceRefs": []
19
+ },
20
+ {
21
+ "invariant": "INV-14: no silent state transitions",
22
+ "status": "passed",
23
+ "severity": "block_publish",
24
+ "evidenceRefs": []
25
+ },
26
+ {
27
+ "invariant": "MANIFEST-1: kernel projections declare epistemicAudit",
28
+ "status": "passed",
29
+ "severity": "block_publish",
30
+ "evidenceRefs": []
31
+ }
32
+ ],
33
+ "contractsCovered": [
34
+ "create_evidence",
35
+ "list_beliefs",
36
+ "list_tasks",
37
+ "modulate_confidence"
38
+ ],
39
+ "emittersUsed": [
40
+ "typescript-types",
41
+ "convex-validators",
42
+ "proof-attestation"
43
+ ],
44
+ "signedAt": 1779912131123
45
+ }
@@ -9523,7 +9523,7 @@ function createToolRegistryClient(config = {}) {
9523
9523
  }
9524
9524
 
9525
9525
  // src/version.ts
9526
- var LUCERN_SDK_VERSION = "1.0.2";
9526
+ var LUCERN_SDK_VERSION = "1.0.3";
9527
9527
 
9528
9528
  // src/workflowClient.ts
9529
9529
  function normalizeLensQuery(value) {