@kungfu-tech/buildchain 4.0.2 → 4.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.
- package/AGENTS.md +4 -4
- package/CONTRIBUTING.md +34 -0
- package/README.md +1 -1
- package/architecture/agent-change-map.md +154 -147
- package/architecture/{v4-architecture-constitution.md → architecture-constitution.md} +11 -11
- package/architecture/{v3-core-mechanism-inventory.md → baseline-core-mechanism-inventory.md} +1 -1
- package/architecture/{v4-bootstrap-authority.json → bootstrap-authority.json} +3 -3
- package/architecture/{v3-v4-capability-closure.md → capability-parity-closure.md} +3 -3
- package/architecture/{v3-v4-live-capability-inventory.json → capability-parity-live-capability-inventory.json} +4 -4
- package/architecture/{v4-capability-state-machine-manifest.json → capability-state-machine-manifest.json} +2 -2
- package/architecture/{v4-capability-state-machine-manifest.schema.json → capability-state-machine-manifest.schema.json} +2 -2
- package/architecture/ci-lane-change-budget.json +18 -0
- package/architecture/{v4-cross-platform-adopter-qualification.json → cross-platform-adopter-qualification.json} +3 -3
- package/architecture/{v4-delivery-authority-parity.json → delivery-authority-parity.json} +16 -16
- package/architecture/{v4-delivery-warrant-shadow-bootstrap-plan.json → delivery-warrant-shadow-bootstrap-plan.json} +3 -3
- package/architecture/{v4-delivery-warrant-shadow-bootstrap-plan.md → delivery-warrant-shadow-bootstrap-plan.md} +7 -7
- package/architecture/{v4-floating-consumer-policy.md → floating-consumer-policy.md} +1 -1
- package/architecture/implementation-naming.json +1273 -0
- package/architecture/internal-capabilities.json +171 -169
- package/architecture/maintainability-debt.json +87 -82
- package/architecture/maintainability-policy.json +15 -15
- package/architecture/{v4-next-development-parity.json → next-development-parity.json} +8 -8
- package/architecture/{v4-partial-mutation-recovery-qualification.json → partial-mutation-recovery-qualification.json} +8 -8
- package/architecture/{v4-platform-stage-checkpoints.json → platform-stage-checkpoints.json} +2 -2
- package/architecture/{v4-provider-operation-journal-contract.json → provider-operation-journal-contract.json} +9 -9
- package/architecture/{v4-publication-rehearsal-parity.json → publication-rehearsal-parity.json} +4 -4
- package/architecture/{v4-release-activation-shadow-domain.json → release-activation-shadow-domain.json} +8 -8
- package/architecture/{v4-release-topology.json → release-topology.json} +112 -56
- package/architecture/{v4-release-train-parity.json → release-train-parity.json} +2 -2
- package/architecture/{v4-runtime-ref-resume-authority.json → runtime-ref-resume-authority.json} +1 -1
- package/architecture/{v4-runtime-semantic-closure.json → runtime-semantic-closure.json} +2 -2
- package/architecture/{v4-rust-libnode-bridge-evaluation.json → rust-libnode-bridge-evaluation.json} +3 -3
- package/architecture/{v4-rust-libnode-bridge-spike.md → rust-libnode-bridge-spike.md} +6 -6
- package/architecture/{v4-rust-wasm-production-authority.json → rust-wasm-production-authority.json} +11 -11
- package/architecture/{v4-stable-publication-fence.json → stable-publication-fence.json} +6 -6
- package/architecture/{v4-stage-capsule-contract.json → stage-capsule-contract.json} +1 -1
- package/architecture/{v4-stage-capsule-qualification.json → stage-capsule-qualification.json} +6 -6
- package/architecture/{v4-stage-capsule-resume-planner.json → stage-capsule-resume-planner.json} +2 -2
- package/architecture/{v4-stage-capsule-store-contract.json → stage-capsule-store-contract.json} +4 -4
- package/architecture/{v4-tail-reseal-parity.json → tail-reseal-parity.json} +28 -28
- package/architecture/{v4-universal-workflow-bootstrap.json → universal-workflow-bootstrap.json} +9 -4
- package/architecture/{v4-universal-workflow-fault-campaign.json → universal-workflow-fault-campaign.json} +8 -8
- package/architecture/{v4-universal-workflow-train-admission.json → universal-workflow-train-admission.json} +8 -8
- package/architecture/workflow-taxonomy.json +11 -0
- package/bin/buildchain.mjs +3 -3
- package/bin/internal/adopter-delivery-cli.mjs +9 -9
- package/contracts/fixtures/v4-tail-reseal-v1/valid.json +1 -1
- package/crates/{buildchain-v4-bridge → buildchain-host-bridge}/Cargo.lock +1 -1
- package/crates/{buildchain-v4-bridge → buildchain-host-bridge}/Cargo.toml +1 -1
- package/crates/{buildchain-v4-bridge → buildchain-host-bridge}/src/main.rs +3 -3
- package/dist/site/buildchain-contract.json +18 -18
- package/dist/site/buildchain-site.json +167 -71
- package/dist/site/capability-registry.json +5 -5
- package/dist/site/kfd-claims.json +226 -90
- package/dist/site/kfd-upstream-aggregate.json +1 -1
- package/dist/site/manual-registry.json +7 -7
- package/dist/site/node-api-registry.json +12929 -10491
- package/dist/site/page-registry.json +155 -59
- package/dist/site/public-surface-audit.json +65 -46
- package/dist/site/publication-authority-registry.json +27 -17
- package/dist/site/publication-registry.json +4 -4
- package/dist/site/release-provenance.json +18 -9
- package/dist/site/site-manifest.json +11 -11
- package/dist/site/workflow-registry.json +86 -52
- package/docs/MAP.md +4 -3
- package/docs/next-development-transition.md +24 -1
- package/docs/node-api-reference.md +435 -175
- package/docs/oci-publication.md +173 -0
- package/docs/publish-transaction.md +36 -3
- package/docs/release-flow.md +1 -1
- package/docs/reusable-build-surface.md +1 -1
- package/docs/v4-adopter-delivery.md +2 -2
- package/docs/v4-canonical-contracts.md +7 -7
- package/docs/v4-delivery-warrant-read-candidate.md +3 -3
- package/docs/v4-delivery-warrant-semantic-diff.md +3 -3
- package/docs/v4-production-release.md +8 -2
- package/docs/v4-publication-rehearsal.md +3 -3
- package/docs/v4-runtime-ref-resume-authority.md +2 -2
- package/docs/v4-rust-wasm-production-authority.md +6 -6
- package/docs/v4-stage-capsule.md +7 -7
- package/docs/v4-tail-reseal.md +1 -1
- package/docs/workflow-catalog.md +1 -0
- package/package.json +37 -26
- package/packages/compatibility/adopter-delivery.js +16 -0
- package/packages/compatibility/cross-platform-adopter-qualification.js +12 -0
- package/packages/compatibility/floating-consumer-policy.js +14 -0
- package/packages/compatibility/publication-qualification.js +11 -0
- package/packages/compatibility/publication-rehearsal.js +18 -0
- package/packages/compatibility/runtime-ref-resume-authority.js +13 -0
- package/packages/compatibility/tail-reseal-receipt.js +7 -0
- package/packages/compatibility/tail-reseal.js +11 -0
- package/packages/core/{v4-adopter-delivery-parity.js → adopter-delivery-parity.js} +12 -12
- package/packages/core/{v4-adopter-delivery.js → adopter-delivery.js} +24 -24
- package/packages/core/buildchain-contract.js +5 -5
- package/packages/core/buildchain-domain.wasm +0 -0
- package/packages/core/buildchain-publication-authority.js +1 -0
- package/packages/core/{v4-canonical-contracts.js → canonical-contracts.js} +32 -31
- package/packages/core/{v4-cross-platform-adopter-qualification.js → cross-platform-adopter-qualification.js} +19 -19
- package/packages/core/{v4-delivery-warrant-fixture-runner.js → delivery-warrant-fixture-runner.js} +36 -32
- package/packages/core/{v4-delivery-warrant-read-candidate.js → delivery-warrant-read-candidate.js} +40 -40
- package/packages/core/{v4-delivery-warrant-semantic-diff-gate.js → delivery-warrant-semantic-diff-gate.js} +58 -59
- package/packages/core/{v4-delivery-warrant-shadow-adapter.js → delivery-warrant-shadow-adapter.js} +15 -15
- package/packages/core/dev-delivery-execution-transfer.js +6 -6
- package/packages/core/dev-delivery-native-proof.js +12 -8
- package/packages/core/dev-delivery-warrant-legacy-recovery.js +1 -1
- package/packages/core/dev-delivery-warrant-native-compatibility.js +4 -4
- package/packages/core/dev-delivery-warrant-state.js +11 -11
- package/packages/core/dev-delivery-warrant.js +3 -3
- package/packages/core/domain-wasm-artifact.js +7 -0
- package/packages/core/{v4-domain-wasm.js → domain-wasm.js} +31 -31
- package/packages/core/{v4-floating-consumer-evidence.js → floating-consumer-evidence.js} +13 -13
- package/packages/core/{v4-floating-consumer-policy.js → floating-consumer-policy.js} +27 -29
- package/packages/core/{v4-floating-consumer-release-passport.js → floating-consumer-release-passport.js} +25 -25
- package/packages/core/index.js +4 -8
- package/packages/core/next-development-projection.js +24 -1
- package/packages/core/next-development-transition.js +5 -6
- package/packages/core/oci-compose-qualification.js +143 -0
- package/packages/core/oci-publication-bundle.js +281 -0
- package/packages/core/oci-publication-graph.js +206 -0
- package/packages/core/paper-runtime-channels.js +2 -2
- package/packages/core/paper.js +3 -3
- package/packages/core/partial-mutation-recovery-qualification.js +18 -0
- package/packages/core/{v4-platform-stage-checkpoints.js → platform-stage-checkpoints.js} +37 -37
- package/packages/core/{v4-product-publication.js → product-publication.js} +11 -9
- package/packages/core/{v4-protected-publication-source.js → protected-publication-source.js} +3 -3
- package/packages/core/provider-operation-journal.js +62 -0
- package/packages/core/{v4-provider-readback-idempotency.js → provider-readback-idempotency.js} +33 -33
- package/packages/core/public-export-compatibility.js +33 -0
- package/packages/core/publication-development.js +72 -0
- package/packages/core/{v4-publication-qualification.js → publication-qualification.js} +17 -17
- package/packages/core/{v4-publication-rehearsal-capsule.js → publication-rehearsal-capsule.js} +23 -23
- package/packages/core/publication-rehearsal-projection.js +2 -2
- package/packages/core/{v4-publication-rehearsal-provider-bindings.js → publication-rehearsal-provider-bindings.js} +4 -4
- package/packages/core/publication-rehearsal-runtime.js +21 -21
- package/packages/core/{v4-publication-rehearsal.js → publication-rehearsal.js} +33 -33
- package/packages/core/publication-sealed-bundle.js +78 -13
- package/packages/core/release-activation-shadow.js +32 -0
- package/packages/core/release-candidate.js +6 -6
- package/packages/core/{v4-release-invocation.js → release-invocation.js} +15 -15
- package/packages/core/release-passport.js +36 -36
- package/packages/core/release-tail-product-capabilities.js +9 -0
- package/packages/core/release-tail-provider-plane.js +10 -10
- package/packages/core/{v4-runtime-ref-resume-authority.js → runtime-ref-resume-authority.js} +36 -40
- package/packages/core/{v4-runtime-selector-persistence.js → runtime-selector-persistence.js} +7 -7
- package/packages/core/stable-publication-fence.js +28 -0
- package/packages/core/{v4-stage-capsule-local-store.js → stage-capsule-local-store.js} +56 -54
- package/packages/core/{v4-stage-capsule-qualification-campaign.js → stage-capsule-qualification-campaign.js} +37 -38
- package/packages/core/{v4-stage-capsule-qualification.js → stage-capsule-qualification.js} +28 -29
- package/packages/core/{v4-stage-capsule-resume-planner.js → stage-capsule-resume-planner.js} +29 -29
- package/packages/core/{v4-stage-capsule-store.js → stage-capsule-store.js} +59 -56
- package/packages/core/{v4-stage-capsule.js → stage-capsule.js} +45 -45
- package/packages/core/{v4-tail-reseal-contract.js → tail-reseal-contract.js} +6 -6
- package/packages/core/{v4-tail-reseal-github.js → tail-reseal-github.js} +12 -12
- package/packages/core/{v4-tail-reseal-receipt.js → tail-reseal-receipt.js} +22 -22
- package/packages/core/{v4-tail-reseal.js → tail-reseal.js} +29 -29
- package/packages/core/{v4-universal-workflow-bootstrap.js → universal-workflow-bootstrap.js} +23 -23
- package/scripts/{v4-architecture.mjs → architecture.mjs} +6 -6
- package/scripts/binary-publication-evidence.mjs +1 -1
- package/scripts/{v4-bridge-bootstrap.mjs → bridge-bootstrap.mjs} +14 -18
- package/scripts/{v4-bridge-evidence.mjs → bridge-evidence.mjs} +8 -8
- package/scripts/{build-v4-domain-wasm.mjs → build-domain-wasm.mjs} +6 -18
- package/scripts/{v3-v4-capability-catalog.mjs → capability-parity-catalog.mjs} +19 -19
- package/scripts/check-action-bundles.mjs +2 -2
- package/scripts/{check-v3-v4-capability-inventory.mjs → check-capability-parity-inventory.mjs} +42 -42
- package/scripts/check-core-mechanism-inventory.mjs +4 -1
- package/scripts/{check-v4-floating-consumer-policy-contract.mjs → check-floating-consumer-policy-contract.mjs} +8 -8
- package/scripts/check-implementation-naming.mjs +135 -0
- package/scripts/check-inventory.mjs +6 -5
- package/scripts/check-maintainability.mjs +9 -2
- package/scripts/{check-v4-public-dogfood-contract.mjs → check-public-dogfood-contract.mjs} +15 -15
- package/scripts/{check-v4-release-topology.mjs → check-release-topology.mjs} +53 -31
- package/scripts/{check-v4-runtime-semantic-closure.mjs → check-runtime-semantic-closure.mjs} +19 -16
- package/scripts/{check-v4-universal-workflow-bootstrap.mjs → check-universal-workflow-bootstrap.mjs} +14 -14
- package/scripts/{v4-consumer-policy.mjs → consumer-policy.mjs} +15 -15
- package/scripts/{copy-v4-domain-wasm.mjs → copy-domain-wasm.mjs} +3 -3
- package/scripts/{v4-cross-platform-adopter-qualification.mjs → cross-platform-adopter-qualification.mjs} +9 -9
- package/scripts/{v4-declarative-promotion-admission.mjs → declarative-promotion-admission.mjs} +4 -4
- package/scripts/dev-delivery-warrant-options.mjs +1 -1
- package/scripts/dev-delivery-warrant-store.mjs +29 -10
- package/scripts/dev-delivery-warrant.mjs +4 -4
- package/scripts/dev-pr-delivery-warrant.mjs +1 -1
- package/scripts/generate-channel-build-workflow.mjs +2 -2
- package/scripts/generate-channel-promotion-workflow.mjs +14 -31
- package/scripts/generate-release-candidate-passport.mjs +23 -23
- package/scripts/generate-site-bundle.mjs +17 -17
- package/scripts/{generate-v4-universal-workflow-facades.mjs → generate-universal-workflow-facades.mjs} +61 -21
- package/scripts/{v4-host-adapter.mjs → host-adapter.mjs} +1 -1
- package/scripts/implementation-references.mjs +25 -0
- package/scripts/init-repo.mjs +1 -1
- package/scripts/next-development-review.mjs +17 -11
- package/scripts/oci-compose-preview.mjs +261 -0
- package/scripts/{v4-platform-stage-checkpoint-rehearsal.mjs → platform-stage-checkpoint-rehearsal.mjs} +17 -17
- package/scripts/{v4-product-publication-intent.mjs → product-publication-intent.mjs} +16 -8
- package/scripts/publication-candidate-kind.mjs +93 -0
- package/scripts/publication-candidate-sealer.mjs +16 -1
- package/scripts/{v4-publication-rehearsal-fixture.mjs → publication-rehearsal-fixture.mjs} +5 -5
- package/scripts/{v4-publication-settlement.mjs → publication-settlement.mjs} +8 -8
- package/scripts/{v4-release-candidate-adapter.mjs → release-candidate-adapter.mjs} +4 -4
- package/scripts/release-candidate-resolver.mjs +15 -26
- package/scripts/release-tail.mjs +5 -5
- package/scripts/resume-from-candidate-run.mjs +35 -42
- package/scripts/site-capability-metadata.mjs +9 -0
- package/scripts/source-verification-evidence.mjs +7 -7
- package/scripts/{v4-stage-capsule-qualification.mjs → stage-capsule-qualification.mjs} +62 -62
- package/scripts/{v4-stage-capsule-resume-rehearsal.mjs → stage-capsule-resume-rehearsal.mjs} +6 -6
- package/scripts/{v4-tail-reseal-macos-rehearsal.mjs → tail-reseal-macos-rehearsal.mjs} +9 -9
- package/scripts/{v4-tail-reseal.mjs → tail-reseal.mjs} +19 -19
- package/scripts/universal-facade-maintainability.mjs +12 -3
- package/scripts/{v4-universal-workflow-backflow.mjs → universal-workflow-backflow.mjs} +10 -10
- package/scripts/{v4-universal-workflow-engine.mjs → universal-workflow-engine.mjs} +40 -38
- package/scripts/{v4-universal-workflow-self-dogfood.mjs → universal-workflow-self-dogfood.mjs} +12 -12
- package/scripts/verify-version-state-delta.mjs +4 -2
- package/scripts/{v4-warrant-shadow-plan.mjs → warrant-shadow-plan.mjs} +6 -6
- package/templates/universal-buildchain-bootstrap-recovery.yml +4 -4
- package/packages/core/buildchain-v4-domain.wasm +0 -0
- package/packages/core/v4-domain-wasm-artifact.js +0 -7
- package/packages/core/v4-partial-mutation-recovery-qualification.js +0 -18
- package/packages/core/v4-provider-operation-journal.js +0 -62
- package/packages/core/v4-release-activation-shadow.js +0 -32
- package/packages/core/v4-stable-publication-fence.js +0 -28
- /package/actions/{v4-release-candidate-promote → release-candidate-promote}/README.md +0 -0
- /package/architecture/{v4-adopter-delivery-parity.json → adopter-delivery-parity.json} +0 -0
- /package/architecture/{v3-core-mechanism-inventory.json → baseline-core-mechanism-inventory.json} +0 -0
- /package/architecture/{v4-canonical-contract-fixtures.json → canonical-contract-fixtures.json} +0 -0
- /package/architecture/{v4-compatibility-facts-parity.json → compatibility-facts-parity.json} +0 -0
- /package/architecture/{v4-delivery-warrant-shadow-bootstrap-plan.schema.json → delivery-warrant-shadow-bootstrap-plan.schema.json} +0 -0
- /package/architecture/{v4-delivery-warrant-shadow-fixtures.json → delivery-warrant-shadow-fixtures.json} +0 -0
- /package/architecture/{v4-delivery-warrant-shadow-fixtures.schema.json → delivery-warrant-shadow-fixtures.schema.json} +0 -0
- /package/architecture/{v4-exception-ledger.json → exception-ledger.json} +0 -0
- /package/architecture/{v4-exception-ledger.schema.json → exception-ledger.schema.json} +0 -0
- /package/architecture/{v4-floating-consumer-policy.json → floating-consumer-policy.json} +0 -0
- /package/architecture/{v4-publication-facade-patches.json → publication-facade-patches.json} +0 -0
- /package/architecture/{v4-release-invocation-fixtures.json → release-invocation-fixtures.json} +0 -0
|
@@ -7,8 +7,8 @@
|
|
|
7
7
|
},
|
|
8
8
|
"totalExcessLedger": {
|
|
9
9
|
"metric": "calibrated-full-dimensional-excess-v1",
|
|
10
|
-
"measuredExcess":
|
|
11
|
-
"current":
|
|
10
|
+
"measuredExcess": 64542,
|
|
11
|
+
"current": 56481
|
|
12
12
|
},
|
|
13
13
|
"defaults": {
|
|
14
14
|
"owner": "Buildchain architecture maintainers",
|
|
@@ -174,28 +174,28 @@
|
|
|
174
174
|
"baseline": {
|
|
175
175
|
"lines": 5132,
|
|
176
176
|
"functions": {
|
|
177
|
-
"resolvePublishContract@
|
|
177
|
+
"resolvePublishContract@259": {
|
|
178
178
|
"complexity": 30
|
|
179
179
|
},
|
|
180
|
-
"validatePromotionReleaseCandidate@
|
|
180
|
+
"validatePromotionReleaseCandidate@529": {
|
|
181
181
|
"complexity": 27
|
|
182
182
|
},
|
|
183
|
-
"runPublishTransaction@
|
|
183
|
+
"runPublishTransaction@1420": {
|
|
184
184
|
"lines": 247,
|
|
185
185
|
"complexity": 33
|
|
186
186
|
}
|
|
187
187
|
}
|
|
188
188
|
},
|
|
189
189
|
"current": {
|
|
190
|
-
"lines":
|
|
190
|
+
"lines": 3423,
|
|
191
191
|
"functions": {
|
|
192
|
-
"resolvePublishContract@
|
|
192
|
+
"resolvePublishContract@259": {
|
|
193
193
|
"complexity": 30
|
|
194
194
|
},
|
|
195
|
-
"validatePromotionReleaseCandidate@
|
|
195
|
+
"validatePromotionReleaseCandidate@529": {
|
|
196
196
|
"complexity": 27
|
|
197
197
|
},
|
|
198
|
-
"runPublishTransaction@
|
|
198
|
+
"runPublishTransaction@1420": {
|
|
199
199
|
"lines": 247,
|
|
200
200
|
"complexity": 33
|
|
201
201
|
}
|
|
@@ -204,13 +204,13 @@
|
|
|
204
204
|
"target": {
|
|
205
205
|
"lines": 600,
|
|
206
206
|
"functions": {
|
|
207
|
-
"resolvePublishContract@
|
|
207
|
+
"resolvePublishContract@259": {
|
|
208
208
|
"complexity": 25
|
|
209
209
|
},
|
|
210
|
-
"validatePromotionReleaseCandidate@
|
|
210
|
+
"validatePromotionReleaseCandidate@529": {
|
|
211
211
|
"complexity": 25
|
|
212
212
|
},
|
|
213
|
-
"runPublishTransaction@
|
|
213
|
+
"runPublishTransaction@1420": {
|
|
214
214
|
"lines": 180,
|
|
215
215
|
"complexity": 25
|
|
216
216
|
}
|
|
@@ -402,21 +402,21 @@
|
|
|
402
402
|
"packages/core/dev-delivery-native-proof.js": {
|
|
403
403
|
"baseline": {
|
|
404
404
|
"functions": {
|
|
405
|
-
"validateActiveDevDeliveryWarrant@
|
|
405
|
+
"validateActiveDevDeliveryWarrant@79": {
|
|
406
406
|
"complexity": 29
|
|
407
407
|
}
|
|
408
408
|
}
|
|
409
409
|
},
|
|
410
410
|
"current": {
|
|
411
411
|
"functions": {
|
|
412
|
-
"validateActiveDevDeliveryWarrant@
|
|
412
|
+
"validateActiveDevDeliveryWarrant@79": {
|
|
413
413
|
"complexity": 29
|
|
414
414
|
}
|
|
415
415
|
}
|
|
416
416
|
},
|
|
417
417
|
"target": {
|
|
418
418
|
"functions": {
|
|
419
|
-
"validateActiveDevDeliveryWarrant@
|
|
419
|
+
"validateActiveDevDeliveryWarrant@79": {
|
|
420
420
|
"complexity": 25
|
|
421
421
|
}
|
|
422
422
|
}
|
|
@@ -569,7 +569,7 @@
|
|
|
569
569
|
"lines": 705
|
|
570
570
|
},
|
|
571
571
|
"current": {
|
|
572
|
-
"lines":
|
|
572
|
+
"lines": 701
|
|
573
573
|
},
|
|
574
574
|
"target": {
|
|
575
575
|
"lines": 600
|
|
@@ -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
|
|
@@ -1124,12 +1124,12 @@
|
|
|
1124
1124
|
}
|
|
1125
1125
|
}
|
|
1126
1126
|
},
|
|
1127
|
-
"packages/core/
|
|
1127
|
+
"packages/core/runtime-ref-resume-authority.js": {
|
|
1128
1128
|
"baseline": {
|
|
1129
1129
|
"lines": 625
|
|
1130
1130
|
},
|
|
1131
1131
|
"current": {
|
|
1132
|
-
"lines":
|
|
1132
|
+
"lines": 621
|
|
1133
1133
|
},
|
|
1134
1134
|
"target": {
|
|
1135
1135
|
"lines": 600
|
|
@@ -1214,7 +1214,7 @@
|
|
|
1214
1214
|
"lines": 1515
|
|
1215
1215
|
},
|
|
1216
1216
|
"current": {
|
|
1217
|
-
"lines":
|
|
1217
|
+
"lines": 1475
|
|
1218
1218
|
},
|
|
1219
1219
|
"target": {
|
|
1220
1220
|
"lines": 600
|
|
@@ -1223,21 +1223,21 @@
|
|
|
1223
1223
|
"scripts/check-maintainability.mjs": {
|
|
1224
1224
|
"baseline": {
|
|
1225
1225
|
"functions": {
|
|
1226
|
-
"evaluateMaintainability@
|
|
1226
|
+
"evaluateMaintainability@260": {
|
|
1227
1227
|
"complexity": 29
|
|
1228
1228
|
}
|
|
1229
1229
|
}
|
|
1230
1230
|
},
|
|
1231
1231
|
"current": {
|
|
1232
1232
|
"functions": {
|
|
1233
|
-
"evaluateMaintainability@
|
|
1233
|
+
"evaluateMaintainability@260": {
|
|
1234
1234
|
"complexity": 29
|
|
1235
1235
|
}
|
|
1236
1236
|
}
|
|
1237
1237
|
},
|
|
1238
1238
|
"target": {
|
|
1239
1239
|
"functions": {
|
|
1240
|
-
"evaluateMaintainability@
|
|
1240
|
+
"evaluateMaintainability@260": {
|
|
1241
1241
|
"complexity": 25
|
|
1242
1242
|
}
|
|
1243
1243
|
}
|
|
@@ -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
|
|
@@ -1748,18 +1748,18 @@
|
|
|
1748
1748
|
}
|
|
1749
1749
|
}
|
|
1750
1750
|
},
|
|
1751
|
-
"scripts/
|
|
1751
|
+
"scripts/universal-workflow-engine.mjs": {
|
|
1752
1752
|
"baseline": {
|
|
1753
1753
|
"lines": 620
|
|
1754
1754
|
},
|
|
1755
1755
|
"current": {
|
|
1756
|
-
"lines":
|
|
1756
|
+
"lines": 620
|
|
1757
1757
|
},
|
|
1758
1758
|
"target": {
|
|
1759
1759
|
"lines": 600
|
|
1760
1760
|
}
|
|
1761
1761
|
},
|
|
1762
|
-
"scripts/
|
|
1762
|
+
"scripts/architecture.mjs": {
|
|
1763
1763
|
"baseline": {
|
|
1764
1764
|
"lines": 610
|
|
1765
1765
|
},
|
|
@@ -1770,7 +1770,7 @@
|
|
|
1770
1770
|
"lines": 600
|
|
1771
1771
|
}
|
|
1772
1772
|
},
|
|
1773
|
-
"scripts/
|
|
1773
|
+
"scripts/warrant-shadow-plan.mjs": {
|
|
1774
1774
|
"baseline": {
|
|
1775
1775
|
"lines": 601,
|
|
1776
1776
|
"functions": {
|
|
@@ -1956,7 +1956,7 @@
|
|
|
1956
1956
|
}
|
|
1957
1957
|
},
|
|
1958
1958
|
"rust": {
|
|
1959
|
-
"crates/buildchain-
|
|
1959
|
+
"crates/buildchain-host-bridge/src/main.rs": {
|
|
1960
1960
|
"baseline": {
|
|
1961
1961
|
"functions": {
|
|
1962
1962
|
"execute@222": {
|
|
@@ -1979,73 +1979,73 @@
|
|
|
1979
1979
|
}
|
|
1980
1980
|
}
|
|
1981
1981
|
},
|
|
1982
|
-
"crates/buildchain-
|
|
1982
|
+
"crates/buildchain-domain-contracts/src/main.rs": {
|
|
1983
1983
|
"baseline": {
|
|
1984
1984
|
"functions": {
|
|
1985
|
-
"run@
|
|
1985
|
+
"run@484": {
|
|
1986
1986
|
"complexity": 32
|
|
1987
1987
|
}
|
|
1988
1988
|
}
|
|
1989
1989
|
},
|
|
1990
1990
|
"current": {
|
|
1991
1991
|
"functions": {
|
|
1992
|
-
"run@
|
|
1992
|
+
"run@484": {
|
|
1993
1993
|
"complexity": 32
|
|
1994
1994
|
}
|
|
1995
1995
|
}
|
|
1996
1996
|
},
|
|
1997
1997
|
"target": {
|
|
1998
1998
|
"functions": {
|
|
1999
|
-
"run@
|
|
1999
|
+
"run@484": {
|
|
2000
2000
|
"complexity": 30
|
|
2001
2001
|
}
|
|
2002
2002
|
}
|
|
2003
2003
|
}
|
|
2004
2004
|
},
|
|
2005
|
-
"crates/buildchain-
|
|
2005
|
+
"crates/buildchain-domain-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
|
}
|
|
2026
2026
|
}
|
|
2027
2027
|
},
|
|
2028
|
-
"crates/buildchain-
|
|
2028
|
+
"crates/buildchain-domain-contracts/src/release_tail.rs": {
|
|
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,17 +2053,17 @@
|
|
|
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
|
}
|
|
2064
2064
|
}
|
|
2065
2065
|
},
|
|
2066
|
-
"crates/buildchain-
|
|
2066
|
+
"crates/buildchain-domain-contracts/src/wasm.rs": {
|
|
2067
2067
|
"baseline": {
|
|
2068
2068
|
"functions": {
|
|
2069
2069
|
"dispatch@61": {
|
|
@@ -2089,7 +2089,7 @@
|
|
|
2089
2089
|
}
|
|
2090
2090
|
}
|
|
2091
2091
|
},
|
|
2092
|
-
"crates/buildchain-
|
|
2092
|
+
"crates/buildchain-domain-contracts/src/provider_operation_journal.rs": {
|
|
2093
2093
|
"baseline": {
|
|
2094
2094
|
"functions": {
|
|
2095
2095
|
"validate@239": {
|
|
@@ -2112,7 +2112,7 @@
|
|
|
2112
2112
|
}
|
|
2113
2113
|
}
|
|
2114
2114
|
},
|
|
2115
|
-
"crates/buildchain-
|
|
2115
|
+
"crates/buildchain-domain-contracts/src/provider_operation_journal/fold.rs": {
|
|
2116
2116
|
"baseline": {
|
|
2117
2117
|
"functions": {
|
|
2118
2118
|
"fold_provider_operation_journal@43": {
|
|
@@ -2138,7 +2138,7 @@
|
|
|
2138
2138
|
}
|
|
2139
2139
|
}
|
|
2140
2140
|
},
|
|
2141
|
-
"crates/buildchain-
|
|
2141
|
+
"crates/buildchain-domain-contracts/src/warrant.rs": {
|
|
2142
2142
|
"baseline": {
|
|
2143
2143
|
"functions": {
|
|
2144
2144
|
"validate@150": {
|
|
@@ -2161,7 +2161,7 @@
|
|
|
2161
2161
|
}
|
|
2162
2162
|
}
|
|
2163
2163
|
},
|
|
2164
|
-
"crates/buildchain-
|
|
2164
|
+
"crates/buildchain-domain-contracts/src/warrant/decision.rs": {
|
|
2165
2165
|
"baseline": {
|
|
2166
2166
|
"functions": {
|
|
2167
2167
|
"decide_delivery_warrant@126": {
|
|
@@ -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
|
|
@@ -2695,7 +2694,7 @@
|
|
|
2695
2694
|
"lines": 600
|
|
2696
2695
|
}
|
|
2697
2696
|
},
|
|
2698
|
-
"tests/
|
|
2697
|
+
"tests/delivery-authority-parity.test.mjs": {
|
|
2699
2698
|
"baseline": {
|
|
2700
2699
|
"lines": 1038,
|
|
2701
2700
|
"functions": {
|
|
@@ -2724,18 +2723,18 @@
|
|
|
2724
2723
|
}
|
|
2725
2724
|
}
|
|
2726
2725
|
},
|
|
2727
|
-
"tests/
|
|
2726
|
+
"tests/floating-consumer-policy.test.mjs": {
|
|
2728
2727
|
"baseline": {
|
|
2729
2728
|
"lines": 714
|
|
2730
2729
|
},
|
|
2731
2730
|
"current": {
|
|
2732
|
-
"lines":
|
|
2731
|
+
"lines": 710
|
|
2733
2732
|
},
|
|
2734
2733
|
"target": {
|
|
2735
2734
|
"lines": 600
|
|
2736
2735
|
}
|
|
2737
2736
|
},
|
|
2738
|
-
"tests/
|
|
2737
|
+
"tests/publication-rehearsal.test.mjs": {
|
|
2739
2738
|
"baseline": {
|
|
2740
2739
|
"lines": 773
|
|
2741
2740
|
},
|
|
@@ -3125,15 +3124,16 @@
|
|
|
3125
3124
|
}
|
|
3126
3125
|
},
|
|
3127
3126
|
"hotspots": [
|
|
3127
|
+
"tests/product-publication-topology.test.mjs",
|
|
3128
3128
|
".github/workflows/.build.yml",
|
|
3129
3129
|
".github/workflows/.publication-authority.yml",
|
|
3130
3130
|
".github/workflows/bootstrap.yml",
|
|
3131
|
-
"scripts/check-
|
|
3132
|
-
"scripts/
|
|
3133
|
-
"tests/
|
|
3134
|
-
"tests/
|
|
3135
|
-
"tests/
|
|
3136
|
-
"tests/
|
|
3131
|
+
"scripts/check-universal-workflow-bootstrap.mjs",
|
|
3132
|
+
"scripts/universal-workflow-engine.mjs",
|
|
3133
|
+
"tests/universal-workflow-bootstrap.test.mjs",
|
|
3134
|
+
"tests/capability-parity-inventory.test.mjs",
|
|
3135
|
+
"tests/floating-consumer-policy-contract.test.mjs",
|
|
3136
|
+
"tests/publication-qualification.test.mjs",
|
|
3137
3137
|
".github/workflows/v4-adopter-delivery.yml",
|
|
3138
3138
|
".github/workflows/buildchain-ref-promotion.yml",
|
|
3139
3139
|
".github/workflows/dev-pr-auto-merge.yml",
|
|
@@ -3145,33 +3145,38 @@
|
|
|
3145
3145
|
"tests/build-surface.test.mjs",
|
|
3146
3146
|
"tests/internal-architecture.test.mjs",
|
|
3147
3147
|
"scripts/resume-from-candidate-run.mjs",
|
|
3148
|
-
"scripts/check-
|
|
3148
|
+
"scripts/check-capability-parity-inventory.mjs",
|
|
3149
3149
|
".github/workflows/release-candidate-promote.yml",
|
|
3150
3150
|
"actions/promote-buildchain-ref/lib.js",
|
|
3151
|
-
"actions/
|
|
3152
|
-
"actions/
|
|
3153
|
-
"actions/
|
|
3154
|
-
"tests/
|
|
3151
|
+
"actions/release-candidate-promote/index.js",
|
|
3152
|
+
"actions/release-candidate-promote/product-provider.js",
|
|
3153
|
+
"actions/release-candidate-promote/product-provider-github-adapters.js",
|
|
3154
|
+
"tests/release-candidate-promote.test.mjs",
|
|
3155
3155
|
"scripts/check-inventory.mjs",
|
|
3156
3156
|
"tests/promote-buildchain-ref.test.mjs",
|
|
3157
3157
|
"tests/promotion-channel-router.test.mjs",
|
|
3158
|
-
"tests/
|
|
3158
|
+
"tests/release-topology.test.mjs",
|
|
3159
3159
|
"scripts/site-capability-metadata.mjs",
|
|
3160
|
-
"tests/
|
|
3161
|
-
"tests/
|
|
3160
|
+
"tests/floating-consumer-policy.test.mjs",
|
|
3161
|
+
"tests/declarative-promotion-mode.test.mjs",
|
|
3162
3162
|
"scripts/buildchain-cli-help.mjs",
|
|
3163
|
-
"scripts/check-
|
|
3163
|
+
"scripts/check-floating-consumer-policy-contract.mjs",
|
|
3164
3164
|
"tests/dev-delivery-warrant.test.mjs",
|
|
3165
3165
|
"packages/core/dev-delivery-warrant-state.js",
|
|
3166
3166
|
"actions/promote-buildchain-ref/internal/version-state.js",
|
|
3167
|
-
"packages/core/
|
|
3167
|
+
"packages/core/floating-consumer-release-passport.js",
|
|
3168
3168
|
"packages/core/release-passport.js",
|
|
3169
3169
|
"tests/promote-buildchain-ref-governance.test.mjs",
|
|
3170
|
-
"scripts/buildchain-cli-help.mjs",
|
|
3171
3170
|
"scripts/check-maintainability.mjs",
|
|
3172
3171
|
"tests/maintainability.test.mjs",
|
|
3173
|
-
"scripts/generate-
|
|
3174
|
-
"scripts/check-
|
|
3172
|
+
"scripts/generate-universal-workflow-facades.mjs",
|
|
3173
|
+
"scripts/check-release-topology.mjs",
|
|
3174
|
+
"actions/release-candidate-promote/product-provider-adapters.js",
|
|
3175
|
+
"scripts/release-candidate-resolver.mjs",
|
|
3176
|
+
"scripts/dev-delivery-warrant.mjs",
|
|
3177
|
+
"scripts/generate-channel-promotion-workflow.mjs",
|
|
3178
|
+
".github/workflows/v4-stage-capsule-canary.yml",
|
|
3179
|
+
"packages/core/release-tail-provider-plane.js"
|
|
3175
3180
|
],
|
|
3176
3181
|
"burnDownSlices": [
|
|
3177
3182
|
{
|
|
@@ -3179,7 +3184,7 @@
|
|
|
3179
3184
|
"path": "actions/promote-buildchain-ref/lib.js",
|
|
3180
3185
|
"metric": "lines",
|
|
3181
3186
|
"baseline": 5132,
|
|
3182
|
-
"current":
|
|
3187
|
+
"current": 3423
|
|
3183
3188
|
},
|
|
3184
3189
|
{
|
|
3185
3190
|
"domain": "tests",
|
|
@@ -26,12 +26,12 @@
|
|
|
26
26
|
},
|
|
27
27
|
"repositoryBudgets": {
|
|
28
28
|
"baselineRevision": "9569f69c2cb609372b8a3d65ce5dec8fb7b34a84",
|
|
29
|
-
"maxHandMaintainedSourceFiles":
|
|
30
|
-
"maxHandMaintainedSourceLines":
|
|
29
|
+
"maxHandMaintainedSourceFiles": 508,
|
|
30
|
+
"maxHandMaintainedSourceLines": 175340,
|
|
31
31
|
"maxWorkflowFiles": 80,
|
|
32
32
|
"maxWorkflowLines": 26791,
|
|
33
|
-
"latestTransition": "
|
|
34
|
-
"latestTransitionRationale": "
|
|
33
|
+
"latestTransition": "Preserve published exports during implementation relocation and prepare next-patch development after stable publication.",
|
|
34
|
+
"latestTransitionRationale": "Charge the exact measured compatibility forwarding modules, naming guard, frozen-reference projection, stable development planning and protected-source provider. Preserve existing file/function/complexity and aggregate debt ceilings. Historical file metrics follow the explicit relocation map without replacing their original measurements; independent governance review remains required.",
|
|
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
|
},
|
|
@@ -77,12 +77,12 @@
|
|
|
77
77
|
"rationale": "The explicit authority CLI keeps plan-only and execute transitions, provider-attempt coordinates, expected-old durable state writes, terminal provider readback, and machine-readable output in one compatibility entrypoint while the state-machine implementations remain extracted; this exact file ceiling cannot grow implicitly.",
|
|
78
78
|
"governance": "legacy-debt-sunset-2026q4"
|
|
79
79
|
},
|
|
80
|
-
"scripts/
|
|
80
|
+
"scripts/architecture.mjs": {
|
|
81
81
|
"maxLines": 610,
|
|
82
82
|
"rationale": "The v4 architecture validator adds only the bounded production-authority, fallback, rollback, writer-runtime, and legacy-retirement checks required for the final release cutover. This exact reviewed ceiling cannot grow implicitly.",
|
|
83
83
|
"governance": "legacy-debt-sunset-2026q4"
|
|
84
84
|
},
|
|
85
|
-
"scripts/
|
|
85
|
+
"scripts/warrant-shadow-plan.mjs": {
|
|
86
86
|
"maxLines": 601,
|
|
87
87
|
"rationale": "The historical v3 comparison plan now separately verifies that the live manifest is v4-authoritative and legacy-retired, preventing comparison evidence from being mistaken for production authority. This exact reviewed ceiling cannot grow implicitly.",
|
|
88
88
|
"governance": "legacy-debt-sunset-2026q4"
|
|
@@ -127,22 +127,22 @@
|
|
|
127
127
|
"rationale": "The bounded GitHub engine keeps complete pagination, repository-wide protected-mainline discovery, one batched closed-PR inventory, exact association-only target selection, and fixed eight-way ancestry concurrency. Unassociated heads are retained without fallback comparisons; exact source and target revalidation, stale-PR labeling, provider receipts, and replay behavior remain in one public provider surface. This exact reviewed ceiling cannot grow implicitly.",
|
|
128
128
|
"governance": "legacy-debt-sunset-2026q4"
|
|
129
129
|
},
|
|
130
|
-
"crates/buildchain-
|
|
130
|
+
"crates/buildchain-domain-contracts/src/release_tail.rs": {
|
|
131
131
|
"maxLines": 1397,
|
|
132
132
|
"rationale": "The single provider-neutral Rust release-tail authority replaces the retired 1,228-line JavaScript state machine and keeps strict declaration normalization, deterministic effect planning, rooted observations and receipts, and bounded retry/readback transitions behind the checked WASM ABI. Node retains only provider effects; this exact Rust ceiling cannot grow implicitly.",
|
|
133
133
|
"governance": "legacy-debt-sunset-2026q4"
|
|
134
134
|
},
|
|
135
|
-
"packages/core/
|
|
135
|
+
"packages/core/runtime-ref-resume-authority.js": {
|
|
136
136
|
"maxLines": 625,
|
|
137
137
|
"rationale": "The reviewed v4 authority keeps exact-runtime authorization, source and lock binding, fresh-attempt Stage Capsule reuse, floating-ref movement, final readback, and Passport lineage verification in one bounded public module; persistence scanning is separately owned and this exact ceiling cannot grow implicitly.",
|
|
138
138
|
"governance": "legacy-debt-sunset-2026q4"
|
|
139
139
|
},
|
|
140
|
-
"packages/core/
|
|
140
|
+
"packages/core/runtime-selector-persistence.js": {
|
|
141
141
|
"maxLines": 228,
|
|
142
142
|
"rationale": "The isolated source scanner rejects persisted exact, train, authority, variable, secret, and environment selector authority while inventorying OIDC, IAM, and external authority metadata without reading credentials; this exact ceiling cannot grow implicitly.",
|
|
143
143
|
"governance": "legacy-debt-sunset-2026q4"
|
|
144
144
|
},
|
|
145
|
-
"scripts/
|
|
145
|
+
"scripts/universal-workflow-engine.mjs": {
|
|
146
146
|
"maxLines": 620,
|
|
147
147
|
"rationale": "The exact candidate engine adds only a fail-closed OIDC preflight and a fixed npm 11.13.0 trusted-publishing shim under the already admitted ephemeral runtime path. This lets a reviewed Train candidate execute through an older floating Alpha Bootstrap shell without broadening capability, permission, provider, or mutation authority; this exact live-repair ceiling cannot grow implicitly.",
|
|
148
148
|
"governance": "legacy-debt-sunset-2026q4"
|
|
@@ -1646,29 +1646,29 @@
|
|
|
1646
1646
|
"rationale": "The extracted compatibility parser preserves the complete Warrant flag and environment mapping byte-for-byte while storage and command execution remain separately owned; this exact mapping ceiling cannot grow implicitly.",
|
|
1647
1647
|
"governance": "legacy-debt-sunset-2026q4"
|
|
1648
1648
|
},
|
|
1649
|
-
"scripts/
|
|
1649
|
+
"scripts/warrant-shadow-plan.mjs#validatePlan": {
|
|
1650
1650
|
"maxLines": 182,
|
|
1651
1651
|
"maxComplexity": 26,
|
|
1652
1652
|
"rationale": "The validator adds one conjunctive terminal assertion that separates retained v3 comparison evidence from the live v4 writer and retired migration phase. This exact reviewed ceiling cannot grow implicitly.",
|
|
1653
1653
|
"governance": "legacy-debt-sunset-2026q4"
|
|
1654
1654
|
},
|
|
1655
|
-
"crates/buildchain-
|
|
1655
|
+
"crates/buildchain-domain-contracts/src/product_publication.rs#select_product_publication_intent": {
|
|
1656
1656
|
"maxComplexity": 38,
|
|
1657
1657
|
"rationale": "The Rust publication selector jointly validates the closed channel, source, artifact, semantic-version, recovery, and observed-version coordinates before rooting one immutable intent. This exact complexity replaces the prior JavaScript decision tree and cannot grow implicitly.",
|
|
1658
1658
|
"governance": "legacy-debt-sunset-2026q4"
|
|
1659
1659
|
},
|
|
1660
|
-
"crates/buildchain-
|
|
1660
|
+
"crates/buildchain-domain-contracts/src/release_tail.rs#normalize_capability": {
|
|
1661
1661
|
"maxLines": 245,
|
|
1662
1662
|
"maxComplexity": 51,
|
|
1663
1663
|
"rationale": "The Rust normalizer keeps the closed capability registry, exact fields, regex tag binding, operation identity, idempotency, retry, and evidence validation in one fail-closed audit surface. It replaces the retired JavaScript normalizer and this exact ceiling cannot grow implicitly.",
|
|
1664
1664
|
"governance": "legacy-debt-sunset-2026q4"
|
|
1665
1665
|
},
|
|
1666
|
-
"crates/buildchain-
|
|
1666
|
+
"crates/buildchain-domain-contracts/src/release_tail.rs#advance_release_tail_execution": {
|
|
1667
1667
|
"maxLines": 193,
|
|
1668
1668
|
"rationale": "The Rust transition dispatcher owns the bounded readback-before-mutation, apply, reconciliation, retry exhaustion, terminal fault, and next-operation decisions. It performs no provider effect and this exact line ceiling cannot grow implicitly.",
|
|
1669
1669
|
"governance": "legacy-debt-sunset-2026q4"
|
|
1670
1670
|
},
|
|
1671
|
-
"crates/buildchain-
|
|
1671
|
+
"crates/buildchain-domain-contracts/src/wasm.rs#dispatch": {
|
|
1672
1672
|
"maxLines": 214,
|
|
1673
1673
|
"maxComplexity": 64,
|
|
1674
1674
|
"rationale": "The closed WASM ABI dispatcher maps a fixed operation vocabulary onto existing Rust domain functions and typed faults without adding provider, IO, credential, or fallback authority. This exact routing-only ceiling cannot grow implicitly.",
|