@kungfu-tech/buildchain 4.0.2-alpha.9 → 4.0.3-alpha.0
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 +14 -5
- package/CONTRIBUTING.md +58 -0
- package/README.md +3 -3
- package/actions/promote-buildchain-ref/README.md +1 -1
- package/actions/release-candidate-promote/README.md +31 -0
- package/architecture/agent-change-map.md +190 -126
- package/architecture/{v4-architecture-constitution.md → architecture-constitution.md} +33 -30
- 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 +384 -0
- package/architecture/{v4-cross-platform-adopter-qualification.json → cross-platform-adopter-qualification.json} +4 -4
- package/architecture/{v4-delivery-authority-parity.json → delivery-authority-parity.json} +17 -17
- package/architecture/{v4-delivery-warrant-shadow-bootstrap-plan.json → delivery-warrant-shadow-bootstrap-plan.json} +4 -4
- package/architecture/{v4-delivery-warrant-shadow-bootstrap-plan.md → delivery-warrant-shadow-bootstrap-plan.md} +7 -7
- package/architecture/{v4-floating-consumer-policy.json → floating-consumer-policy.json} +2 -2
- 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 +201 -154
- package/architecture/maintainability-debt.json +205 -146
- package/architecture/maintainability-policy.json +37 -33
- package/architecture/{v4-next-development-parity.json → next-development-parity.json} +12 -12
- package/architecture/{v4-partial-mutation-recovery-qualification.json → partial-mutation-recovery-qualification.json} +8 -5
- package/architecture/{v4-platform-stage-checkpoints.json → platform-stage-checkpoints.json} +3 -3
- package/architecture/{v4-provider-operation-journal-contract.json → provider-operation-journal-contract.json} +10 -7
- package/architecture/publication-facade-patches.json +64 -0
- 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} +9 -6
- package/architecture/release-tail-contract-inventory.json +6 -6
- package/architecture/{v4-release-topology.json → release-topology.json} +163 -72
- 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/rust-wasm-production-authority.json +58 -0
- package/architecture/{v4-stable-publication-fence.json → stable-publication-fence.json} +7 -4
- package/architecture/{v4-stage-capsule-contract.json → stage-capsule-contract.json} +1 -1
- package/architecture/{v4-stage-capsule-qualification.json → stage-capsule-qualification.json} +8 -8
- 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} +35 -33
- package/architecture/universal-workflow-bootstrap.json +176 -0
- package/architecture/universal-workflow-fault-campaign.json +72 -0
- package/architecture/universal-workflow-train-admission.json +40 -0
- package/architecture/workflow-taxonomy.json +1462 -0
- package/bin/buildchain.mjs +10 -10
- package/bin/internal/adopter-delivery-cli.mjs +9 -9
- package/contracts/buildchain-v2-residuals-v1.json +57 -48
- package/contracts/dev-delivery-authority-v2.schema.json +16 -2
- package/contracts/fixtures/v4-tail-reseal-v1/valid.json +1 -1
- package/contracts/v4-canonical-contracts-v1.schema.json +1 -0
- 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 +98 -53
- package/dist/site/buildchain-site.json +351 -102
- package/dist/site/capability-registry.json +7 -7
- package/dist/site/controller-registry.json +50 -13
- package/dist/site/kfd-claims.json +2773 -1052
- package/dist/site/kfd-upstream-aggregate.json +1 -1
- package/dist/site/manual-registry.json +14 -14
- package/dist/site/node-api-registry.json +13176 -10733
- package/dist/site/page-registry.json +332 -83
- package/dist/site/public-surface-audit.json +3227 -1222
- package/dist/site/publication-authority-registry.json +1135 -363
- package/dist/site/publication-registry.json +4 -4
- package/dist/site/release-provenance.json +18 -9
- package/dist/site/schemas/dev-delivery-authority-v2.schema.json +16 -2
- package/dist/site/site-manifest.json +18 -18
- package/dist/site/workflow-registry.json +5367 -1931
- package/docs/MAP.md +5 -3
- package/docs/auditable-demo.md +1 -1
- package/docs/cli.md +21 -8
- package/docs/dev-delivery-warrant.md +1 -1
- package/docs/engineering-housekeeper.md +3 -3
- package/docs/kfd-support.md +26 -2
- package/docs/next-development-transition.md +26 -3
- package/docs/node-api-reference.md +618 -358
- package/docs/oci-publication.md +173 -0
- package/docs/publication-authority.md +2 -2
- package/docs/publish-transaction.md +36 -3
- package/docs/release-candidate.md +3 -3
- package/docs/release-flow.md +67 -19
- package/docs/release-governance.md +8 -8
- package/docs/release-passport.md +27 -2
- package/docs/reusable-build-surface.md +17 -1
- package/docs/v4-adopter-delivery.md +4 -4
- 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 +77 -8
- 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 +58 -0
- package/docs/v4-stage-capsule.md +9 -9
- package/docs/v4-tail-reseal.md +2 -2
- package/docs/workflow-catalog.md +155 -0
- package/docs/workflow-path-migration.md +109 -0
- package/package.json +39 -24
- 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/artifact-verification-envelope.js +5 -5
- package/packages/core/buildchain-contract.js +6 -6
- package/packages/core/buildchain-domain.wasm +0 -0
- package/packages/core/buildchain-kfd-claims.js +2 -2
- package/packages/core/buildchain-publication-authority.js +43 -26
- package/packages/core/{v4-canonical-contracts.js → canonical-contracts.js} +39 -103
- package/packages/core/ci-lane-change-budget.js +14 -1
- package/packages/core/controller-evidence.js +4 -1
- 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-candidate-identity.js +40 -6
- 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 +14 -15
- package/packages/core/dev-delivery-warrant.js +15 -5
- package/packages/core/domain-wasm-artifact.js +7 -0
- package/packages/core/domain-wasm.js +216 -0
- package/packages/core/{v4-floating-consumer-evidence.js → floating-consumer-evidence.js} +14 -14
- package/packages/core/{v4-floating-consumer-policy.js → floating-consumer-policy.js} +28 -30
- package/packages/core/{v4-floating-consumer-release-passport.js → floating-consumer-release-passport.js} +25 -25
- package/packages/core/github-governance-authority.js +4 -4
- package/packages/core/index.js +4 -8
- package/packages/core/kfd-adopter-manifest.js +46 -47
- package/packages/core/next-development-projection.js +26 -3
- 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-agent-entry.js +30 -4
- package/packages/core/paper-fleet.js +1 -1
- package/packages/core/paper-runtime-channels.js +348 -0
- package/packages/core/paper-scaffold-content.js +10 -0
- package/packages/core/paper.js +37 -71
- 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/product-publication.js +59 -0
- package/packages/core/{v4-protected-publication-source.js → protected-publication-source.js} +22 -24
- package/packages/core/provider-operation-journal.js +62 -0
- package/packages/core/{v4-provider-readback-idempotency.js → provider-readback-idempotency.js} +40 -125
- 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/release-invocation.js +64 -0
- package/packages/core/release-line-dry-run.js +1 -1
- package/packages/core/release-passport-contract.js +5 -5
- package/packages/core/release-passport.js +41 -40
- package/packages/core/release-tail-product-capabilities.js +9 -0
- package/packages/core/release-tail-provider-plane.js +68 -1048
- 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/universal-workflow-bootstrap.js +586 -0
- package/scripts/{v4-architecture.mjs → architecture.mjs} +6 -6
- package/scripts/binary-publication-evidence.mjs +135 -0
- 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-contract-core.mjs +1 -14
- package/scripts/build-domain-wasm.mjs +177 -0
- package/scripts/{v3-v4-capability-catalog.mjs → capability-parity-catalog.mjs} +19 -19
- package/scripts/check-action-bundles.mjs +12 -2
- package/scripts/{check-v3-v4-capability-inventory.mjs → check-capability-parity-inventory.mjs} +42 -42
- package/scripts/check-ci-lane-change-budget.mjs +4 -1
- package/scripts/check-core-mechanism-inventory.mjs +8 -4
- package/scripts/{check-v4-floating-consumer-policy-contract.mjs → check-floating-consumer-policy-contract.mjs} +10 -10
- package/scripts/check-implementation-naming.mjs +135 -0
- package/scripts/check-inventory.mjs +39 -47
- package/scripts/check-maintainability.mjs +25 -115
- package/scripts/{check-v4-public-dogfood-contract.mjs → check-public-dogfood-contract.mjs} +37 -24
- package/scripts/{check-v4-release-topology.mjs → check-release-topology.mjs} +131 -52
- package/scripts/{check-v4-runtime-semantic-closure.mjs → check-runtime-semantic-closure.mjs} +23 -17
- package/scripts/check-universal-workflow-bootstrap.mjs +266 -0
- package/scripts/check-workflow-taxonomy.mjs +6 -0
- package/scripts/{v4-consumer-policy.mjs → consumer-policy.mjs} +15 -15
- package/scripts/copy-domain-wasm.mjs +14 -0
- 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-authority-command-adapters.mjs +1 -1
- package/scripts/dev-delivery-authority.mjs +8 -8
- package/scripts/dev-delivery-source-proof-reuse.mjs +2 -1
- package/scripts/dev-delivery-warrant-options.mjs +15 -10
- package/scripts/dev-delivery-warrant-store.mjs +98 -13
- package/scripts/dev-delivery-warrant-transition.mjs +109 -0
- package/scripts/dev-delivery-warrant.mjs +80 -103
- package/scripts/dev-pr-auto-merge.mjs +15 -15
- package/scripts/dev-pr-delivery-warrant.mjs +1 -1
- package/scripts/generate-channel-build-workflow.mjs +7 -2
- package/scripts/generate-channel-promotion-workflow.mjs +19 -34
- package/scripts/generate-release-candidate-passport.mjs +23 -23
- package/scripts/generate-site-bundle.mjs +28 -28
- package/scripts/generate-universal-workflow-facades.mjs +498 -0
- package/scripts/generate-workflow-taxonomy.mjs +25 -0
- package/scripts/github-output.mjs +31 -0
- 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/maintainability-metrics.mjs +16 -5
- package/scripts/maintainability-public-surface.mjs +115 -0
- package/scripts/next-development-review.mjs +313 -0
- package/scripts/oci-compose-preview.mjs +261 -0
- package/scripts/paper-work-fleet-cli.mjs +2 -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} +28 -13
- 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/publication-settlement.mjs +211 -0
- package/scripts/release-asset-client.mjs +91 -0
- package/scripts/{v4-release-candidate-adapter.mjs → release-candidate-adapter.mjs} +4 -4
- package/scripts/release-candidate-resolver.mjs +24 -35
- 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 +344 -0
- package/scripts/stable-candidate-qualification.mjs +1 -1
- 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 +91 -0
- package/scripts/universal-workflow-backflow.mjs +212 -0
- package/scripts/universal-workflow-engine.mjs +620 -0
- package/scripts/universal-workflow-self-dogfood.mjs +205 -0
- package/scripts/verify-version-state-delta.mjs +175 -0
- package/scripts/{v4-warrant-shadow-plan.mjs → warrant-shadow-plan.mjs} +6 -6
- package/scripts/workflow-taxonomy.mjs +507 -0
- package/templates/native-dev-delivery.yml +4 -7
- package/templates/universal-buildchain-bootstrap-recovery.yml +282 -0
- package/templates/universal-buildchain-bootstrap.yml +28 -0
- package/actions/v4-release-candidate-promote/README.md +0 -3
- package/packages/core/v4-partial-mutation-recovery-qualification.js +0 -395
- package/packages/core/v4-product-publication.js +0 -387
- package/packages/core/v4-provider-operation-journal.js +0 -531
- package/packages/core/v4-release-activation-shadow.js +0 -519
- package/packages/core/v4-release-invocation.js +0 -425
- package/packages/core/v4-stable-publication-fence.js +0 -357
- /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-release-invocation-fixtures.json → release-invocation-fixtures.json} +0 -0
|
@@ -252,6 +252,23 @@
|
|
|
252
252
|
"rationale": "The recovery surface is a one-way adapter into the same canonical publisher."
|
|
253
253
|
}
|
|
254
254
|
},
|
|
255
|
+
{
|
|
256
|
+
"laneId": ".github/workflows/buildchain-ref-promotion.yml#classify-workflow-run",
|
|
257
|
+
"authorityClass": "evidence",
|
|
258
|
+
"triggerClass": "mixed",
|
|
259
|
+
"concurrencyPolicy": {
|
|
260
|
+
"mode": "none",
|
|
261
|
+
"cancelInProgress": false
|
|
262
|
+
},
|
|
263
|
+
"expectedRunnerMinutes": 2,
|
|
264
|
+
"cancellationBehavior": "finish-started",
|
|
265
|
+
"sloImpact": {
|
|
266
|
+
"mergeCritical": false,
|
|
267
|
+
"metric": "Alpha finalization classification latency",
|
|
268
|
+
"expectedContributionSeconds": 0,
|
|
269
|
+
"rationale": "The read-only classifier binds the verified head to exact product state before suppressing a duplicate publication transaction."
|
|
270
|
+
}
|
|
271
|
+
},
|
|
255
272
|
{
|
|
256
273
|
"laneId": ".github/workflows/buildchain-ref-promotion.yml#promote",
|
|
257
274
|
"authorityClass": "release",
|
|
@@ -269,6 +286,23 @@
|
|
|
269
286
|
"rationale": "The Buildchain-owned alpha entry delegates to the single v4 publisher."
|
|
270
287
|
}
|
|
271
288
|
},
|
|
289
|
+
{
|
|
290
|
+
"laneId": ".github/workflows/buildchain-ref-promotion.yml#universal-bootstrap",
|
|
291
|
+
"authorityClass": "governed-delegation",
|
|
292
|
+
"triggerClass": "mixed",
|
|
293
|
+
"concurrencyPolicy": {
|
|
294
|
+
"mode": "none",
|
|
295
|
+
"cancelInProgress": false
|
|
296
|
+
},
|
|
297
|
+
"expectedRunnerMinutes": 60,
|
|
298
|
+
"cancellationBehavior": "finish-started",
|
|
299
|
+
"sloImpact": {
|
|
300
|
+
"mergeCritical": false,
|
|
301
|
+
"metric": "canonical exact-candidate self-promotion latency",
|
|
302
|
+
"expectedContributionSeconds": 0,
|
|
303
|
+
"rationale": "The canonical publisher delegates one closed request to the exact reviewed candidate and keeps the compatibility path mutually exclusive."
|
|
304
|
+
}
|
|
305
|
+
},
|
|
272
306
|
{
|
|
273
307
|
"laneId": ".github/workflows/release-candidate-promote.yml#invoke",
|
|
274
308
|
"authorityClass": "release",
|
|
@@ -319,6 +353,356 @@
|
|
|
319
353
|
"expectedContributionSeconds": 0,
|
|
320
354
|
"rationale": "The lane only reconciles already-produced rooted platform reports and grants no provider, release, or stable publication authority."
|
|
321
355
|
}
|
|
356
|
+
},
|
|
357
|
+
{
|
|
358
|
+
"laneId": ".github/workflows/bootstrap.yml#admit",
|
|
359
|
+
"authorityClass": "evidence",
|
|
360
|
+
"triggerClass": "reusable",
|
|
361
|
+
"concurrencyPolicy": {
|
|
362
|
+
"mode": "none",
|
|
363
|
+
"cancelInProgress": false
|
|
364
|
+
},
|
|
365
|
+
"expectedRunnerMinutes": 10,
|
|
366
|
+
"cancellationBehavior": "finish-started",
|
|
367
|
+
"sloImpact": {
|
|
368
|
+
"mergeCritical": false,
|
|
369
|
+
"metric": "exact-candidate admission latency",
|
|
370
|
+
"expectedContributionSeconds": 0,
|
|
371
|
+
"rationale": "The opt-in universal path preserves the default compatibility lane and executes only an exact admitted runtime."
|
|
372
|
+
}
|
|
373
|
+
},
|
|
374
|
+
{
|
|
375
|
+
"laneId": ".github/workflows/bootstrap.yml#execute",
|
|
376
|
+
"authorityClass": "governed-delegation",
|
|
377
|
+
"triggerClass": "reusable",
|
|
378
|
+
"concurrencyPolicy": {
|
|
379
|
+
"mode": "none",
|
|
380
|
+
"cancelInProgress": false
|
|
381
|
+
},
|
|
382
|
+
"expectedRunnerMinutes": 60,
|
|
383
|
+
"cancellationBehavior": "finish-started",
|
|
384
|
+
"sloImpact": {
|
|
385
|
+
"mergeCritical": false,
|
|
386
|
+
"metric": "exact-candidate execution latency",
|
|
387
|
+
"expectedContributionSeconds": 0,
|
|
388
|
+
"rationale": "The opt-in universal path preserves the default compatibility lane and executes only an exact admitted runtime."
|
|
389
|
+
}
|
|
390
|
+
},
|
|
391
|
+
{
|
|
392
|
+
"laneId": ".github/workflows/bootstrap.yml#settle",
|
|
393
|
+
"authorityClass": "evidence",
|
|
394
|
+
"triggerClass": "reusable",
|
|
395
|
+
"concurrencyPolicy": {
|
|
396
|
+
"mode": "none",
|
|
397
|
+
"cancelInProgress": false
|
|
398
|
+
},
|
|
399
|
+
"expectedRunnerMinutes": 10,
|
|
400
|
+
"cancellationBehavior": "finish-started",
|
|
401
|
+
"sloImpact": {
|
|
402
|
+
"mergeCritical": false,
|
|
403
|
+
"metric": "universal terminal settlement latency",
|
|
404
|
+
"expectedContributionSeconds": 0,
|
|
405
|
+
"rationale": "The opt-in universal path preserves the default compatibility lane and executes only an exact admitted runtime."
|
|
406
|
+
}
|
|
407
|
+
},
|
|
408
|
+
{
|
|
409
|
+
"laneId": ".github/workflows/universal-bootstrap-recovery.yml#recovery-admit",
|
|
410
|
+
"authorityClass": "evidence",
|
|
411
|
+
"triggerClass": "reusable",
|
|
412
|
+
"concurrencyPolicy": {
|
|
413
|
+
"mode": "none",
|
|
414
|
+
"cancelInProgress": false
|
|
415
|
+
},
|
|
416
|
+
"expectedRunnerMinutes": 10,
|
|
417
|
+
"cancellationBehavior": "finish-started",
|
|
418
|
+
"sloImpact": {
|
|
419
|
+
"mergeCritical": false,
|
|
420
|
+
"metric": "consumer-owned exact-candidate admission latency",
|
|
421
|
+
"expectedContributionSeconds": 0,
|
|
422
|
+
"rationale": "The opt-in universal path preserves the default compatibility lane and executes only an exact admitted runtime."
|
|
423
|
+
}
|
|
424
|
+
},
|
|
425
|
+
{
|
|
426
|
+
"laneId": ".github/workflows/universal-bootstrap-recovery.yml#recovery-execute",
|
|
427
|
+
"authorityClass": "governed-delegation",
|
|
428
|
+
"triggerClass": "reusable",
|
|
429
|
+
"concurrencyPolicy": {
|
|
430
|
+
"mode": "none",
|
|
431
|
+
"cancelInProgress": false
|
|
432
|
+
},
|
|
433
|
+
"expectedRunnerMinutes": 60,
|
|
434
|
+
"cancellationBehavior": "finish-started",
|
|
435
|
+
"sloImpact": {
|
|
436
|
+
"mergeCritical": false,
|
|
437
|
+
"metric": "consumer-owned exact-candidate execution latency",
|
|
438
|
+
"expectedContributionSeconds": 0,
|
|
439
|
+
"rationale": "The opt-in universal path preserves the default compatibility lane and executes only an exact admitted runtime."
|
|
440
|
+
}
|
|
441
|
+
},
|
|
442
|
+
{
|
|
443
|
+
"laneId": ".github/workflows/universal-bootstrap-recovery.yml#recovery-settle",
|
|
444
|
+
"authorityClass": "evidence",
|
|
445
|
+
"triggerClass": "reusable",
|
|
446
|
+
"concurrencyPolicy": {
|
|
447
|
+
"mode": "none",
|
|
448
|
+
"cancelInProgress": false
|
|
449
|
+
},
|
|
450
|
+
"expectedRunnerMinutes": 10,
|
|
451
|
+
"cancellationBehavior": "finish-started",
|
|
452
|
+
"sloImpact": {
|
|
453
|
+
"mergeCritical": false,
|
|
454
|
+
"metric": "consumer-owned terminal settlement latency",
|
|
455
|
+
"expectedContributionSeconds": 0,
|
|
456
|
+
"rationale": "The opt-in universal path preserves the default compatibility lane and executes only an exact admitted runtime."
|
|
457
|
+
}
|
|
458
|
+
},
|
|
459
|
+
{
|
|
460
|
+
"laneId": ".github/workflows/universal-bootstrap-dogfood.yml#prepare",
|
|
461
|
+
"authorityClass": "evidence",
|
|
462
|
+
"triggerClass": "mixed",
|
|
463
|
+
"concurrencyPolicy": {
|
|
464
|
+
"mode": "none",
|
|
465
|
+
"cancelInProgress": false
|
|
466
|
+
},
|
|
467
|
+
"expectedRunnerMinutes": 10,
|
|
468
|
+
"cancellationBehavior": "finish-started",
|
|
469
|
+
"sloImpact": {
|
|
470
|
+
"mergeCritical": false,
|
|
471
|
+
"metric": "Train-first self-dogfood admission latency",
|
|
472
|
+
"expectedContributionSeconds": 0,
|
|
473
|
+
"rationale": "The opt-in universal path preserves the default compatibility lane and executes only an exact admitted runtime."
|
|
474
|
+
}
|
|
475
|
+
},
|
|
476
|
+
{
|
|
477
|
+
"laneId": ".github/workflows/universal-bootstrap-dogfood.yml#primary-conformance",
|
|
478
|
+
"authorityClass": "governed-delegation",
|
|
479
|
+
"triggerClass": "mixed",
|
|
480
|
+
"concurrencyPolicy": {
|
|
481
|
+
"mode": "none",
|
|
482
|
+
"cancelInProgress": false
|
|
483
|
+
},
|
|
484
|
+
"expectedRunnerMinutes": 60,
|
|
485
|
+
"cancellationBehavior": "finish-started",
|
|
486
|
+
"sloImpact": {
|
|
487
|
+
"mergeCritical": false,
|
|
488
|
+
"metric": "Train-first exact-candidate self-dogfood latency",
|
|
489
|
+
"expectedContributionSeconds": 0,
|
|
490
|
+
"rationale": "The opt-in universal path preserves the default compatibility lane and executes only an exact admitted runtime."
|
|
491
|
+
}
|
|
492
|
+
},
|
|
493
|
+
{
|
|
494
|
+
"laneId": ".github/workflows/universal-bootstrap-dogfood.yml#recovery-conformance",
|
|
495
|
+
"authorityClass": "governed-delegation",
|
|
496
|
+
"triggerClass": "mixed",
|
|
497
|
+
"concurrencyPolicy": {
|
|
498
|
+
"mode": "none",
|
|
499
|
+
"cancelInProgress": false
|
|
500
|
+
},
|
|
501
|
+
"expectedRunnerMinutes": 60,
|
|
502
|
+
"cancellationBehavior": "finish-started",
|
|
503
|
+
"sloImpact": {
|
|
504
|
+
"mergeCritical": false,
|
|
505
|
+
"metric": "Train-first exact-candidate self-dogfood latency",
|
|
506
|
+
"expectedContributionSeconds": 0,
|
|
507
|
+
"rationale": "The opt-in universal path preserves the default compatibility lane and executes only an exact admitted runtime."
|
|
508
|
+
}
|
|
509
|
+
},
|
|
510
|
+
{
|
|
511
|
+
"laneId": ".github/workflows/universal-bootstrap-dogfood.yml#primary-alpha",
|
|
512
|
+
"authorityClass": "governed-delegation",
|
|
513
|
+
"triggerClass": "mixed",
|
|
514
|
+
"concurrencyPolicy": {
|
|
515
|
+
"mode": "none",
|
|
516
|
+
"cancelInProgress": false
|
|
517
|
+
},
|
|
518
|
+
"expectedRunnerMinutes": 60,
|
|
519
|
+
"cancellationBehavior": "finish-started",
|
|
520
|
+
"sloImpact": {
|
|
521
|
+
"mergeCritical": false,
|
|
522
|
+
"metric": "Train-first exact-candidate self-dogfood latency",
|
|
523
|
+
"expectedContributionSeconds": 0,
|
|
524
|
+
"rationale": "The opt-in universal path preserves the default compatibility lane and executes only an exact admitted runtime."
|
|
525
|
+
}
|
|
526
|
+
},
|
|
527
|
+
{
|
|
528
|
+
"laneId": ".github/workflows/universal-bootstrap-dogfood.yml#recovery-alpha",
|
|
529
|
+
"authorityClass": "governed-delegation",
|
|
530
|
+
"triggerClass": "mixed",
|
|
531
|
+
"concurrencyPolicy": {
|
|
532
|
+
"mode": "none",
|
|
533
|
+
"cancelInProgress": false
|
|
534
|
+
},
|
|
535
|
+
"expectedRunnerMinutes": 60,
|
|
536
|
+
"cancellationBehavior": "finish-started",
|
|
537
|
+
"sloImpact": {
|
|
538
|
+
"mergeCritical": false,
|
|
539
|
+
"metric": "Train-first exact-candidate self-dogfood latency",
|
|
540
|
+
"expectedContributionSeconds": 0,
|
|
541
|
+
"rationale": "The opt-in universal path preserves the default compatibility lane and executes only an exact admitted runtime."
|
|
542
|
+
}
|
|
543
|
+
},
|
|
544
|
+
{
|
|
545
|
+
"laneId": ".github/workflows/universal-bootstrap-dogfood.yml#primary-stable",
|
|
546
|
+
"authorityClass": "governed-delegation",
|
|
547
|
+
"triggerClass": "mixed",
|
|
548
|
+
"concurrencyPolicy": {
|
|
549
|
+
"mode": "none",
|
|
550
|
+
"cancelInProgress": false
|
|
551
|
+
},
|
|
552
|
+
"expectedRunnerMinutes": 60,
|
|
553
|
+
"cancellationBehavior": "finish-started",
|
|
554
|
+
"sloImpact": {
|
|
555
|
+
"mergeCritical": false,
|
|
556
|
+
"metric": "Train-first exact-candidate self-dogfood latency",
|
|
557
|
+
"expectedContributionSeconds": 0,
|
|
558
|
+
"rationale": "The opt-in universal path preserves the default compatibility lane and executes only an exact admitted runtime."
|
|
559
|
+
}
|
|
560
|
+
},
|
|
561
|
+
{
|
|
562
|
+
"laneId": ".github/workflows/universal-bootstrap-dogfood.yml#recovery-stable",
|
|
563
|
+
"authorityClass": "governed-delegation",
|
|
564
|
+
"triggerClass": "mixed",
|
|
565
|
+
"concurrencyPolicy": {
|
|
566
|
+
"mode": "none",
|
|
567
|
+
"cancelInProgress": false
|
|
568
|
+
},
|
|
569
|
+
"expectedRunnerMinutes": 60,
|
|
570
|
+
"cancellationBehavior": "finish-started",
|
|
571
|
+
"sloImpact": {
|
|
572
|
+
"mergeCritical": false,
|
|
573
|
+
"metric": "Train-first exact-candidate self-dogfood latency",
|
|
574
|
+
"expectedContributionSeconds": 0,
|
|
575
|
+
"rationale": "The opt-in universal path preserves the default compatibility lane and executes only an exact admitted runtime."
|
|
576
|
+
}
|
|
577
|
+
},
|
|
578
|
+
{
|
|
579
|
+
"laneId": ".github/workflows/universal-bootstrap-dogfood.yml#reconcile",
|
|
580
|
+
"authorityClass": "evidence",
|
|
581
|
+
"triggerClass": "mixed",
|
|
582
|
+
"concurrencyPolicy": {
|
|
583
|
+
"mode": "none",
|
|
584
|
+
"cancelInProgress": false
|
|
585
|
+
},
|
|
586
|
+
"expectedRunnerMinutes": 10,
|
|
587
|
+
"cancellationBehavior": "finish-started",
|
|
588
|
+
"sloImpact": {
|
|
589
|
+
"mergeCritical": false,
|
|
590
|
+
"metric": "primary and recovery equivalence latency",
|
|
591
|
+
"expectedContributionSeconds": 0,
|
|
592
|
+
"rationale": "The opt-in universal path preserves the default compatibility lane and executes only an exact admitted runtime."
|
|
593
|
+
}
|
|
594
|
+
},
|
|
595
|
+
{
|
|
596
|
+
"laneId": ".github/workflows/self-release-next-development.yml#review",
|
|
597
|
+
"authorityClass": "merge-critical-admission",
|
|
598
|
+
"triggerClass": "mixed",
|
|
599
|
+
"concurrencyPolicy": {
|
|
600
|
+
"mode": "ref-scoped",
|
|
601
|
+
"cancelInProgress": false
|
|
602
|
+
},
|
|
603
|
+
"expectedRunnerMinutes": 3,
|
|
604
|
+
"cancellationBehavior": "finish-started",
|
|
605
|
+
"sloImpact": {
|
|
606
|
+
"mergeCritical": true,
|
|
607
|
+
"metric": "generated next-development independent review latency",
|
|
608
|
+
"expectedContributionSeconds": 180,
|
|
609
|
+
"rationale": "Only successful same-repository version PRs regenerate from the protected base and read completed publication evidence; ordinary source PRs skip the lane. Native queue checks remain final merge authority."
|
|
610
|
+
}
|
|
611
|
+
},
|
|
612
|
+
{
|
|
613
|
+
"laneId": ".github/workflows/public-release-oci-compose-preview.yml#promote",
|
|
614
|
+
"authorityClass": "release",
|
|
615
|
+
"triggerClass": "reusable",
|
|
616
|
+
"concurrencyPolicy": {
|
|
617
|
+
"mode": "serialized",
|
|
618
|
+
"cancelInProgress": false
|
|
619
|
+
},
|
|
620
|
+
"expectedRunnerMinutes": 8,
|
|
621
|
+
"cancellationBehavior": "finish-started",
|
|
622
|
+
"sloImpact": {
|
|
623
|
+
"mergeCritical": false,
|
|
624
|
+
"metric": "qualified Compose preview promotion",
|
|
625
|
+
"expectedContributionSeconds": 0,
|
|
626
|
+
"rationale": "Runs only after completed exact-source public installation qualification; no merge-critical runner lane is added."
|
|
627
|
+
}
|
|
628
|
+
}
|
|
629
|
+
],
|
|
630
|
+
"declarationFamilies": [
|
|
631
|
+
{
|
|
632
|
+
"authorityClass": "governed-delegation",
|
|
633
|
+
"triggerClass": "reusable",
|
|
634
|
+
"concurrencyPolicy": {
|
|
635
|
+
"mode": "none",
|
|
636
|
+
"cancelInProgress": false
|
|
637
|
+
},
|
|
638
|
+
"expectedRunnerMinutes": 60,
|
|
639
|
+
"cancellationBehavior": "finish-started",
|
|
640
|
+
"sloImpact": {
|
|
641
|
+
"mergeCritical": false,
|
|
642
|
+
"metric": "opt-in exact-candidate execution latency",
|
|
643
|
+
"expectedContributionSeconds": 0,
|
|
644
|
+
"rationale": "The opt-in universal path preserves the default compatibility lane and executes only an exact admitted runtime."
|
|
645
|
+
},
|
|
646
|
+
"laneIds": [
|
|
647
|
+
".github/workflows/.auditable-demo.yml#universal-bootstrap",
|
|
648
|
+
".github/workflows/.binary-release-assets.yml#universal-bootstrap",
|
|
649
|
+
".github/workflows/.build.yml#universal-bootstrap",
|
|
650
|
+
".github/workflows/.bump-minor-version.yml#universal-bootstrap",
|
|
651
|
+
".github/workflows/.declarative-auditable-demo.yml#universal-bootstrap",
|
|
652
|
+
".github/workflows/.gate-profile.yml#universal-bootstrap",
|
|
653
|
+
".github/workflows/.publication-authority.yml#universal-bootstrap",
|
|
654
|
+
".github/workflows/.release-candidate-promote.yml#universal-bootstrap",
|
|
655
|
+
".github/workflows/.release-verify.yml#universal-bootstrap",
|
|
656
|
+
".github/workflows/.sam-verify.yml#universal-bootstrap",
|
|
657
|
+
".github/workflows/.sync-release-page.yml#universal-bootstrap",
|
|
658
|
+
".github/workflows/.sync-remote-git.yml#universal-bootstrap",
|
|
659
|
+
".github/workflows/.web-surface.yml#universal-bootstrap",
|
|
660
|
+
".github/workflows/.wheel-verify.yml#universal-bootstrap",
|
|
661
|
+
".github/workflows/build.yml#universal-bootstrap",
|
|
662
|
+
".github/workflows/buildchain-patrol.yml#universal-bootstrap",
|
|
663
|
+
".github/workflows/check.yml#universal-bootstrap",
|
|
664
|
+
".github/workflows/dev-alpha-candidate-patrol.yml#universal-bootstrap",
|
|
665
|
+
".github/workflows/dev-delivery-warrant-cancel.yml#universal-bootstrap",
|
|
666
|
+
".github/workflows/dev-delivery-warrant-close.yml#universal-bootstrap",
|
|
667
|
+
".github/workflows/dev-pr-auto-merge.yml#universal-bootstrap",
|
|
668
|
+
".github/workflows/dev-qualification-patrol.yml#universal-bootstrap",
|
|
669
|
+
".github/workflows/engineering-housekeeper.yml#universal-bootstrap",
|
|
670
|
+
".github/workflows/github-artifact-attestation.yml#universal-bootstrap",
|
|
671
|
+
".github/workflows/paper-release-sealed.yml#universal-bootstrap",
|
|
672
|
+
".github/workflows/paper-release.yml#universal-bootstrap",
|
|
673
|
+
".github/workflows/patrol-daily.yml#universal-bootstrap",
|
|
674
|
+
".github/workflows/patrol-monthly.yml#universal-bootstrap",
|
|
675
|
+
".github/workflows/patrol-observed-evidence.yml#universal-bootstrap",
|
|
676
|
+
".github/workflows/patrol-weekly.yml#universal-bootstrap",
|
|
677
|
+
".github/workflows/public-release-oci-compose-preview.yml#universal-bootstrap",
|
|
678
|
+
".github/workflows/publication-artifact.yml#universal-bootstrap",
|
|
679
|
+
".github/workflows/release-candidate-promote.yml#universal-bootstrap",
|
|
680
|
+
".github/workflows/release-propagation.yml#universal-bootstrap",
|
|
681
|
+
".github/workflows/release-tail.yml#universal-bootstrap",
|
|
682
|
+
".github/workflows/stable-candidate-patrol.yml#universal-bootstrap",
|
|
683
|
+
".github/workflows/v4-stage-capsule-canary.yml#universal-bootstrap",
|
|
684
|
+
".github/workflows/v4-tail-reseal.yml#universal-bootstrap"
|
|
685
|
+
]
|
|
686
|
+
},
|
|
687
|
+
{
|
|
688
|
+
"authorityClass": "governed-delegation",
|
|
689
|
+
"triggerClass": "mixed",
|
|
690
|
+
"concurrencyPolicy": {
|
|
691
|
+
"mode": "none",
|
|
692
|
+
"cancelInProgress": false
|
|
693
|
+
},
|
|
694
|
+
"expectedRunnerMinutes": 60,
|
|
695
|
+
"cancellationBehavior": "finish-started",
|
|
696
|
+
"sloImpact": {
|
|
697
|
+
"mergeCritical": false,
|
|
698
|
+
"metric": "mixed-trigger exact-candidate execution latency",
|
|
699
|
+
"expectedContributionSeconds": 0,
|
|
700
|
+
"rationale": "The opt-in universal path preserves the default compatibility lane and executes only an exact admitted runtime."
|
|
701
|
+
},
|
|
702
|
+
"laneIds": [
|
|
703
|
+
".github/workflows/release-governance-reconcile.yml#universal-bootstrap",
|
|
704
|
+
".github/workflows/v4-adopter-delivery.yml#universal-bootstrap"
|
|
705
|
+
]
|
|
322
706
|
}
|
|
323
707
|
]
|
|
324
708
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": 1,
|
|
3
3
|
"contract": "kungfu-buildchain-v4-cross-platform-adopter-qualification",
|
|
4
|
-
"inventoryAuthority": "architecture/
|
|
5
|
-
"implementation": "packages/core/
|
|
6
|
-
"runner": "scripts/
|
|
7
|
-
"publicWorkflow": ".github/workflows/
|
|
4
|
+
"inventoryAuthority": "architecture/capability-parity-live-capability-inventory.json",
|
|
5
|
+
"implementation": "packages/core/cross-platform-adopter-qualification.js",
|
|
6
|
+
"runner": "scripts/cross-platform-adopter-qualification.mjs",
|
|
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",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"tests/dev-delivery-two-phase.test.mjs",
|
|
32
32
|
"tests/dev-delivery-two-phase-run.test.mjs"
|
|
33
33
|
],
|
|
34
|
-
"behavioralProof": "tests/
|
|
34
|
+
"behavioralProof": "tests/delivery-authority-parity.test.mjs#DA-01"
|
|
35
35
|
},
|
|
36
36
|
{
|
|
37
37
|
"id": "DA-02",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"tests/dev-delivery-two-phase.test.mjs",
|
|
46
46
|
"tests/dev-delivery-native-run.test.mjs"
|
|
47
47
|
],
|
|
48
|
-
"behavioralProof": "tests/
|
|
48
|
+
"behavioralProof": "tests/delivery-authority-parity.test.mjs#DA-02"
|
|
49
49
|
},
|
|
50
50
|
{
|
|
51
51
|
"id": "DA-03",
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"tests/dev-delivery-provider-heartbeat.test.mjs",
|
|
71
71
|
"tests/build-surface.test.mjs"
|
|
72
72
|
],
|
|
73
|
-
"behavioralProof": "tests/
|
|
73
|
+
"behavioralProof": "tests/delivery-authority-parity.test.mjs#DA-03"
|
|
74
74
|
},
|
|
75
75
|
{
|
|
76
76
|
"id": "DA-04",
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
"tests/dev-delivery-two-phase.test.mjs",
|
|
85
85
|
"tests/dev-delivery-two-phase-run.test.mjs"
|
|
86
86
|
],
|
|
87
|
-
"behavioralProof": "tests/
|
|
87
|
+
"behavioralProof": "tests/delivery-authority-parity.test.mjs#DA-04"
|
|
88
88
|
},
|
|
89
89
|
{
|
|
90
90
|
"id": "DA-05",
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
"packages/core/dev-delivery-warrant.js"
|
|
96
96
|
],
|
|
97
97
|
"verificationEvidence": ["tests/dev-delivery-two-phase.test.mjs"],
|
|
98
|
-
"behavioralProof": "tests/
|
|
98
|
+
"behavioralProof": "tests/delivery-authority-parity.test.mjs#DA-05"
|
|
99
99
|
},
|
|
100
100
|
{
|
|
101
101
|
"id": "DA-06",
|
|
@@ -109,7 +109,7 @@
|
|
|
109
109
|
"tests/dev-delivery-warrant.test.mjs",
|
|
110
110
|
"tests/dev-delivery-two-phase.test.mjs"
|
|
111
111
|
],
|
|
112
|
-
"behavioralProof": "tests/
|
|
112
|
+
"behavioralProof": "tests/delivery-authority-parity.test.mjs#DA-06"
|
|
113
113
|
},
|
|
114
114
|
{
|
|
115
115
|
"id": "DA-07",
|
|
@@ -124,7 +124,7 @@
|
|
|
124
124
|
"tests/dev-delivery-warrant.test.mjs",
|
|
125
125
|
"tests/dev-pr-auto-merge.test.mjs"
|
|
126
126
|
],
|
|
127
|
-
"behavioralProof": "tests/
|
|
127
|
+
"behavioralProof": "tests/delivery-authority-parity.test.mjs#DA-07"
|
|
128
128
|
},
|
|
129
129
|
{
|
|
130
130
|
"id": "DA-08",
|
|
@@ -135,7 +135,7 @@
|
|
|
135
135
|
"packages/core/dev-delivery-authority-state.js"
|
|
136
136
|
],
|
|
137
137
|
"verificationEvidence": ["tests/dev-delivery-authority.test.mjs"],
|
|
138
|
-
"behavioralProof": "tests/
|
|
138
|
+
"behavioralProof": "tests/delivery-authority-parity.test.mjs#DA-08"
|
|
139
139
|
},
|
|
140
140
|
{
|
|
141
141
|
"id": "DA-09",
|
|
@@ -148,7 +148,7 @@
|
|
|
148
148
|
"contracts/dev-delivery-authority-v2.schema.json"
|
|
149
149
|
],
|
|
150
150
|
"verificationEvidence": ["tests/dev-delivery-authority.test.mjs"],
|
|
151
|
-
"behavioralProof": "tests/
|
|
151
|
+
"behavioralProof": "tests/delivery-authority-parity.test.mjs#DA-09"
|
|
152
152
|
},
|
|
153
153
|
{
|
|
154
154
|
"id": "DA-10",
|
|
@@ -159,7 +159,7 @@
|
|
|
159
159
|
"packages/core/dev-delivery-authority-landing.js"
|
|
160
160
|
],
|
|
161
161
|
"verificationEvidence": ["tests/dev-delivery-authority.test.mjs"],
|
|
162
|
-
"behavioralProof": "tests/
|
|
162
|
+
"behavioralProof": "tests/delivery-authority-parity.test.mjs#DA-10"
|
|
163
163
|
},
|
|
164
164
|
{
|
|
165
165
|
"id": "DA-11",
|
|
@@ -172,7 +172,7 @@
|
|
|
172
172
|
"packages/core/dev-delivery-landing-readback.js"
|
|
173
173
|
],
|
|
174
174
|
"verificationEvidence": ["tests/dev-delivery-authority.test.mjs"],
|
|
175
|
-
"behavioralProof": "tests/
|
|
175
|
+
"behavioralProof": "tests/delivery-authority-parity.test.mjs#DA-11"
|
|
176
176
|
},
|
|
177
177
|
{
|
|
178
178
|
"id": "DA-12",
|
|
@@ -186,7 +186,7 @@
|
|
|
186
186
|
"tests/dev-delivery-authority.test.mjs",
|
|
187
187
|
"tests/dev-delivery-warrant-command.test.mjs"
|
|
188
188
|
],
|
|
189
|
-
"behavioralProof": "tests/
|
|
189
|
+
"behavioralProof": "tests/delivery-authority-parity.test.mjs#DA-12"
|
|
190
190
|
},
|
|
191
191
|
{
|
|
192
192
|
"id": "DA-13",
|
|
@@ -197,7 +197,7 @@
|
|
|
197
197
|
"scripts/dev-delivery-authority.mjs"
|
|
198
198
|
],
|
|
199
199
|
"verificationEvidence": ["tests/dev-delivery-authority.test.mjs"],
|
|
200
|
-
"behavioralProof": "tests/
|
|
200
|
+
"behavioralProof": "tests/delivery-authority-parity.test.mjs#DA-13"
|
|
201
201
|
},
|
|
202
202
|
{
|
|
203
203
|
"id": "DA-14",
|
|
@@ -212,7 +212,7 @@
|
|
|
212
212
|
"tests/dev-delivery-authority.test.mjs",
|
|
213
213
|
"tests/dev-delivery-two-phase.test.mjs"
|
|
214
214
|
],
|
|
215
|
-
"behavioralProof": "tests/
|
|
215
|
+
"behavioralProof": "tests/delivery-authority-parity.test.mjs#DA-14"
|
|
216
216
|
},
|
|
217
217
|
{
|
|
218
218
|
"id": "DA-15",
|
|
@@ -227,7 +227,7 @@
|
|
|
227
227
|
"docs/dev-delivery-warrant.md",
|
|
228
228
|
"docs/dev-delivery-qualification-landing-adr.md",
|
|
229
229
|
"templates/native-dev-delivery.yml",
|
|
230
|
-
".github/workflows/
|
|
230
|
+
".github/workflows/self-ops-dev-delivery.yml",
|
|
231
231
|
".buildchain/contract-lock.json",
|
|
232
232
|
".buildchain/alpha-contract-lock.json"
|
|
233
233
|
],
|
|
@@ -236,7 +236,7 @@
|
|
|
236
236
|
"tests/dev-pr-auto-merge.test.mjs",
|
|
237
237
|
"tests/build-surface.test.mjs"
|
|
238
238
|
],
|
|
239
|
-
"behavioralProof": "tests/
|
|
239
|
+
"behavioralProof": "tests/delivery-authority-parity.test.mjs#DA-15"
|
|
240
240
|
},
|
|
241
241
|
{
|
|
242
242
|
"id": "DA-16",
|
|
@@ -246,5 +246,5 @@
|
|
|
246
246
|
"verificationEvidence": []
|
|
247
247
|
}
|
|
248
248
|
],
|
|
249
|
-
"matrixRoot": "sha256:
|
|
249
|
+
"matrixRoot": "sha256:7cda843562e9cc3d9de0434bab8b3570c1ed793b6c91eaf7aa675bbcdcc60715"
|
|
250
250
|
}
|
|
@@ -4,12 +4,12 @@
|
|
|
4
4
|
"releaseLine": "dev/v4/v4.0",
|
|
5
5
|
"sourceCut": {
|
|
6
6
|
"revision": "3fd14c7a6237c3a1709ce29fc9fcb4ac150a0e5d",
|
|
7
|
-
"inventory": "architecture/
|
|
8
|
-
"manifest": "architecture/
|
|
7
|
+
"inventory": "architecture/baseline-core-mechanism-inventory.json",
|
|
8
|
+
"manifest": "architecture/capability-state-machine-manifest.json",
|
|
9
9
|
"legacyCore": "packages/core/dev-delivery-warrant.js",
|
|
10
10
|
"legacyStore": "scripts/dev-delivery-warrant.mjs",
|
|
11
11
|
"legacyWorkflows": [
|
|
12
|
-
".github/workflows/
|
|
12
|
+
".github/workflows/self-ops-dev-delivery.yml",
|
|
13
13
|
".github/workflows/dev-delivery-warrant-close.yml",
|
|
14
14
|
".github/workflows/dev-delivery-warrant-cancel.yml"
|
|
15
15
|
]
|
|
@@ -361,7 +361,7 @@
|
|
|
361
361
|
}
|
|
362
362
|
],
|
|
363
363
|
"shadow": {
|
|
364
|
-
"fixtureContract": "architecture/
|
|
364
|
+
"fixtureContract": "architecture/delivery-warrant-shadow-fixtures.json",
|
|
365
365
|
"inputs": "the same canonical fixture bytes are passed to JavaScript v3 and Rust v4",
|
|
366
366
|
"comparison": [
|
|
367
367
|
"decision kind and typed error",
|
|
@@ -21,9 +21,9 @@ ai_provenance:
|
|
|
21
21
|
This plan makes the current Delivery Warrant behavior implementable as a
|
|
22
22
|
provider-free Rust domain without changing production authority. The normative
|
|
23
23
|
machine-readable plan is
|
|
24
|
-
[`
|
|
24
|
+
[`delivery-warrant-shadow-bootstrap-plan.json`](./delivery-warrant-shadow-bootstrap-plan.json).
|
|
25
25
|
The shared traces and frozen JavaScript projection roots are in
|
|
26
|
-
[`
|
|
26
|
+
[`delivery-warrant-shadow-fixtures.json`](./delivery-warrant-shadow-fixtures.json).
|
|
27
27
|
|
|
28
28
|
## Decision
|
|
29
29
|
|
|
@@ -51,12 +51,12 @@ inventory rather than reconstructing it from workflow prose.
|
|
|
51
51
|
|
|
52
52
|
| Concern | Source of record | Result |
|
|
53
53
|
| ------------------------------------------------ | ---------------------------------------------------------------------------------- | ---------------------------------------------------------------------------- |
|
|
54
|
-
| Current states, events, writers, stores, effects | `
|
|
54
|
+
| Current states, events, writers, stores, effects | `baseline-core-mechanism-inventory.json` and `capability-state-machine-manifest.json` | Nine states, seven manifest events, TypeScript v3 sole writer |
|
|
55
55
|
| Queue roots, generation, selection, leases | `packages/core/dev-delivery-warrant.js` | Rooted successors, bounded FIFO/aging, one active fence |
|
|
56
56
|
| Terminal behavior | settlement and cancellation modules plus Warrant tests | Active fenced close, exact queued cancellation, terminal/no-authority no-ops |
|
|
57
57
|
| Durable compare-and-set | `scripts/dev-delivery-warrant.mjs` | Immutable Git commit plus expected commit/root readback |
|
|
58
58
|
| Protected effects | Buildchain dev delivery, close, and cancel workflows | GitHub admission occurs after exact state readback |
|
|
59
|
-
| Bootstrap and N-1 | `
|
|
59
|
+
| Bootstrap and N-1 | `bootstrap-authority.json` and `architecture.mjs` | v3 bootstrap authority, protected v4 handoff, no self-qualification |
|
|
60
60
|
|
|
61
61
|
Public state-ref observations at the source audit showed an idle v4 queue at
|
|
62
62
|
generation 9/fencing counter 3 and an idle v3 queue at generation 103/fencing
|
|
@@ -213,9 +213,9 @@ removal remain explicit future gates.
|
|
|
213
213
|
Run the focused contract and fixture checks with:
|
|
214
214
|
|
|
215
215
|
```sh
|
|
216
|
-
node scripts/
|
|
217
|
-
node --test tests/
|
|
218
|
-
node scripts/
|
|
216
|
+
node scripts/warrant-shadow-plan.mjs validate
|
|
217
|
+
node --test tests/warrant-shadow-plan.test.mjs
|
|
218
|
+
node scripts/architecture.mjs validate
|
|
219
219
|
```
|
|
220
220
|
|
|
221
221
|
The repository `check` command runs the plan validator and the unit suite. A
|
|
@@ -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": {
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"persistedSelectorOverride": false,
|
|
39
39
|
"protectedAlphaRecoveryBootstrap": {
|
|
40
40
|
"selector": "alpha/v4/v4.0",
|
|
41
|
-
"sourcePath": ".github/workflows/
|
|
41
|
+
"sourcePath": ".github/workflows/self-ops-promotion-recovery.yml",
|
|
42
42
|
"workflow": ".github/workflows/.release-candidate-promote.yml",
|
|
43
43
|
"repository": "kungfu-systems/buildchain"
|
|
44
44
|
},
|
|
@@ -27,6 +27,6 @@ requires that certification to match the caller source and actual runtime.
|
|
|
27
27
|
Missing, rejected, stale, root-mismatched, or old-runtime evidence fails closed.
|
|
28
28
|
|
|
29
29
|
The normative machine declaration is
|
|
30
|
-
[`
|
|
30
|
+
[`floating-consumer-policy.json`](floating-consumer-policy.json). v3
|
|
31
31
|
behavior, provider effects, credentials, and production mutation authority are
|
|
32
32
|
outside this decision.
|