Skip to content

Commit 7711266

Browse files
Merge pull request #135 from engineeredsoftware/version/v38
V38 Canonical Promotion: Inference Correctness
2 parents ab59c50 + 829be98 commit 7711266

89 files changed

Lines changed: 24809 additions & 126 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.bitcode/v38-assetpack-synthesis-economic-traceability.json

Lines changed: 587 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
{
2+
"reportId": "v38-canon-posture-drift-report",
3+
"version": "V38",
4+
"checkedActiveCanonVersion": "V38",
5+
"checkedDraftTargetVersion": "V39",
6+
"pointerVersion": "V38",
7+
"proofSourceCommit": "57173a81fc05a70b6b4b922ebe88add8bfa7f64e",
8+
"generatedAt": "2026-05-25T00:10:48-03:00",
9+
"generatorId": "bitcode.proven-generator.v1",
10+
"worktreeState": "clean",
11+
"passed": true,
12+
"checkCount": 10,
13+
"blockingFailureCount": 0,
14+
"blockingFailures": [],
15+
"runtimeSpecVersion": "Bitcode Spec V38 active canon / V39 system draft",
16+
"publicSpecVersion": "Bitcode Spec V38 active canon / V39 system draft",
17+
"activeProvenAppendixPath": "BITCODE_SPEC_V38_PROVEN.md",
18+
"policyRef": "policy://bitcode/spec-v38-active-v39-system-draft/current",
19+
"checkedFiles": [
20+
"protocol-demonstration/README.md",
21+
"protocol-demonstration/public/index.html",
22+
"protocol-demonstration/public/app.js",
23+
"protocol-demonstration/server.js"
24+
],
25+
"checks": [
26+
{
27+
"checkId": "pointer-active-canon-alignment",
28+
"passed": true,
29+
"detail": "BITCODE_SPEC.txt points to V38 while runtime expects V38."
30+
},
31+
{
32+
"checkId": "canon-posture-constant-alignment",
33+
"passed": true,
34+
"detail": "canon-posture constants resolve V38/V39 with operator label V38 active canon / V39 system draft."
35+
},
36+
{
37+
"checkId": "proven-appendix-alignment",
38+
"passed": true,
39+
"detail": "active generated appendix path is BITCODE_SPEC_V38_PROVEN.md."
40+
},
41+
{
42+
"checkId": "policy-ref-alignment",
43+
"passed": true,
44+
"detail": "policy reference is policy://bitcode/spec-v38-active-v39-system-draft/current."
45+
},
46+
{
47+
"checkId": "runtime-state-alignment",
48+
"passed": true,
49+
"detail": "buildInitialState() reports Bitcode Spec V38 active canon / V39 system draft with canon posture V38/V39."
50+
},
51+
{
52+
"checkId": "public-state-alignment",
53+
"passed": true,
54+
"detail": "publicState() reports Bitcode Spec V38 active canon / V39 system draft with canon posture V38/V39."
55+
},
56+
{
57+
"checkId": "server-api-alignment",
58+
"passed": true,
59+
"detail": "server.js keeps API posture sourced from SPEC_VERSION and buildPublicState(...)."
60+
},
61+
{
62+
"checkId": "browser-shell-placeholder-alignment",
63+
"passed": true,
64+
"detail": "public/index.html exposes canon-posture placeholders and no stale hardcoded hero posture."
65+
},
66+
{
67+
"checkId": "browser-shell-render-alignment",
68+
"passed": true,
69+
"detail": "public/app.js renders canon posture from runtime state and omits stale V15 explainer keys."
70+
},
71+
{
72+
"checkId": "readme-alignment",
73+
"passed": true,
74+
"detail": "README states V38 active canon and BITCODE_SPEC_V38_PROVEN.md as the current generated appendix."
75+
}
76+
]
77+
}
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"reportId": "v38-canonical-input-report",
3+
"version": "V38",
4+
"proofSourceCommit": "57173a81fc05a70b6b4b922ebe88add8bfa7f64e",
5+
"generatedAt": "2026-05-25T00:10:48-03:00",
6+
"generatorId": "bitcode.proven-generator.v1",
7+
"worktreeState": "clean",
8+
"checkedTargetVersion": "V38",
9+
"pointerVersion": "V38",
10+
"passed": true,
11+
"failureCount": 0,
12+
"failures": [],
13+
"specPath": "BITCODE_SPEC_V38.md",
14+
"notesPath": "BITCODE_SPEC_V38_NOTES.md",
15+
"provenPath": "BITCODE_SPEC_V38_PROVEN.md",
16+
"parityPath": "BITCODE_SPEC_V38_PARITY_MATRIX.md",
17+
"requiredGeneratedArtifactPaths": [],
18+
"requiredGeneratedArtifactCount": 0
19+
}

0 commit comments

Comments
 (0)