@kungfu-tech/buildchain 4.0.2-alpha.44 → 4.0.2-alpha.46
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/architecture/agent-change-map.md +1 -1
- package/architecture/maintainability-debt.json +24 -25
- package/architecture/maintainability-policy.json +4 -4
- package/architecture/v4-release-topology.json +9 -6
- package/architecture/v4-universal-workflow-train-admission.json +1 -1
- package/dist/site/buildchain-contract.json +7 -7
- package/dist/site/buildchain-site.json +55 -14
- package/dist/site/capability-registry.json +2 -2
- package/dist/site/kfd-claims.json +29 -5
- package/dist/site/kfd-upstream-aggregate.json +1 -1
- package/dist/site/manual-registry.json +3 -3
- package/dist/site/node-api-registry.json +154 -13
- package/dist/site/page-registry.json +48 -7
- package/dist/site/public-surface-audit.json +7 -3
- package/dist/site/publication-authority-registry.json +5 -17
- package/dist/site/publication-registry.json +4 -4
- package/dist/site/release-provenance.json +2 -1
- package/dist/site/site-manifest.json +7 -7
- package/dist/site/workflow-registry.json +5 -5
- package/docs/MAP.md +1 -0
- package/docs/node-api-reference.md +26 -15
- package/docs/oci-publication.md +82 -0
- package/docs/publish-transaction.md +36 -3
- package/package.json +3 -2
- package/packages/core/buildchain-v4-domain.wasm +0 -0
- package/packages/core/next-development-transition.js +5 -6
- package/packages/core/oci-publication-bundle.js +241 -0
- package/packages/core/publication-sealed-bundle.js +77 -13
- package/packages/core/release-tail-product-capabilities.js +9 -0
- package/packages/core/v4-canonical-contracts.js +1 -0
- package/packages/core/v4-domain-wasm-artifact.js +2 -2
- package/packages/core/v4-product-publication.js +2 -0
- package/scripts/check-v4-release-topology.mjs +14 -4
- package/scripts/generate-channel-promotion-workflow.mjs +2 -19
- package/scripts/generate-v4-universal-workflow-facades.mjs +8 -2
- package/scripts/publication-candidate-kind.mjs +92 -0
- package/scripts/publication-candidate-sealer.mjs +16 -1
- package/scripts/release-candidate-resolver.mjs +6 -17
- package/scripts/resume-from-candidate-run.mjs +10 -17
- package/scripts/site-capability-metadata.mjs +1 -0
- package/scripts/v4-product-publication-intent.mjs +9 -1
- package/scripts/v4-universal-workflow-engine.mjs +2 -0
|
@@ -195,11 +195,11 @@ Safe change route: Reduce one owned responsibility behind the stable facade, run
|
|
|
195
195
|
- `packages/core/v4-floating-consumer-release-passport.js`
|
|
196
196
|
- `packages/core/release-passport.js`
|
|
197
197
|
- `tests/promote-buildchain-ref-governance.test.mjs`
|
|
198
|
-
- `scripts/buildchain-cli-help.mjs`
|
|
199
198
|
- `scripts/check-maintainability.mjs`
|
|
200
199
|
- `tests/maintainability.test.mjs`
|
|
201
200
|
- `scripts/generate-v4-universal-workflow-facades.mjs`
|
|
202
201
|
- `scripts/check-v4-release-topology.mjs`
|
|
202
|
+
- `actions/v4-release-candidate-promote/product-provider-adapters.js`
|
|
203
203
|
|
|
204
204
|
## cli-command-registry
|
|
205
205
|
|
|
@@ -7,8 +7,8 @@
|
|
|
7
7
|
},
|
|
8
8
|
"totalExcessLedger": {
|
|
9
9
|
"metric": "calibrated-full-dimensional-excess-v1",
|
|
10
|
-
"measuredExcess":
|
|
11
|
-
"current":
|
|
10
|
+
"measuredExcess": 64598,
|
|
11
|
+
"current": 56537
|
|
12
12
|
},
|
|
13
13
|
"defaults": {
|
|
14
14
|
"owner": "Buildchain architecture maintainers",
|
|
@@ -790,7 +790,7 @@
|
|
|
790
790
|
"lines": 738
|
|
791
791
|
},
|
|
792
792
|
"current": {
|
|
793
|
-
"lines":
|
|
793
|
+
"lines": 737
|
|
794
794
|
},
|
|
795
795
|
"target": {
|
|
796
796
|
"lines": 600
|
|
@@ -1443,7 +1443,7 @@
|
|
|
1443
1443
|
"current": {
|
|
1444
1444
|
"functions": {
|
|
1445
1445
|
"generateChannelPromotionWorkflow@280": {
|
|
1446
|
-
"lines":
|
|
1446
|
+
"lines": 223
|
|
1447
1447
|
}
|
|
1448
1448
|
}
|
|
1449
1449
|
},
|
|
@@ -1627,19 +1627,19 @@
|
|
|
1627
1627
|
"lines": 309,
|
|
1628
1628
|
"complexity": 62
|
|
1629
1629
|
},
|
|
1630
|
-
"resolveReleaseCandidateArtifactsCli@
|
|
1630
|
+
"resolveReleaseCandidateArtifactsCli@773": {
|
|
1631
1631
|
"complexity": 29
|
|
1632
1632
|
}
|
|
1633
1633
|
}
|
|
1634
1634
|
},
|
|
1635
1635
|
"current": {
|
|
1636
|
-
"lines":
|
|
1636
|
+
"lines": 842,
|
|
1637
1637
|
"functions": {
|
|
1638
1638
|
"resolveReleaseCandidateArtifacts@475": {
|
|
1639
|
-
"lines":
|
|
1639
|
+
"lines": 297,
|
|
1640
1640
|
"complexity": 61
|
|
1641
1641
|
},
|
|
1642
|
-
"resolveReleaseCandidateArtifactsCli@
|
|
1642
|
+
"resolveReleaseCandidateArtifactsCli@773": {
|
|
1643
1643
|
"complexity": 29
|
|
1644
1644
|
}
|
|
1645
1645
|
}
|
|
@@ -1651,7 +1651,7 @@
|
|
|
1651
1651
|
"lines": 180,
|
|
1652
1652
|
"complexity": 25
|
|
1653
1653
|
},
|
|
1654
|
-
"resolveReleaseCandidateArtifactsCli@
|
|
1654
|
+
"resolveReleaseCandidateArtifactsCli@773": {
|
|
1655
1655
|
"complexity": 25
|
|
1656
1656
|
}
|
|
1657
1657
|
}
|
|
@@ -1685,7 +1685,7 @@
|
|
|
1685
1685
|
"lines": 1125
|
|
1686
1686
|
},
|
|
1687
1687
|
"current": {
|
|
1688
|
-
"lines":
|
|
1688
|
+
"lines": 1117
|
|
1689
1689
|
},
|
|
1690
1690
|
"target": {
|
|
1691
1691
|
"lines": 600
|
|
@@ -1753,7 +1753,7 @@
|
|
|
1753
1753
|
"lines": 620
|
|
1754
1754
|
},
|
|
1755
1755
|
"current": {
|
|
1756
|
-
"lines":
|
|
1756
|
+
"lines": 620
|
|
1757
1757
|
},
|
|
1758
1758
|
"target": {
|
|
1759
1759
|
"lines": 600
|
|
@@ -2005,21 +2005,21 @@
|
|
|
2005
2005
|
"crates/buildchain-v4-contracts/src/product_publication.rs": {
|
|
2006
2006
|
"baseline": {
|
|
2007
2007
|
"functions": {
|
|
2008
|
-
"select_product_publication_intent@
|
|
2008
|
+
"select_product_publication_intent@219": {
|
|
2009
2009
|
"complexity": 38
|
|
2010
2010
|
}
|
|
2011
2011
|
}
|
|
2012
2012
|
},
|
|
2013
2013
|
"current": {
|
|
2014
2014
|
"functions": {
|
|
2015
|
-
"select_product_publication_intent@
|
|
2016
|
-
"complexity":
|
|
2015
|
+
"select_product_publication_intent@219": {
|
|
2016
|
+
"complexity": 35
|
|
2017
2017
|
}
|
|
2018
2018
|
}
|
|
2019
2019
|
},
|
|
2020
2020
|
"target": {
|
|
2021
2021
|
"functions": {
|
|
2022
|
-
"select_product_publication_intent@
|
|
2022
|
+
"select_product_publication_intent@219": {
|
|
2023
2023
|
"complexity": 30
|
|
2024
2024
|
}
|
|
2025
2025
|
}
|
|
@@ -2029,23 +2029,23 @@
|
|
|
2029
2029
|
"baseline": {
|
|
2030
2030
|
"lines": 1399,
|
|
2031
2031
|
"functions": {
|
|
2032
|
-
"normalize_capability@
|
|
2032
|
+
"normalize_capability@149": {
|
|
2033
2033
|
"lines": 245,
|
|
2034
2034
|
"complexity": 51
|
|
2035
2035
|
},
|
|
2036
|
-
"advance_release_tail_execution@
|
|
2036
|
+
"advance_release_tail_execution@1115": {
|
|
2037
2037
|
"lines": 193
|
|
2038
2038
|
}
|
|
2039
2039
|
}
|
|
2040
2040
|
},
|
|
2041
2041
|
"current": {
|
|
2042
|
-
"lines":
|
|
2042
|
+
"lines": 1307,
|
|
2043
2043
|
"functions": {
|
|
2044
|
-
"normalize_capability@
|
|
2044
|
+
"normalize_capability@149": {
|
|
2045
2045
|
"lines": 245,
|
|
2046
2046
|
"complexity": 51
|
|
2047
2047
|
},
|
|
2048
|
-
"advance_release_tail_execution@
|
|
2048
|
+
"advance_release_tail_execution@1115": {
|
|
2049
2049
|
"lines": 193
|
|
2050
2050
|
}
|
|
2051
2051
|
}
|
|
@@ -2053,11 +2053,11 @@
|
|
|
2053
2053
|
"target": {
|
|
2054
2054
|
"lines": 600,
|
|
2055
2055
|
"functions": {
|
|
2056
|
-
"normalize_capability@
|
|
2056
|
+
"normalize_capability@149": {
|
|
2057
2057
|
"lines": 140,
|
|
2058
2058
|
"complexity": 30
|
|
2059
2059
|
},
|
|
2060
|
-
"advance_release_tail_execution@
|
|
2060
|
+
"advance_release_tail_execution@1115": {
|
|
2061
2061
|
"lines": 140
|
|
2062
2062
|
}
|
|
2063
2063
|
}
|
|
@@ -2592,7 +2592,6 @@
|
|
|
2592
2592
|
},
|
|
2593
2593
|
"tests/promote-buildchain-ref.test.mjs": {
|
|
2594
2594
|
"baseline": {
|
|
2595
|
-
"lines": 4211,
|
|
2596
2595
|
"functions": {
|
|
2597
2596
|
"<anonymous@62>@62": {
|
|
2598
2597
|
"lines": 203
|
|
@@ -3167,11 +3166,11 @@
|
|
|
3167
3166
|
"packages/core/v4-floating-consumer-release-passport.js",
|
|
3168
3167
|
"packages/core/release-passport.js",
|
|
3169
3168
|
"tests/promote-buildchain-ref-governance.test.mjs",
|
|
3170
|
-
"scripts/buildchain-cli-help.mjs",
|
|
3171
3169
|
"scripts/check-maintainability.mjs",
|
|
3172
3170
|
"tests/maintainability.test.mjs",
|
|
3173
3171
|
"scripts/generate-v4-universal-workflow-facades.mjs",
|
|
3174
|
-
"scripts/check-v4-release-topology.mjs"
|
|
3172
|
+
"scripts/check-v4-release-topology.mjs",
|
|
3173
|
+
"actions/v4-release-candidate-promote/product-provider-adapters.js"
|
|
3175
3174
|
],
|
|
3176
3175
|
"burnDownSlices": [
|
|
3177
3176
|
{
|
|
@@ -26,12 +26,12 @@
|
|
|
26
26
|
},
|
|
27
27
|
"repositoryBudgets": {
|
|
28
28
|
"baselineRevision": "9569f69c2cb609372b8a3d65ce5dec8fb7b34a84",
|
|
29
|
-
"maxHandMaintainedSourceFiles":
|
|
30
|
-
"maxHandMaintainedSourceLines":
|
|
29
|
+
"maxHandMaintainedSourceFiles": 489,
|
|
30
|
+
"maxHandMaintainedSourceLines": 173912,
|
|
31
31
|
"maxWorkflowFiles": 80,
|
|
32
32
|
"maxWorkflowLines": 26791,
|
|
33
|
-
"latestTransition": "
|
|
34
|
-
"latestTransitionRationale": "
|
|
33
|
+
"latestTransition": "Add a sealed OCI family provider and candidate discovery to the v4 publication plan.",
|
|
34
|
+
"latestTransitionRationale": "Account for the exact added OCI verification, registry IO and candidate modules. Extract Rust capability descriptors and reduce candidate resolver/recovery orchestration to preserve all existing file, function, complexity, exception and debt ceilings. No new debt exception or production authority bypass is admitted; provider closure and independent governance review remain mandatory.",
|
|
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
|
},
|
|
@@ -68,6 +68,7 @@
|
|
|
68
68
|
"actions/promote-buildchain-ref/v4-provider-plane.js",
|
|
69
69
|
"actions/release-tail/index.js",
|
|
70
70
|
"actions/v4-release-candidate-promote/index.js",
|
|
71
|
+
"actions/v4-release-candidate-promote/oci-provider.js",
|
|
71
72
|
"actions/v4-release-candidate-promote/product-provider-adapters.js",
|
|
72
73
|
"actions/v4-release-candidate-promote/product-provider-github-adapters.js",
|
|
73
74
|
"actions/v4-release-candidate-promote/product-provider.js",
|
|
@@ -133,6 +134,7 @@
|
|
|
133
134
|
"actions/promote-buildchain-ref/v4-provider-plane.js",
|
|
134
135
|
"actions/v4-release-candidate-promote/index.js",
|
|
135
136
|
"actions/v4-release-candidate-promote/next-development-queue.js",
|
|
137
|
+
"actions/v4-release-candidate-promote/oci-provider.js",
|
|
136
138
|
"actions/v4-release-candidate-promote/product-provider-adapters.js",
|
|
137
139
|
"actions/v4-release-candidate-promote/product-provider-github-adapters.js",
|
|
138
140
|
"actions/v4-release-candidate-promote/product-provider.js",
|
|
@@ -158,6 +160,7 @@
|
|
|
158
160
|
"packages/core/kfd-product-gates.js",
|
|
159
161
|
"packages/core/kungfu-temporal-fact.js",
|
|
160
162
|
"packages/core/next-development-transition.js",
|
|
163
|
+
"packages/core/oci-publication-bundle.js",
|
|
161
164
|
"packages/core/package-manager.js",
|
|
162
165
|
"packages/core/public-surface-audit.js",
|
|
163
166
|
"packages/core/public-surface-cli.js",
|
|
@@ -195,13 +198,13 @@
|
|
|
195
198
|
"scripts/v4-publication-settlement.mjs",
|
|
196
199
|
"scripts/verify-version-state-delta.mjs"
|
|
197
200
|
],
|
|
198
|
-
"root": "sha256:
|
|
201
|
+
"root": "sha256:ff8e127e7d500937702faa810933551a07ef4f0004187108b474c00f07d6d3df"
|
|
199
202
|
},
|
|
200
203
|
"rustWasmAuthority": {
|
|
201
204
|
"loader": "packages/core/v4-domain-wasm.js",
|
|
202
205
|
"metadata": "packages/core/v4-domain-wasm-artifact.js",
|
|
203
206
|
"artifact": "packages/core/buildchain-v4-domain.wasm",
|
|
204
|
-
"artifactRoot": "sha256:
|
|
207
|
+
"artifactRoot": "sha256:76600d4a9cfba5ac318c9b3be69e2a4e304faee714d2e72b1fba288f945c09f0",
|
|
205
208
|
"distributedArtifacts": [
|
|
206
209
|
"actions/promote-buildchain-ref/dist/buildchain-v4-domain.wasm",
|
|
207
210
|
"actions/release-tail/dist/buildchain-v4-domain.wasm",
|
|
@@ -280,7 +283,7 @@
|
|
|
280
283
|
"path": ".github/workflows/.release-candidate-promote.yml",
|
|
281
284
|
"triggers": ["workflow_call"],
|
|
282
285
|
"jobs": [
|
|
283
|
-
"apply|runner|-|
|
|
286
|
+
"apply|runner|-|inherited|inherited|artifactDownload,artifactUpload|contents-write,oidc-write,promotion-runtime",
|
|
284
287
|
"qualify|runner|-|read|-|artifactUpload,jobOutput|-",
|
|
285
288
|
"settle|runner|-|read|-|artifactDownload,artifactUpload,jobOutput|-"
|
|
286
289
|
],
|
|
@@ -315,7 +318,7 @@
|
|
|
315
318
|
"triggers": ["workflow_call"],
|
|
316
319
|
"jobs": [
|
|
317
320
|
"consumer-admission|runner|-|read|-|artifactUpload|-",
|
|
318
|
-
"invoke|reusable-call|kungfu-systems/buildchain/.github/workflows/.release-candidate-promote.yml@v4-alpha
|
|
321
|
+
"invoke|reusable-call|kungfu-systems/buildchain/.github/workflows/.release-candidate-promote.yml@v4-alpha|-|-|-|-",
|
|
319
322
|
"resolve-promotion|runner|-|read|-|jobOutput|-"
|
|
320
323
|
],
|
|
321
324
|
"reusableEdges": [
|
|
@@ -338,8 +341,8 @@
|
|
|
338
341
|
"jobCount": 90,
|
|
339
342
|
"reusableEdgeCount": 23,
|
|
340
343
|
"mutationRelevantNodeCount": 75,
|
|
341
|
-
"contentsWriteJobCount":
|
|
342
|
-
"oidcWriteJobCount":
|
|
344
|
+
"contentsWriteJobCount": 13,
|
|
345
|
+
"oidcWriteJobCount": 15
|
|
343
346
|
},
|
|
344
347
|
"semanticMetrics": {
|
|
345
348
|
"workflowCount": 5,
|
|
@@ -26,8 +26,8 @@
|
|
|
26
26
|
"sha256:1de4662862d6b519a115613d542891506e0b267a439219c9192ec515347d7b2a",
|
|
27
27
|
"sha256:38ab6e09aea11256a038c208b5e83dafc19cd740057e0eb90e1b1bd28175b067",
|
|
28
28
|
"sha256:4e1f0a8ae7b3f7651b16687d7cfab88a9622c5f88e04c82faf66769230ef595d",
|
|
29
|
-
"sha256:613b0803c29c86f0c6c90a3e0bebd9bcd0ba62dca9eae94afaab3abe869e0a47",
|
|
30
29
|
"sha256:65a0c2fc3faecaddf5076fff086b5d6e12eb9ba27796efc10aed19f2d93b9457",
|
|
30
|
+
"sha256:691de3a01e079c707792ae671c3cb7315d85ccf823fa361698a206adb2abb0d9",
|
|
31
31
|
"sha256:b94023c4abe4216765198adcaefb4825874a4d9053be096d35a53d6821128b52",
|
|
32
32
|
"sha256:ca0592275354f0690756e3f11accdd23615987827c346618c50c2e8a2807ad4d"
|
|
33
33
|
],
|
|
@@ -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.46",
|
|
8
8
|
"repository": "https://github.com/kungfu-systems/buildchain"
|
|
9
9
|
},
|
|
10
10
|
"majorLine": "v4",
|
|
@@ -1591,7 +1591,7 @@
|
|
|
1591
1591
|
"GitHub Release passport and evidence publication is delegated to promote-buildchain-ref after the semver release transaction completes"
|
|
1592
1592
|
],
|
|
1593
1593
|
"breakingDigest": "sha256:5f10c81d3f80cb417960be682921884639c40b6d875f1a3b1ffae7e652c3f468",
|
|
1594
|
-
"auditDigest": "sha256:
|
|
1594
|
+
"auditDigest": "sha256:5b93770f26ca894e2dacd3dc7454d63b4bb4fc5543a0fbedb217ef746a07cb41"
|
|
1595
1595
|
},
|
|
1596
1596
|
{
|
|
1597
1597
|
"contractVersion": 1,
|
|
@@ -1646,7 +1646,7 @@
|
|
|
1646
1646
|
"resume-from-candidate-run is fail-closed and uses a fresh caller event instead of rerunning a frozen startup graph"
|
|
1647
1647
|
],
|
|
1648
1648
|
"breakingDigest": "sha256:9db8dd07152855d03ff30f9c571438593c689d3e8139fa45431d000f548242f5",
|
|
1649
|
-
"auditDigest": "sha256:
|
|
1649
|
+
"auditDigest": "sha256:4f2e4e9434825318f3906e546fbc9946e789e930403f9be1447d003cc5aaf706",
|
|
1650
1650
|
"compatibleBreakingDigests": [
|
|
1651
1651
|
"sha256:aa30f22e3af0a89841310bdbdc900844dd95a66974db173fa140a71bbd7e82c0"
|
|
1652
1652
|
],
|
|
@@ -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:b6da11a2bb2b3bbec23202fd529402426024b0707ff9b23c83f998ff872b336f"
|
|
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:0a9cdc8337109dfb2dc7e05d431cecad0ac210a2e592d1c3dd7c824c28070870"
|
|
2283
2283
|
},
|
|
2284
2284
|
{
|
|
2285
2285
|
"contractVersion": 1,
|
|
@@ -5213,7 +5213,7 @@
|
|
|
5213
5213
|
"missing receipts are non-qualifying and must not be represented as a successful controller run"
|
|
5214
5214
|
],
|
|
5215
5215
|
"breakingDigest": "sha256:015d8de793adbd4c539416be7d7512e18cc92097e629b0203fa06d2c183e98bd",
|
|
5216
|
-
"auditDigest": "sha256:
|
|
5216
|
+
"auditDigest": "sha256:4f2e4e9434825318f3906e546fbc9946e789e930403f9be1447d003cc5aaf706"
|
|
5217
5217
|
},
|
|
5218
5218
|
{
|
|
5219
5219
|
"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:68f2ed0bc5c8d331b906971449a072870308bfd92ee26081cbf6f5a617f46850"
|
|
5448
5448
|
}
|