@lucern/confidence 1.0.55 → 1.0.57
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.
- package/package.json +1 -1
- package/dist/proof-attestation.json +0 -45
package/package.json
CHANGED
|
@@ -1,45 +0,0 @@
|
|
|
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
|
-
"append_sl_scoring",
|
|
35
|
-
"create_evidence",
|
|
36
|
-
"list_beliefs",
|
|
37
|
-
"list_tasks"
|
|
38
|
-
],
|
|
39
|
-
"emittersUsed": [
|
|
40
|
-
"typescript-types",
|
|
41
|
-
"convex-validators",
|
|
42
|
-
"proof-attestation"
|
|
43
|
-
],
|
|
44
|
-
"signedAt": 1782826756053
|
|
45
|
-
}
|