@kungfu-tech/buildchain 4.0.2-alpha.37 → 4.0.2-alpha.39
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/AGENTS.md +1 -1
- package/architecture/agent-change-map.md +2 -2
- package/architecture/internal-capabilities.json +2 -2
- package/architecture/maintainability-debt.json +8 -8
- package/architecture/maintainability-policy.json +3 -3
- package/architecture/v4-cross-platform-adopter-qualification.json +1 -1
- package/architecture/v4-floating-consumer-policy.json +1 -1
- package/architecture/v4-next-development-parity.json +2 -2
- package/architecture/v4-release-topology.json +0 -1
- package/architecture/v4-stage-capsule-qualification.json +1 -1
- package/architecture/v4-tail-reseal-parity.json +8 -6
- package/architecture/v4-universal-workflow-train-admission.json +1 -1
- package/architecture/workflow-taxonomy.json +18 -15
- package/contracts/fixtures/v4-tail-reseal-v1/valid.json +1 -1
- package/dist/site/buildchain-contract.json +6 -6
- package/dist/site/buildchain-site.json +67 -26
- package/dist/site/capability-registry.json +2 -2
- package/dist/site/kfd-claims.json +19 -73
- package/dist/site/kfd-upstream-aggregate.json +1 -1
- package/dist/site/manual-registry.json +5 -5
- package/dist/site/node-api-registry.json +30 -30
- package/dist/site/page-registry.json +58 -17
- package/dist/site/public-surface-audit.json +8 -67
- package/dist/site/publication-authority-registry.json +1 -16
- package/dist/site/publication-registry.json +4 -4
- package/dist/site/site-manifest.json +9 -9
- package/dist/site/workflow-registry.json +5 -125
- package/docs/kfd-support.md +26 -2
- package/docs/next-development-transition.md +1 -1
- package/docs/node-api-reference.md +32 -32
- package/docs/release-passport.md +27 -2
- package/docs/v4-adopter-delivery.md +1 -1
- package/docs/v4-stage-capsule.md +1 -1
- package/docs/v4-tail-reseal.md +1 -1
- package/docs/workflow-catalog.md +5 -3
- package/docs/workflow-path-migration.md +109 -0
- package/package.json +1 -1
- package/packages/core/artifact-verification-envelope.js +5 -5
- package/packages/core/kfd-adopter-manifest.js +46 -47
- package/packages/core/next-development-projection.js +1 -1
- package/packages/core/release-passport-contract.js +5 -5
- package/packages/core/release-passport.js +5 -4
- package/scripts/check-v4-floating-consumer-policy-contract.mjs +1 -1
- package/scripts/check-v4-public-dogfood-contract.mjs +4 -4
- package/scripts/check-v4-universal-workflow-bootstrap.mjs +3 -3
- package/scripts/generate-v4-universal-workflow-facades.mjs +4 -3
- package/scripts/v4-universal-workflow-engine.mjs +2 -1
- package/scripts/workflow-taxonomy.mjs +50 -11
package/AGENTS.md
CHANGED
|
@@ -102,7 +102,7 @@ effects always require readback and never become Capsule reuse.
|
|
|
102
102
|
Stage Capsule qualification and Wave 2 reconciliation are governed by
|
|
103
103
|
`architecture/v4-stage-capsule-qualification.json`. Buildchain v4 dogfood is a
|
|
104
104
|
repository invariant, not an implementation convenience: this repository must
|
|
105
|
-
consume `kungfu-systems/buildchain/.github/workflows/
|
|
105
|
+
consume `kungfu-systems/buildchain/.github/workflows/public-build-stage-capsule-canary.yml`
|
|
106
106
|
through the same public reusable-workflow contract as every other consumer.
|
|
107
107
|
The caller must remain a thin workflow with no steps or local orchestration,
|
|
108
108
|
and `.buildchain/buildchain.toml` must declare the same real `install`, `build`,
|
|
@@ -743,7 +743,7 @@ Owner: Buildchain adopter delivery maintainers
|
|
|
743
743
|
- `contracts/fixtures/v4-adopter-delivery-v1/gate-positive.json`
|
|
744
744
|
- `contracts/fixtures/v4-adopter-delivery-v1/gate-unknown-selector.json`
|
|
745
745
|
- `contracts/fixtures/v4-adopter-delivery-v1/offline-vectors.json`
|
|
746
|
-
- `.github/workflows/
|
|
746
|
+
- `.github/workflows/public-build-adopter-qualification.yml`
|
|
747
747
|
- `.github/workflows/self-build-adopter-dogfood.yml`
|
|
748
748
|
- `docs/v4-adopter-delivery.md`
|
|
749
749
|
|
|
@@ -841,7 +841,7 @@ Owner: Buildchain architecture maintainers
|
|
|
841
841
|
- `architecture/v4-tail-reseal-parity.json`
|
|
842
842
|
- `contracts/v4-tail-reseal-v1.schema.json`
|
|
843
843
|
- `contracts/fixtures/v4-tail-reseal-v1/valid.json`
|
|
844
|
-
- `.github/workflows/
|
|
844
|
+
- `.github/workflows/public-ops-tail-reseal.yml`
|
|
845
845
|
- `docs/v4-stage-capsule.md`
|
|
846
846
|
- `docs/v4-runtime-ref-resume-authority.md`
|
|
847
847
|
- `docs/v4-tail-reseal.md`
|
|
@@ -733,7 +733,7 @@
|
|
|
733
733
|
"contracts/fixtures/v4-adopter-delivery-v1/gate-positive.json",
|
|
734
734
|
"contracts/fixtures/v4-adopter-delivery-v1/gate-unknown-selector.json",
|
|
735
735
|
"contracts/fixtures/v4-adopter-delivery-v1/offline-vectors.json",
|
|
736
|
-
".github/workflows/
|
|
736
|
+
".github/workflows/public-build-adopter-qualification.yml",
|
|
737
737
|
".github/workflows/self-build-adopter-dogfood.yml",
|
|
738
738
|
"docs/v4-adopter-delivery.md"
|
|
739
739
|
],
|
|
@@ -834,7 +834,7 @@
|
|
|
834
834
|
"architecture/v4-tail-reseal-parity.json",
|
|
835
835
|
"contracts/v4-tail-reseal-v1.schema.json",
|
|
836
836
|
"contracts/fixtures/v4-tail-reseal-v1/valid.json",
|
|
837
|
-
".github/workflows/
|
|
837
|
+
".github/workflows/public-ops-tail-reseal.yml",
|
|
838
838
|
"docs/v4-stage-capsule.md",
|
|
839
839
|
"docs/v4-runtime-ref-resume-authority.md",
|
|
840
840
|
"docs/v4-tail-reseal.md"
|
|
@@ -7,8 +7,8 @@
|
|
|
7
7
|
},
|
|
8
8
|
"totalExcessLedger": {
|
|
9
9
|
"metric": "calibrated-full-dimensional-excess-v1",
|
|
10
|
-
"measuredExcess":
|
|
11
|
-
"current":
|
|
10
|
+
"measuredExcess": 64773,
|
|
11
|
+
"current": 56712
|
|
12
12
|
},
|
|
13
13
|
"defaults": {
|
|
14
14
|
"owner": "Buildchain architecture maintainers",
|
|
@@ -1034,13 +1034,13 @@
|
|
|
1034
1034
|
"validateKfd2ReleaseTrustPassportAudit@1786": {
|
|
1035
1035
|
"complexity": 65
|
|
1036
1036
|
},
|
|
1037
|
-
"validateReleaseEvidenceAttachments@
|
|
1037
|
+
"validateReleaseEvidenceAttachments@2106": {
|
|
1038
1038
|
"complexity": 26
|
|
1039
1039
|
}
|
|
1040
1040
|
}
|
|
1041
1041
|
},
|
|
1042
1042
|
"current": {
|
|
1043
|
-
"lines":
|
|
1043
|
+
"lines": 2884,
|
|
1044
1044
|
"functions": {
|
|
1045
1045
|
"mergeAuthoritativePassportBase@407": {
|
|
1046
1046
|
"complexity": 29
|
|
@@ -1059,7 +1059,7 @@
|
|
|
1059
1059
|
"validateKfd2ReleaseTrustPassportAudit@1786": {
|
|
1060
1060
|
"complexity": 65
|
|
1061
1061
|
},
|
|
1062
|
-
"validateReleaseEvidenceAttachments@
|
|
1062
|
+
"validateReleaseEvidenceAttachments@2106": {
|
|
1063
1063
|
"complexity": 26
|
|
1064
1064
|
}
|
|
1065
1065
|
}
|
|
@@ -1084,7 +1084,7 @@
|
|
|
1084
1084
|
"validateKfd2ReleaseTrustPassportAudit@1786": {
|
|
1085
1085
|
"complexity": 25
|
|
1086
1086
|
},
|
|
1087
|
-
"validateReleaseEvidenceAttachments@
|
|
1087
|
+
"validateReleaseEvidenceAttachments@2106": {
|
|
1088
1088
|
"complexity": 25
|
|
1089
1089
|
}
|
|
1090
1090
|
}
|
|
@@ -1753,7 +1753,7 @@
|
|
|
1753
1753
|
"lines": 620
|
|
1754
1754
|
},
|
|
1755
1755
|
"current": {
|
|
1756
|
-
"lines":
|
|
1756
|
+
"lines": 618
|
|
1757
1757
|
},
|
|
1758
1758
|
"target": {
|
|
1759
1759
|
"lines": 600
|
|
@@ -3200,7 +3200,7 @@
|
|
|
3200
3200
|
"path": "packages/core/release-passport.js",
|
|
3201
3201
|
"metric": "lines",
|
|
3202
3202
|
"baseline": 2987,
|
|
3203
|
-
"current":
|
|
3203
|
+
"current": 2884
|
|
3204
3204
|
},
|
|
3205
3205
|
{
|
|
3206
3206
|
"domain": "sources",
|
|
@@ -27,11 +27,11 @@
|
|
|
27
27
|
"repositoryBudgets": {
|
|
28
28
|
"baselineRevision": "9569f69c2cb609372b8a3d65ce5dec8fb7b34a84",
|
|
29
29
|
"maxHandMaintainedSourceFiles": 484,
|
|
30
|
-
"maxHandMaintainedSourceLines":
|
|
30
|
+
"maxHandMaintainedSourceLines": 172900,
|
|
31
31
|
"maxWorkflowFiles": 80,
|
|
32
32
|
"maxWorkflowLines": 26791,
|
|
33
|
-
"latestTransition": "
|
|
34
|
-
"latestTransitionRationale": "Add two bounded provider orchestration modules and 383 measured source lines over protected dev c90a0f55cb10561a9a99090a0f412a7064418328. Exact protected-base regeneration, complete immutable publication readback, separate reviewer credentials and fresh provider observations qualify one generated version PR. Move publication persistence before development waiting. Existing file/function limits, exception inventories and calibrated debt ceilings remain unchanged; the new workflow fits the retained aggregate workflow allowance. The executable closure now follows parsed JavaScript imports and includes the independent review entrypoint; embedded generator program text is not mistaken for an import of the host script.",
|
|
33
|
+
"latestTransition": "Retire version-prefixed workflow aliases while preserving verified next-development delivery.",
|
|
34
|
+
"latestTransitionRationale": "Add two bounded provider orchestration modules and 383 measured source lines over protected dev c90a0f55cb10561a9a99090a0f412a7064418328. Exact protected-base regeneration, complete immutable publication readback, separate reviewer credentials and fresh provider observations qualify one generated version PR. Move publication persistence before development waiting. Existing file/function limits, exception inventories and calibrated debt ceilings remain unchanged; the new workflow fits the retained aggregate workflow allowance. The executable closure now follows parsed JavaScript imports and includes the independent review entrypoint; embedded generator program text is not mistaken for an import of the host script. Retirement replaces the temporary 11-line alias binding with 52 measured lines of taxonomy, generation and runtime resolution, a net 41-line increase over protected dev ae8315036536bdcc635fc991d0f5dc53940de60e. Preserve all 484 source files and existing workflow, complexity, debt and exception ceilings.",
|
|
35
35
|
"rationale": "Bounded modules separate candidate, evidence, native proof and execution, canonical failure verification, closed-set execution transfer, process-boundary verification, Warrant state and qualification, authority state, qualification, Landing acquisition, verified-attempt admission, Landing settlement and fence validation, provider attempt and heartbeat readback, sealed terminal evidence, hosted heartbeat, resume, store, options, command-specific adapters, and CLI orchestration responsibilities. The protected delivery workflow gives candidate and seal jobs no provider write credential, recursively rejects transfer drift, scopes every transfer artifact to the exact provider run attempt, chains every durable heartbeat state and receipt root on a distinct hosted runner domain, and permits qualification or exact failure settlement only after the finalizer verifies live jobs and the latest durable authority state. Public Landing admission and heartbeat always perform non-injectable fresh exact-attempt provider readback, tolerate only a not-yet-materialized seal job while retaining exact native and duplicate-job rejection, and heartbeat-loss coordination never invokes GitHub's run-scoped cancellation API where a successor rerun could race. The hosted process boundary anchors trust in the kernel-resolved versioned Runner.Worker path while accepting an equivalent argv-zero spelling with the same basename; its public boundary marker is allowed only at the one exact non-secret value, so a forged value under the same credential-like name still fails closed. The credentialless transfer seal validates the rooted native reuse decision against the Warrant-bound source, closure, dependency, toolchain, environment and command inputs; qualifiedBase stays in the proof and decision where it is rooted and later independently rechecked, rather than being assumed on the Warrant schema. V2 mutation cannot initialize a second empty authority beside a legacy ref: migration reads and roots the canonical live v1 ref, rechecks it, applies the explicit configured v2 policy, and atomically replaces its bytes through one expected-old non-force update, so old v1 controllers fail closed while the prior commit remains immutable history. Candidate ancestry classifies the GitHub artifact runtime token as credential authority. Every Landing settlement, including an unexpired fence, requires product-owned terminal readback. Terminal cleanup reads the immutable historical attempt, derives workflow and hosted Landing job identity from live run data, reads the exact protected ref head and compares containment against that immutable SHA, and seals merged only when the admitted merge-group head is contained by that protected base; a later different-head merge settles the old attempt as dequeued. Terminal normalization preserves transfer, finalizer boundary, native and seal job, admitted provider attempt, protected-base head, containment result, and terminal readback coordinates. The public reusable workflow truthfully retains its single-flight v1 authority without advertising v2 migration, while bounded v2 remains a separate opt-in CLI, Node API, and schema contract; the tracked self-caller stays on public v4-alpha with matching stable and alpha locks, and transient train selection is dispatch-only. Next-development parity adds one versioned transition authority, one durable controller, one bounded reservation adapter, and pure public-contract recovery evidence while retaining the existing thin floating-channel callers byte-for-byte. The floating-consumer gate reuses the existing contract-world evaluator so SHA drift passes only under the selected lock's compatibility policy, breaking surface drift still fails closed, and external certification reconstructs the receipt from the observed workflow SHA rather than the lock's historical evidence SHA. Tail reseal adds no Stage Capsule effect or general rebuild authority: it verifies the exact retained four-platform bytes, admits one known macOS tail failure through live provider readback, fences signing and finalization to explicit credentials and Warrant identity, and requires standard candidate Passport plus provider and protected readback. Compatibility Facts parity isolates canonical encoding, temporal verification, lifecycle validation, fixture projection, public authority projection, and CLI adaptation into bounded modules; legacy digest and proof arrays are derived only from exact current Fact lineage. Publication Rehearsal adds no production release authority: the content-addressed capsule contract binds source, candidate, manifest, config, canonical data-only provider bindings, provider policy, observations and core version separately from filesystem, runtime and rehearsal-only provider authority; simulate, replay and explicitly authorized provider rehearsal all reuse the release-tail planner, while same-commit local dogfood resolves the new reusable contract and exact current runtime before external callers remain on floating v4-alpha. Cross-runtime candidate recovery preserves original runtime and provider roots and creates resume lineage only after exact public ref, tag, ancestry, npm version and integrity readback. Adopter Delivery restores the reviewed public v3 gate, drivers, Passport binding, N-1 bootstrap and exact archive loader through one public v4 surface while keeping provider and release authority explicit non-claims. Floating Alpha bootstrap uses only the existing exact resolver and protected Alpha private shell to move an otherwise stale floating shell, retains public v4 stable promotion, and removes itself after protected readback. CI lane change-budget enforcement adds a bounded parser, evaluator, guard, and tests without creating another merge authority.",
|
|
36
36
|
"governance": "legacy-debt-sunset-2026q4"
|
|
37
37
|
},
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"inventoryAuthority": "architecture/v3-v4-live-capability-inventory.json",
|
|
5
5
|
"implementation": "packages/core/v4-cross-platform-adopter-qualification.js",
|
|
6
6
|
"runner": "scripts/v4-cross-platform-adopter-qualification.mjs",
|
|
7
|
-
"publicWorkflow": ".github/workflows/
|
|
7
|
+
"publicWorkflow": ".github/workflows/public-build-adopter-qualification.yml",
|
|
8
8
|
"sourceBinding": {
|
|
9
9
|
"runtime": "job.workflow_sha",
|
|
10
10
|
"consumer": "exact checked-out consumer commit",
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
".github/workflows/.build.yml",
|
|
11
11
|
".github/workflows/publication-artifact.yml",
|
|
12
12
|
".github/workflows/release-candidate-promote.yml",
|
|
13
|
-
".github/workflows/
|
|
13
|
+
".github/workflows/public-build-stage-capsule-canary.yml"
|
|
14
14
|
]
|
|
15
15
|
},
|
|
16
16
|
"contractLocks": {
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"branch": "dev/v4/v4.0",
|
|
13
13
|
"implementationBaseline": "36ad1dc03a9d2785aca938a7a369e4b96707fa32",
|
|
14
14
|
"publicConsumerCaller": ".github/workflows/self-build-public-consumer-dogfood.yml",
|
|
15
|
-
"publicConsumerReusable": "kungfu-systems/buildchain/.github/workflows/
|
|
15
|
+
"publicConsumerReusable": "kungfu-systems/buildchain/.github/workflows/public-build-stage-capsule-canary.yml@v4-alpha"
|
|
16
16
|
},
|
|
17
17
|
"earlierContinuityDelta": {
|
|
18
18
|
"assignment": "2026-08-11-buildchain-next-development-version-continuity",
|
|
@@ -188,5 +188,5 @@
|
|
|
188
188
|
"verificationEvidence": []
|
|
189
189
|
}
|
|
190
190
|
],
|
|
191
|
-
"matrixRoot": "sha256:
|
|
191
|
+
"matrixRoot": "sha256:6affa0278532cfc96d3af04d113d7c509ec18df3a86d86945a2a5e7418d7c83e"
|
|
192
192
|
}
|
|
@@ -95,7 +95,6 @@
|
|
|
95
95
|
".github/workflows/release-candidate-promote.yml",
|
|
96
96
|
".github/workflows/self-ops-promotion-recovery.yml",
|
|
97
97
|
".github/workflows/self-release-promote.yml",
|
|
98
|
-
".github/workflows/v4-tail-reseal.yml",
|
|
99
98
|
"packages/core/buildchain-contract.js",
|
|
100
99
|
"packages/core/v4-runtime-ref-resume-authority.js",
|
|
101
100
|
"packages/core/v4-runtime-selector-persistence.js",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
},
|
|
26
26
|
"publicConsumerDogfood": {
|
|
27
27
|
"callerWorkflow": ".github/workflows/self-build-public-consumer-dogfood.yml",
|
|
28
|
-
"reusableWorkflow": "kungfu-systems/buildchain/.github/workflows/
|
|
28
|
+
"reusableWorkflow": "kungfu-systems/buildchain/.github/workflows/public-build-stage-capsule-canary.yml",
|
|
29
29
|
"validationRef": "v4-alpha",
|
|
30
30
|
"invocation": "workflow_call",
|
|
31
31
|
"runtimeBinding": "job.workflow_sha",
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
},
|
|
11
11
|
"target": {
|
|
12
12
|
"branch": "dev/v4/v4.0",
|
|
13
|
-
"publicReusableWorkflow": "kungfu-systems/buildchain/.github/workflows/
|
|
13
|
+
"publicReusableWorkflow": "kungfu-systems/buildchain/.github/workflows/public-ops-tail-reseal.yml@v4-alpha",
|
|
14
14
|
"requestSchema": "contracts/v4-tail-reseal-v1.schema.json",
|
|
15
15
|
"planner": "packages/core/v4-tail-reseal.js",
|
|
16
16
|
"admission": "packages/core/v4-tail-reseal-github.js",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"disposition": "implemented",
|
|
58
58
|
"implementationEvidence": [
|
|
59
59
|
"scripts/v4-tail-reseal.mjs",
|
|
60
|
-
".github/workflows/
|
|
60
|
+
".github/workflows/public-ops-tail-reseal.yml"
|
|
61
61
|
],
|
|
62
62
|
"verificationEvidence": ["tests/v4-tail-reseal.test.mjs"]
|
|
63
63
|
},
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
"disposition": "implemented",
|
|
85
85
|
"implementationEvidence": [
|
|
86
86
|
"packages/core/v4-tail-reseal.js",
|
|
87
|
-
".github/workflows/
|
|
87
|
+
".github/workflows/public-ops-tail-reseal.yml"
|
|
88
88
|
],
|
|
89
89
|
"verificationEvidence": ["tests/v4-tail-reseal.test.mjs"]
|
|
90
90
|
},
|
|
@@ -111,7 +111,7 @@
|
|
|
111
111
|
"disposition": "implemented",
|
|
112
112
|
"implementationEvidence": [
|
|
113
113
|
"packages/core/v4-tail-reseal-receipt.js",
|
|
114
|
-
".github/workflows/
|
|
114
|
+
".github/workflows/public-ops-tail-reseal.yml"
|
|
115
115
|
],
|
|
116
116
|
"verificationEvidence": ["tests/v4-tail-reseal.test.mjs"]
|
|
117
117
|
},
|
|
@@ -119,7 +119,9 @@
|
|
|
119
119
|
"id": "TR-10",
|
|
120
120
|
"claim": "The reusable workflow resolves job.workflow_sha as runtime evidence and exposes no persisted SHA, variable indirection or private self-dogfood path.",
|
|
121
121
|
"disposition": "implemented",
|
|
122
|
-
"implementationEvidence": [
|
|
122
|
+
"implementationEvidence": [
|
|
123
|
+
".github/workflows/public-ops-tail-reseal.yml"
|
|
124
|
+
],
|
|
123
125
|
"verificationEvidence": ["tests/v4-tail-reseal-parity.test.mjs"]
|
|
124
126
|
},
|
|
125
127
|
{
|
|
@@ -146,5 +148,5 @@
|
|
|
146
148
|
"verificationEvidence": []
|
|
147
149
|
}
|
|
148
150
|
],
|
|
149
|
-
"matrixRoot": "sha256:
|
|
151
|
+
"matrixRoot": "sha256:dc8d99f2e90473abde7a04c02300e7bfd0b48a2ff187e99fae0bc090ff2a855d"
|
|
150
152
|
}
|
|
@@ -25,8 +25,8 @@
|
|
|
25
25
|
"contractRoots": [
|
|
26
26
|
"sha256:1de4662862d6b519a115613d542891506e0b267a439219c9192ec515347d7b2a",
|
|
27
27
|
"sha256:38ab6e09aea11256a038c208b5e83dafc19cd740057e0eb90e1b1bd28175b067",
|
|
28
|
-
"sha256:4563c954e84d34b73e6683981e1e23dd6b8bb9b9551392b4e393efb624cc980e",
|
|
29
28
|
"sha256:4e1f0a8ae7b3f7651b16687d7cfab88a9622c5f88e04c82faf66769230ef595d",
|
|
29
|
+
"sha256:613b0803c29c86f0c6c90a3e0bebd9bcd0ba62dca9eae94afaab3abe869e0a47",
|
|
30
30
|
"sha256:65a0c2fc3faecaddf5076fff086b5d6e12eb9ba27796efc10aed19f2d93b9457",
|
|
31
31
|
"sha256:b94023c4abe4216765198adcaefb4825874a4d9053be096d35a53d6821128b52",
|
|
32
32
|
"sha256:ca0592275354f0690756e3f11accdd23615987827c346618c50c2e8a2807ad4d"
|
|
@@ -1241,12 +1241,13 @@
|
|
|
1241
1241
|
"previousPath": ".github/workflows/v4-adopter-delivery.yml",
|
|
1242
1242
|
"originalSha256": "009dc9b72949888a93197577a01ab16c7feade4fae9f2656045358ce81a1c3cf"
|
|
1243
1243
|
},
|
|
1244
|
-
"compatibility":
|
|
1244
|
+
"compatibility": null,
|
|
1245
|
+
"rationale": "Classify the existing .github/workflows/v4-adopter-delivery.yml capability without adding execution behavior.",
|
|
1246
|
+
"retiredAlias": {
|
|
1245
1247
|
"path": ".github/workflows/v4-adopter-delivery.yml",
|
|
1246
|
-
"reason": "
|
|
1247
|
-
"
|
|
1248
|
-
}
|
|
1249
|
-
"rationale": "Classify the existing .github/workflows/v4-adopter-delivery.yml capability without adding execution behavior."
|
|
1248
|
+
"reason": "Human-authorized removal of version-prefixed workflow filenames; canonical public entry retains the capability.",
|
|
1249
|
+
"migrationGuide": "docs/workflow-path-migration.md"
|
|
1250
|
+
}
|
|
1250
1251
|
},
|
|
1251
1252
|
{
|
|
1252
1253
|
"id": "v4-adopter-delivery-dogfood",
|
|
@@ -1325,12 +1326,13 @@
|
|
|
1325
1326
|
"previousPath": ".github/workflows/v4-stage-capsule-canary.yml",
|
|
1326
1327
|
"originalSha256": "331a1ce873b214a346314ae4004032749aa514160e6a07575a6ce98c1f94e5fd"
|
|
1327
1328
|
},
|
|
1328
|
-
"compatibility":
|
|
1329
|
+
"compatibility": null,
|
|
1330
|
+
"rationale": "Classify the existing .github/workflows/v4-stage-capsule-canary.yml capability without adding execution behavior.",
|
|
1331
|
+
"retiredAlias": {
|
|
1329
1332
|
"path": ".github/workflows/v4-stage-capsule-canary.yml",
|
|
1330
|
-
"reason": "
|
|
1331
|
-
"
|
|
1332
|
-
}
|
|
1333
|
-
"rationale": "Classify the existing .github/workflows/v4-stage-capsule-canary.yml capability without adding execution behavior."
|
|
1333
|
+
"reason": "Human-authorized removal of version-prefixed workflow filenames; canonical public entry retains the capability.",
|
|
1334
|
+
"migrationGuide": "docs/workflow-path-migration.md"
|
|
1335
|
+
}
|
|
1334
1336
|
},
|
|
1335
1337
|
{
|
|
1336
1338
|
"id": "v4-tail-reseal",
|
|
@@ -1345,12 +1347,13 @@
|
|
|
1345
1347
|
"previousPath": ".github/workflows/v4-tail-reseal.yml",
|
|
1346
1348
|
"originalSha256": "20f556c2db79e2042b7ac89b843547ae0d3aea62b0ddb024cbeb97b777ddaf45"
|
|
1347
1349
|
},
|
|
1348
|
-
"compatibility":
|
|
1350
|
+
"compatibility": null,
|
|
1351
|
+
"rationale": "Classify the existing .github/workflows/v4-tail-reseal.yml capability without adding execution behavior.",
|
|
1352
|
+
"retiredAlias": {
|
|
1349
1353
|
"path": ".github/workflows/v4-tail-reseal.yml",
|
|
1350
|
-
"reason": "
|
|
1351
|
-
"
|
|
1352
|
-
}
|
|
1353
|
-
"rationale": "Classify the existing .github/workflows/v4-tail-reseal.yml capability without adding execution behavior."
|
|
1354
|
+
"reason": "Human-authorized removal of version-prefixed workflow filenames; canonical public entry retains the capability.",
|
|
1355
|
+
"migrationGuide": "docs/workflow-path-migration.md"
|
|
1356
|
+
}
|
|
1354
1357
|
},
|
|
1355
1358
|
{
|
|
1356
1359
|
"id": "verify",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"ref": "v4-alpha",
|
|
23
23
|
"sha": "dddddddddddddddddddddddddddddddddddddddd",
|
|
24
24
|
"contractRoot": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
|
|
25
|
-
"consumerPolicyReceiptRoot": "sha256:
|
|
25
|
+
"consumerPolicyReceiptRoot": "sha256:402e7aadc3358f89554d3279bd30c4f7a41807c49748d4882117971b31ff3e40"
|
|
26
26
|
},
|
|
27
27
|
"warrant": {
|
|
28
28
|
"candidateId": "candidate-alpha-2",
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"product": {
|
|
5
5
|
"name": "Buildchain",
|
|
6
6
|
"package": "@kungfu-tech/buildchain",
|
|
7
|
-
"version": "4.0.2-alpha.
|
|
7
|
+
"version": "4.0.2-alpha.39",
|
|
8
8
|
"repository": "https://github.com/kungfu-systems/buildchain"
|
|
9
9
|
},
|
|
10
10
|
"majorLine": "v4",
|
|
@@ -2058,7 +2058,7 @@
|
|
|
2058
2058
|
"release-state SHA is recorded as a durable audit entrance"
|
|
2059
2059
|
],
|
|
2060
2060
|
"breakingDigest": "sha256:b627e1b2ece9b6049517a942c5139e342e6077cdd3d8962d61cef8481b1f70ad",
|
|
2061
|
-
"auditDigest": "sha256:
|
|
2061
|
+
"auditDigest": "sha256:4a095c1931b4e9c4d16455425d27a27f9607b7daffde5548b2a667dbdf41a546"
|
|
2062
2062
|
},
|
|
2063
2063
|
{
|
|
2064
2064
|
"contractVersion": 1,
|
|
@@ -2107,7 +2107,7 @@
|
|
|
2107
2107
|
"prose-only public claims downgrade the release trust passport audit"
|
|
2108
2108
|
],
|
|
2109
2109
|
"breakingDigest": "sha256:f0b636eb925ddbf45ff1a8872454ab7b4dd98857cac12bb75217830130e62a16",
|
|
2110
|
-
"auditDigest": "sha256:
|
|
2110
|
+
"auditDigest": "sha256:4a095c1931b4e9c4d16455425d27a27f9607b7daffde5548b2a667dbdf41a546"
|
|
2111
2111
|
},
|
|
2112
2112
|
{
|
|
2113
2113
|
"contractVersion": 1,
|
|
@@ -2257,7 +2257,7 @@
|
|
|
2257
2257
|
"manual entries carry source file digests so downstream sites and agents can detect stale hand-written documentation"
|
|
2258
2258
|
],
|
|
2259
2259
|
"breakingDigest": "sha256:7d0d2819e3a3e72989d9c57b5efe9d0bc0a79bc0f2c82a0c7b9d6c5a211a91f2",
|
|
2260
|
-
"auditDigest": "sha256:
|
|
2260
|
+
"auditDigest": "sha256:915df0c6860a643c84a66ee76730fc466f919e8077414170475db0a6a50f808d"
|
|
2261
2261
|
},
|
|
2262
2262
|
{
|
|
2263
2263
|
"contractVersion": 1,
|
|
@@ -2279,7 +2279,7 @@
|
|
|
2279
2279
|
"agents can discover supported Node APIs without importing internal file paths"
|
|
2280
2280
|
],
|
|
2281
2281
|
"breakingDigest": "sha256:48f925608d3e2131d90936b07dc2a30341204cae3e6e785c0f77d61ad755c945",
|
|
2282
|
-
"auditDigest": "sha256:
|
|
2282
|
+
"auditDigest": "sha256:57db6fe590ccadfd56ced465fdc954beae276b138d19062ad306040e815ac691"
|
|
2283
2283
|
},
|
|
2284
2284
|
{
|
|
2285
2285
|
"contractVersion": 1,
|
|
@@ -5444,5 +5444,5 @@
|
|
|
5444
5444
|
"compatibilityFactCutRoot": "sha256:f61b975d4a96c921cc4bd37fb3ed9a0596b47004fe34dc7219979d697e3707f9",
|
|
5445
5445
|
"compatibilityProofRegistryRoot": "sha256:b7194b811e4d3af2df4390bc4d1731e16a86215bd64ee18cb630dd5492f4fb63",
|
|
5446
5446
|
"compatibilityDigest": "sha256:20411029d83211dff426fb6535a608902129844a5ccb4788db77d3f81becb839",
|
|
5447
|
-
"contractDigest": "sha256:
|
|
5447
|
+
"contractDigest": "sha256:79921c4ffaa63b962a747ea2d6748dd73a0b01dda58cb596b4c18fb43634ab42"
|
|
5448
5448
|
}
|