@kungfu-tech/buildchain 4.0.9 → 4.1.0-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 +35 -5
- package/CONTRIBUTING.md +18 -29
- package/README.md +55 -29
- package/actions/build/artifact/prepare-attestation/README.md +26 -0
- package/actions/build/artifact/seal-attestation/README.md +26 -0
- package/actions/build/lifecycle/run/README.md +71 -0
- package/actions/build/lifecycle/validate/README.md +52 -0
- package/actions/governance/incident/report/README.md +107 -0
- package/actions/release/promotion/ref/README.md +92 -0
- package/architecture/action-taxonomy.json +543 -0
- package/architecture/agent-change-map.md +2061 -431
- package/architecture/build-environments.json +18 -2
- package/architecture/build-orchestration.json +58 -9
- package/architecture/capability-state-machine-manifest.json +15 -16
- package/architecture/capability-state-machine-manifest.schema.json +2 -2
- package/architecture/ci-lane-change-budget.json +2105 -225
- package/architecture/code-layout.json +55 -0
- package/architecture/core-mechanisms.json +1160 -0
- package/architecture/cross-platform-adopter-qualification.json +4 -14
- package/architecture/delivery-authority-parity.json +46 -46
- package/architecture/delivery-warrant-shadow-bootstrap-plan.json +4 -4
- package/architecture/delivery-warrant-shadow-bootstrap-plan.md +3 -3
- package/architecture/dev-delivery-orchestration.json +175 -0
- package/architecture/floating-consumer-policy.json +15 -11
- package/architecture/history/warrant-shadow-observations.json +900 -0
- package/architecture/internal-capabilities.json +2332 -358
- package/architecture/layered-transition.json +32 -0
- package/architecture/maintainability-debt.json +883 -1840
- package/architecture/maintainability-policy.json +63 -1438
- package/architecture/partial-mutation-recovery-qualification.json +4 -4
- package/architecture/platform-stage-checkpoints.json +1 -1
- package/architecture/promotion-job-topology.json +85 -0
- package/architecture/provider-operation-journal-contract.json +5 -5
- package/architecture/publication-facade-patches.json +5 -5
- package/architecture/release-activation-shadow-domain.json +4 -4
- package/architecture/release-invocation-fixtures.json +31 -16
- package/architecture/release-tail-contract-inventory.json +1 -9
- package/architecture/release-tail-contract.json +273 -0
- package/architecture/release-topology.json +245 -215
- package/architecture/runtime-ref-resume-authority.json +1 -1
- package/architecture/runtime-semantic-closure.json +27 -17
- package/architecture/rust-libnode-bridge-evaluation.json +1 -1
- package/architecture/rust-wasm-production-authority.json +7 -7
- package/architecture/stable-publication-fence.json +4 -4
- package/architecture/stage-capsule-qualification.json +4 -4
- package/architecture/stage-capsule-resume-planner.json +1 -1
- package/architecture/stage-capsule-store-contract.json +2 -2
- package/architecture/tail-reseal-parity.json +22 -17
- package/architecture/universal-workflow-bootstrap.json +121 -102
- package/architecture/universal-workflow-fault-campaign.json +11 -11
- package/architecture/universal-workflow-train-admission.json +44 -8
- package/architecture/workflow-taxonomy.json +81 -798
- package/bin/buildchain.mjs +2 -1820
- package/contracts/buildchain-v2-residuals-v1.json +2 -138
- package/contracts/dev-delivery-authority-v2.schema.json +509 -231
- package/contracts/fixtures/v4-tail-reseal-v1/valid.json +1 -1
- package/contracts/promotion-invocation-v1.schema.json +547 -0
- package/contracts/promotion-request-v1.schema.json +472 -0
- package/contracts/v4-adopter-delivery-v1.schema.json +1 -1
- package/contracts/v4-compatibility-facts-v1.schema.json +4 -4
- package/contracts/v4-floating-consumer-policy-receipt-v1.schema.json +124 -21
- package/contracts/v4-release-invocation-v1.schema.json +1 -1
- package/crates/buildchain-host-bridge/src/main.rs +1 -1
- package/dist/site/buildchain-contract.json +145 -2206
- package/dist/site/buildchain-site.json +350 -326
- package/dist/site/capability-registry.json +17 -17
- package/dist/site/cli-registry.json +354 -365
- package/dist/site/controller-registry.json +142 -715
- package/dist/site/kfd-claims.json +5871 -3138
- package/dist/site/kfd-upstream-aggregate.json +1 -1
- package/dist/site/manual-registry.json +26 -26
- package/dist/site/node-api-registry.json +12561 -16063
- package/dist/site/page-registry.json +312 -292
- package/dist/site/public-surface-audit.json +3844 -3601
- package/dist/site/publication-authority-registry.json +295 -1117
- package/dist/site/publication-registry.json +5 -5
- package/dist/site/release-provenance.json +80 -90
- package/dist/site/schemas/dev-delivery-authority-v2.schema.json +509 -231
- package/dist/site/schemas/v4-adopter-delivery-v1.schema.json +1 -1
- package/dist/site/schemas/v4-compatibility-facts-v1.schema.json +4 -4
- package/dist/site/site-manifest.json +31 -31
- package/dist/site/workflow-registry.json +7274 -5321
- package/docs/MAP.md +8 -6
- package/docs/auditable-demo.md +4 -4
- package/docs/aws-us-elastic-runner-burst-plane.md +5 -5
- package/docs/binary-distribution.md +2 -2
- package/docs/bootstrap-recovery.md +50 -0
- package/docs/cli-reference.md +2 -35
- package/docs/cli.md +6 -6
- package/docs/code-organization.md +131 -0
- package/docs/consumer-issue-reporting.md +1 -1
- package/docs/dev-alpha-candidate-patrol.md +1 -1
- package/docs/dev-delivery-orchestration.md +116 -0
- package/docs/dev-delivery-qualification-landing-adr.md +1 -1
- package/docs/dev-delivery-warrant.md +5 -2
- package/docs/dev-qualification-patrol.md +1 -1
- package/docs/engineering-housekeeper.md +3 -3
- package/docs/github-artifact-attestation.md +3 -3
- package/docs/kfd-support.md +1 -1
- package/docs/lifecycle-protocol.md +8 -8
- package/docs/migration-inventory.md +6 -6
- package/docs/next-development-transition.md +4 -4
- package/docs/node-api-reference.md +2273 -2644
- package/docs/ownership.md +3 -3
- package/docs/publication-artifacts.md +5 -5
- package/docs/publication-authority.md +4 -4
- package/docs/publish-transaction.md +10 -10
- package/docs/release-activation-transaction.md +1 -1
- package/docs/release-candidate.md +4 -4
- package/docs/release-governance.md +25 -25
- package/docs/release-passport.md +2 -2
- package/docs/release-promotion-request.md +64 -0
- package/docs/release-propagation.md +19 -18
- package/docs/release-tail-contract.md +40 -76
- package/docs/release-tail-provider-plane.md +17 -26
- package/docs/reusable-build-surface.md +34 -21
- package/docs/shifu-gate-profiles.md +4 -4
- package/docs/site-bundle-contract.md +1 -1
- package/docs/stable-candidate-patrol.md +1 -1
- package/docs/v4-adopter-delivery.md +50 -121
- package/docs/v4-canonical-contracts.md +3 -3
- package/docs/v4-compatibility-facts.md +1 -1
- package/docs/v4-declarative-release-tail-migration.md +24 -29
- package/docs/v4-production-release.md +16 -1
- package/docs/v4-publication-rehearsal.md +1 -1
- package/docs/v4-runtime-ref-resume-authority.md +2 -2
- package/docs/v4-rust-wasm-production-authority.md +2 -2
- package/docs/v4-stage-capsule.md +1 -1
- package/docs/web-surface-deployments.md +22 -28
- package/docs/workflow-catalog.md +82 -127
- package/docs/workflow-path-migration.md +1 -5
- package/package.json +99 -102
- package/packages/core/README.md +41 -164
- package/packages/core/adoption/adopter-delivery-parity.js +219 -0
- package/packages/core/adoption/adopter-delivery.js +210 -0
- package/packages/core/adoption/buildchain-kfd-claims.js +733 -0
- package/packages/core/adoption/cli/delivery.mjs +39 -0
- package/packages/core/adoption/cli/dispatch.mjs +5 -0
- package/packages/core/adoption/cli/kfd-aggregate.mjs +20 -0
- package/packages/core/adoption/cli/kfd-hub.mjs +53 -0
- package/packages/core/adoption/cli/kfd-migrate-layout.mjs +27 -0
- package/packages/core/adoption/cli/kfd-schema.mjs +55 -0
- package/packages/core/adoption/cli/kfd-status.mjs +21 -0
- package/packages/core/adoption/cli/kfd-upstream.mjs +69 -0
- package/packages/core/adoption/cli/kfd.mjs +63 -0
- package/packages/core/adoption/cli/output.mjs +18 -0
- package/packages/core/adoption/cli/product-gate.mjs +110 -0
- package/packages/core/adoption/cli/project.mjs +38 -0
- package/packages/core/adoption/cli/standards.mjs +282 -0
- package/packages/core/adoption/cli/support.mjs +101 -0
- package/packages/core/adoption/cli/surface-register.mjs +172 -0
- package/packages/core/adoption/commands/cross-platform-adopter-qualification.mjs +28 -0
- package/packages/core/adoption/commands/init-repo.mjs +518 -0
- package/packages/core/adoption/cross-platform-adopter-qualification.js +217 -0
- package/packages/core/adoption/kfd-agent-hub.js +496 -0
- package/packages/core/adoption/kfd.js +966 -0
- package/packages/core/adoption/kfd2-product-claims.js +454 -0
- package/packages/core/adoption/kfd3-surface-register.js +924 -0
- package/packages/core/adoption/qualification/actions.js +106 -0
- package/packages/core/adoption/qualification/admission.js +96 -0
- package/packages/core/adoption/qualification/aggregate.js +10 -0
- package/packages/core/adoption/qualification/io.js +51 -0
- package/packages/core/adoption/qualification/platform.js +120 -0
- package/packages/core/build/anchored-version-material.js +281 -0
- package/packages/core/build/artifact/actions.js +47 -0
- package/packages/core/build/artifact/attestation.js +166 -0
- package/packages/core/build/artifact/contracts.js +168 -0
- package/packages/core/build/artifact/coordinates.js +113 -0
- package/packages/core/build/artifact/credential-transport.js +68 -0
- package/packages/core/build/artifact/expectations.js +94 -0
- package/packages/core/build/artifact/files.js +14 -0
- package/packages/core/build/artifact/naming.js +65 -0
- package/packages/core/build/artifact/services.js +17 -0
- package/packages/core/build/artifact/store.js +119 -0
- package/packages/core/build/artifact/summary.js +20 -0
- package/packages/core/build/artifact/transfer-policy.js +34 -0
- package/packages/core/build/artifact/transport.js +112 -0
- package/packages/core/build/artifact/upload.js +178 -0
- package/packages/core/build/artifact-coordinate-action.js +46 -0
- package/packages/core/build/artifact-coordinate.js +58 -0
- package/packages/core/build/artifact-integrity.js +10 -0
- package/packages/core/build/artifact-passport.js +842 -0
- package/packages/core/build/artifact-verification-envelope.js +500 -0
- package/packages/core/build/binary/actions.js +77 -0
- package/packages/core/build/binary/checksums.js +33 -0
- package/packages/core/build/binary/distribution.js +271 -0
- package/packages/core/build/binary-publication-dispatch.js +49 -0
- package/packages/core/build/build-facts.js +518 -0
- package/packages/core/build/cache/compiler-evidence.js +287 -0
- package/packages/core/build/cli/cache.mjs +77 -0
- package/packages/core/build/cli/facts.mjs +120 -0
- package/packages/core/build/cli/homebrew.mjs +101 -0
- package/packages/core/build/cli/lifecycle.mjs +66 -0
- package/packages/core/build/commands/aggregate-build-summary.mjs +75 -0
- package/packages/core/build/commands/anchored-version-material.mjs +42 -0
- package/packages/core/build/commands/artifact-signing-controller.mjs +112 -0
- package/packages/core/build/commands/artifact-signing-delegation.mjs +34 -0
- package/packages/core/build/commands/auditable-demo-platform.mjs +77 -0
- package/packages/core/build/commands/auditable-demo-transport-smoke.mjs +24 -0
- package/packages/core/build/commands/auditable-demo.mjs +63 -0
- package/packages/core/build/commands/compiler-cache-evidence.mjs +39 -0
- package/packages/core/build/commands/dispatch-artifact-signing-authority.mjs +19 -0
- package/packages/core/build/commands/import-artifact-signing-results.mjs +10 -0
- package/packages/core/build/commands/lifecycle-substage-evidence.mjs +42 -0
- package/packages/core/build/commands/resolve-artifact-coordinates.mjs +58 -0
- package/packages/core/build/commands/resolve-artifact-transfer-mode.mjs +54 -0
- package/packages/core/build/commands/resolve-build-configuration.mjs +23 -0
- package/packages/core/build/commands/resolve-build-contract.mjs +94 -0
- package/packages/core/build/commands/run-candidate-body-prefix-renderer.mjs +24 -0
- package/packages/core/build/commands/run-lifecycle.mjs +56 -0
- package/packages/core/build/commands/seal-artifact-signing-requests.mjs +10 -0
- package/packages/core/build/commands/seal-macos-credential-input.mjs +4 -0
- package/packages/core/build/commands/shifu-gate-profile.mjs +43 -0
- package/packages/core/build/commands/source-verification-evidence.mjs +14 -0
- package/packages/core/build/commands/stage-capsule-qualification.mjs +79 -0
- package/packages/core/build/commands/validate-package-manager-contract.mjs +24 -0
- package/packages/core/build/credential/seal-input.js +109 -0
- package/packages/core/build/demo/action-context.js +25 -0
- package/packages/core/build/demo/adapter-actions.js +35 -0
- package/packages/core/build/demo/adapter-transactions.js +66 -0
- package/packages/core/build/demo/adapter.js +272 -0
- package/packages/core/build/demo/binary-action.js +29 -0
- package/packages/core/build/demo/bundle-verification.js +211 -0
- package/packages/core/build/demo/capture-adaptation.js +37 -0
- package/packages/core/build/demo/capture.js +377 -0
- package/packages/core/build/demo/collection-actions.js +62 -0
- package/packages/core/build/demo/collection-containers.js +136 -0
- package/packages/core/build/demo/collection-context.js +40 -0
- package/packages/core/build/demo/collection.js +129 -0
- package/packages/core/build/demo/composition.js +319 -0
- package/packages/core/build/demo/container.js +113 -0
- package/packages/core/build/demo/gate.js +297 -0
- package/packages/core/build/demo/inspection-worker.js +4 -0
- package/packages/core/build/demo/io.js +220 -0
- package/packages/core/build/demo/materialization.js +350 -0
- package/packages/core/build/demo/media-bundle.js +112 -0
- package/packages/core/build/demo/media-inspection.js +332 -0
- package/packages/core/build/demo/media-profile.js +399 -0
- package/packages/core/build/demo/media-qualification-action.js +37 -0
- package/packages/core/build/demo/media-qualification.js +117 -0
- package/packages/core/build/demo/presentation.js +222 -0
- package/packages/core/build/demo/publication.js +118 -0
- package/packages/core/build/demo/renderer-evidence.js +193 -0
- package/packages/core/build/demo/renditions.js +398 -0
- package/packages/core/build/demo/scenario.js +493 -0
- package/packages/core/build/demo/schema.js +278 -0
- package/packages/core/build/demo/transport-smoke.js +149 -0
- package/packages/core/build/demo/values.js +137 -0
- package/packages/core/build/environment/action.js +17 -0
- package/packages/core/build/environment/provision.js +121 -0
- package/packages/core/build/gate/actions.js +99 -0
- package/packages/core/build/gate/aggregate.js +21 -0
- package/packages/core/build/gate/commands.js +66 -0
- package/packages/core/build/gate/controller.js +43 -0
- package/packages/core/build/gate/environment.js +18 -0
- package/packages/core/build/gate/execution.js +88 -0
- package/packages/core/build/gate/files.js +46 -0
- package/packages/core/build/gate/outputs.js +31 -0
- package/packages/core/build/gate/plan.js +61 -0
- package/packages/core/build/github-artifact-attestation.js +642 -0
- package/packages/core/build/github-attestation/action.js +26 -0
- package/packages/core/build/github-attestation/admission.js +34 -0
- package/packages/core/build/github-attestation/transaction.js +83 -0
- package/packages/core/build/homebrew.js +416 -0
- package/packages/core/build/lifecycle/action.js +65 -0
- package/packages/core/build/lifecycle/artifacts.js +123 -0
- package/packages/core/build/lifecycle/context.js +202 -0
- package/packages/core/build/lifecycle/diagnostics.js +254 -0
- package/packages/core/build/lifecycle/errors.js +44 -0
- package/packages/core/build/lifecycle/execution.js +221 -0
- package/packages/core/build/lifecycle/files.js +61 -0
- package/packages/core/build/lifecycle/manifest.js +107 -0
- package/packages/core/build/lifecycle/sampling.js +209 -0
- package/packages/core/build/lifecycle/stage-action.js +18 -0
- package/packages/core/build/lifecycle/stage.js +143 -0
- package/packages/core/build/lifecycle/substage-evidence.js +232 -0
- package/packages/core/build/lifecycle/transaction.js +13 -0
- package/packages/core/build/macos-credential-island/action.js +704 -0
- package/packages/core/build/macos-credential-island/cleanup.js +48 -0
- package/packages/core/build/macos-credential-island/dmg-assembly.js +443 -0
- package/packages/core/build/macos-credential-island/lib.js +816 -0
- package/packages/core/build/package-manager.js +315 -0
- package/packages/core/build/plan/action-context.js +30 -0
- package/packages/core/build/plan/action.js +79 -0
- package/packages/core/build/plan/admission.js +93 -0
- package/packages/core/build/plan/configuration.js +196 -0
- package/packages/core/build/plan/environment.js +18 -0
- package/packages/core/build/plan/identity.js +49 -0
- package/packages/core/build/plan/lifecycle.js +38 -0
- package/packages/core/build/plan/matrices.js +58 -0
- package/packages/core/build/plan/resolve.js +76 -0
- package/packages/core/build/plan/runners.js +48 -0
- package/packages/core/build/plan/source.js +58 -0
- package/packages/core/build/plan/stage-order.js +10 -0
- package/packages/core/build/plan/values.js +10 -0
- package/packages/core/build/platform-stage-checkpoints.js +471 -0
- package/packages/core/build/release-evidence-bundle.js +156 -0
- package/packages/core/build/runner/matrix.js +266 -0
- package/packages/core/build/runner/presets.js +115 -0
- package/packages/core/build/signing/actions.js +54 -0
- package/packages/core/build/signing/authority-actions.js +147 -0
- package/packages/core/build/signing/authority-transaction.js +82 -0
- package/packages/core/build/signing/control.js +223 -0
- package/packages/core/build/signing/controller-transaction.js +110 -0
- package/packages/core/build/signing/credential-transaction.js +66 -0
- package/packages/core/build/signing/delegation.js +281 -0
- package/packages/core/build/signing/detached.js +170 -0
- package/packages/core/build/signing/dispatch.js +307 -0
- package/packages/core/build/signing/environment.js +13 -0
- package/packages/core/build/signing/files.js +53 -0
- package/packages/core/build/signing/import-results.js +151 -0
- package/packages/core/build/signing/intake.js +113 -0
- package/packages/core/build/signing/materialize.js +54 -0
- package/packages/core/build/signing/merge-results.js +82 -0
- package/packages/core/build/signing/native-result.js +244 -0
- package/packages/core/build/signing/prepare.js +44 -0
- package/packages/core/build/signing/request.js +519 -0
- package/packages/core/build/signing/seal-requests.js +402 -0
- package/packages/core/build/signing/transaction.js +158 -0
- package/packages/core/build/signing/verify-results.js +118 -0
- package/packages/core/build/source/checkout-action.js +16 -0
- package/packages/core/build/source/controller-actions.js +52 -0
- package/packages/core/build/source/controller.js +182 -0
- package/packages/core/build/source/lifecycle-action.js +32 -0
- package/packages/core/build/source/lifecycle.js +134 -0
- package/packages/core/build/source/proof-actions.js +57 -0
- package/packages/core/build/source/proof-lookup.js +82 -0
- package/packages/core/build/source/proof.js +134 -0
- package/packages/core/build/source-admission.js +35 -0
- package/packages/core/build/stage-capsule/actions.js +53 -0
- package/packages/core/build/stage-capsule/campaign/aggregate.js +51 -0
- package/packages/core/build/stage-capsule/campaign/context.js +51 -0
- package/packages/core/build/stage-capsule/campaign/resume.js +240 -0
- package/packages/core/build/stage-capsule/campaign/run.js +47 -0
- package/packages/core/build/stage-capsule/campaign/seed.js +124 -0
- package/packages/core/build/stage-capsule/campaign/worker.js +17 -0
- package/packages/core/build/stage-capsule/canary.js +62 -0
- package/packages/core/build/stage-capsule/rehearsal/checkpoint.js +110 -0
- package/packages/core/build/stage-capsule/rehearsal/files.js +36 -0
- package/packages/core/build/stage-capsule/rehearsal/macos-tail.js +104 -0
- package/packages/core/build/stage-capsule/rehearsal/resume.js +38 -0
- package/packages/core/build/stage-capsule/rehearsal/run.js +46 -0
- package/packages/core/build/stage-capsule/rehearsal/verify.js +56 -0
- package/packages/core/build/stage-capsule/rehearsal/worker.js +11 -0
- package/packages/core/build/stage-capsule-local-store.js +428 -0
- package/packages/core/build/stage-capsule-qualification-campaign.js +511 -0
- package/packages/core/build/stage-capsule-qualification.js +455 -0
- package/packages/core/build/stage-capsule-resume-planner.js +397 -0
- package/packages/core/build/stage-capsule-store.js +404 -0
- package/packages/core/build/stage-capsule.js +319 -0
- package/packages/core/build/standalone/build.js +266 -0
- package/packages/core/build/standalone/bundle.js +69 -0
- package/packages/core/build/standalone/identity.js +47 -0
- package/packages/core/build/standalone/logging.js +72 -0
- package/packages/core/build/standalone/process.js +50 -0
- package/packages/core/build/summary/action.js +33 -0
- package/packages/core/build/summary/aggregation.js +120 -0
- package/packages/core/build/summary/artifacts.js +165 -0
- package/packages/core/build/summary/controller-receipt.js +50 -0
- package/packages/core/build/summary/execution.js +39 -0
- package/packages/core/build/summary/finalization.js +133 -0
- package/packages/core/build/summary/payloads.js +80 -0
- package/packages/core/build/validate-config/action.js +58 -0
- package/packages/core/build/validate-config/lib.js +42 -0
- package/packages/core/build/verification/actions.js +54 -0
- package/packages/core/build/verification/discovery.js +115 -0
- package/packages/core/build/verification/identity.js +123 -0
- package/packages/core/build/verification/proof.js +8 -0
- package/packages/core/build/verification/repository.js +4 -0
- package/packages/core/build/verification/runner.js +69 -0
- package/packages/core/build/verification/source.js +169 -0
- package/packages/core/consumer/buildchain-config.js +1825 -0
- package/packages/core/consumer/channel-selection.js +211 -0
- package/packages/core/consumer/cli/infrastructure.mjs +6 -0
- package/packages/core/consumer/commands/buildchain-channel-router.mjs +81 -0
- package/packages/core/consumer/commands/consumer-policy.mjs +229 -0
- package/packages/core/consumer/floating-consumer-evidence.js +341 -0
- package/packages/core/consumer/floating-consumer-policy.js +596 -0
- package/packages/core/consumer/invocation-selector.js +4 -0
- package/packages/core/consumer/policy-admission.js +103 -0
- package/packages/core/consumer/policy-scan.js +33 -0
- package/packages/core/consumer/runtime-selector-persistence.js +291 -0
- package/packages/core/consumer/workflow-definition-authority.js +64 -0
- package/packages/core/contracts/action-inventory.js +78 -0
- package/packages/core/contracts/action-taxonomy.js +46 -0
- package/packages/core/contracts/buildchain-contract.js +1038 -0
- package/packages/core/contracts/canonical-contracts.js +239 -0
- package/packages/core/contracts/cli/context.mjs +28 -0
- package/packages/core/contracts/cli/introspection.mjs +47 -0
- package/packages/core/contracts/cli/options.mjs +85 -0
- package/packages/core/contracts/cli-reference.js +192 -0
- package/packages/core/contracts/commands/buildchain-contract-lock.mjs +120 -0
- package/packages/core/contracts/commands/workflow-call-contract.mjs +133 -0
- package/packages/core/contracts/public-surface-audit.js +274 -0
- package/packages/core/contracts/public-surface-cli.js +134 -0
- package/packages/core/contracts/runtime-contract-action.js +48 -0
- package/packages/core/contracts/runtime-contract-inspection.js +115 -0
- package/packages/core/contracts/structured-values.js +29 -0
- package/packages/core/contracts/workflow-yaml-contract.js +373 -0
- package/packages/core/dev-delivery/admission/gh-cli-client.js +110 -0
- package/packages/core/dev-delivery/admission/github-client.js +274 -0
- package/packages/core/dev-delivery/admission/policy.js +177 -0
- package/packages/core/dev-delivery/admission/queue.js +554 -0
- package/packages/core/dev-delivery/admission/readiness.js +222 -0
- package/packages/core/dev-delivery/admission/report.js +27 -0
- package/packages/core/dev-delivery/admission/request.js +34 -0
- package/packages/core/dev-delivery/admission/targeted.js +375 -0
- package/packages/core/dev-delivery/admission/transaction.js +47 -0
- package/packages/core/dev-delivery/buildchain-delivery-bootstrap.js +240 -0
- package/packages/core/dev-delivery/buildchain-delivery-infrastructure.js +164 -0
- package/packages/core/dev-delivery/buildchain-delivery-self-dogfood.js +395 -0
- package/packages/core/dev-delivery/candidate/admission-actions.js +34 -0
- package/packages/core/dev-delivery/candidate/admission.js +172 -0
- package/packages/core/dev-delivery/candidate/coordinates.js +46 -0
- package/packages/core/dev-delivery/candidate/evidence.js +20 -0
- package/packages/core/dev-delivery/candidate/request.js +39 -0
- package/packages/core/dev-delivery/candidate/reservation-action.js +21 -0
- package/packages/core/dev-delivery/candidate/reservation.js +98 -0
- package/packages/core/dev-delivery/candidate/source-paths.js +102 -0
- package/packages/core/dev-delivery/candidate/submission.js +41 -0
- package/packages/core/dev-delivery/cli/dispatch.mjs +54 -0
- package/packages/core/dev-delivery/commands/dev-delivery-authority-command-adapters.mjs +193 -0
- package/packages/core/dev-delivery/commands/dev-delivery-authority-provider.mjs +28 -0
- package/packages/core/dev-delivery/commands/dev-delivery-authority.mjs +454 -0
- package/packages/core/dev-delivery/commands/dev-delivery-process-boundary.mjs +93 -0
- package/packages/core/dev-delivery/commands/dev-delivery-proof.mjs +258 -0
- package/packages/core/dev-delivery/commands/dev-delivery-provider-heartbeat.mjs +76 -0
- package/packages/core/dev-delivery/commands/dev-delivery-request.sh +160 -0
- package/packages/core/dev-delivery/commands/dev-delivery-source-proof-reuse.mjs +128 -0
- package/packages/core/dev-delivery/commands/dev-delivery-two-phase.mjs +180 -0
- package/packages/core/dev-delivery/commands/dev-delivery-warrant-options.mjs +283 -0
- package/packages/core/dev-delivery/commands/dev-delivery-warrant.mjs +65 -0
- package/packages/core/dev-delivery/commands/dev-merge-queue.mjs +98 -0
- package/packages/core/dev-delivery/commands/dev-pr-auto-merge.mjs +111 -0
- package/packages/core/dev-delivery/commands/dev-pr-delivery-warrant.mjs +467 -0
- package/packages/core/dev-delivery/commands/dev-pr-prequeue-guard.mjs +381 -0
- package/packages/core/dev-delivery/commands/dev-qualification-patrol.mjs +21 -0
- package/packages/core/dev-delivery/delivery-warrant-fixture-runner.js +375 -0
- package/packages/core/dev-delivery/delivery-warrant-read-candidate.js +281 -0
- package/packages/core/dev-delivery/delivery-warrant-semantic-diff-gate.js +351 -0
- package/packages/core/dev-delivery/delivery-warrant-shadow-adapter.js +444 -0
- package/packages/core/dev-delivery/dev-delivery-authority-candidate.js +197 -0
- package/packages/core/dev-delivery/dev-delivery-authority-landing.js +459 -0
- package/packages/core/dev-delivery/dev-delivery-authority-state.js +424 -0
- package/packages/core/dev-delivery/dev-delivery-candidate-identity.js +152 -0
- package/packages/core/dev-delivery/dev-delivery-contract-surface.js +74 -0
- package/packages/core/dev-delivery/dev-delivery-native-proof.js +509 -0
- package/packages/core/dev-delivery/dev-delivery-proof.js +282 -0
- package/packages/core/dev-delivery/dev-delivery-warrant-native-requirements.js +7 -0
- package/packages/core/dev-delivery/dev-delivery-warrant-state.js +580 -0
- package/packages/core/dev-delivery/dev-delivery-warrant.js +588 -0
- package/packages/core/dev-delivery/merge-queue-policy.js +543 -0
- package/packages/core/dev-delivery/native/action-context.js +59 -0
- package/packages/core/dev-delivery/native/actions.js +74 -0
- package/packages/core/dev-delivery/native/attempt.js +93 -0
- package/packages/core/dev-delivery/native/candidate.js +101 -0
- package/packages/core/dev-delivery/native/context-record.js +26 -0
- package/packages/core/dev-delivery/native/execution.js +176 -0
- package/packages/core/dev-delivery/native/failure.js +105 -0
- package/packages/core/dev-delivery/native/files.js +11 -0
- package/packages/core/dev-delivery/native/finalizer-admission.js +93 -0
- package/packages/core/dev-delivery/native/heartbeat-action.js +29 -0
- package/packages/core/dev-delivery/native/heartbeat.js +137 -0
- package/packages/core/dev-delivery/native/provider-boundary.js +71 -0
- package/packages/core/dev-delivery/native/qualification.js +228 -0
- package/packages/core/dev-delivery/native/readback.js +32 -0
- package/packages/core/dev-delivery/native/reuse.js +60 -0
- package/packages/core/dev-delivery/native/seal-action.js +19 -0
- package/packages/core/dev-delivery/native/transactions.js +156 -0
- package/packages/core/dev-delivery/native/transfer.js +122 -0
- package/packages/core/dev-delivery/published-delivery-authority.js +266 -0
- package/packages/core/dev-delivery/qualification/action.js +60 -0
- package/packages/core/dev-delivery/qualification/controller.js +218 -0
- package/packages/core/dev-delivery/qualification/github-client.js +108 -0
- package/packages/core/dev-delivery/qualification/model.js +186 -0
- package/packages/core/dev-delivery/qualification/report.js +25 -0
- package/packages/core/dev-delivery/queue/completion.js +52 -0
- package/packages/core/dev-delivery/queue/landing-action.js +60 -0
- package/packages/core/dev-delivery/queue/reconciliation-action.js +45 -0
- package/packages/core/dev-delivery/source-proof/evidence.js +92 -0
- package/packages/core/dev-delivery/source-proof/io.js +97 -0
- package/packages/core/dev-delivery/source-proof/predicates.js +88 -0
- package/packages/core/dev-delivery/source-proof/replay.js +143 -0
- package/packages/core/dev-delivery/source-proof/reuse.js +116 -0
- package/packages/core/dev-delivery/source-proof/seal.js +32 -0
- package/packages/core/dev-delivery/warrant/actions.js +78 -0
- package/packages/core/dev-delivery/warrant/cancellation.js +49 -0
- package/packages/core/dev-delivery/warrant/failure-settlement.js +93 -0
- package/packages/core/dev-delivery/warrant/handoff.js +107 -0
- package/packages/core/dev-delivery/warrant/observation.js +59 -0
- package/packages/core/dev-delivery/warrant/persistence.js +109 -0
- package/packages/core/dev-delivery/warrant/reservation-readback.js +72 -0
- package/packages/core/dev-delivery/warrant/service.js +134 -0
- package/packages/core/dev-delivery/warrant/terminal-policy.js +53 -0
- package/packages/core/dev-delivery/warrant/terminal.js +89 -0
- package/packages/core/dev-delivery/warrant/transitions.js +222 -0
- package/packages/core/dev-delivery/warrant/values.js +102 -0
- package/packages/core/governance/alpha-candidate/action.js +96 -0
- package/packages/core/governance/alpha-candidate/controller.js +490 -0
- package/packages/core/governance/alpha-candidate/lifecycle.js +121 -0
- package/packages/core/governance/alpha-candidate/options.js +60 -0
- package/packages/core/governance/alpha-candidate/outputs.js +23 -0
- package/packages/core/governance/alpha-candidate/provider.js +192 -0
- package/packages/core/governance/alpha-candidate/report.js +56 -0
- package/packages/core/governance/alpha-candidate/state.js +184 -0
- package/packages/core/governance/alpha-candidate/values.js +90 -0
- package/packages/core/governance/architecture-graph.js +24 -0
- package/packages/core/governance/audit/actions.js +57 -0
- package/packages/core/governance/audit/collection.js +259 -0
- package/packages/core/governance/audit/github-reader.js +204 -0
- package/packages/core/governance/audit/identity.js +86 -0
- package/packages/core/governance/audit/incident.mjs +39 -0
- package/packages/core/governance/audit/transactions.js +75 -0
- package/packages/core/governance/buildchain-compatibility-authority.js +335 -0
- package/packages/core/governance/buildchain-compatibility-fact.js +386 -0
- package/packages/core/governance/buildchain-compatibility-facts.json +18 -0
- package/packages/core/governance/buildchain-compatibility-proof.js +523 -0
- package/packages/core/governance/buildchain-publication-authority.js +117 -0
- package/packages/core/governance/candidate/body-action.js +18 -0
- package/packages/core/governance/candidate/body-renderer.js +160 -0
- package/packages/core/governance/ci-lane-change-budget.js +260 -0
- package/packages/core/governance/cli/compatibility-facts.mjs +101 -0
- package/packages/core/governance/cli/dispatch.mjs +19 -0
- package/packages/core/governance/cli/doctor.mjs +144 -0
- package/packages/core/governance/commands/architecture.mjs +594 -0
- package/packages/core/governance/commands/audit-github-governance.mjs +43 -0
- package/packages/core/governance/commands/audit-publication-control-plane.mjs +26 -0
- package/packages/core/governance/commands/buildchain-patrol.mjs +32 -0
- package/packages/core/governance/commands/create-github-artifact-attestation-policy.mjs +62 -0
- package/packages/core/governance/commands/engineering-housekeeper-workflow.mjs +23 -0
- package/packages/core/governance/commands/reconcile-github-governance.mjs +689 -0
- package/packages/core/governance/commands/reconcile-release-governance.mjs +77 -0
- package/packages/core/governance/commands/workflow-friction-report.mjs +375 -0
- package/packages/core/governance/github-governance-authority.js +1367 -0
- package/packages/core/governance/housekeeping/action.js +45 -0
- package/packages/core/governance/housekeeping/execution.js +75 -0
- package/packages/core/governance/housekeeping/options.js +103 -0
- package/packages/core/governance/housekeeping/report.js +53 -0
- package/packages/core/governance/housekeeping/transactions.js +96 -0
- package/packages/core/governance/patrol/action.js +41 -0
- package/packages/core/governance/patrol/controller.js +125 -0
- package/packages/core/governance/patrol/options.js +121 -0
- package/packages/core/governance/patrol/report.js +53 -0
- package/packages/core/governance/patrol/transaction.js +30 -0
- package/packages/core/governance/publication/audit.js +26 -0
- package/packages/core/governance/publication/collection.js +396 -0
- package/packages/core/governance/publication/policy-values.js +227 -0
- package/packages/core/governance/publication/source-authorization.js +293 -0
- package/packages/core/governance/receipt-admission-action.js +12 -0
- package/packages/core/governance/receipt-admission.js +34 -0
- package/packages/core/governance/release-check-policy.js +179 -0
- package/packages/core/governance/release-reconciliation-action.js +25 -0
- package/packages/core/governance/release-reconciliation.js +122 -0
- package/packages/core/governance/report-issue/action.js +201 -0
- package/packages/core/index.js +85 -117
- package/packages/core/observability/cli/candidate.mjs +42 -0
- package/packages/core/observability/cli/context.mjs +47 -0
- package/packages/core/observability/cli/diagnostics.mjs +88 -0
- package/packages/core/observability/cli/events.mjs +126 -0
- package/packages/core/observability/cli/process-sample.mjs +71 -0
- package/packages/core/observability/commands/aggregate-diagnostics-summary.mjs +45 -0
- package/packages/core/observability/commands/controller-evidence.mjs +109 -0
- package/packages/core/observability/commands/observed-evidence.mjs +27 -0
- package/packages/core/observability/controller/identity-action.js +11 -0
- package/packages/core/observability/controller/identity.js +32 -0
- package/packages/core/observability/controller-actions.js +63 -0
- package/packages/core/observability/controller-evidence-io.js +112 -0
- package/packages/core/observability/controller-evidence.js +555 -0
- package/packages/core/observability/controller-input-boundary.js +47 -0
- package/packages/core/observability/diagnostics/aggregate.js +25 -0
- package/packages/core/observability/diagnostics.js +1904 -0
- package/packages/core/observability/evidence/actions.js +20 -0
- package/packages/core/observability/evidence/bundle.js +163 -0
- package/packages/core/observability/evidence/publication.js +360 -0
- package/packages/core/observability/evidence/transactions.js +62 -0
- package/packages/core/observability/process/sampling.js +128 -0
- package/packages/core/observability/publisher-admission.js +26 -0
- package/packages/core/observability/transaction-journal.js +40 -0
- package/packages/core/paper/cli/dispatch.mjs +17 -0
- package/packages/core/paper/commands/paper-agent-cli.mjs +35 -0
- package/packages/core/paper/commands/paper-work-fleet-cli.mjs +577 -0
- package/packages/core/paper/commands/paper.mjs +632 -0
- package/packages/core/paper/operations/bootstrap.js +73 -0
- package/packages/core/paper/operations/files.js +48 -0
- package/packages/core/paper/operations/github-observation.js +136 -0
- package/packages/core/paper/operations/identity.js +59 -0
- package/packages/core/paper/operations/npm-observation.js +118 -0
- package/packages/core/paper/operations/plans.js +213 -0
- package/packages/core/paper/operations/preflight-checks.js +269 -0
- package/packages/core/paper/operations/provisioning-validation.js +155 -0
- package/packages/core/paper/operations/provisioning.js +113 -0
- package/packages/core/paper/operations/runtime-observation.js +25 -0
- package/packages/core/paper/operations/runtime.js +84 -0
- package/packages/core/paper/operations/scaffold-config.js +77 -0
- package/packages/core/paper/operations/scaffold-workflows.js +99 -0
- package/packages/core/paper/operations/scaffold.js +370 -0
- package/packages/core/paper/operations/status-facts.js +264 -0
- package/packages/core/paper/operations/status.js +353 -0
- package/packages/core/paper/operations/toolchain-observation.js +49 -0
- package/packages/core/paper/operations/workspace.js +60 -0
- package/packages/core/paper/paper-agent-entry.js +396 -0
- package/packages/core/paper/paper-fleet.js +310 -0
- package/packages/core/paper/paper-npm-bootstrap.js +492 -0
- package/packages/core/paper/paper-repository.js +214 -0
- package/packages/core/paper/paper-runtime-channels.js +344 -0
- package/packages/core/paper/paper-scaffold-content.js +574 -0
- package/packages/core/paper/paper.js +308 -0
- package/packages/core/paper/publication/actions.js +109 -0
- package/packages/core/paper/publication/candidate.js +140 -0
- package/packages/core/paper/publication/controller.js +117 -0
- package/packages/core/paper/publication/envelope.js +118 -0
- package/packages/core/paper/publication/propagation.js +135 -0
- package/packages/core/paper/publication/readback.js +89 -0
- package/packages/core/paper/publication/target.js +54 -0
- package/packages/core/paper/publication-controller.js +144 -0
- package/packages/core/providers/artifact-relay/files.js +71 -0
- package/packages/core/providers/artifact-relay/s3-client.js +259 -0
- package/packages/core/providers/artifact-relay/transactions.js +258 -0
- package/packages/core/providers/commands/artifact-relay-s3.mjs +62 -0
- package/packages/core/providers/commands/aws-codebuild-toolchain.mjs +15 -0
- package/packages/core/providers/commands/aws-macos-jit-controller-runtime.mjs +82 -0
- package/packages/core/providers/commands/aws-runner-burst-core.mjs +249 -0
- package/packages/core/providers/commands/aws-runner-burst.mjs +80 -0
- package/packages/core/providers/commands/aws-windows-jit-campaign.mjs +202 -0
- package/packages/core/providers/commands/aws-windows-jit-controller.mjs +578 -0
- package/packages/core/providers/commands/aws-windows-jit-operator.sh +506 -0
- package/packages/core/providers/commands/infra-contract-core.mjs +1032 -0
- package/packages/core/providers/commands/infra-contract.mjs +345 -0
- package/packages/core/providers/commands/locked-source-checkout.mjs +9 -0
- package/packages/core/providers/commands/route-offline-runners.mjs +30 -0
- package/packages/core/providers/demo/capture-worker.py +541 -0
- package/packages/core/providers/dev-delivery/candidate.js +112 -0
- package/packages/core/providers/dev-delivery/protection.js +29 -0
- package/packages/core/providers/dev-delivery/store.js +292 -0
- package/packages/core/providers/git/fetch-process.js +27 -0
- package/packages/core/providers/git/fetch-worker.js +146 -0
- package/packages/core/providers/git/patch-root.js +54 -0
- package/packages/core/providers/git-ref-readback.mjs +22 -0
- package/packages/core/providers/github/artifact-attestation.js +32 -0
- package/packages/core/providers/github/commits.js +32 -0
- package/packages/core/providers/github/json-client.js +65 -0
- package/packages/core/providers/github/product-publication.js +44 -0
- package/packages/core/providers/github/publication-control-plane.js +116 -0
- package/packages/core/providers/github/pull-requests.js +24 -0
- package/packages/core/providers/github/qualification.js +181 -0
- package/packages/core/providers/github/release-assets.js +91 -0
- package/packages/core/providers/github/signing-request.js +81 -0
- package/packages/core/providers/github/source-lock.js +98 -0
- package/packages/core/providers/github-cli-api.js +35 -0
- package/packages/core/providers/github-issue-comment.js +83 -0
- package/packages/core/providers/github-permission.js +11 -0
- package/packages/core/providers/github-token.js +121 -0
- package/packages/core/providers/process/sample-worker.mjs +14 -0
- package/packages/core/providers/runner/observation.js +30 -0
- package/packages/core/providers/runner/offline-routing.js +205 -0
- package/packages/core/providers/signing/detached-key.js +20 -0
- package/packages/core/providers/signing/macos/compound-archive.py +434 -0
- package/packages/core/providers/signing/macos/sign-request.sh +145 -0
- package/packages/core/providers/signing/native.js +77 -0
- package/packages/core/providers/signing/windows/sign-request.ps1 +48 -0
- package/packages/core/providers/source-checkout/action.js +31 -0
- package/packages/core/providers/source-checkout/auth.js +32 -0
- package/packages/core/providers/source-checkout/fetch.js +135 -0
- package/packages/core/providers/source-checkout/git.js +220 -0
- package/packages/core/providers/source-checkout/transaction.js +360 -0
- package/packages/core/providers/source-checkout/values.js +115 -0
- package/packages/core/providers/source-checkout/workspace.js +50 -0
- package/packages/core/providers/sync-git/action.mjs +16 -0
- package/packages/core/providers/sync-git/transfer.mjs +86 -0
- package/packages/core/providers/toolchain/codebuild-policy.js +36 -0
- package/packages/core/providers/toolchain/codebuild.js +220 -0
- package/packages/core/publication/authority/actions.js +156 -0
- package/packages/core/publication/authority/admission.js +113 -0
- package/packages/core/publication/authority/assembly.js +77 -0
- package/packages/core/publication/authority/binary-evidence.js +77 -0
- package/packages/core/publication/authority/candidate-evidence.js +42 -0
- package/packages/core/publication/authority/consumer-gate.js +80 -0
- package/packages/core/publication/authority/control-plane.js +38 -0
- package/packages/core/publication/authority/evidence.js +113 -0
- package/packages/core/publication/authority/gate.js +39 -0
- package/packages/core/publication/authority/governance.js +61 -0
- package/packages/core/publication/authority/paper-evidence.js +24 -0
- package/packages/core/publication/authority/request.js +13 -0
- package/packages/core/publication/authority/result.js +37 -0
- package/packages/core/publication/authority/runner.js +26 -0
- package/packages/core/publication/authority/seal.js +97 -0
- package/packages/core/publication/authority/verification-evidence.js +80 -0
- package/packages/core/publication/authority/verification.js +94 -0
- package/packages/core/publication/binary/action.js +33 -0
- package/packages/core/publication/binary/capability.js +55 -0
- package/packages/core/publication/binary/evidence.js +109 -0
- package/packages/core/publication/binary/transaction.js +38 -0
- package/packages/core/publication/candidate/artifact.js +71 -0
- package/packages/core/publication/candidate/collection-action.js +24 -0
- package/packages/core/publication/candidate/collection.js +70 -0
- package/packages/core/publication/candidate/kind.js +93 -0
- package/packages/core/publication/candidate/manifest.js +35 -0
- package/packages/core/publication/candidate/package-binding.js +42 -0
- package/packages/core/publication/candidate/package.js +50 -0
- package/packages/core/publication/candidate/paper-package.js +120 -0
- package/packages/core/publication/candidate/passport.js +36 -0
- package/packages/core/publication/candidate/qualification-action.js +41 -0
- package/packages/core/publication/candidate/qualification.js +56 -0
- package/packages/core/publication/candidate/registry-hydration.js +204 -0
- package/packages/core/publication/candidate/reproducibility.js +29 -0
- package/packages/core/publication/candidate/sealing.js +184 -0
- package/packages/core/publication/candidate/stage-capsules.js +205 -0
- package/packages/core/publication/candidate/toolchain.js +80 -0
- package/packages/core/publication/cli/dispatch.mjs +107 -0
- package/packages/core/publication/commands/create-release-bundle.mjs +32 -0
- package/packages/core/publication/commands/generate-release-candidate-passport.mjs +80 -0
- package/packages/core/publication/commands/installer-publication.mjs +45 -0
- package/packages/core/publication/commands/npm-publish-dry-run.mjs +48 -0
- package/packages/core/publication/commands/npm-publish-transaction.mjs +55 -0
- package/packages/core/publication/commands/publication-artifact-candidate.mjs +48 -0
- package/packages/core/publication/commands/publication-artifact.mjs +67 -0
- package/packages/core/publication/commands/publication-package.mjs +38 -0
- package/packages/core/publication/commands/publication-registry-hydrate.mjs +19 -0
- package/packages/core/publication/commands/publication-reproducibility.mjs +62 -0
- package/packages/core/publication/installer/evidence.js +319 -0
- package/packages/core/publication/npm/environment.js +18 -0
- package/packages/core/publication/npm/evidence.js +57 -0
- package/packages/core/publication/npm/pack-preview.js +22 -0
- package/packages/core/publication/npm/package-plan.js +82 -0
- package/packages/core/publication/npm/package.js +120 -0
- package/packages/core/publication/npm/preview-action.js +30 -0
- package/packages/core/publication/npm/preview.js +92 -0
- package/packages/core/publication/npm/registry.js +61 -0
- package/packages/core/publication/npm/transaction.js +115 -0
- package/packages/core/publication/oci/preview-actions.js +48 -0
- package/packages/core/publication/oci/preview-admission.js +93 -0
- package/packages/core/publication/oci/preview-promotion.js +64 -0
- package/packages/core/publication/oci/preview-registry.js +36 -0
- package/packages/core/publication/oci/preview-transaction.js +42 -0
- package/packages/core/publication/oci/preview-values.js +8 -0
- package/packages/core/publication/oci-compose-qualification.js +143 -0
- package/packages/core/publication/oci-publication-bundle.js +281 -0
- package/packages/core/publication/publication-artifact-candidate.js +128 -0
- package/packages/core/publication/publication-artifact.js +641 -0
- package/packages/core/publication/publication-authority.js +1163 -0
- package/packages/core/publication/publication-development.js +72 -0
- package/packages/core/publication/publication-package.js +252 -0
- package/packages/core/publication/publication-rehearsal-capsule.js +468 -0
- package/packages/core/publication/publication-rehearsal-projection.js +104 -0
- package/packages/core/publication/publication-rehearsal-runtime.js +190 -0
- package/packages/core/publication/publication-rehearsal.js +481 -0
- package/packages/core/publication/publication-reproducibility.js +947 -0
- package/packages/core/publication/settlement/actions.js +63 -0
- package/packages/core/publication/settlement/transaction.js +197 -0
- package/packages/core/release/binary/coordinates-action.js +25 -0
- package/packages/core/release/binary/coordinates.js +76 -0
- package/packages/core/release/candidate/download.js +64 -0
- package/packages/core/release/candidate/lineage.js +72 -0
- package/packages/core/release/candidate/materialize.js +155 -0
- package/packages/core/release/candidate/payloads.js +330 -0
- package/packages/core/release/candidate/publication-intent.js +89 -0
- package/packages/core/release/candidate/resolve.js +132 -0
- package/packages/core/release/candidate/run-selection.js +88 -0
- package/packages/core/release/candidate/selection.js +181 -0
- package/packages/core/release/candidate/transport.js +143 -0
- package/packages/core/release/cli/command-handlers.mjs +14 -0
- package/packages/core/release/cli/dispatch.mjs +39 -0
- package/packages/core/release/cli/inspection-handlers.mjs +178 -0
- package/packages/core/release/cli/release-handlers.mjs +332 -0
- package/packages/core/release/cli/trust-release.mjs +19 -0
- package/packages/core/release/cli/verification-handlers.mjs +303 -0
- package/packages/core/release/commands/dev-alpha-candidate-patrol.mjs +42 -0
- package/packages/core/release/commands/ensure-github-release.mjs +199 -0
- package/packages/core/release/commands/next-development-review.mjs +77 -0
- package/packages/core/release/commands/next-development-transition.mjs +47 -0
- package/packages/core/release/commands/promotion-channel-router.mjs +62 -0
- package/packages/core/release/commands/promotion-identity-resolver.mjs +77 -0
- package/packages/core/release/commands/publish-source-ref-resolver.mjs +113 -0
- package/packages/core/release/commands/release-candidate-resolver.mjs +122 -0
- package/packages/core/release/commands/release-line-dry-run.mjs +53 -0
- package/packages/core/release/commands/release-propagation.mjs +411 -0
- package/packages/core/release/commands/release-tail.mjs +169 -0
- package/packages/core/release/commands/release-transaction.mjs +212 -0
- package/packages/core/release/commands/resolve-publish-gate.mjs +34 -0
- package/packages/core/release/commands/resolve-publish-source.mjs +96 -0
- package/packages/core/release/commands/resume-from-candidate-run.mjs +107 -0
- package/packages/core/release/commands/stable-candidate-patrol.mjs +31 -0
- package/packages/core/release/commands/stable-candidate-qualification.mjs +24 -0
- package/packages/core/release/commands/stable-release-gate.mjs +351 -0
- package/packages/core/release/commands/tail-reseal.mjs +148 -0
- package/packages/core/release/commands/verify-promotion-router-binding.sh +36 -0
- package/packages/core/release/commands/verify-publish-channel-ref.mjs +83 -0
- package/packages/core/release/commands/verify-publish-source-lock.mjs +37 -0
- package/packages/core/release/commands/verify-release-pr.mjs +6 -0
- package/packages/core/release/commands/verify-version-state-delta.mjs +21 -0
- package/packages/core/release/github-provider-plane.js +319 -0
- package/packages/core/release/github-release.js +385 -0
- package/packages/core/release/line/action.js +49 -0
- package/packages/core/release/line/governance.js +96 -0
- package/packages/core/release/line/plan.js +56 -0
- package/packages/core/release/line/policy.js +320 -0
- package/packages/core/release/line/protection.js +35 -0
- package/packages/core/release/line/request.js +22 -0
- package/packages/core/release/line/source.js +79 -0
- package/packages/core/release/line/transaction.js +33 -0
- package/packages/core/release/line/verification-action.js +13 -0
- package/packages/core/release/line/verification.js +13 -0
- package/packages/core/release/next-development/actions.js +122 -0
- package/packages/core/release/next-development/approval.js +59 -0
- package/packages/core/release/next-development/enqueue.js +51 -0
- package/packages/core/release/next-development/finalization.js +127 -0
- package/packages/core/release/next-development/observation.js +41 -0
- package/packages/core/release/next-development/review-policy.js +56 -0
- package/packages/core/release/next-development/verification.js +89 -0
- package/packages/core/release/next-development-projection.js +310 -0
- package/packages/core/release/next-development-transition.js +737 -0
- package/packages/core/release/partial-mutation-recovery-qualification.js +18 -0
- package/packages/core/release/passport/artifact-index.js +65 -0
- package/packages/core/release/passport/assembly-artifacts.js +43 -0
- package/packages/core/release/passport/assembly-inputs.js +107 -0
- package/packages/core/release/passport/assembly-material.js +261 -0
- package/packages/core/release/passport/assembly-render.js +320 -0
- package/packages/core/release/passport/assembly.js +12 -0
- package/packages/core/release/passport/assets.js +46 -0
- package/packages/core/release/passport/attachments.js +88 -0
- package/packages/core/release/passport/authoritative-base.js +123 -0
- package/packages/core/release/passport/build.js +39 -0
- package/packages/core/release/passport/collection-inputs.js +383 -0
- package/packages/core/release/passport/collection-material.js +199 -0
- package/packages/core/release/passport/collection-options.js +97 -0
- package/packages/core/release/passport/collection-output.js +303 -0
- package/packages/core/release/passport/collection.js +10 -0
- package/packages/core/release/passport/commands.js +44 -0
- package/packages/core/release/passport/consumer-input.js +18 -0
- package/packages/core/release/passport/consumer-validation.js +83 -0
- package/packages/core/release/passport/discovery.js +36 -0
- package/packages/core/release/passport/documents.js +116 -0
- package/packages/core/release/passport/evidence-validation.js +280 -0
- package/packages/core/release/passport/files.js +43 -0
- package/packages/core/release/passport/fixture.js +19 -0
- package/packages/core/release/passport/identity.js +46 -0
- package/packages/core/release/passport/impact-validation.js +230 -0
- package/packages/core/release/passport/impact.js +149 -0
- package/packages/core/release/passport/inputs.js +55 -0
- package/packages/core/release/passport/invariants.js +93 -0
- package/packages/core/release/passport/issues.js +29 -0
- package/packages/core/release/passport/json.js +16 -0
- package/packages/core/release/passport/locations.js +82 -0
- package/packages/core/release/passport/packages.js +123 -0
- package/packages/core/release/passport/publish-validation.js +279 -0
- package/packages/core/release/passport/publish.js +58 -0
- package/packages/core/release/passport/report.js +154 -0
- package/packages/core/release/passport/state-validation.js +163 -0
- package/packages/core/release/passport/transaction.js +69 -0
- package/packages/core/release/passport/trust-claims.js +365 -0
- package/packages/core/release/passport/trust-validation.js +528 -0
- package/packages/core/release/product-publication.js +59 -0
- package/packages/core/release/promote-candidate/action.js +9 -0
- package/packages/core/release/promote-candidate/development-source.js +39 -0
- package/packages/core/release/promote-candidate/evidence-binding.js +142 -0
- package/packages/core/release/promote-candidate/evidence-inputs.js +99 -0
- package/packages/core/release/promote-candidate/files.js +10 -0
- package/packages/core/release/promote-candidate/next-development-provider.js +300 -0
- package/packages/core/release/promote-candidate/next-development-queue.js +63 -0
- package/packages/core/release/promote-candidate/oci-provider.js +241 -0
- package/packages/core/release/promote-candidate/oci-registry-client.js +67 -0
- package/packages/core/release/promote-candidate/outputs.js +29 -0
- package/packages/core/release/promote-candidate/product-finalization-wait.js +52 -0
- package/packages/core/release/promote-candidate/product-provider-adapters.js +462 -0
- package/packages/core/release/promote-candidate/product-provider-github-adapters.js +595 -0
- package/packages/core/release/promote-candidate/product-provider.js +188 -0
- package/packages/core/release/promote-candidate/provider-request.js +51 -0
- package/packages/core/release/promote-candidate/provider-settlement.js +83 -0
- package/packages/core/release/promote-candidate/publication-completion.js +56 -0
- package/packages/core/release/promote-candidate/release-documents.js +156 -0
- package/packages/core/release/promote-candidate/transaction.js +130 -0
- package/packages/core/release/promote-ref/action-environment.js +2 -0
- package/packages/core/release/promote-ref/action-inputs.js +285 -0
- package/packages/core/release/promote-ref/action-outputs.js +140 -0
- package/packages/core/release/promote-ref/action-request.js +205 -0
- package/packages/core/release/promote-ref/action.js +92 -0
- package/packages/core/release/promote-ref/internal/branch-protection.js +218 -0
- package/packages/core/release/promote-ref/internal/candidate-admission.js +149 -0
- package/packages/core/release/promote-ref/internal/channel-governance.js +297 -0
- package/packages/core/release/promote-ref/internal/channel-resume.js +198 -0
- package/packages/core/release/promote-ref/internal/channel-tags.js +207 -0
- package/packages/core/release/promote-ref/internal/contained-published-version-state.js +80 -0
- package/packages/core/release/promote-ref/internal/durable-transaction-operations.js +463 -0
- package/packages/core/release/promote-ref/internal/durable-transaction-store.js +395 -0
- package/packages/core/release/promote-ref/internal/generated-branch.js +16 -0
- package/packages/core/release/promote-ref/internal/generated-identity.js +12 -0
- package/packages/core/release/promote-ref/internal/generated-ref.js +93 -0
- package/packages/core/release/promote-ref/internal/github-adapter.js +312 -0
- package/packages/core/release/promote-ref/internal/npm-distribution.js +185 -0
- package/packages/core/release/promote-ref/internal/npm-existing-evidence.js +61 -0
- package/packages/core/release/promote-ref/internal/passport-files.js +116 -0
- package/packages/core/release/promote-ref/internal/passport-generation.js +567 -0
- package/packages/core/release/promote-ref/internal/promote-alpha-channel.js +588 -0
- package/packages/core/release/promote-ref/internal/promote-major-channel.js +476 -0
- package/packages/core/release/promote-ref/internal/promote-release-channel.js +573 -0
- package/packages/core/release/promote-ref/internal/promotion-operations.js +1170 -0
- package/packages/core/release/promote-ref/internal/promotion-options.js +101 -0
- package/packages/core/release/promote-ref/internal/promotion-policy.js +218 -0
- package/packages/core/release/promote-ref/internal/publish-command.js +211 -0
- package/packages/core/release/promote-ref/internal/publish-contract.js +181 -0
- package/packages/core/release/promote-ref/internal/publish-transaction.js +510 -0
- package/packages/core/release/promote-ref/internal/tag-selection.js +159 -0
- package/packages/core/release/promote-ref/internal/transaction-context.js +506 -0
- package/packages/core/release/promote-ref/internal/transaction-recovery.js +379 -0
- package/packages/core/release/promote-ref/internal/version-state-operations.js +545 -0
- package/packages/core/release/promote-ref/lib.js +600 -0
- package/packages/core/release/promote-ref/release-tail.js +102 -0
- package/packages/core/release/promote-ref/source-lock.js +91 -0
- package/packages/core/release/promotion/actions.js +133 -0
- package/packages/core/release/promotion/admission.js +52 -0
- package/packages/core/release/promotion/candidate.js +71 -0
- package/packages/core/release/promotion/channel.js +104 -0
- package/packages/core/release/promotion/identities.js +56 -0
- package/packages/core/release/promotion/product-state.js +68 -0
- package/packages/core/release/promotion/publish-gate.js +128 -0
- package/packages/core/release/promotion/qualification-action.js +72 -0
- package/packages/core/release/promotion/qualification.js +95 -0
- package/packages/core/release/promotion/routing.js +94 -0
- package/packages/core/release/promotion/selection.js +55 -0
- package/packages/core/release/promotion/source-intent.js +35 -0
- package/packages/core/release/promotion-request.js +148 -0
- package/packages/core/release/propagation/actions.js +75 -0
- package/packages/core/release/propagation/delivery.js +202 -0
- package/packages/core/release/propagation/planning.js +197 -0
- package/packages/core/release/propagation/report.js +97 -0
- package/packages/core/release/propagation/store.js +26 -0
- package/packages/core/release/propagation/transactions.js +213 -0
- package/packages/core/release/propagation/work.js +146 -0
- package/packages/core/release/protected-publication-source.js +91 -0
- package/packages/core/release/provider-operation-journal.js +62 -0
- package/packages/core/release/provider-readback-idempotency.js +309 -0
- package/packages/core/release/qualification/actions.js +51 -0
- package/packages/core/release/qualification/campaign.js +154 -0
- package/packages/core/release/qualification/options.js +102 -0
- package/packages/core/release/qualification/public-build.js +109 -0
- package/packages/core/release/recovery/artifacts.js +161 -0
- package/packages/core/release/recovery/candidate.js +529 -0
- package/packages/core/release/recovery/capsules.js +102 -0
- package/packages/core/release/recovery/download.js +191 -0
- package/packages/core/release/recovery/files.js +39 -0
- package/packages/core/release/recovery/provenance.js +199 -0
- package/packages/core/release/recovery/publication.js +193 -0
- package/packages/core/release/recovery/readback.js +169 -0
- package/packages/core/release/recovery/runtime.js +224 -0
- package/packages/core/release/recovery/transactions.js +139 -0
- package/packages/core/release/release-activation-shadow.js +32 -0
- package/packages/core/release/release-blocker-priority.js +183 -0
- package/packages/core/release/release-candidate-recovery.js +595 -0
- package/packages/core/release/release-candidate.js +591 -0
- package/packages/core/release/release-invocation.js +64 -0
- package/packages/core/release/release-line-bootstrap.js +292 -0
- package/packages/core/release/release-line-dry-run.js +302 -0
- package/packages/core/release/release-passport-contract.js +479 -0
- package/packages/core/release/release-passport.js +74 -0
- package/packages/core/release/release-tail-provider-adapters.js +460 -0
- package/packages/core/release/release-tail-provider-plane.js +248 -0
- package/packages/core/release/reseal/actions.js +84 -0
- package/packages/core/release/reseal/admission.js +75 -0
- package/packages/core/release/reseal/files.js +39 -0
- package/packages/core/release/reseal/finalize-platform.js +65 -0
- package/packages/core/release/reseal/outputs.js +21 -0
- package/packages/core/release/reseal/plan.js +24 -0
- package/packages/core/release/reseal/platform.js +135 -0
- package/packages/core/release/reseal/readbacks.js +36 -0
- package/packages/core/release/reseal/seal.js +125 -0
- package/packages/core/release/reuse-complete-release.js +240 -0
- package/packages/core/release/runtime-override-authorization.js +242 -0
- package/packages/core/release/settle/action.js +412 -0
- package/packages/core/release/source/channel.js +45 -0
- package/packages/core/release/source/coordinates.js +160 -0
- package/packages/core/release/source/lineage.js +144 -0
- package/packages/core/release/source/manifest.js +114 -0
- package/packages/core/release/stable-patrol/action.js +87 -0
- package/packages/core/release/stable-patrol/controller.js +346 -0
- package/packages/core/release/stable-patrol/coordinates.js +16 -0
- package/packages/core/release/stable-patrol/github-client.js +181 -0
- package/packages/core/release/stable-patrol/options.js +87 -0
- package/packages/core/release/stable-patrol/report.js +28 -0
- package/packages/core/release/stable-publication-fence.js +28 -0
- package/packages/core/release/tail-reseal-github.js +175 -0
- package/packages/core/release/tail-reseal-receipt.js +228 -0
- package/packages/core/release/tail-reseal.js +594 -0
- package/packages/core/release/version-state/verification.js +164 -0
- package/packages/core/release/version-state.js +458 -0
- package/packages/core/runtime/action-host.js +19 -0
- package/packages/core/runtime/action-process.mjs +23 -0
- package/packages/core/runtime/buildchain-domain.wasm +0 -0
- package/packages/core/runtime/checkout-identity.js +27 -0
- package/packages/core/runtime/commands/bridge-bootstrap.mjs +147 -0
- package/packages/core/runtime/commands/host-adapter.mjs +185 -0
- package/packages/core/runtime/commands/runtime-ref-core.mjs +171 -0
- package/packages/core/runtime/consumer-shell.js +174 -0
- package/packages/core/runtime/domain-wasm-artifact.js +7 -0
- package/packages/core/runtime/installation-root.js +29 -0
- package/packages/core/runtime/locked-dependencies.js +74 -0
- package/packages/core/runtime/provider-closure.js +60 -0
- package/packages/core/runtime/runtime-selection-action.js +34 -0
- package/packages/core/runtime/runtime-selection.js +136 -0
- package/packages/core/runtime/toolchain/actions.js +14 -0
- package/packages/core/runtime/toolchain/user-paths.js +9 -0
- package/packages/core/runtime/toolchain/windows-rust.js +67 -0
- package/packages/core/runtime/workflow-runtime.js +11 -0
- package/packages/core/web/apply-admission-action.js +20 -0
- package/packages/core/web/apply-admission.js +44 -0
- package/packages/core/web/cli/badges.mjs +100 -0
- package/packages/core/web/cli/surface.mjs +6 -0
- package/packages/core/web/commands/web-surface-core.mjs +2603 -0
- package/packages/core/web/commands/web-surface-production-release-pr.mjs +126 -0
- package/packages/core/web/commands/web-surface.mjs +294 -0
- package/packages/core/web/controller-actions.js +45 -0
- package/packages/core/web/controller.js +145 -0
- package/packages/core/web/deployment/apply-action.js +31 -0
- package/packages/core/web/deployment/apply-evidence.js +134 -0
- package/packages/core/web/deployment/apply.js +118 -0
- package/packages/core/web/deployment/cloudfront-wait.js +88 -0
- package/packages/core/web/deployment/plan-files.js +41 -0
- package/packages/core/web/deployment/planning-action.js +28 -0
- package/packages/core/web/deployment/planning.js +126 -0
- package/packages/core/web/deployment/report-action.js +74 -0
- package/packages/core/web/deployment/summary.js +44 -0
- package/packages/core/web/preview-feedback-action.js +26 -0
- package/packages/core/web/preview-feedback.js +40 -0
- package/packages/core/web/production-decision-action.js +42 -0
- package/packages/core/web/production-decision.js +85 -0
- package/packages/core/web/production-intent-action.js +14 -0
- package/packages/core/web/production-intent.js +167 -0
- package/packages/core/web/publication-admission-action.js +92 -0
- package/packages/core/web/publication-admission.js +183 -0
- package/packages/core/web/publication-capability-action.js +22 -0
- package/packages/core/web/publication-capability.js +73 -0
- package/packages/core/web/readme-badges.js +891 -0
- package/packages/core/web/release-feedback.js +414 -0
- package/packages/core/web/release-pr-action.js +47 -0
- package/packages/core/web/release-pr-handoff.js +176 -0
- package/packages/core/web/release-pr-provider.js +295 -0
- package/packages/core/web/release-pr-summary.js +42 -0
- package/packages/core/web/release-pr-transaction.js +158 -0
- package/packages/core/web/release-review-action.js +21 -0
- package/packages/core/web/release-review.js +130 -0
- package/packages/core/web/web-surface-publication-candidate.js +162 -0
- package/packages/core/workflow/admission/actions.js +56 -0
- package/packages/core/workflow/admission/recovery.js +47 -0
- package/packages/core/workflow/admission/review.js +188 -0
- package/packages/core/workflow/admission/transactions.js +60 -0
- package/packages/core/workflow/cli/main.mjs +131 -0
- package/packages/core/workflow/cli/process.mjs +16 -0
- package/packages/core/workflow/commands/buildchain-cli-help.mjs +318 -0
- package/packages/core/workflow/commands/universal-workflow-backflow.mjs +26 -0
- package/packages/core/workflow/commands/universal-workflow-engine.mjs +73 -0
- package/packages/core/workflow/dogfood/actions.js +62 -0
- package/packages/core/workflow/dogfood/readiness.js +74 -0
- package/packages/core/workflow/dogfood/transactions.js +90 -0
- package/packages/core/workflow/engine/action.js +42 -0
- package/packages/core/workflow/engine/conformance.js +93 -0
- package/packages/core/workflow/engine/execution.js +77 -0
- package/packages/core/workflow/engine/identity.js +34 -0
- package/packages/core/workflow/engine/provider-context.js +16 -0
- package/packages/core/workflow/engine/release-environment.js +57 -0
- package/packages/core/workflow/engine/release-evidence.js +39 -0
- package/packages/core/workflow/engine/release-observation.js +97 -0
- package/packages/core/workflow/engine/release-promotion.js +227 -0
- package/packages/core/workflow/event-trust.js +25 -0
- package/packages/core/workflow/installation.js +33 -0
- package/packages/core/workflow/request-rejection.js +3 -0
- package/packages/core/workflow/settlement/actions.js +34 -0
- package/packages/core/workflow/settlement/backflow.js +187 -0
- package/packages/core/workflow/universal-self-dogfood.js +163 -0
- package/packages/core/workflow/universal-workflow-bootstrap.js +586 -0
- package/packages/core/workflow/workflow-taxonomy.mjs +351 -0
- package/scripts/bridge-evidence.mjs +9 -2
- package/scripts/build-domain-wasm.mjs +15 -3
- package/scripts/build-standalone-binary.mjs +1 -375
- package/scripts/check-action-bundles.mjs +14 -25
- package/scripts/check-ci-lane-change-budget.mjs +3 -3
- package/scripts/check-code-layout.mjs +386 -0
- package/scripts/check-core-mechanism-inventory.mjs +17 -16
- package/scripts/check-dev-delivery-actions.mjs +35 -0
- package/scripts/check-floating-consumer-policy-contract.mjs +33 -59
- package/scripts/check-implementation-naming.mjs +2 -23
- package/scripts/check-internal-architecture.mjs +3 -3
- package/scripts/check-inventory.mjs +160 -318
- package/scripts/check-javascript-syntax.mjs +1 -1
- package/scripts/check-maintainability.mjs +25 -21
- package/scripts/check-project-cut-merge-queue-admission.mjs +1 -1
- package/scripts/check-public-dogfood-contract.mjs +166 -43
- package/scripts/check-release-tail-contract.mjs +62 -71
- package/scripts/check-release-topology.mjs +101 -77
- package/scripts/check-runtime-semantic-closure.mjs +5 -8
- package/scripts/check-source-bindings.mjs +54 -0
- package/scripts/check-universal-workflow-bootstrap.mjs +136 -124
- package/scripts/check-workflow-taxonomy.mjs +1 -1
- package/scripts/check-workflows.sh +11 -0
- package/scripts/generate-bootstrap-admission.mjs +32 -0
- package/scripts/generate-bootstrap-recovery.mjs +94 -0
- package/scripts/generate-buildchain-kfd-witnesses.mjs +3 -3
- package/scripts/generate-channel-promotion-workflow.mjs +39 -518
- package/scripts/generate-next-development-guidance.mjs +1 -1
- package/scripts/generate-public-reference.mjs +2 -2
- package/scripts/generate-site-bundle.mjs +42 -43
- package/scripts/generate-tail-reseal-fixture.mjs +108 -0
- package/scripts/generate-workflow-taxonomy.mjs +2 -2
- package/scripts/inventory/binary.mjs +36 -0
- package/scripts/inventory/promotion.mjs +72 -0
- package/scripts/maintainability-domain-metrics.mjs +1 -1
- package/scripts/maintainability-metrics.mjs +37 -37
- package/scripts/maintainability-public-surface.mjs +19 -95
- package/scripts/next-development-self-dogfood-harness.mjs +2 -2
- package/scripts/next-development-self-dogfood.mjs +2 -2
- package/scripts/platform-stage-checkpoint-rehearsal.mjs +33 -201
- package/scripts/public-reference.mjs +0 -187
- package/scripts/publication-rehearsal-fixture.mjs +1 -1
- package/scripts/release-train-self-dogfood.mjs +9 -14
- package/scripts/site-action-audit.mjs +16 -0
- package/scripts/site-capability-metadata.mjs +3 -7
- package/scripts/source-metric-lineage.mjs +17 -0
- package/scripts/stage-capsule-resume-rehearsal.mjs +19 -55
- package/scripts/tail-reseal-macos-rehearsal.mjs +1 -109
- package/scripts/tsup-action.config.mjs +21 -0
- package/scripts/verify-golden-path.mjs +1 -1
- package/scripts/warrant-shadow-plan.mjs +49 -243
- package/scripts/workflow-action-graph.mjs +149 -0
- package/templates/bootstrap-recovery/actions/build/source/admit/action.yml +17 -0
- package/templates/bootstrap-recovery/actions/build/source/admit/dist/index.js +63 -0
- package/templates/bootstrap-recovery/actions/runtime/dependencies/install/action.yml +18 -0
- package/templates/bootstrap-recovery/actions/runtime/dependencies/install/dist/index.js +63 -0
- package/templates/bootstrap-recovery/actions/runtime/environment/prepare/action.yml +21 -0
- package/templates/bootstrap-recovery/actions/workflow/admission/inspect/action.yml +27 -0
- package/templates/bootstrap-recovery/actions/workflow/admission/inspect/dist/index.js +64 -0
- package/templates/bootstrap-recovery/actions/workflow/admission/review/action.yml +15 -0
- package/templates/bootstrap-recovery/actions/workflow/admission/review/dist/index.js +65 -0
- package/templates/bootstrap-recovery/actions/workflow/recovery/admit/action.yml +47 -0
- package/templates/bootstrap-recovery/actions/workflow/recovery/execute/action.yml +48 -0
- package/templates/bootstrap-recovery/actions/workflow/recovery/settle/action.yml +54 -0
- package/templates/bootstrap-recovery/actions/workflow/settlement/seal/action.yml +17 -0
- package/templates/bootstrap-recovery/actions/workflow/settlement/seal/dist/index.js +65 -0
- package/templates/bootstrap-recovery/manifest.json +68 -0
- package/templates/bootstrap-recovery/package.json +9 -0
- package/templates/native-dev-delivery.yml +28 -41
- package/templates/universal-buildchain-bootstrap-recovery.yml +46 -213
- package/templates/universal-buildchain-bootstrap.yml +1 -1
- package/actions/github-artifact-attestation/README.md +0 -10
- package/actions/promote-buildchain-ref/README.md +0 -549
- package/actions/report-buildchain-issue/README.md +0 -107
- package/actions/run-lifecycle/README.md +0 -71
- package/actions/validate-config/README.md +0 -52
- package/architecture/implementation-naming.json +0 -1273
- package/bin/internal/adopter-delivery-cli.mjs +0 -70
- package/bin/internal/cli-options.mjs +0 -79
- package/bin/internal/compatibility-facts-cli.mjs +0 -101
- package/bin/internal/trust-release-cli.mjs +0 -19
- package/bin/internal/trust-release-command-handlers.mjs +0 -14
- package/bin/internal/trust-release-inspection-handlers.mjs +0 -175
- package/bin/internal/trust-release-release-handlers.mjs +0 -332
- package/bin/internal/trust-release-verification-handlers.mjs +0 -306
- package/contracts/fixtures/v4-adopter-delivery-v1/archive-template.json +0 -19
- package/contracts/fixtures/v4-adopter-delivery-v1/bootstrap-positive.json +0 -93
- package/packages/compatibility/adopter-delivery.js +0 -16
- package/packages/compatibility/cross-platform-adopter-qualification.js +0 -12
- package/packages/compatibility/floating-consumer-policy.js +0 -14
- package/packages/compatibility/publication-qualification.js +0 -11
- package/packages/compatibility/publication-rehearsal.js +0 -18
- package/packages/compatibility/runtime-ref-resume-authority.js +0 -13
- package/packages/compatibility/tail-reseal-receipt.js +0 -7
- package/packages/compatibility/tail-reseal.js +0 -11
- package/packages/core/adopter-delivery-parity.js +0 -219
- package/packages/core/adopter-delivery.js +0 -359
- package/packages/core/anchored-version-material.js +0 -281
- package/packages/core/artifact-passport.js +0 -847
- package/packages/core/artifact-verification-envelope.js +0 -500
- package/packages/core/build-facts.js +0 -575
- package/packages/core/buildchain-compatibility-authority.js +0 -336
- package/packages/core/buildchain-compatibility-fact.js +0 -394
- package/packages/core/buildchain-compatibility-facts.json +0 -217
- package/packages/core/buildchain-compatibility-proof.js +0 -566
- package/packages/core/buildchain-config.js +0 -1887
- package/packages/core/buildchain-contract.js +0 -1048
- package/packages/core/buildchain-delivery-bootstrap.js +0 -240
- package/packages/core/buildchain-delivery-infrastructure.js +0 -164
- package/packages/core/buildchain-delivery-self-dogfood.js +0 -395
- package/packages/core/buildchain-domain.wasm +0 -0
- package/packages/core/buildchain-kfd-claims.js +0 -733
- package/packages/core/buildchain-publication-authority.js +0 -118
- package/packages/core/canonical-contracts.js +0 -239
- package/packages/core/ci-lane-change-budget.js +0 -260
- package/packages/core/controller-evidence.js +0 -553
- package/packages/core/cross-platform-adopter-qualification.js +0 -343
- package/packages/core/delivery-warrant-fixture-runner.js +0 -375
- package/packages/core/delivery-warrant-read-candidate.js +0 -286
- package/packages/core/delivery-warrant-semantic-diff-gate.js +0 -351
- package/packages/core/delivery-warrant-shadow-adapter.js +0 -447
- package/packages/core/dev-delivery-authority-candidate.js +0 -270
- package/packages/core/dev-delivery-authority-landing.js +0 -461
- package/packages/core/dev-delivery-authority-state.js +0 -583
- package/packages/core/dev-delivery-candidate-identity.js +0 -169
- package/packages/core/dev-delivery-contract-surface.js +0 -76
- package/packages/core/dev-delivery-native-proof.js +0 -566
- package/packages/core/dev-delivery-proof.js +0 -286
- package/packages/core/dev-delivery-warrant-legacy-recovery.js +0 -248
- package/packages/core/dev-delivery-warrant-native-compatibility.js +0 -33
- package/packages/core/dev-delivery-warrant-state.js +0 -599
- package/packages/core/dev-delivery-warrant.js +0 -598
- package/packages/core/diagnostics.js +0 -1904
- package/packages/core/domain-wasm-artifact.js +0 -7
- package/packages/core/floating-consumer-evidence.js +0 -338
- package/packages/core/floating-consumer-policy.js +0 -571
- package/packages/core/github-artifact-attestation.js +0 -642
- package/packages/core/github-governance-authority.js +0 -1369
- package/packages/core/homebrew.js +0 -414
- package/packages/core/kfd-agent-hub.js +0 -496
- package/packages/core/kfd.js +0 -966
- package/packages/core/kfd2-product-claims.js +0 -454
- package/packages/core/kfd3-surface-register.js +0 -924
- package/packages/core/legacy-kfd-adopter-driver.js +0 -167
- package/packages/core/next-development-projection.js +0 -310
- package/packages/core/next-development-transition.js +0 -737
- package/packages/core/oci-compose-qualification.js +0 -143
- package/packages/core/oci-publication-bundle.js +0 -281
- package/packages/core/package-manager.js +0 -323
- package/packages/core/paper-agent-entry.js +0 -396
- package/packages/core/paper-fleet.js +0 -313
- package/packages/core/paper-npm-bootstrap.js +0 -492
- package/packages/core/paper-repository.js +0 -214
- package/packages/core/paper-runtime-channels.js +0 -348
- package/packages/core/paper-scaffold-content.js +0 -574
- package/packages/core/paper.js +0 -2478
- package/packages/core/partial-mutation-recovery-qualification.js +0 -18
- package/packages/core/platform-stage-checkpoints.js +0 -471
- package/packages/core/product-publication.js +0 -59
- package/packages/core/protected-publication-source.js +0 -91
- package/packages/core/provider-operation-journal.js +0 -62
- package/packages/core/provider-readback-idempotency.js +0 -309
- package/packages/core/public-export-compatibility.js +0 -33
- package/packages/core/public-surface-audit.js +0 -273
- package/packages/core/public-surface-cli.js +0 -128
- package/packages/core/publication-artifact-candidate.js +0 -128
- package/packages/core/publication-artifact.js +0 -641
- package/packages/core/publication-authority.js +0 -1163
- package/packages/core/publication-development.js +0 -72
- package/packages/core/publication-package.js +0 -252
- package/packages/core/publication-rehearsal-capsule.js +0 -468
- package/packages/core/publication-rehearsal-projection.js +0 -104
- package/packages/core/publication-rehearsal-runtime.js +0 -190
- package/packages/core/publication-rehearsal.js +0 -481
- package/packages/core/publication-reproducibility.js +0 -947
- package/packages/core/published-delivery-authority.js +0 -266
- package/packages/core/readme-badges.js +0 -893
- package/packages/core/release-activation-shadow.js +0 -32
- package/packages/core/release-blocker-priority.js +0 -192
- package/packages/core/release-candidate-recovery.js +0 -595
- package/packages/core/release-candidate.js +0 -591
- package/packages/core/release-invocation.js +0 -64
- package/packages/core/release-line-bootstrap.js +0 -297
- package/packages/core/release-line-dry-run.js +0 -303
- package/packages/core/release-passport-contract.js +0 -479
- package/packages/core/release-passport.js +0 -2884
- package/packages/core/release-tail-compatibility.js +0 -60
- package/packages/core/release-tail-provider-adapters.js +0 -461
- package/packages/core/release-tail-provider-plane.js +0 -248
- package/packages/core/runtime-selector-persistence.js +0 -228
- package/packages/core/stable-publication-fence.js +0 -28
- package/packages/core/stage-capsule-local-store.js +0 -428
- package/packages/core/stage-capsule-qualification-campaign.js +0 -511
- package/packages/core/stage-capsule-qualification.js +0 -455
- package/packages/core/stage-capsule-resume-planner.js +0 -397
- package/packages/core/stage-capsule-store.js +0 -404
- package/packages/core/stage-capsule.js +0 -319
- package/packages/core/tail-reseal-github.js +0 -178
- package/packages/core/tail-reseal-receipt.js +0 -225
- package/packages/core/tail-reseal.js +0 -594
- package/packages/core/universal-workflow-bootstrap.js +0 -586
- package/packages/core/web-surface-publication-candidate.js +0 -162
- package/packages/core/workflow-yaml-contract.js +0 -342
- package/scripts/aggregate-build-summary.mjs +0 -187
- package/scripts/aggregate-diagnostics-summary.mjs +0 -54
- package/scripts/anchored-version-material.mjs +0 -42
- package/scripts/architecture.mjs +0 -610
- package/scripts/artifact-relay-s3.mjs +0 -539
- package/scripts/artifact-signing-controller-core.mjs +0 -525
- package/scripts/artifact-signing-controller.mjs +0 -302
- package/scripts/artifact-signing-delegation.mjs +0 -316
- package/scripts/assemble-binary-release-admission.mjs +0 -213
- package/scripts/assemble-publication-artifact-admission.mjs +0 -200
- package/scripts/assemble-self-publication-admission.mjs +0 -201
- package/scripts/assemble-web-surface-publication-admission.mjs +0 -204
- package/scripts/audit-github-governance.mjs +0 -493
- package/scripts/audit-publication-control-plane.mjs +0 -527
- package/scripts/auditable-demo-bundle-verification.mjs +0 -148
- package/scripts/auditable-demo-platform.mjs +0 -600
- package/scripts/auditable-demo-presentation.mjs +0 -83
- package/scripts/auditable-demo-renditions.mjs +0 -399
- package/scripts/auditable-demo-transport-smoke.mjs +0 -176
- package/scripts/auditable-demo.mjs +0 -1324
- package/scripts/aws-codebuild-toolchain.mjs +0 -285
- package/scripts/aws-macos-jit-controller-runtime.mjs +0 -82
- package/scripts/aws-runner-burst-core.mjs +0 -248
- package/scripts/aws-runner-burst.mjs +0 -79
- package/scripts/aws-windows-jit-campaign.mjs +0 -202
- package/scripts/aws-windows-jit-controller.mjs +0 -578
- package/scripts/binary-publication-evidence.mjs +0 -133
- package/scripts/bridge-bootstrap.mjs +0 -137
- package/scripts/build-contract-core.mjs +0 -1216
- package/scripts/buildchain-channel-router.mjs +0 -249
- package/scripts/buildchain-cli-help.mjs +0 -321
- package/scripts/buildchain-contract-lock.mjs +0 -184
- package/scripts/buildchain-patrol.mjs +0 -280
- package/scripts/compiler-cache-evidence.mjs +0 -304
- package/scripts/consumer-policy.mjs +0 -231
- package/scripts/controller-evidence.mjs +0 -208
- package/scripts/copy-domain-wasm.mjs +0 -14
- package/scripts/create-github-artifact-attestation-policy.mjs +0 -62
- package/scripts/create-release-bundle.mjs +0 -167
- package/scripts/cross-platform-adopter-qualification.mjs +0 -228
- package/scripts/declarative-promotion-admission.mjs +0 -45
- package/scripts/dev-alpha-candidate-patrol.mjs +0 -1197
- package/scripts/dev-delivery-authority-command-adapters.mjs +0 -206
- package/scripts/dev-delivery-authority-provider.mjs +0 -28
- package/scripts/dev-delivery-authority.mjs +0 -490
- package/scripts/dev-delivery-native-run.mjs +0 -177
- package/scripts/dev-delivery-process-boundary.mjs +0 -260
- package/scripts/dev-delivery-proof.mjs +0 -258
- package/scripts/dev-delivery-provider-heartbeat.mjs +0 -215
- package/scripts/dev-delivery-source-proof-replay.mjs +0 -153
- package/scripts/dev-delivery-source-proof-reuse.mjs +0 -548
- package/scripts/dev-delivery-two-phase-resume.mjs +0 -345
- package/scripts/dev-delivery-two-phase.mjs +0 -573
- package/scripts/dev-delivery-warrant-options.mjs +0 -298
- package/scripts/dev-delivery-warrant-store.mjs +0 -316
- package/scripts/dev-delivery-warrant-transition.mjs +0 -109
- package/scripts/dev-delivery-warrant.mjs +0 -559
- package/scripts/dev-merge-queue.mjs +0 -536
- package/scripts/dev-pr-auto-merge.mjs +0 -1222
- package/scripts/dev-pr-delivery-warrant.mjs +0 -467
- package/scripts/dev-pr-prequeue-guard.mjs +0 -381
- package/scripts/dev-qualification-patrol.mjs +0 -594
- package/scripts/dispatch-artifact-signing-authority.mjs +0 -407
- package/scripts/engineering-housekeeper-workflow.mjs +0 -401
- package/scripts/ensure-github-release.mjs +0 -199
- package/scripts/finalize-native-artifact-signing-result.mjs +0 -272
- package/scripts/generate-channel-build-workflow.mjs +0 -69
- package/scripts/generate-release-candidate-passport.mjs +0 -285
- package/scripts/generate-universal-workflow-facades.mjs +0 -499
- package/scripts/git-fetch-process-tree.mjs +0 -175
- package/scripts/host-adapter.mjs +0 -182
- package/scripts/implementation-references.mjs +0 -25
- package/scripts/import-artifact-signing-results.mjs +0 -135
- package/scripts/infra-contract-core.mjs +0 -1032
- package/scripts/infra-contract.mjs +0 -345
- package/scripts/init-repo.mjs +0 -518
- package/scripts/inspect-artifact-signing-requests.mjs +0 -157
- package/scripts/installer-publication.mjs +0 -361
- package/scripts/lifecycle-substage-evidence.mjs +0 -274
- package/scripts/locked-source-checkout.mjs +0 -595
- package/scripts/materialize-artifact-signing-request.mjs +0 -66
- package/scripts/merge-artifact-signing-results.mjs +0 -76
- package/scripts/next-development-review.mjs +0 -331
- package/scripts/next-development-transition.mjs +0 -47
- package/scripts/npm-publish-dry-run.mjs +0 -182
- package/scripts/npm-publish-transaction.mjs +0 -331
- package/scripts/observed-evidence.mjs +0 -311
- package/scripts/oci-compose-preview.mjs +0 -261
- package/scripts/paper-agent-cli.mjs +0 -35
- package/scripts/paper-work-fleet-cli.mjs +0 -594
- package/scripts/paper.mjs +0 -644
- package/scripts/product-publication-intent.mjs +0 -129
- package/scripts/promotion-channel-router.mjs +0 -139
- package/scripts/promotion-identity-resolver.mjs +0 -129
- package/scripts/publication-artifact-candidate.mjs +0 -122
- package/scripts/publication-artifact.mjs +0 -67
- package/scripts/publication-candidate-kind.mjs +0 -93
- package/scripts/publication-candidate-sealer.mjs +0 -119
- package/scripts/publication-package.mjs +0 -38
- package/scripts/publication-registry-hydrate.mjs +0 -216
- package/scripts/publication-reproducibility.mjs +0 -62
- package/scripts/publication-settlement.mjs +0 -217
- package/scripts/publish-source-ref-resolver.mjs +0 -113
- package/scripts/reconcile-github-governance.mjs +0 -689
- package/scripts/reconcile-release-governance.mjs +0 -368
- package/scripts/release-asset-client.mjs +0 -91
- package/scripts/release-candidate-adapter.mjs +0 -41
- package/scripts/release-candidate-anchor-provenance.mjs +0 -99
- package/scripts/release-candidate-resolver.mjs +0 -842
- package/scripts/release-finalization-review.mjs +0 -53
- package/scripts/release-line-dry-run.mjs +0 -53
- package/scripts/release-line-policy.mjs +0 -231
- package/scripts/release-propagation.mjs +0 -411
- package/scripts/release-tail.mjs +0 -178
- package/scripts/release-transaction.mjs +0 -212
- package/scripts/resolve-artifact-coordinates.mjs +0 -174
- package/scripts/resolve-artifact-transfer-mode.mjs +0 -126
- package/scripts/resolve-build-configuration.mjs +0 -105
- package/scripts/resolve-build-contract.mjs +0 -96
- package/scripts/resolve-publish-gate.mjs +0 -33
- package/scripts/resolve-publish-source.mjs +0 -99
- package/scripts/resume-from-candidate-run.mjs +0 -1117
- package/scripts/route-offline-runners.mjs +0 -237
- package/scripts/run-candidate-body-prefix-renderer.mjs +0 -187
- package/scripts/run-lifecycle-core.mjs +0 -850
- package/scripts/run-lifecycle.mjs +0 -56
- package/scripts/runtime-ref-core.mjs +0 -171
- package/scripts/seal-artifact-signing-requests.mjs +0 -431
- package/scripts/seal-macos-credential-input.mjs +0 -135
- package/scripts/shifu-gate-profile.mjs +0 -374
- package/scripts/sign-detached-artifact-requests.mjs +0 -237
- package/scripts/source-verification-evidence.mjs +0 -344
- package/scripts/stable-candidate-patrol.mjs +0 -527
- package/scripts/stable-candidate-policy.mjs +0 -25
- package/scripts/stable-candidate-qualification.mjs +0 -358
- package/scripts/stable-release-gate.mjs +0 -351
- package/scripts/stage-capsule-qualification.mjs +0 -528
- package/scripts/tail-reseal.mjs +0 -416
- package/scripts/universal-facade-maintainability.mjs +0 -91
- package/scripts/universal-workflow-backflow.mjs +0 -212
- package/scripts/universal-workflow-engine.mjs +0 -620
- package/scripts/universal-workflow-self-dogfood.mjs +0 -212
- package/scripts/validate-package-manager-contract.mjs +0 -24
- package/scripts/verify-artifact-signing-results.mjs +0 -124
- package/scripts/verify-publish-channel-ref.mjs +0 -125
- package/scripts/verify-publish-source-lock.mjs +0 -37
- package/scripts/verify-release-pr.mjs +0 -34
- package/scripts/verify-version-state-delta.mjs +0 -175
- package/scripts/verify-web-surface-publication-capability.mjs +0 -78
- package/scripts/web-surface-core.mjs +0 -2603
- package/scripts/web-surface-production-decision.mjs +0 -158
- package/scripts/web-surface-production-release-pr.mjs +0 -712
- package/scripts/web-surface-release-feedback.mjs +0 -358
- package/scripts/web-surface-release-pr-review.mjs +0 -187
- package/scripts/web-surface.mjs +0 -460
- package/scripts/workflow-call-contract.mjs +0 -133
- package/scripts/workflow-friction-report.mjs +0 -375
- package/scripts/workflow-taxonomy.mjs +0 -507
- /package/actions/{macos-credential-island → build/credential/macos-island}/README.md +0 -0
- /package/actions/{release-candidate-promote → release/promotion/candidate}/README.md +0 -0
- /package/actions/{release-tail → release/tail/settle}/README.md +0 -0
- /package/packages/core/{adopter-delivery-gate.js → adoption/adopter-delivery-gate.js} +0 -0
- /package/packages/core/{adopter-delivery-json.js → adoption/adopter-delivery-json.js} +0 -0
- /package/packages/core/{adopter-delivery-passport.js → adoption/adopter-delivery-passport.js} +0 -0
- /package/packages/core/{adopter-delivery-vectors.js → adoption/adopter-delivery-vectors.js} +0 -0
- /package/packages/core/{adopter-delivery-vectors.json → adoption/adopter-delivery-vectors.json} +0 -0
- /package/packages/core/{buildchain-agent-manuals.js → adoption/buildchain-agent-manuals.js} +0 -0
- /package/packages/core/{kfd-adopter-category-driver.js → adoption/kfd-adopter-category-driver.js} +0 -0
- /package/packages/core/{kfd-adopter-manifest.js → adoption/kfd-adopter-manifest.js} +0 -0
- /package/packages/core/{kfd-gate.js → adoption/kfd-gate.js} +0 -0
- /package/packages/core/{kfd-product-gates.js → adoption/kfd-product-gates.js} +0 -0
- /package/packages/core/{artifact-signing-result.js → build/artifact-signing-result.js} +0 -0
- /package/packages/core/{artifact-signing.js → build/artifact-signing.js} +0 -0
- /package/packages/core/{build-configuration.js → build/build-configuration.js} +0 -0
- /package/{scripts → packages/core/build/commands}/resolve-artifact-signing-upload-route.mjs +0 -0
- /package/packages/core/{detached-artifact-signature.js → build/detached-artifact-signature.js} +0 -0
- /package/{scripts/gate-profile-core.mjs → packages/core/build/gate/contracts.js} +0 -0
- /package/packages/core/{portable-dev-cache.js → build/portable-dev-cache.js} +0 -0
- /package/packages/core/{buildchain-channel-identity.js → consumer/buildchain-channel-identity.js} +0 -0
- /package/packages/core/{floating-consumer-release-passport.js → consumer/floating-consumer-release-passport.js} +0 -0
- /package/packages/core/{runtime-ref-resume-authority.js → consumer/runtime-ref-resume-authority.js} +0 -0
- /package/packages/core/{buildchain-layout.js → contracts/buildchain-layout.js} +0 -0
- /package/{bin/internal → packages/core/contracts}/command-registry.mjs +0 -0
- /package/packages/core/{kungfu-temporal-fact.js → contracts/kungfu-temporal-fact.js} +0 -0
- /package/packages/core/{surface-manifest.js → contracts/surface-manifest.js} +0 -0
- /package/packages/core/{workflow-call-contract.js → contracts/workflow-call-contract.js} +0 -0
- /package/{scripts → packages/core/dev-delivery/commands}/project-cut-merge-queue-admission.mjs +0 -0
- /package/packages/core/{dev-delivery-authority-evidence.js → dev-delivery/dev-delivery-authority-evidence.js} +0 -0
- /package/packages/core/{dev-delivery-authority-observation.js → dev-delivery/dev-delivery-authority-observation.js} +0 -0
- /package/packages/core/{dev-delivery-authority-qualification.js → dev-delivery/dev-delivery-authority-qualification.js} +0 -0
- /package/packages/core/{dev-delivery-authority-settlement.js → dev-delivery/dev-delivery-authority-settlement.js} +0 -0
- /package/packages/core/{dev-delivery-common.js → dev-delivery/dev-delivery-common.js} +0 -0
- /package/packages/core/{dev-delivery-execution-failure.js → dev-delivery/dev-delivery-execution-failure.js} +0 -0
- /package/packages/core/{dev-delivery-execution-transfer.js → dev-delivery/dev-delivery-execution-transfer.js} +0 -0
- /package/packages/core/{dev-delivery-landing-admission-core.js → dev-delivery/dev-delivery-landing-admission-core.js} +0 -0
- /package/packages/core/{dev-delivery-landing-readback.js → dev-delivery/dev-delivery-landing-readback.js} +0 -0
- /package/packages/core/{dev-delivery-landing-terminal-evidence.js → dev-delivery/dev-delivery-landing-terminal-evidence.js} +0 -0
- /package/packages/core/{dev-delivery-landing-testing-port.js → dev-delivery/dev-delivery-landing-testing-port.js} +0 -0
- /package/packages/core/{dev-delivery-native-execution.js → dev-delivery/dev-delivery-native-execution.js} +0 -0
- /package/packages/core/{dev-delivery-process-boundary.js → dev-delivery/dev-delivery-process-boundary.js} +0 -0
- /package/packages/core/{dev-delivery-provider-attempt.js → dev-delivery/dev-delivery-provider-attempt.js} +0 -0
- /package/packages/core/{dev-delivery-provider-heartbeat.js → dev-delivery/dev-delivery-provider-heartbeat.js} +0 -0
- /package/packages/core/{dev-delivery-warrant-cancellation.js → dev-delivery/dev-delivery-warrant-cancellation.js} +0 -0
- /package/packages/core/{dev-delivery-warrant-qualification.js → dev-delivery/dev-delivery-warrant-qualification.js} +0 -0
- /package/packages/core/{dev-delivery-warrant-settlement.js → dev-delivery/dev-delivery-warrant-settlement.js} +0 -0
- /package/packages/core/{dev-delivery-writer-protocol-transition.js → dev-delivery/dev-delivery-writer-protocol-transition.js} +0 -0
- /package/packages/core/{engineering-housekeeper-github-client.js → governance/engineering-housekeeper-github-client.js} +0 -0
- /package/packages/core/{engineering-housekeeper-github.js → governance/engineering-housekeeper-github.js} +0 -0
- /package/packages/core/{engineering-housekeeper.js → governance/engineering-housekeeper.js} +0 -0
- /package/packages/core/{issue-reporting.js → governance/issue-reporting.js} +0 -0
- /package/packages/core/{cache-evidence.js → observability/cache-evidence.js} +0 -0
- /package/packages/core/{candidate-timeline.js → observability/candidate-timeline.js} +0 -0
- /package/packages/core/{logging.js → observability/logging.js} +0 -0
- /package/packages/core/{paper-work.js → paper/paper-work.js} +0 -0
- /package/{scripts → packages/core/providers/commands}/aws-macos-jit-controller-core.mjs +0 -0
- /package/{scripts → packages/core/providers/commands}/aws-macos-jit-controller.mjs +0 -0
- /package/{scripts → packages/core/providers/commands}/aws-macos-jit-core.mjs +0 -0
- /package/{scripts → packages/core/providers/commands}/aws-macos-jit-job-controller.mjs +0 -0
- /package/{scripts → packages/core/providers/commands}/aws-macos-jit.mjs +0 -0
- /package/{scripts → packages/core/providers/commands}/aws-windows-jit-campaign-core.mjs +0 -0
- /package/{scripts → packages/core/providers/commands}/aws-windows-jit-controller-core.mjs +0 -0
- /package/{scripts → packages/core/providers/commands}/aws-windows-jit-core.mjs +0 -0
- /package/{scripts → packages/core/providers/commands}/aws-windows-jit.mjs +0 -0
- /package/{scripts → packages/core/providers/commands}/github-output.mjs +0 -0
- /package/packages/core/{oci-publication-graph.js → publication/oci-publication-graph.js} +0 -0
- /package/packages/core/{publication-control-plane-audit.js → publication/publication-control-plane-audit.js} +0 -0
- /package/packages/core/{publication-qualification.js → publication/publication-qualification.js} +0 -0
- /package/packages/core/{publication-rehearsal-provider-bindings.js → publication/publication-rehearsal-provider-bindings.js} +0 -0
- /package/packages/core/{publication-sealed-bundle.js → publication/publication-sealed-bundle.js} +0 -0
- /package/packages/core/{channel-candidate.js → release/channel-candidate.js} +0 -0
- /package/packages/core/{channel-promotion-baseline.js → release/channel-promotion-baseline.js} +0 -0
- /package/{scripts → packages/core/release/commands}/promotion-routing-evidence.mjs +0 -0
- /package/packages/core/{dev-alpha-active-release-train.js → release/dev-alpha-active-release-train.js} +0 -0
- /package/packages/core/{dev-alpha-candidate-selection.js → release/dev-alpha-candidate-selection.js} +0 -0
- /package/packages/core/{next-development-candidate-reservation.js → release/next-development-candidate-reservation.js} +0 -0
- /package/packages/core/{next-development-controller.js → release/next-development-controller.js} +0 -0
- /package/packages/core/{publish-transaction.js → release/publish-transaction.js} +0 -0
- /package/packages/core/{release-activation-transaction.js → release/release-activation-transaction.js} +0 -0
- /package/packages/core/{release-propagation-agent-entry.js → release/release-propagation-agent-entry.js} +0 -0
- /package/packages/core/{release-propagation-capture.js → release/release-propagation-capture.js} +0 -0
- /package/packages/core/{release-propagation-common.js → release/release-propagation-common.js} +0 -0
- /package/packages/core/{release-propagation-execution-profile.js → release/release-propagation-execution-profile.js} +0 -0
- /package/packages/core/{release-propagation-pickup.js → release/release-propagation-pickup.js} +0 -0
- /package/packages/core/{release-propagation-push.js → release/release-propagation-push.js} +0 -0
- /package/packages/core/{release-propagation-release.js → release/release-propagation-release.js} +0 -0
- /package/packages/core/{release-propagation-stage-evidence.js → release/release-propagation-stage-evidence.js} +0 -0
- /package/packages/core/{release-propagation-work-capture.js → release/release-propagation-work-capture.js} +0 -0
- /package/packages/core/{release-propagation-work-constants.js → release/release-propagation-work-constants.js} +0 -0
- /package/packages/core/{release-propagation-work-control.js → release/release-propagation-work-control.js} +0 -0
- /package/packages/core/{release-propagation-work-transitions.js → release/release-propagation-work-transitions.js} +0 -0
- /package/packages/core/{release-propagation-work.js → release/release-propagation-work.js} +0 -0
- /package/packages/core/{release-propagation.js → release/release-propagation.js} +0 -0
- /package/packages/core/{release-tail-product-capabilities.js → release/release-tail-product-capabilities.js} +0 -0
- /package/packages/core/{release-train.js → release/release-train.js} +0 -0
- /package/packages/core/{self-dogfood-version.js → release/self-dogfood-version.js} +0 -0
- /package/packages/core/{stable-candidate-ledger.js → release/stable-candidate-ledger.js} +0 -0
- /package/packages/core/{stable-release-gate.js → release/stable-release-gate.js} +0 -0
- /package/packages/core/{tail-reseal-contract.js → release/tail-reseal-contract.js} +0 -0
- /package/packages/core/{domain-wasm.js → runtime/domain-wasm.js} +0 -0
- /package/packages/core/{spawn-command.js → runtime/spawn-command.js} +0 -0
- /package/packages/core/{badges.js → web/badges.js} +0 -0
- /package/{scripts → packages/core/web/commands}/web-surface-cloudfront-rewrite.mjs +0 -0
- /package/{scripts → packages/core/web/commands}/web-surface-immutable-object.mjs +0 -0
- /package/{scripts → packages/core/web/commands}/web-surface-routing.mjs +0 -0
|
@@ -4,1320 +4,13 @@
|
|
|
4
4
|
"product": {
|
|
5
5
|
"name": "Buildchain",
|
|
6
6
|
"package": "@kungfu-tech/buildchain",
|
|
7
|
-
"version": "4.0.
|
|
7
|
+
"version": "4.1.0-alpha.0",
|
|
8
8
|
"repository": "https://github.com/kungfu-systems/buildchain"
|
|
9
9
|
},
|
|
10
10
|
"majorLine": "v4",
|
|
11
11
|
"compatibilityPolicy": "major-compatible",
|
|
12
|
-
"compatibilityFacts": [
|
|
13
|
-
|
|
14
|
-
"schema": "kungfu.buildchain.compatibility-fact/v1",
|
|
15
|
-
"factId": "build-channel-router-d40dd0-to-30549a",
|
|
16
|
-
"factRoot": "sha256:47c1d78adba0d75ac74409d85ad6cf1188d10d25165d2d561118cf76e9ccb701",
|
|
17
|
-
"sourceRoot": "sha256:ecf235e22344544c30b205323c6e01644561bcda143d0c566acac2571ecd18d7",
|
|
18
|
-
"targetRoot": "sha256:88cdf46c2a819e99374e7f10e609c34773fb67db9b5161adcb4112c1ccf6dc01",
|
|
19
|
-
"predicate": {
|
|
20
|
-
"root": "sha256:2b211f8251b0410b178f1f579d9bda9aa707877cc05c1ee839a3343f0f2307c9",
|
|
21
|
-
"record": {
|
|
22
|
-
"schema": "kungfu.fact.temporal-predicate/v1",
|
|
23
|
-
"predicateId": "kungfu.buildchain.compatibility:accept-contract-lock/v1",
|
|
24
|
-
"operations": [
|
|
25
|
-
"accept-contract-lock"
|
|
26
|
-
],
|
|
27
|
-
"direction": "source-to-target",
|
|
28
|
-
"pathPolicy": "explicit-bounded",
|
|
29
|
-
"cyclePolicy": "forbid",
|
|
30
|
-
"authorityRoot": "sha256:6908bf14a35e1ad7d0b865cb776744b789d1b41a0920d2160ef374febb4e24ea"
|
|
31
|
-
}
|
|
32
|
-
},
|
|
33
|
-
"relation": {
|
|
34
|
-
"root": "sha256:47c1d78adba0d75ac74409d85ad6cf1188d10d25165d2d561118cf76e9ccb701",
|
|
35
|
-
"record": {
|
|
36
|
-
"schema": "kungfu.fact.temporal-relation/v1",
|
|
37
|
-
"relationId": "buildchain:compatibility:build-channel-router-d40dd0-to-30549a",
|
|
38
|
-
"predicateRoot": "sha256:2b211f8251b0410b178f1f579d9bda9aa707877cc05c1ee839a3343f0f2307c9",
|
|
39
|
-
"sourceRoot": "sha256:ecf235e22344544c30b205323c6e01644561bcda143d0c566acac2571ecd18d7",
|
|
40
|
-
"targetRoot": "sha256:88cdf46c2a819e99374e7f10e609c34773fb67db9b5161adcb4112c1ccf6dc01",
|
|
41
|
-
"validFromCutRoot": "sha256:3b83f02e22ca82fc4a099b5f8c4353fffb1423b0a5cba41860b1ba86f7c8cbb7",
|
|
42
|
-
"scopeRoot": "sha256:dc381e72e9cad86293254f8542394f1abc27b4b0f07c122cb4cad5f73b381ccb",
|
|
43
|
-
"authorityRoot": "sha256:6908bf14a35e1ad7d0b865cb776744b789d1b41a0920d2160ef374febb4e24ea",
|
|
44
|
-
"admissionRoots": [
|
|
45
|
-
"sha256:e449bdc62832fd18b33d93833207d70e843f066a85aae8b0c717234194ecb497"
|
|
46
|
-
]
|
|
47
|
-
}
|
|
48
|
-
},
|
|
49
|
-
"proof": {
|
|
50
|
-
"schema": "kungfu.buildchain.compatibility-proof/v1",
|
|
51
|
-
"proofId": "build-channel-router-d40dd0-to-30549a",
|
|
52
|
-
"predicate": "compatible-breaking-digest",
|
|
53
|
-
"direction": "source-to-target",
|
|
54
|
-
"operation": "accept-contract-lock",
|
|
55
|
-
"source": {
|
|
56
|
-
"contract": "kungfu-buildchain-runtime-contract-world",
|
|
57
|
-
"surfaceId": "controller:build-channel-router",
|
|
58
|
-
"surfaceKind": "controller",
|
|
59
|
-
"breakingDigest": "sha256:d40dd05d7e07473d4b2dc1b62fbb0ed6f06449b4d3a7c44a2e8014313e3c0273"
|
|
60
|
-
},
|
|
61
|
-
"target": {
|
|
62
|
-
"contract": "kungfu-buildchain-runtime-contract-world",
|
|
63
|
-
"surfaceId": "controller:build-channel-router",
|
|
64
|
-
"surfaceKind": "controller",
|
|
65
|
-
"breakingDigest": "sha256:30549aa26cd1e1dd81f10fe3529d3c6e3f8438a6efa0100c47ebae4d2f3d71df"
|
|
66
|
-
},
|
|
67
|
-
"scope": {
|
|
68
|
-
"contract": "kungfu-buildchain-runtime-contract-world",
|
|
69
|
-
"surfaceId": "controller:build-channel-router",
|
|
70
|
-
"surfaceKind": "controller",
|
|
71
|
-
"majorLines": [
|
|
72
|
-
"v2",
|
|
73
|
-
"v3"
|
|
74
|
-
],
|
|
75
|
-
"operation": "accept-contract-lock"
|
|
76
|
-
},
|
|
77
|
-
"scopeRoot": "sha256:dc381e72e9cad86293254f8542394f1abc27b4b0f07c122cb4cad5f73b381ccb",
|
|
78
|
-
"evidence": {
|
|
79
|
-
"kind": "protected-pull-request-contract-acceptance",
|
|
80
|
-
"pullRequest": "https://github.com/kungfu-systems/buildchain/pull/2549",
|
|
81
|
-
"protectedBase": "dev/v3/v3.0",
|
|
82
|
-
"sourceCommit": "0d87b772265066f5e6157e1ba6a2ba1021fb5225",
|
|
83
|
-
"mergeCommit": "34fad9d3a94c450d75c0d06fd6ed00470c992ff7",
|
|
84
|
-
"contractDigest": "sha256:2584ba36ab54cd5e9bab9e34dfc08d87a55dc57de1be7641492bf7ceb1366350",
|
|
85
|
-
"compatibilityDigest": "sha256:80f65cc191b1f771475184edf8a1bf9c10dd69bb58060aa09313d0e1e57f508a"
|
|
86
|
-
},
|
|
87
|
-
"evidenceRoot": "sha256:e449bdc62832fd18b33d93833207d70e843f066a85aae8b0c717234194ecb497",
|
|
88
|
-
"authority": {
|
|
89
|
-
"kind": "protected-base-contract-authority",
|
|
90
|
-
"repository": "kungfu-systems/buildchain",
|
|
91
|
-
"protectedBase": "dev/v3/v3.0"
|
|
92
|
-
},
|
|
93
|
-
"authorityRoot": "sha256:6908bf14a35e1ad7d0b865cb776744b789d1b41a0920d2160ef374febb4e24ea",
|
|
94
|
-
"cut": {
|
|
95
|
-
"kind": "protected-git-cut",
|
|
96
|
-
"repository": "kungfu-systems/buildchain",
|
|
97
|
-
"protectedBase": "dev/v3/v3.0",
|
|
98
|
-
"commit": "34fad9d3a94c450d75c0d06fd6ed00470c992ff7"
|
|
99
|
-
},
|
|
100
|
-
"cutRoot": "sha256:3b83f02e22ca82fc4a099b5f8c4353fffb1423b0a5cba41860b1ba86f7c8cbb7",
|
|
101
|
-
"proofRoot": "sha256:36d2e188f43385d6191116393aa81ea025ccf61e21a1c5eae1d56be92a203b31"
|
|
102
|
-
}
|
|
103
|
-
},
|
|
104
|
-
{
|
|
105
|
-
"schema": "kungfu.buildchain.compatibility-fact/v1",
|
|
106
|
-
"factId": "promote-buildchain-ref-action-a59f09-to-6147c0",
|
|
107
|
-
"factRoot": "sha256:50e5b6e644493ac00d5b1d83a0ec6009f9faaae1bee15e88ee8386c9ec8a775d",
|
|
108
|
-
"sourceRoot": "sha256:b2ea5e385297f25146de02e5da2247b6a2d7f518d88eac95624a693891107a79",
|
|
109
|
-
"targetRoot": "sha256:33eee394ed2fe9892fd833eba4dc76dcae95a2ff1d8fb507a926651604be20e9",
|
|
110
|
-
"predicate": {
|
|
111
|
-
"root": "sha256:2b211f8251b0410b178f1f579d9bda9aa707877cc05c1ee839a3343f0f2307c9",
|
|
112
|
-
"record": {
|
|
113
|
-
"schema": "kungfu.fact.temporal-predicate/v1",
|
|
114
|
-
"predicateId": "kungfu.buildchain.compatibility:accept-contract-lock/v1",
|
|
115
|
-
"operations": [
|
|
116
|
-
"accept-contract-lock"
|
|
117
|
-
],
|
|
118
|
-
"direction": "source-to-target",
|
|
119
|
-
"pathPolicy": "explicit-bounded",
|
|
120
|
-
"cyclePolicy": "forbid",
|
|
121
|
-
"authorityRoot": "sha256:6908bf14a35e1ad7d0b865cb776744b789d1b41a0920d2160ef374febb4e24ea"
|
|
122
|
-
}
|
|
123
|
-
},
|
|
124
|
-
"relation": {
|
|
125
|
-
"root": "sha256:50e5b6e644493ac00d5b1d83a0ec6009f9faaae1bee15e88ee8386c9ec8a775d",
|
|
126
|
-
"record": {
|
|
127
|
-
"schema": "kungfu.fact.temporal-relation/v1",
|
|
128
|
-
"relationId": "buildchain:compatibility:promote-buildchain-ref-action-a59f09-to-6147c0",
|
|
129
|
-
"predicateRoot": "sha256:2b211f8251b0410b178f1f579d9bda9aa707877cc05c1ee839a3343f0f2307c9",
|
|
130
|
-
"sourceRoot": "sha256:b2ea5e385297f25146de02e5da2247b6a2d7f518d88eac95624a693891107a79",
|
|
131
|
-
"targetRoot": "sha256:33eee394ed2fe9892fd833eba4dc76dcae95a2ff1d8fb507a926651604be20e9",
|
|
132
|
-
"validFromCutRoot": "sha256:4fd5ae0cdad01a09e91bbb3f183ac595510a8f25baf7ba865de7633a7eacb3eb",
|
|
133
|
-
"scopeRoot": "sha256:dbf061c2f7608451f0d2ae47e2d7eaa323d7cf61699f20467ac73712748e50c5",
|
|
134
|
-
"authorityRoot": "sha256:6908bf14a35e1ad7d0b865cb776744b789d1b41a0920d2160ef374febb4e24ea",
|
|
135
|
-
"admissionRoots": [
|
|
136
|
-
"sha256:454c8cf77d6ecb35de2cdb2f8f80832d7fb31b9f9ef300749ac8b1595fd5cf86"
|
|
137
|
-
]
|
|
138
|
-
}
|
|
139
|
-
},
|
|
140
|
-
"proof": {
|
|
141
|
-
"schema": "kungfu.buildchain.compatibility-proof/v1",
|
|
142
|
-
"proofId": "promote-buildchain-ref-action-a59f09-to-6147c0",
|
|
143
|
-
"predicate": "compatible-breaking-digest",
|
|
144
|
-
"direction": "source-to-target",
|
|
145
|
-
"operation": "accept-contract-lock",
|
|
146
|
-
"source": {
|
|
147
|
-
"contract": "kungfu-buildchain-runtime-contract-world",
|
|
148
|
-
"surfaceId": "promote-buildchain-ref-action",
|
|
149
|
-
"surfaceKind": "action",
|
|
150
|
-
"breakingDigest": "sha256:a59f0910e6df842e7699139472e5dd69ac2fdd7f7213bf2cb346d1d622556874"
|
|
151
|
-
},
|
|
152
|
-
"target": {
|
|
153
|
-
"contract": "kungfu-buildchain-runtime-contract-world",
|
|
154
|
-
"surfaceId": "promote-buildchain-ref-action",
|
|
155
|
-
"surfaceKind": "action",
|
|
156
|
-
"breakingDigest": "sha256:6147c0a8d5c36bfaa6021871574e1fc28192a3f1b8cfdae4d24ef3059ac1ebda"
|
|
157
|
-
},
|
|
158
|
-
"scope": {
|
|
159
|
-
"contract": "kungfu-buildchain-runtime-contract-world",
|
|
160
|
-
"surfaceId": "promote-buildchain-ref-action",
|
|
161
|
-
"surfaceKind": "action",
|
|
162
|
-
"majorLines": [
|
|
163
|
-
"v2",
|
|
164
|
-
"v3"
|
|
165
|
-
],
|
|
166
|
-
"operation": "accept-contract-lock"
|
|
167
|
-
},
|
|
168
|
-
"scopeRoot": "sha256:dbf061c2f7608451f0d2ae47e2d7eaa323d7cf61699f20467ac73712748e50c5",
|
|
169
|
-
"evidence": {
|
|
170
|
-
"kind": "protected-pull-request-contract-acceptance",
|
|
171
|
-
"pullRequest": "https://github.com/kungfu-systems/buildchain/pull/1556",
|
|
172
|
-
"protectedBase": "dev/v2/v2.14",
|
|
173
|
-
"sourceCommit": "f8e2c5d28ef34d711892589331b7e018095a96d7",
|
|
174
|
-
"mergeCommit": "6e0c29be1489f686a9a3792b46bfaa4466828393",
|
|
175
|
-
"contractDigest": "sha256:f6dbf5147d9ad3b8c49ba6630cd52b8c7853ead7c921d7e1210a393aebf97d1f",
|
|
176
|
-
"compatibilityDigest": "sha256:cdf588422ec6b460bd6f631400efa6e361a045e052c8967d6c50fadd7aa4dd90"
|
|
177
|
-
},
|
|
178
|
-
"evidenceRoot": "sha256:454c8cf77d6ecb35de2cdb2f8f80832d7fb31b9f9ef300749ac8b1595fd5cf86",
|
|
179
|
-
"authority": {
|
|
180
|
-
"kind": "protected-base-contract-authority",
|
|
181
|
-
"repository": "kungfu-systems/buildchain",
|
|
182
|
-
"protectedBase": "dev/v3/v3.0"
|
|
183
|
-
},
|
|
184
|
-
"authorityRoot": "sha256:6908bf14a35e1ad7d0b865cb776744b789d1b41a0920d2160ef374febb4e24ea",
|
|
185
|
-
"cut": {
|
|
186
|
-
"kind": "protected-git-cut",
|
|
187
|
-
"repository": "kungfu-systems/buildchain",
|
|
188
|
-
"protectedBase": "dev/v3/v3.0",
|
|
189
|
-
"commit": "ff0f9006be1c8f63be40e67789e0cfd28fd69d46"
|
|
190
|
-
},
|
|
191
|
-
"cutRoot": "sha256:4fd5ae0cdad01a09e91bbb3f183ac595510a8f25baf7ba865de7633a7eacb3eb",
|
|
192
|
-
"proofRoot": "sha256:e6f93f44a6613a9d6de776ebe8f29b1779b0cd18a24bdf126ec6c1a07770fa75"
|
|
193
|
-
}
|
|
194
|
-
},
|
|
195
|
-
{
|
|
196
|
-
"schema": "kungfu.buildchain.compatibility-fact/v1",
|
|
197
|
-
"factId": "advanced-release-candidate-promote-aa30f2-to-9db8dd",
|
|
198
|
-
"factRoot": "sha256:5664da2363bed0b45497215b60763c3be627e568eb3182af5891c23ae3875fbe",
|
|
199
|
-
"sourceRoot": "sha256:df85dfa54c463f6889cfa1374a1b67c25f41e3e32cd59dee80262d4c766945e9",
|
|
200
|
-
"targetRoot": "sha256:07960d74a035f5417974f7761c4cb2a203e7fc6166366a3d113f09f41df597e8",
|
|
201
|
-
"predicate": {
|
|
202
|
-
"root": "sha256:2b211f8251b0410b178f1f579d9bda9aa707877cc05c1ee839a3343f0f2307c9",
|
|
203
|
-
"record": {
|
|
204
|
-
"schema": "kungfu.fact.temporal-predicate/v1",
|
|
205
|
-
"predicateId": "kungfu.buildchain.compatibility:accept-contract-lock/v1",
|
|
206
|
-
"operations": [
|
|
207
|
-
"accept-contract-lock"
|
|
208
|
-
],
|
|
209
|
-
"direction": "source-to-target",
|
|
210
|
-
"pathPolicy": "explicit-bounded",
|
|
211
|
-
"cyclePolicy": "forbid",
|
|
212
|
-
"authorityRoot": "sha256:6908bf14a35e1ad7d0b865cb776744b789d1b41a0920d2160ef374febb4e24ea"
|
|
213
|
-
}
|
|
214
|
-
},
|
|
215
|
-
"relation": {
|
|
216
|
-
"root": "sha256:5664da2363bed0b45497215b60763c3be627e568eb3182af5891c23ae3875fbe",
|
|
217
|
-
"record": {
|
|
218
|
-
"schema": "kungfu.fact.temporal-relation/v1",
|
|
219
|
-
"relationId": "buildchain:compatibility:advanced-release-candidate-promote-aa30f2-to-9db8dd",
|
|
220
|
-
"predicateRoot": "sha256:2b211f8251b0410b178f1f579d9bda9aa707877cc05c1ee839a3343f0f2307c9",
|
|
221
|
-
"sourceRoot": "sha256:df85dfa54c463f6889cfa1374a1b67c25f41e3e32cd59dee80262d4c766945e9",
|
|
222
|
-
"targetRoot": "sha256:07960d74a035f5417974f7761c4cb2a203e7fc6166366a3d113f09f41df597e8",
|
|
223
|
-
"validFromCutRoot": "sha256:4fd5ae0cdad01a09e91bbb3f183ac595510a8f25baf7ba865de7633a7eacb3eb",
|
|
224
|
-
"scopeRoot": "sha256:c9746475e09a42adf6e33cf3656d9d7cef8e880ba3efc31b8a3cd599b938a124",
|
|
225
|
-
"authorityRoot": "sha256:6908bf14a35e1ad7d0b865cb776744b789d1b41a0920d2160ef374febb4e24ea",
|
|
226
|
-
"admissionRoots": [
|
|
227
|
-
"sha256:c428bab55d265c91220aa10f7f3d8be508bdc1b412049ca9de48fa6f9898a373"
|
|
228
|
-
]
|
|
229
|
-
}
|
|
230
|
-
},
|
|
231
|
-
"proof": {
|
|
232
|
-
"schema": "kungfu.buildchain.compatibility-proof/v1",
|
|
233
|
-
"proofId": "advanced-release-candidate-promote-aa30f2-to-9db8dd",
|
|
234
|
-
"predicate": "compatible-breaking-digest",
|
|
235
|
-
"direction": "source-to-target",
|
|
236
|
-
"operation": "accept-contract-lock",
|
|
237
|
-
"source": {
|
|
238
|
-
"contract": "kungfu-buildchain-runtime-contract-world",
|
|
239
|
-
"surfaceId": "advanced-release-candidate-promote",
|
|
240
|
-
"surfaceKind": "workflow",
|
|
241
|
-
"breakingDigest": "sha256:aa30f22e3af0a89841310bdbdc900844dd95a66974db173fa140a71bbd7e82c0"
|
|
242
|
-
},
|
|
243
|
-
"target": {
|
|
244
|
-
"contract": "kungfu-buildchain-runtime-contract-world",
|
|
245
|
-
"surfaceId": "advanced-release-candidate-promote",
|
|
246
|
-
"surfaceKind": "workflow",
|
|
247
|
-
"breakingDigest": "sha256:9db8dd07152855d03ff30f9c571438593c689d3e8139fa45431d000f548242f5"
|
|
248
|
-
},
|
|
249
|
-
"scope": {
|
|
250
|
-
"contract": "kungfu-buildchain-runtime-contract-world",
|
|
251
|
-
"surfaceId": "advanced-release-candidate-promote",
|
|
252
|
-
"surfaceKind": "workflow",
|
|
253
|
-
"majorLines": [
|
|
254
|
-
"v2",
|
|
255
|
-
"v3"
|
|
256
|
-
],
|
|
257
|
-
"operation": "accept-contract-lock"
|
|
258
|
-
},
|
|
259
|
-
"scopeRoot": "sha256:c9746475e09a42adf6e33cf3656d9d7cef8e880ba3efc31b8a3cd599b938a124",
|
|
260
|
-
"evidence": {
|
|
261
|
-
"kind": "protected-pull-request-contract-acceptance",
|
|
262
|
-
"pullRequest": "https://github.com/kungfu-systems/buildchain/pull/2342",
|
|
263
|
-
"protectedBase": "dev/v3/v3.0",
|
|
264
|
-
"sourceCommit": "8870db287a9ee5fb95eebbbe907b1649d84d5b7f",
|
|
265
|
-
"mergeCommit": "30b605adea1ed33dcf0bbb4cc7b666b64a6ccd18",
|
|
266
|
-
"contractDigest": "sha256:9c07dbdb9aa8390569cd07ace044af45e6751b91ffe8fcc0cb69a77388b0f72b",
|
|
267
|
-
"compatibilityDigest": "sha256:80cfdf1786019217c439810f1a80d2866bf8f7ef35a6fa569e1a687fb2bf4cbe"
|
|
268
|
-
},
|
|
269
|
-
"evidenceRoot": "sha256:c428bab55d265c91220aa10f7f3d8be508bdc1b412049ca9de48fa6f9898a373",
|
|
270
|
-
"authority": {
|
|
271
|
-
"kind": "protected-base-contract-authority",
|
|
272
|
-
"repository": "kungfu-systems/buildchain",
|
|
273
|
-
"protectedBase": "dev/v3/v3.0"
|
|
274
|
-
},
|
|
275
|
-
"authorityRoot": "sha256:6908bf14a35e1ad7d0b865cb776744b789d1b41a0920d2160ef374febb4e24ea",
|
|
276
|
-
"cut": {
|
|
277
|
-
"kind": "protected-git-cut",
|
|
278
|
-
"repository": "kungfu-systems/buildchain",
|
|
279
|
-
"protectedBase": "dev/v3/v3.0",
|
|
280
|
-
"commit": "ff0f9006be1c8f63be40e67789e0cfd28fd69d46"
|
|
281
|
-
},
|
|
282
|
-
"cutRoot": "sha256:4fd5ae0cdad01a09e91bbb3f183ac595510a8f25baf7ba865de7633a7eacb3eb",
|
|
283
|
-
"proofRoot": "sha256:36c85ba487be1528e85776d2bc5f766a971d42ac238aec30071945f7d60d9fc5"
|
|
284
|
-
}
|
|
285
|
-
},
|
|
286
|
-
{
|
|
287
|
-
"schema": "kungfu.buildchain.compatibility-fact/v1",
|
|
288
|
-
"factId": "reusable-build-a6a353-to-dfbedd",
|
|
289
|
-
"factRoot": "sha256:7c85c77b8282d123924b89b4f5b239b58b7b1383af91b9006425d9269a2c6ce5",
|
|
290
|
-
"sourceRoot": "sha256:d62613e555428da8c08287d9335f00b5ecf4c90950307e1b2407bf84ffbc633d",
|
|
291
|
-
"targetRoot": "sha256:db4272cd6eba98596dedf2bb6c843604fa977950e188fdde6df22534d9715c23",
|
|
292
|
-
"predicate": {
|
|
293
|
-
"root": "sha256:2b211f8251b0410b178f1f579d9bda9aa707877cc05c1ee839a3343f0f2307c9",
|
|
294
|
-
"record": {
|
|
295
|
-
"schema": "kungfu.fact.temporal-predicate/v1",
|
|
296
|
-
"predicateId": "kungfu.buildchain.compatibility:accept-contract-lock/v1",
|
|
297
|
-
"operations": [
|
|
298
|
-
"accept-contract-lock"
|
|
299
|
-
],
|
|
300
|
-
"direction": "source-to-target",
|
|
301
|
-
"pathPolicy": "explicit-bounded",
|
|
302
|
-
"cyclePolicy": "forbid",
|
|
303
|
-
"authorityRoot": "sha256:6908bf14a35e1ad7d0b865cb776744b789d1b41a0920d2160ef374febb4e24ea"
|
|
304
|
-
}
|
|
305
|
-
},
|
|
306
|
-
"relation": {
|
|
307
|
-
"root": "sha256:7c85c77b8282d123924b89b4f5b239b58b7b1383af91b9006425d9269a2c6ce5",
|
|
308
|
-
"record": {
|
|
309
|
-
"schema": "kungfu.fact.temporal-relation/v1",
|
|
310
|
-
"relationId": "buildchain:compatibility:reusable-build-a6a353-to-dfbedd",
|
|
311
|
-
"predicateRoot": "sha256:2b211f8251b0410b178f1f579d9bda9aa707877cc05c1ee839a3343f0f2307c9",
|
|
312
|
-
"sourceRoot": "sha256:d62613e555428da8c08287d9335f00b5ecf4c90950307e1b2407bf84ffbc633d",
|
|
313
|
-
"targetRoot": "sha256:db4272cd6eba98596dedf2bb6c843604fa977950e188fdde6df22534d9715c23",
|
|
314
|
-
"validFromCutRoot": "sha256:4a758c2d730bf99a28ae37057e865e9f0cb8a516200b5a0c29851ca414efa556",
|
|
315
|
-
"scopeRoot": "sha256:b50ae93f868501c8acfc93d93dc2deec916a4fcf12c19f959fbb3893cc11bb6c",
|
|
316
|
-
"authorityRoot": "sha256:6908bf14a35e1ad7d0b865cb776744b789d1b41a0920d2160ef374febb4e24ea",
|
|
317
|
-
"admissionRoots": [
|
|
318
|
-
"sha256:8e0184e579c42a66851992a79d54b6f8add9eea776a589bc3004fe0e2177b15c"
|
|
319
|
-
]
|
|
320
|
-
}
|
|
321
|
-
},
|
|
322
|
-
"proof": {
|
|
323
|
-
"schema": "kungfu.buildchain.compatibility-proof/v1",
|
|
324
|
-
"proofId": "reusable-build-a6a353-to-dfbedd",
|
|
325
|
-
"predicate": "compatible-breaking-digest",
|
|
326
|
-
"direction": "source-to-target",
|
|
327
|
-
"operation": "accept-contract-lock",
|
|
328
|
-
"source": {
|
|
329
|
-
"contract": "kungfu-buildchain-runtime-contract-world",
|
|
330
|
-
"surfaceId": "reusable-build",
|
|
331
|
-
"surfaceKind": "workflow",
|
|
332
|
-
"breakingDigest": "sha256:a6a35370d6b0d0f46e1b2712dcc01961fe53c2febde95409a27a485c10a36650"
|
|
333
|
-
},
|
|
334
|
-
"target": {
|
|
335
|
-
"contract": "kungfu-buildchain-runtime-contract-world",
|
|
336
|
-
"surfaceId": "reusable-build",
|
|
337
|
-
"surfaceKind": "workflow",
|
|
338
|
-
"breakingDigest": "sha256:dfbedd543ae0c067982b5c8c02d98dd2f7f7df88752be97fb330da6b0ba30faa"
|
|
339
|
-
},
|
|
340
|
-
"scope": {
|
|
341
|
-
"contract": "kungfu-buildchain-runtime-contract-world",
|
|
342
|
-
"surfaceId": "reusable-build",
|
|
343
|
-
"surfaceKind": "workflow",
|
|
344
|
-
"majorLines": [
|
|
345
|
-
"v2",
|
|
346
|
-
"v3"
|
|
347
|
-
],
|
|
348
|
-
"operation": "accept-contract-lock"
|
|
349
|
-
},
|
|
350
|
-
"scopeRoot": "sha256:b50ae93f868501c8acfc93d93dc2deec916a4fcf12c19f959fbb3893cc11bb6c",
|
|
351
|
-
"evidence": {
|
|
352
|
-
"kind": "protected-pull-request-contract-acceptance",
|
|
353
|
-
"pullRequest": "https://github.com/kungfu-systems/buildchain/pull/2089",
|
|
354
|
-
"protectedBase": "dev/v3/v3.0",
|
|
355
|
-
"sourceCommit": "1a6cb874bc6f1611f3eef607e711d3532798e9e7",
|
|
356
|
-
"mergeCommit": "71a75f21159b994241ec7cb2c50f7a150c5d440b",
|
|
357
|
-
"contractDigest": "sha256:7c2a7c132a2b2722f70f148b81048147047d4d2c46cf33f7cd2dc158aec092e0",
|
|
358
|
-
"compatibilityDigest": "sha256:61af7d0871220bc0909008bdc571905ad500cccf853e7841bc5d462a34b2d436"
|
|
359
|
-
},
|
|
360
|
-
"evidenceRoot": "sha256:8e0184e579c42a66851992a79d54b6f8add9eea776a589bc3004fe0e2177b15c",
|
|
361
|
-
"authority": {
|
|
362
|
-
"kind": "protected-base-contract-authority",
|
|
363
|
-
"repository": "kungfu-systems/buildchain",
|
|
364
|
-
"protectedBase": "dev/v3/v3.0"
|
|
365
|
-
},
|
|
366
|
-
"authorityRoot": "sha256:6908bf14a35e1ad7d0b865cb776744b789d1b41a0920d2160ef374febb4e24ea",
|
|
367
|
-
"cut": {
|
|
368
|
-
"kind": "protected-git-cut",
|
|
369
|
-
"repository": "kungfu-systems/buildchain",
|
|
370
|
-
"protectedBase": "dev/v3/v3.0",
|
|
371
|
-
"commit": "71a75f21159b994241ec7cb2c50f7a150c5d440b"
|
|
372
|
-
},
|
|
373
|
-
"cutRoot": "sha256:4a758c2d730bf99a28ae37057e865e9f0cb8a516200b5a0c29851ca414efa556",
|
|
374
|
-
"proofRoot": "sha256:b99176f414752ffb276f4add6183aa81eeb480598368ca4f57804f024212d0f5"
|
|
375
|
-
}
|
|
376
|
-
},
|
|
377
|
-
{
|
|
378
|
-
"schema": "kungfu.buildchain.compatibility-fact/v1",
|
|
379
|
-
"factId": "build-lifecycle-e264a7-to-6b8d38",
|
|
380
|
-
"factRoot": "sha256:b45ecad5988d358bc4604f28db0faad793a02d8ee8592cc1f4323365e951c6f0",
|
|
381
|
-
"sourceRoot": "sha256:556fde50370a3065212b7357efccc4e84f6332dc4c8ff94357caf5f428773fdf",
|
|
382
|
-
"targetRoot": "sha256:da550aa8c13f0f1424d1edf68653611a8206b49b1f82d0939d248010d49e9080",
|
|
383
|
-
"predicate": {
|
|
384
|
-
"root": "sha256:2b211f8251b0410b178f1f579d9bda9aa707877cc05c1ee839a3343f0f2307c9",
|
|
385
|
-
"record": {
|
|
386
|
-
"schema": "kungfu.fact.temporal-predicate/v1",
|
|
387
|
-
"predicateId": "kungfu.buildchain.compatibility:accept-contract-lock/v1",
|
|
388
|
-
"operations": [
|
|
389
|
-
"accept-contract-lock"
|
|
390
|
-
],
|
|
391
|
-
"direction": "source-to-target",
|
|
392
|
-
"pathPolicy": "explicit-bounded",
|
|
393
|
-
"cyclePolicy": "forbid",
|
|
394
|
-
"authorityRoot": "sha256:6908bf14a35e1ad7d0b865cb776744b789d1b41a0920d2160ef374febb4e24ea"
|
|
395
|
-
}
|
|
396
|
-
},
|
|
397
|
-
"relation": {
|
|
398
|
-
"root": "sha256:b45ecad5988d358bc4604f28db0faad793a02d8ee8592cc1f4323365e951c6f0",
|
|
399
|
-
"record": {
|
|
400
|
-
"schema": "kungfu.fact.temporal-relation/v1",
|
|
401
|
-
"relationId": "buildchain:compatibility:build-lifecycle-e264a7-to-6b8d38",
|
|
402
|
-
"predicateRoot": "sha256:2b211f8251b0410b178f1f579d9bda9aa707877cc05c1ee839a3343f0f2307c9",
|
|
403
|
-
"sourceRoot": "sha256:556fde50370a3065212b7357efccc4e84f6332dc4c8ff94357caf5f428773fdf",
|
|
404
|
-
"targetRoot": "sha256:da550aa8c13f0f1424d1edf68653611a8206b49b1f82d0939d248010d49e9080",
|
|
405
|
-
"validFromCutRoot": "sha256:4fd5ae0cdad01a09e91bbb3f183ac595510a8f25baf7ba865de7633a7eacb3eb",
|
|
406
|
-
"scopeRoot": "sha256:c1a391a06ad2732c09c09fe0a0806569ac066684f5f2cd381a634c7784da6de3",
|
|
407
|
-
"authorityRoot": "sha256:6908bf14a35e1ad7d0b865cb776744b789d1b41a0920d2160ef374febb4e24ea",
|
|
408
|
-
"admissionRoots": [
|
|
409
|
-
"sha256:ec5b8374a76dea9fd344cace735f46caa7a8167eef1becd55fbdb0d3cd6f1109"
|
|
410
|
-
]
|
|
411
|
-
}
|
|
412
|
-
},
|
|
413
|
-
"proof": {
|
|
414
|
-
"schema": "kungfu.buildchain.compatibility-proof/v1",
|
|
415
|
-
"proofId": "build-lifecycle-e264a7-to-6b8d38",
|
|
416
|
-
"predicate": "compatible-breaking-digest",
|
|
417
|
-
"direction": "source-to-target",
|
|
418
|
-
"operation": "accept-contract-lock",
|
|
419
|
-
"source": {
|
|
420
|
-
"contract": "kungfu-buildchain-runtime-contract-world",
|
|
421
|
-
"surfaceId": "controller:build-lifecycle",
|
|
422
|
-
"surfaceKind": "controller",
|
|
423
|
-
"breakingDigest": "sha256:e264a79f9f399038c2fcfd21e4168c68c2e1485ee5c651c02242a02b622ac2be"
|
|
424
|
-
},
|
|
425
|
-
"target": {
|
|
426
|
-
"contract": "kungfu-buildchain-runtime-contract-world",
|
|
427
|
-
"surfaceId": "controller:build-lifecycle",
|
|
428
|
-
"surfaceKind": "controller",
|
|
429
|
-
"breakingDigest": "sha256:6b8d38e92b2c67b5bc83fae0a3fd95bfa47582fbc176e6cdeebe7630a57534cb"
|
|
430
|
-
},
|
|
431
|
-
"scope": {
|
|
432
|
-
"contract": "kungfu-buildchain-runtime-contract-world",
|
|
433
|
-
"surfaceId": "controller:build-lifecycle",
|
|
434
|
-
"surfaceKind": "controller",
|
|
435
|
-
"majorLines": [
|
|
436
|
-
"v2",
|
|
437
|
-
"v3"
|
|
438
|
-
],
|
|
439
|
-
"operation": "accept-contract-lock"
|
|
440
|
-
},
|
|
441
|
-
"scopeRoot": "sha256:c1a391a06ad2732c09c09fe0a0806569ac066684f5f2cd381a634c7784da6de3",
|
|
442
|
-
"evidence": {
|
|
443
|
-
"kind": "protected-pull-request-contract-acceptance",
|
|
444
|
-
"pullRequest": "https://github.com/kungfu-systems/buildchain/pull/2058",
|
|
445
|
-
"protectedBase": "dev/v3/v3.0",
|
|
446
|
-
"sourceCommit": "c9a86bd1ac17b4fae54b0410498830edad80d831",
|
|
447
|
-
"mergeCommit": "3991801a7a7d6fe5e31b9a670dfde7ea59e61253",
|
|
448
|
-
"contractDigest": "sha256:da72850bbd3088f0e9eb20c17382557e0dfb7e68bf4469d352ed870ee8a334e8",
|
|
449
|
-
"compatibilityDigest": "sha256:32a651504c57829085dc8863f0e41dee98eb60708ff6dec958c9c7e4b1010102"
|
|
450
|
-
},
|
|
451
|
-
"evidenceRoot": "sha256:ec5b8374a76dea9fd344cace735f46caa7a8167eef1becd55fbdb0d3cd6f1109",
|
|
452
|
-
"authority": {
|
|
453
|
-
"kind": "protected-base-contract-authority",
|
|
454
|
-
"repository": "kungfu-systems/buildchain",
|
|
455
|
-
"protectedBase": "dev/v3/v3.0"
|
|
456
|
-
},
|
|
457
|
-
"authorityRoot": "sha256:6908bf14a35e1ad7d0b865cb776744b789d1b41a0920d2160ef374febb4e24ea",
|
|
458
|
-
"cut": {
|
|
459
|
-
"kind": "protected-git-cut",
|
|
460
|
-
"repository": "kungfu-systems/buildchain",
|
|
461
|
-
"protectedBase": "dev/v3/v3.0",
|
|
462
|
-
"commit": "ff0f9006be1c8f63be40e67789e0cfd28fd69d46"
|
|
463
|
-
},
|
|
464
|
-
"cutRoot": "sha256:4fd5ae0cdad01a09e91bbb3f183ac595510a8f25baf7ba865de7633a7eacb3eb",
|
|
465
|
-
"proofRoot": "sha256:9024634cef43a9d695fa224d26be9aeb6370d3c981b003ece3b659dde8e73713"
|
|
466
|
-
}
|
|
467
|
-
},
|
|
468
|
-
{
|
|
469
|
-
"schema": "kungfu.buildchain.compatibility-fact/v1",
|
|
470
|
-
"factId": "web-surface-da569f-to-27f0cb",
|
|
471
|
-
"factRoot": "sha256:bba5690e6c535b54623d31b3260e59381bdb50161d7bff33b8e42b8b6dd3135a",
|
|
472
|
-
"sourceRoot": "sha256:b613d47196d2589279675d55435cb23f9dfc59bf5cdd37430c692b47e981bf23",
|
|
473
|
-
"targetRoot": "sha256:a409f21ebea76066bbf6ae064f220bef20cceba806e35ffc1caa107cacd0c0c2",
|
|
474
|
-
"predicate": {
|
|
475
|
-
"root": "sha256:2b211f8251b0410b178f1f579d9bda9aa707877cc05c1ee839a3343f0f2307c9",
|
|
476
|
-
"record": {
|
|
477
|
-
"schema": "kungfu.fact.temporal-predicate/v1",
|
|
478
|
-
"predicateId": "kungfu.buildchain.compatibility:accept-contract-lock/v1",
|
|
479
|
-
"operations": [
|
|
480
|
-
"accept-contract-lock"
|
|
481
|
-
],
|
|
482
|
-
"direction": "source-to-target",
|
|
483
|
-
"pathPolicy": "explicit-bounded",
|
|
484
|
-
"cyclePolicy": "forbid",
|
|
485
|
-
"authorityRoot": "sha256:6908bf14a35e1ad7d0b865cb776744b789d1b41a0920d2160ef374febb4e24ea"
|
|
486
|
-
}
|
|
487
|
-
},
|
|
488
|
-
"relation": {
|
|
489
|
-
"root": "sha256:bba5690e6c535b54623d31b3260e59381bdb50161d7bff33b8e42b8b6dd3135a",
|
|
490
|
-
"record": {
|
|
491
|
-
"schema": "kungfu.fact.temporal-relation/v1",
|
|
492
|
-
"relationId": "buildchain:compatibility:web-surface-da569f-to-27f0cb",
|
|
493
|
-
"predicateRoot": "sha256:2b211f8251b0410b178f1f579d9bda9aa707877cc05c1ee839a3343f0f2307c9",
|
|
494
|
-
"sourceRoot": "sha256:b613d47196d2589279675d55435cb23f9dfc59bf5cdd37430c692b47e981bf23",
|
|
495
|
-
"targetRoot": "sha256:a409f21ebea76066bbf6ae064f220bef20cceba806e35ffc1caa107cacd0c0c2",
|
|
496
|
-
"validFromCutRoot": "sha256:4a758c2d730bf99a28ae37057e865e9f0cb8a516200b5a0c29851ca414efa556",
|
|
497
|
-
"scopeRoot": "sha256:0288a1bc232405047630819733074df11cfd86596c0fc95afd4403948399d679",
|
|
498
|
-
"authorityRoot": "sha256:6908bf14a35e1ad7d0b865cb776744b789d1b41a0920d2160ef374febb4e24ea",
|
|
499
|
-
"admissionRoots": [
|
|
500
|
-
"sha256:8e0184e579c42a66851992a79d54b6f8add9eea776a589bc3004fe0e2177b15c"
|
|
501
|
-
]
|
|
502
|
-
}
|
|
503
|
-
},
|
|
504
|
-
"proof": {
|
|
505
|
-
"schema": "kungfu.buildchain.compatibility-proof/v1",
|
|
506
|
-
"proofId": "web-surface-da569f-to-27f0cb",
|
|
507
|
-
"predicate": "compatible-breaking-digest",
|
|
508
|
-
"direction": "source-to-target",
|
|
509
|
-
"operation": "accept-contract-lock",
|
|
510
|
-
"source": {
|
|
511
|
-
"contract": "kungfu-buildchain-runtime-contract-world",
|
|
512
|
-
"surfaceId": "web-surface",
|
|
513
|
-
"surfaceKind": "workflow",
|
|
514
|
-
"breakingDigest": "sha256:da569f90374e878948e3d5160ed9929338ce0572473ca8ee54867b0fe1aaeace"
|
|
515
|
-
},
|
|
516
|
-
"target": {
|
|
517
|
-
"contract": "kungfu-buildchain-runtime-contract-world",
|
|
518
|
-
"surfaceId": "web-surface",
|
|
519
|
-
"surfaceKind": "workflow",
|
|
520
|
-
"breakingDigest": "sha256:27f0cb9c7d97288850d215be8696b323471c41fd1cdf3a2ff3ebf21f62541960"
|
|
521
|
-
},
|
|
522
|
-
"scope": {
|
|
523
|
-
"contract": "kungfu-buildchain-runtime-contract-world",
|
|
524
|
-
"surfaceId": "web-surface",
|
|
525
|
-
"surfaceKind": "workflow",
|
|
526
|
-
"majorLines": [
|
|
527
|
-
"v2",
|
|
528
|
-
"v3"
|
|
529
|
-
],
|
|
530
|
-
"operation": "accept-contract-lock"
|
|
531
|
-
},
|
|
532
|
-
"scopeRoot": "sha256:0288a1bc232405047630819733074df11cfd86596c0fc95afd4403948399d679",
|
|
533
|
-
"evidence": {
|
|
534
|
-
"kind": "protected-pull-request-contract-acceptance",
|
|
535
|
-
"pullRequest": "https://github.com/kungfu-systems/buildchain/pull/2089",
|
|
536
|
-
"protectedBase": "dev/v3/v3.0",
|
|
537
|
-
"sourceCommit": "1a6cb874bc6f1611f3eef607e711d3532798e9e7",
|
|
538
|
-
"mergeCommit": "71a75f21159b994241ec7cb2c50f7a150c5d440b",
|
|
539
|
-
"contractDigest": "sha256:7c2a7c132a2b2722f70f148b81048147047d4d2c46cf33f7cd2dc158aec092e0",
|
|
540
|
-
"compatibilityDigest": "sha256:61af7d0871220bc0909008bdc571905ad500cccf853e7841bc5d462a34b2d436"
|
|
541
|
-
},
|
|
542
|
-
"evidenceRoot": "sha256:8e0184e579c42a66851992a79d54b6f8add9eea776a589bc3004fe0e2177b15c",
|
|
543
|
-
"authority": {
|
|
544
|
-
"kind": "protected-base-contract-authority",
|
|
545
|
-
"repository": "kungfu-systems/buildchain",
|
|
546
|
-
"protectedBase": "dev/v3/v3.0"
|
|
547
|
-
},
|
|
548
|
-
"authorityRoot": "sha256:6908bf14a35e1ad7d0b865cb776744b789d1b41a0920d2160ef374febb4e24ea",
|
|
549
|
-
"cut": {
|
|
550
|
-
"kind": "protected-git-cut",
|
|
551
|
-
"repository": "kungfu-systems/buildchain",
|
|
552
|
-
"protectedBase": "dev/v3/v3.0",
|
|
553
|
-
"commit": "71a75f21159b994241ec7cb2c50f7a150c5d440b"
|
|
554
|
-
},
|
|
555
|
-
"cutRoot": "sha256:4a758c2d730bf99a28ae37057e865e9f0cb8a516200b5a0c29851ca414efa556",
|
|
556
|
-
"proofRoot": "sha256:3ba66a1e8f8d00ddd45f3f448bcccb15469cbd31f5765d36f61e4cfe7fd0dd41"
|
|
557
|
-
}
|
|
558
|
-
},
|
|
559
|
-
{
|
|
560
|
-
"schema": "kungfu.buildchain.compatibility-fact/v1",
|
|
561
|
-
"factId": "build-lifecycle-307459-to-6b8d38",
|
|
562
|
-
"factRoot": "sha256:c803aa7787c92e9ac71e0f52b6d2ec0cc76e8bc0e55f192affa9546286899ce9",
|
|
563
|
-
"sourceRoot": "sha256:4ac7d3ce8c279470d2ae71deda9a8a898064c240e75f02006c0ea4057ce690b1",
|
|
564
|
-
"targetRoot": "sha256:da550aa8c13f0f1424d1edf68653611a8206b49b1f82d0939d248010d49e9080",
|
|
565
|
-
"predicate": {
|
|
566
|
-
"root": "sha256:2b211f8251b0410b178f1f579d9bda9aa707877cc05c1ee839a3343f0f2307c9",
|
|
567
|
-
"record": {
|
|
568
|
-
"schema": "kungfu.fact.temporal-predicate/v1",
|
|
569
|
-
"predicateId": "kungfu.buildchain.compatibility:accept-contract-lock/v1",
|
|
570
|
-
"operations": [
|
|
571
|
-
"accept-contract-lock"
|
|
572
|
-
],
|
|
573
|
-
"direction": "source-to-target",
|
|
574
|
-
"pathPolicy": "explicit-bounded",
|
|
575
|
-
"cyclePolicy": "forbid",
|
|
576
|
-
"authorityRoot": "sha256:6908bf14a35e1ad7d0b865cb776744b789d1b41a0920d2160ef374febb4e24ea"
|
|
577
|
-
}
|
|
578
|
-
},
|
|
579
|
-
"relation": {
|
|
580
|
-
"root": "sha256:c803aa7787c92e9ac71e0f52b6d2ec0cc76e8bc0e55f192affa9546286899ce9",
|
|
581
|
-
"record": {
|
|
582
|
-
"schema": "kungfu.fact.temporal-relation/v1",
|
|
583
|
-
"relationId": "buildchain:compatibility:build-lifecycle-307459-to-6b8d38",
|
|
584
|
-
"predicateRoot": "sha256:2b211f8251b0410b178f1f579d9bda9aa707877cc05c1ee839a3343f0f2307c9",
|
|
585
|
-
"sourceRoot": "sha256:4ac7d3ce8c279470d2ae71deda9a8a898064c240e75f02006c0ea4057ce690b1",
|
|
586
|
-
"targetRoot": "sha256:da550aa8c13f0f1424d1edf68653611a8206b49b1f82d0939d248010d49e9080",
|
|
587
|
-
"validFromCutRoot": "sha256:4fd5ae0cdad01a09e91bbb3f183ac595510a8f25baf7ba865de7633a7eacb3eb",
|
|
588
|
-
"scopeRoot": "sha256:c1a391a06ad2732c09c09fe0a0806569ac066684f5f2cd381a634c7784da6de3",
|
|
589
|
-
"authorityRoot": "sha256:6908bf14a35e1ad7d0b865cb776744b789d1b41a0920d2160ef374febb4e24ea",
|
|
590
|
-
"admissionRoots": [
|
|
591
|
-
"sha256:ec5b8374a76dea9fd344cace735f46caa7a8167eef1becd55fbdb0d3cd6f1109"
|
|
592
|
-
]
|
|
593
|
-
}
|
|
594
|
-
},
|
|
595
|
-
"proof": {
|
|
596
|
-
"schema": "kungfu.buildchain.compatibility-proof/v1",
|
|
597
|
-
"proofId": "build-lifecycle-307459-to-6b8d38",
|
|
598
|
-
"predicate": "compatible-breaking-digest",
|
|
599
|
-
"direction": "source-to-target",
|
|
600
|
-
"operation": "accept-contract-lock",
|
|
601
|
-
"source": {
|
|
602
|
-
"contract": "kungfu-buildchain-runtime-contract-world",
|
|
603
|
-
"surfaceId": "controller:build-lifecycle",
|
|
604
|
-
"surfaceKind": "controller",
|
|
605
|
-
"breakingDigest": "sha256:30745921541e9b0f70475bb2178c2559f6aef248f6680670ccd44d8c5a69a6b1"
|
|
606
|
-
},
|
|
607
|
-
"target": {
|
|
608
|
-
"contract": "kungfu-buildchain-runtime-contract-world",
|
|
609
|
-
"surfaceId": "controller:build-lifecycle",
|
|
610
|
-
"surfaceKind": "controller",
|
|
611
|
-
"breakingDigest": "sha256:6b8d38e92b2c67b5bc83fae0a3fd95bfa47582fbc176e6cdeebe7630a57534cb"
|
|
612
|
-
},
|
|
613
|
-
"scope": {
|
|
614
|
-
"contract": "kungfu-buildchain-runtime-contract-world",
|
|
615
|
-
"surfaceId": "controller:build-lifecycle",
|
|
616
|
-
"surfaceKind": "controller",
|
|
617
|
-
"majorLines": [
|
|
618
|
-
"v2",
|
|
619
|
-
"v3"
|
|
620
|
-
],
|
|
621
|
-
"operation": "accept-contract-lock"
|
|
622
|
-
},
|
|
623
|
-
"scopeRoot": "sha256:c1a391a06ad2732c09c09fe0a0806569ac066684f5f2cd381a634c7784da6de3",
|
|
624
|
-
"evidence": {
|
|
625
|
-
"kind": "protected-pull-request-contract-acceptance",
|
|
626
|
-
"pullRequest": "https://github.com/kungfu-systems/buildchain/pull/2058",
|
|
627
|
-
"protectedBase": "dev/v3/v3.0",
|
|
628
|
-
"sourceCommit": "c9a86bd1ac17b4fae54b0410498830edad80d831",
|
|
629
|
-
"mergeCommit": "3991801a7a7d6fe5e31b9a670dfde7ea59e61253",
|
|
630
|
-
"contractDigest": "sha256:da72850bbd3088f0e9eb20c17382557e0dfb7e68bf4469d352ed870ee8a334e8",
|
|
631
|
-
"compatibilityDigest": "sha256:32a651504c57829085dc8863f0e41dee98eb60708ff6dec958c9c7e4b1010102"
|
|
632
|
-
},
|
|
633
|
-
"evidenceRoot": "sha256:ec5b8374a76dea9fd344cace735f46caa7a8167eef1becd55fbdb0d3cd6f1109",
|
|
634
|
-
"authority": {
|
|
635
|
-
"kind": "protected-base-contract-authority",
|
|
636
|
-
"repository": "kungfu-systems/buildchain",
|
|
637
|
-
"protectedBase": "dev/v3/v3.0"
|
|
638
|
-
},
|
|
639
|
-
"authorityRoot": "sha256:6908bf14a35e1ad7d0b865cb776744b789d1b41a0920d2160ef374febb4e24ea",
|
|
640
|
-
"cut": {
|
|
641
|
-
"kind": "protected-git-cut",
|
|
642
|
-
"repository": "kungfu-systems/buildchain",
|
|
643
|
-
"protectedBase": "dev/v3/v3.0",
|
|
644
|
-
"commit": "ff0f9006be1c8f63be40e67789e0cfd28fd69d46"
|
|
645
|
-
},
|
|
646
|
-
"cutRoot": "sha256:4fd5ae0cdad01a09e91bbb3f183ac595510a8f25baf7ba865de7633a7eacb3eb",
|
|
647
|
-
"proofRoot": "sha256:3bd1c54198b78a462d2005ac66c139ad4d6f1962925c8f0971b4d0a222f1a7c5"
|
|
648
|
-
}
|
|
649
|
-
},
|
|
650
|
-
{
|
|
651
|
-
"schema": "kungfu.buildchain.compatibility-fact/v1",
|
|
652
|
-
"factId": "release-candidate-promote-acd401-to-e60642",
|
|
653
|
-
"factRoot": "sha256:ec1c70ff70cca52ac276fab344b1c2d00c9581a8efec6d6fa37d56cb11632af1",
|
|
654
|
-
"sourceRoot": "sha256:4e97e8e31e7d00e6f616774fec9ab802d5274ed15c852d4e922a1187cd599f91",
|
|
655
|
-
"targetRoot": "sha256:465664b29542d294179396d8c78d507551373f34a5ee0d2682b342fe523174ad",
|
|
656
|
-
"predicate": {
|
|
657
|
-
"root": "sha256:2b211f8251b0410b178f1f579d9bda9aa707877cc05c1ee839a3343f0f2307c9",
|
|
658
|
-
"record": {
|
|
659
|
-
"schema": "kungfu.fact.temporal-predicate/v1",
|
|
660
|
-
"predicateId": "kungfu.buildchain.compatibility:accept-contract-lock/v1",
|
|
661
|
-
"operations": [
|
|
662
|
-
"accept-contract-lock"
|
|
663
|
-
],
|
|
664
|
-
"direction": "source-to-target",
|
|
665
|
-
"pathPolicy": "explicit-bounded",
|
|
666
|
-
"cyclePolicy": "forbid",
|
|
667
|
-
"authorityRoot": "sha256:6908bf14a35e1ad7d0b865cb776744b789d1b41a0920d2160ef374febb4e24ea"
|
|
668
|
-
}
|
|
669
|
-
},
|
|
670
|
-
"relation": {
|
|
671
|
-
"root": "sha256:ec1c70ff70cca52ac276fab344b1c2d00c9581a8efec6d6fa37d56cb11632af1",
|
|
672
|
-
"record": {
|
|
673
|
-
"schema": "kungfu.fact.temporal-relation/v1",
|
|
674
|
-
"relationId": "buildchain:compatibility:release-candidate-promote-acd401-to-e60642",
|
|
675
|
-
"predicateRoot": "sha256:2b211f8251b0410b178f1f579d9bda9aa707877cc05c1ee839a3343f0f2307c9",
|
|
676
|
-
"sourceRoot": "sha256:4e97e8e31e7d00e6f616774fec9ab802d5274ed15c852d4e922a1187cd599f91",
|
|
677
|
-
"targetRoot": "sha256:465664b29542d294179396d8c78d507551373f34a5ee0d2682b342fe523174ad",
|
|
678
|
-
"validFromCutRoot": "sha256:4fd5ae0cdad01a09e91bbb3f183ac595510a8f25baf7ba865de7633a7eacb3eb",
|
|
679
|
-
"scopeRoot": "sha256:0b8668413118308004e8ded1e9d051d94c68311c3944791babb9a4ad29d2d50b",
|
|
680
|
-
"authorityRoot": "sha256:6908bf14a35e1ad7d0b865cb776744b789d1b41a0920d2160ef374febb4e24ea",
|
|
681
|
-
"admissionRoots": [
|
|
682
|
-
"sha256:c428bab55d265c91220aa10f7f3d8be508bdc1b412049ca9de48fa6f9898a373"
|
|
683
|
-
]
|
|
684
|
-
}
|
|
685
|
-
},
|
|
686
|
-
"proof": {
|
|
687
|
-
"schema": "kungfu.buildchain.compatibility-proof/v1",
|
|
688
|
-
"proofId": "release-candidate-promote-acd401-to-e60642",
|
|
689
|
-
"predicate": "compatible-breaking-digest",
|
|
690
|
-
"direction": "source-to-target",
|
|
691
|
-
"operation": "accept-contract-lock",
|
|
692
|
-
"source": {
|
|
693
|
-
"contract": "kungfu-buildchain-runtime-contract-world",
|
|
694
|
-
"surfaceId": "release-candidate-promote",
|
|
695
|
-
"surfaceKind": "workflow",
|
|
696
|
-
"breakingDigest": "sha256:acd401cfc46450115a3763fd4b679d85f185e8757ebd52510d6262e1533df4cf"
|
|
697
|
-
},
|
|
698
|
-
"target": {
|
|
699
|
-
"contract": "kungfu-buildchain-runtime-contract-world",
|
|
700
|
-
"surfaceId": "release-candidate-promote",
|
|
701
|
-
"surfaceKind": "workflow",
|
|
702
|
-
"breakingDigest": "sha256:e60642aa298933d2c103284794921a6c340a50aa91ee528b06e58892a2a006bf"
|
|
703
|
-
},
|
|
704
|
-
"scope": {
|
|
705
|
-
"contract": "kungfu-buildchain-runtime-contract-world",
|
|
706
|
-
"surfaceId": "release-candidate-promote",
|
|
707
|
-
"surfaceKind": "workflow",
|
|
708
|
-
"majorLines": [
|
|
709
|
-
"v2",
|
|
710
|
-
"v3"
|
|
711
|
-
],
|
|
712
|
-
"operation": "accept-contract-lock"
|
|
713
|
-
},
|
|
714
|
-
"scopeRoot": "sha256:0b8668413118308004e8ded1e9d051d94c68311c3944791babb9a4ad29d2d50b",
|
|
715
|
-
"evidence": {
|
|
716
|
-
"kind": "protected-pull-request-contract-acceptance",
|
|
717
|
-
"pullRequest": "https://github.com/kungfu-systems/buildchain/pull/2342",
|
|
718
|
-
"protectedBase": "dev/v3/v3.0",
|
|
719
|
-
"sourceCommit": "8870db287a9ee5fb95eebbbe907b1649d84d5b7f",
|
|
720
|
-
"mergeCommit": "30b605adea1ed33dcf0bbb4cc7b666b64a6ccd18",
|
|
721
|
-
"contractDigest": "sha256:9c07dbdb9aa8390569cd07ace044af45e6751b91ffe8fcc0cb69a77388b0f72b",
|
|
722
|
-
"compatibilityDigest": "sha256:80cfdf1786019217c439810f1a80d2866bf8f7ef35a6fa569e1a687fb2bf4cbe"
|
|
723
|
-
},
|
|
724
|
-
"evidenceRoot": "sha256:c428bab55d265c91220aa10f7f3d8be508bdc1b412049ca9de48fa6f9898a373",
|
|
725
|
-
"authority": {
|
|
726
|
-
"kind": "protected-base-contract-authority",
|
|
727
|
-
"repository": "kungfu-systems/buildchain",
|
|
728
|
-
"protectedBase": "dev/v3/v3.0"
|
|
729
|
-
},
|
|
730
|
-
"authorityRoot": "sha256:6908bf14a35e1ad7d0b865cb776744b789d1b41a0920d2160ef374febb4e24ea",
|
|
731
|
-
"cut": {
|
|
732
|
-
"kind": "protected-git-cut",
|
|
733
|
-
"repository": "kungfu-systems/buildchain",
|
|
734
|
-
"protectedBase": "dev/v3/v3.0",
|
|
735
|
-
"commit": "ff0f9006be1c8f63be40e67789e0cfd28fd69d46"
|
|
736
|
-
},
|
|
737
|
-
"cutRoot": "sha256:4fd5ae0cdad01a09e91bbb3f183ac595510a8f25baf7ba865de7633a7eacb3eb",
|
|
738
|
-
"proofRoot": "sha256:cb642b68aaf60e9c0eb93d46a2a1fc482810142201c7340ad7efe824b1683921"
|
|
739
|
-
}
|
|
740
|
-
},
|
|
741
|
-
{
|
|
742
|
-
"schema": "kungfu.buildchain.compatibility-fact/v1",
|
|
743
|
-
"factId": "release-propagation-d7a1f1-to-b873ce",
|
|
744
|
-
"factRoot": "sha256:f6e89a46bb73e93583477eeb3bc3a8bd1f36bdafd040777fb3a999460191b360",
|
|
745
|
-
"sourceRoot": "sha256:9d5429548ca8095450edd77104ffcd3ba9ee0f3cf6b24d690ea179938b932ed5",
|
|
746
|
-
"targetRoot": "sha256:06f31cc613d65375a8a893d0d0f7cb665bce2346d04448b348bdc384590826e8",
|
|
747
|
-
"predicate": {
|
|
748
|
-
"root": "sha256:2b211f8251b0410b178f1f579d9bda9aa707877cc05c1ee839a3343f0f2307c9",
|
|
749
|
-
"record": {
|
|
750
|
-
"schema": "kungfu.fact.temporal-predicate/v1",
|
|
751
|
-
"predicateId": "kungfu.buildchain.compatibility:accept-contract-lock/v1",
|
|
752
|
-
"operations": [
|
|
753
|
-
"accept-contract-lock"
|
|
754
|
-
],
|
|
755
|
-
"direction": "source-to-target",
|
|
756
|
-
"pathPolicy": "explicit-bounded",
|
|
757
|
-
"cyclePolicy": "forbid",
|
|
758
|
-
"authorityRoot": "sha256:6908bf14a35e1ad7d0b865cb776744b789d1b41a0920d2160ef374febb4e24ea"
|
|
759
|
-
}
|
|
760
|
-
},
|
|
761
|
-
"relation": {
|
|
762
|
-
"root": "sha256:f6e89a46bb73e93583477eeb3bc3a8bd1f36bdafd040777fb3a999460191b360",
|
|
763
|
-
"record": {
|
|
764
|
-
"schema": "kungfu.fact.temporal-relation/v1",
|
|
765
|
-
"relationId": "buildchain:compatibility:release-propagation-d7a1f1-to-b873ce",
|
|
766
|
-
"predicateRoot": "sha256:2b211f8251b0410b178f1f579d9bda9aa707877cc05c1ee839a3343f0f2307c9",
|
|
767
|
-
"sourceRoot": "sha256:9d5429548ca8095450edd77104ffcd3ba9ee0f3cf6b24d690ea179938b932ed5",
|
|
768
|
-
"targetRoot": "sha256:06f31cc613d65375a8a893d0d0f7cb665bce2346d04448b348bdc384590826e8",
|
|
769
|
-
"validFromCutRoot": "sha256:8bff86e6995cb22ff77eb3ea5a62b843734e9b9688694dc3d6e3e8847fd88499",
|
|
770
|
-
"scopeRoot": "sha256:0ff862e406419464370403011c3bf90d291d85a2c08ae8179d6b8d540c9e70f2",
|
|
771
|
-
"authorityRoot": "sha256:6908bf14a35e1ad7d0b865cb776744b789d1b41a0920d2160ef374febb4e24ea",
|
|
772
|
-
"admissionRoots": [
|
|
773
|
-
"sha256:943908ff0b680d7ae84c68dc90412e4e6292323531b5e449ce4d1433061258c8"
|
|
774
|
-
]
|
|
775
|
-
}
|
|
776
|
-
},
|
|
777
|
-
"proof": {
|
|
778
|
-
"schema": "kungfu.buildchain.compatibility-proof/v1",
|
|
779
|
-
"proofId": "release-propagation-d7a1f1-to-b873ce",
|
|
780
|
-
"predicate": "compatible-breaking-digest",
|
|
781
|
-
"direction": "source-to-target",
|
|
782
|
-
"operation": "accept-contract-lock",
|
|
783
|
-
"source": {
|
|
784
|
-
"contract": "kungfu-buildchain-runtime-contract-world",
|
|
785
|
-
"surfaceId": "controller:release-propagation",
|
|
786
|
-
"surfaceKind": "controller",
|
|
787
|
-
"breakingDigest": "sha256:d7a1f15990ce8bd13149474888232c7d4451dd2a49bebf4d4ce1336695da430e"
|
|
788
|
-
},
|
|
789
|
-
"target": {
|
|
790
|
-
"contract": "kungfu-buildchain-runtime-contract-world",
|
|
791
|
-
"surfaceId": "controller:release-propagation",
|
|
792
|
-
"surfaceKind": "controller",
|
|
793
|
-
"breakingDigest": "sha256:b873ceb65618972bea615afcb9c616c138ce834b3246ec7237ef87c1618d68bd"
|
|
794
|
-
},
|
|
795
|
-
"scope": {
|
|
796
|
-
"contract": "kungfu-buildchain-runtime-contract-world",
|
|
797
|
-
"surfaceId": "controller:release-propagation",
|
|
798
|
-
"surfaceKind": "controller",
|
|
799
|
-
"majorLines": [
|
|
800
|
-
"v2",
|
|
801
|
-
"v3"
|
|
802
|
-
],
|
|
803
|
-
"operation": "accept-contract-lock"
|
|
804
|
-
},
|
|
805
|
-
"scopeRoot": "sha256:0ff862e406419464370403011c3bf90d291d85a2c08ae8179d6b8d540c9e70f2",
|
|
806
|
-
"evidence": {
|
|
807
|
-
"kind": "protected-pull-request-contract-acceptance",
|
|
808
|
-
"pullRequest": "https://github.com/kungfu-systems/buildchain/pull/2143",
|
|
809
|
-
"protectedBase": "dev/v3/v3.0",
|
|
810
|
-
"sourceCommit": "b63aff4dd63ad6017b8f48e1c690f595a9c832a2",
|
|
811
|
-
"mergeCommit": "487ee09ca4832ffd15607db00060df4c0839fbae",
|
|
812
|
-
"contractDigest": "sha256:00c37f8a663387831ba4d066056d0b21d4f3c5f3ea5b0cf84456af332cf8d87e",
|
|
813
|
-
"compatibilityDigest": "sha256:3bbcaf835844260ed98414d3bd176667245d12131e13fc748e4c2fae12399691"
|
|
814
|
-
},
|
|
815
|
-
"evidenceRoot": "sha256:943908ff0b680d7ae84c68dc90412e4e6292323531b5e449ce4d1433061258c8",
|
|
816
|
-
"authority": {
|
|
817
|
-
"kind": "protected-base-contract-authority",
|
|
818
|
-
"repository": "kungfu-systems/buildchain",
|
|
819
|
-
"protectedBase": "dev/v3/v3.0"
|
|
820
|
-
},
|
|
821
|
-
"authorityRoot": "sha256:6908bf14a35e1ad7d0b865cb776744b789d1b41a0920d2160ef374febb4e24ea",
|
|
822
|
-
"cut": {
|
|
823
|
-
"kind": "protected-git-cut",
|
|
824
|
-
"repository": "kungfu-systems/buildchain",
|
|
825
|
-
"protectedBase": "dev/v3/v3.0",
|
|
826
|
-
"commit": "487ee09ca4832ffd15607db00060df4c0839fbae"
|
|
827
|
-
},
|
|
828
|
-
"cutRoot": "sha256:8bff86e6995cb22ff77eb3ea5a62b843734e9b9688694dc3d6e3e8847fd88499",
|
|
829
|
-
"proofRoot": "sha256:8b98ff903d3abd8d9a9b6a0b250efd8fdf6fd5d4127aa4d0d0c4a5b3db87f353"
|
|
830
|
-
}
|
|
831
|
-
}
|
|
832
|
-
],
|
|
833
|
-
"compatibilityProofs": [
|
|
834
|
-
{
|
|
835
|
-
"schema": "kungfu.buildchain.compatibility-proof/v1",
|
|
836
|
-
"proofId": "advanced-release-candidate-promote-aa30f2-to-9db8dd",
|
|
837
|
-
"predicate": "compatible-breaking-digest",
|
|
838
|
-
"direction": "source-to-target",
|
|
839
|
-
"operation": "accept-contract-lock",
|
|
840
|
-
"source": {
|
|
841
|
-
"contract": "kungfu-buildchain-runtime-contract-world",
|
|
842
|
-
"surfaceId": "advanced-release-candidate-promote",
|
|
843
|
-
"surfaceKind": "workflow",
|
|
844
|
-
"breakingDigest": "sha256:aa30f22e3af0a89841310bdbdc900844dd95a66974db173fa140a71bbd7e82c0"
|
|
845
|
-
},
|
|
846
|
-
"target": {
|
|
847
|
-
"contract": "kungfu-buildchain-runtime-contract-world",
|
|
848
|
-
"surfaceId": "advanced-release-candidate-promote",
|
|
849
|
-
"surfaceKind": "workflow",
|
|
850
|
-
"breakingDigest": "sha256:9db8dd07152855d03ff30f9c571438593c689d3e8139fa45431d000f548242f5"
|
|
851
|
-
},
|
|
852
|
-
"scope": {
|
|
853
|
-
"contract": "kungfu-buildchain-runtime-contract-world",
|
|
854
|
-
"surfaceId": "advanced-release-candidate-promote",
|
|
855
|
-
"surfaceKind": "workflow",
|
|
856
|
-
"majorLines": [
|
|
857
|
-
"v2",
|
|
858
|
-
"v3"
|
|
859
|
-
],
|
|
860
|
-
"operation": "accept-contract-lock"
|
|
861
|
-
},
|
|
862
|
-
"scopeRoot": "sha256:c9746475e09a42adf6e33cf3656d9d7cef8e880ba3efc31b8a3cd599b938a124",
|
|
863
|
-
"evidence": {
|
|
864
|
-
"kind": "protected-pull-request-contract-acceptance",
|
|
865
|
-
"pullRequest": "https://github.com/kungfu-systems/buildchain/pull/2342",
|
|
866
|
-
"protectedBase": "dev/v3/v3.0",
|
|
867
|
-
"sourceCommit": "8870db287a9ee5fb95eebbbe907b1649d84d5b7f",
|
|
868
|
-
"mergeCommit": "30b605adea1ed33dcf0bbb4cc7b666b64a6ccd18",
|
|
869
|
-
"contractDigest": "sha256:9c07dbdb9aa8390569cd07ace044af45e6751b91ffe8fcc0cb69a77388b0f72b",
|
|
870
|
-
"compatibilityDigest": "sha256:80cfdf1786019217c439810f1a80d2866bf8f7ef35a6fa569e1a687fb2bf4cbe"
|
|
871
|
-
},
|
|
872
|
-
"evidenceRoot": "sha256:c428bab55d265c91220aa10f7f3d8be508bdc1b412049ca9de48fa6f9898a373",
|
|
873
|
-
"authority": {
|
|
874
|
-
"kind": "protected-base-contract-authority",
|
|
875
|
-
"repository": "kungfu-systems/buildchain",
|
|
876
|
-
"protectedBase": "dev/v3/v3.0"
|
|
877
|
-
},
|
|
878
|
-
"authorityRoot": "sha256:6908bf14a35e1ad7d0b865cb776744b789d1b41a0920d2160ef374febb4e24ea",
|
|
879
|
-
"cut": {
|
|
880
|
-
"kind": "protected-git-cut",
|
|
881
|
-
"repository": "kungfu-systems/buildchain",
|
|
882
|
-
"protectedBase": "dev/v3/v3.0",
|
|
883
|
-
"commit": "ff0f9006be1c8f63be40e67789e0cfd28fd69d46"
|
|
884
|
-
},
|
|
885
|
-
"cutRoot": "sha256:4fd5ae0cdad01a09e91bbb3f183ac595510a8f25baf7ba865de7633a7eacb3eb",
|
|
886
|
-
"proofRoot": "sha256:36c85ba487be1528e85776d2bc5f766a971d42ac238aec30071945f7d60d9fc5"
|
|
887
|
-
},
|
|
888
|
-
{
|
|
889
|
-
"schema": "kungfu.buildchain.compatibility-proof/v1",
|
|
890
|
-
"proofId": "build-channel-router-d40dd0-to-30549a",
|
|
891
|
-
"predicate": "compatible-breaking-digest",
|
|
892
|
-
"direction": "source-to-target",
|
|
893
|
-
"operation": "accept-contract-lock",
|
|
894
|
-
"source": {
|
|
895
|
-
"contract": "kungfu-buildchain-runtime-contract-world",
|
|
896
|
-
"surfaceId": "controller:build-channel-router",
|
|
897
|
-
"surfaceKind": "controller",
|
|
898
|
-
"breakingDigest": "sha256:d40dd05d7e07473d4b2dc1b62fbb0ed6f06449b4d3a7c44a2e8014313e3c0273"
|
|
899
|
-
},
|
|
900
|
-
"target": {
|
|
901
|
-
"contract": "kungfu-buildchain-runtime-contract-world",
|
|
902
|
-
"surfaceId": "controller:build-channel-router",
|
|
903
|
-
"surfaceKind": "controller",
|
|
904
|
-
"breakingDigest": "sha256:30549aa26cd1e1dd81f10fe3529d3c6e3f8438a6efa0100c47ebae4d2f3d71df"
|
|
905
|
-
},
|
|
906
|
-
"scope": {
|
|
907
|
-
"contract": "kungfu-buildchain-runtime-contract-world",
|
|
908
|
-
"surfaceId": "controller:build-channel-router",
|
|
909
|
-
"surfaceKind": "controller",
|
|
910
|
-
"majorLines": [
|
|
911
|
-
"v2",
|
|
912
|
-
"v3"
|
|
913
|
-
],
|
|
914
|
-
"operation": "accept-contract-lock"
|
|
915
|
-
},
|
|
916
|
-
"scopeRoot": "sha256:dc381e72e9cad86293254f8542394f1abc27b4b0f07c122cb4cad5f73b381ccb",
|
|
917
|
-
"evidence": {
|
|
918
|
-
"kind": "protected-pull-request-contract-acceptance",
|
|
919
|
-
"pullRequest": "https://github.com/kungfu-systems/buildchain/pull/2549",
|
|
920
|
-
"protectedBase": "dev/v3/v3.0",
|
|
921
|
-
"sourceCommit": "0d87b772265066f5e6157e1ba6a2ba1021fb5225",
|
|
922
|
-
"mergeCommit": "34fad9d3a94c450d75c0d06fd6ed00470c992ff7",
|
|
923
|
-
"contractDigest": "sha256:2584ba36ab54cd5e9bab9e34dfc08d87a55dc57de1be7641492bf7ceb1366350",
|
|
924
|
-
"compatibilityDigest": "sha256:80f65cc191b1f771475184edf8a1bf9c10dd69bb58060aa09313d0e1e57f508a"
|
|
925
|
-
},
|
|
926
|
-
"evidenceRoot": "sha256:e449bdc62832fd18b33d93833207d70e843f066a85aae8b0c717234194ecb497",
|
|
927
|
-
"authority": {
|
|
928
|
-
"kind": "protected-base-contract-authority",
|
|
929
|
-
"repository": "kungfu-systems/buildchain",
|
|
930
|
-
"protectedBase": "dev/v3/v3.0"
|
|
931
|
-
},
|
|
932
|
-
"authorityRoot": "sha256:6908bf14a35e1ad7d0b865cb776744b789d1b41a0920d2160ef374febb4e24ea",
|
|
933
|
-
"cut": {
|
|
934
|
-
"kind": "protected-git-cut",
|
|
935
|
-
"repository": "kungfu-systems/buildchain",
|
|
936
|
-
"protectedBase": "dev/v3/v3.0",
|
|
937
|
-
"commit": "34fad9d3a94c450d75c0d06fd6ed00470c992ff7"
|
|
938
|
-
},
|
|
939
|
-
"cutRoot": "sha256:3b83f02e22ca82fc4a099b5f8c4353fffb1423b0a5cba41860b1ba86f7c8cbb7",
|
|
940
|
-
"proofRoot": "sha256:36d2e188f43385d6191116393aa81ea025ccf61e21a1c5eae1d56be92a203b31"
|
|
941
|
-
},
|
|
942
|
-
{
|
|
943
|
-
"schema": "kungfu.buildchain.compatibility-proof/v1",
|
|
944
|
-
"proofId": "web-surface-da569f-to-27f0cb",
|
|
945
|
-
"predicate": "compatible-breaking-digest",
|
|
946
|
-
"direction": "source-to-target",
|
|
947
|
-
"operation": "accept-contract-lock",
|
|
948
|
-
"source": {
|
|
949
|
-
"contract": "kungfu-buildchain-runtime-contract-world",
|
|
950
|
-
"surfaceId": "web-surface",
|
|
951
|
-
"surfaceKind": "workflow",
|
|
952
|
-
"breakingDigest": "sha256:da569f90374e878948e3d5160ed9929338ce0572473ca8ee54867b0fe1aaeace"
|
|
953
|
-
},
|
|
954
|
-
"target": {
|
|
955
|
-
"contract": "kungfu-buildchain-runtime-contract-world",
|
|
956
|
-
"surfaceId": "web-surface",
|
|
957
|
-
"surfaceKind": "workflow",
|
|
958
|
-
"breakingDigest": "sha256:27f0cb9c7d97288850d215be8696b323471c41fd1cdf3a2ff3ebf21f62541960"
|
|
959
|
-
},
|
|
960
|
-
"scope": {
|
|
961
|
-
"contract": "kungfu-buildchain-runtime-contract-world",
|
|
962
|
-
"surfaceId": "web-surface",
|
|
963
|
-
"surfaceKind": "workflow",
|
|
964
|
-
"majorLines": [
|
|
965
|
-
"v2",
|
|
966
|
-
"v3"
|
|
967
|
-
],
|
|
968
|
-
"operation": "accept-contract-lock"
|
|
969
|
-
},
|
|
970
|
-
"scopeRoot": "sha256:0288a1bc232405047630819733074df11cfd86596c0fc95afd4403948399d679",
|
|
971
|
-
"evidence": {
|
|
972
|
-
"kind": "protected-pull-request-contract-acceptance",
|
|
973
|
-
"pullRequest": "https://github.com/kungfu-systems/buildchain/pull/2089",
|
|
974
|
-
"protectedBase": "dev/v3/v3.0",
|
|
975
|
-
"sourceCommit": "1a6cb874bc6f1611f3eef607e711d3532798e9e7",
|
|
976
|
-
"mergeCommit": "71a75f21159b994241ec7cb2c50f7a150c5d440b",
|
|
977
|
-
"contractDigest": "sha256:7c2a7c132a2b2722f70f148b81048147047d4d2c46cf33f7cd2dc158aec092e0",
|
|
978
|
-
"compatibilityDigest": "sha256:61af7d0871220bc0909008bdc571905ad500cccf853e7841bc5d462a34b2d436"
|
|
979
|
-
},
|
|
980
|
-
"evidenceRoot": "sha256:8e0184e579c42a66851992a79d54b6f8add9eea776a589bc3004fe0e2177b15c",
|
|
981
|
-
"authority": {
|
|
982
|
-
"kind": "protected-base-contract-authority",
|
|
983
|
-
"repository": "kungfu-systems/buildchain",
|
|
984
|
-
"protectedBase": "dev/v3/v3.0"
|
|
985
|
-
},
|
|
986
|
-
"authorityRoot": "sha256:6908bf14a35e1ad7d0b865cb776744b789d1b41a0920d2160ef374febb4e24ea",
|
|
987
|
-
"cut": {
|
|
988
|
-
"kind": "protected-git-cut",
|
|
989
|
-
"repository": "kungfu-systems/buildchain",
|
|
990
|
-
"protectedBase": "dev/v3/v3.0",
|
|
991
|
-
"commit": "71a75f21159b994241ec7cb2c50f7a150c5d440b"
|
|
992
|
-
},
|
|
993
|
-
"cutRoot": "sha256:4a758c2d730bf99a28ae37057e865e9f0cb8a516200b5a0c29851ca414efa556",
|
|
994
|
-
"proofRoot": "sha256:3ba66a1e8f8d00ddd45f3f448bcccb15469cbd31f5765d36f61e4cfe7fd0dd41"
|
|
995
|
-
},
|
|
996
|
-
{
|
|
997
|
-
"schema": "kungfu.buildchain.compatibility-proof/v1",
|
|
998
|
-
"proofId": "build-lifecycle-307459-to-6b8d38",
|
|
999
|
-
"predicate": "compatible-breaking-digest",
|
|
1000
|
-
"direction": "source-to-target",
|
|
1001
|
-
"operation": "accept-contract-lock",
|
|
1002
|
-
"source": {
|
|
1003
|
-
"contract": "kungfu-buildchain-runtime-contract-world",
|
|
1004
|
-
"surfaceId": "controller:build-lifecycle",
|
|
1005
|
-
"surfaceKind": "controller",
|
|
1006
|
-
"breakingDigest": "sha256:30745921541e9b0f70475bb2178c2559f6aef248f6680670ccd44d8c5a69a6b1"
|
|
1007
|
-
},
|
|
1008
|
-
"target": {
|
|
1009
|
-
"contract": "kungfu-buildchain-runtime-contract-world",
|
|
1010
|
-
"surfaceId": "controller:build-lifecycle",
|
|
1011
|
-
"surfaceKind": "controller",
|
|
1012
|
-
"breakingDigest": "sha256:6b8d38e92b2c67b5bc83fae0a3fd95bfa47582fbc176e6cdeebe7630a57534cb"
|
|
1013
|
-
},
|
|
1014
|
-
"scope": {
|
|
1015
|
-
"contract": "kungfu-buildchain-runtime-contract-world",
|
|
1016
|
-
"surfaceId": "controller:build-lifecycle",
|
|
1017
|
-
"surfaceKind": "controller",
|
|
1018
|
-
"majorLines": [
|
|
1019
|
-
"v2",
|
|
1020
|
-
"v3"
|
|
1021
|
-
],
|
|
1022
|
-
"operation": "accept-contract-lock"
|
|
1023
|
-
},
|
|
1024
|
-
"scopeRoot": "sha256:c1a391a06ad2732c09c09fe0a0806569ac066684f5f2cd381a634c7784da6de3",
|
|
1025
|
-
"evidence": {
|
|
1026
|
-
"kind": "protected-pull-request-contract-acceptance",
|
|
1027
|
-
"pullRequest": "https://github.com/kungfu-systems/buildchain/pull/2058",
|
|
1028
|
-
"protectedBase": "dev/v3/v3.0",
|
|
1029
|
-
"sourceCommit": "c9a86bd1ac17b4fae54b0410498830edad80d831",
|
|
1030
|
-
"mergeCommit": "3991801a7a7d6fe5e31b9a670dfde7ea59e61253",
|
|
1031
|
-
"contractDigest": "sha256:da72850bbd3088f0e9eb20c17382557e0dfb7e68bf4469d352ed870ee8a334e8",
|
|
1032
|
-
"compatibilityDigest": "sha256:32a651504c57829085dc8863f0e41dee98eb60708ff6dec958c9c7e4b1010102"
|
|
1033
|
-
},
|
|
1034
|
-
"evidenceRoot": "sha256:ec5b8374a76dea9fd344cace735f46caa7a8167eef1becd55fbdb0d3cd6f1109",
|
|
1035
|
-
"authority": {
|
|
1036
|
-
"kind": "protected-base-contract-authority",
|
|
1037
|
-
"repository": "kungfu-systems/buildchain",
|
|
1038
|
-
"protectedBase": "dev/v3/v3.0"
|
|
1039
|
-
},
|
|
1040
|
-
"authorityRoot": "sha256:6908bf14a35e1ad7d0b865cb776744b789d1b41a0920d2160ef374febb4e24ea",
|
|
1041
|
-
"cut": {
|
|
1042
|
-
"kind": "protected-git-cut",
|
|
1043
|
-
"repository": "kungfu-systems/buildchain",
|
|
1044
|
-
"protectedBase": "dev/v3/v3.0",
|
|
1045
|
-
"commit": "ff0f9006be1c8f63be40e67789e0cfd28fd69d46"
|
|
1046
|
-
},
|
|
1047
|
-
"cutRoot": "sha256:4fd5ae0cdad01a09e91bbb3f183ac595510a8f25baf7ba865de7633a7eacb3eb",
|
|
1048
|
-
"proofRoot": "sha256:3bd1c54198b78a462d2005ac66c139ad4d6f1962925c8f0971b4d0a222f1a7c5"
|
|
1049
|
-
},
|
|
1050
|
-
{
|
|
1051
|
-
"schema": "kungfu.buildchain.compatibility-proof/v1",
|
|
1052
|
-
"proofId": "release-propagation-d7a1f1-to-b873ce",
|
|
1053
|
-
"predicate": "compatible-breaking-digest",
|
|
1054
|
-
"direction": "source-to-target",
|
|
1055
|
-
"operation": "accept-contract-lock",
|
|
1056
|
-
"source": {
|
|
1057
|
-
"contract": "kungfu-buildchain-runtime-contract-world",
|
|
1058
|
-
"surfaceId": "controller:release-propagation",
|
|
1059
|
-
"surfaceKind": "controller",
|
|
1060
|
-
"breakingDigest": "sha256:d7a1f15990ce8bd13149474888232c7d4451dd2a49bebf4d4ce1336695da430e"
|
|
1061
|
-
},
|
|
1062
|
-
"target": {
|
|
1063
|
-
"contract": "kungfu-buildchain-runtime-contract-world",
|
|
1064
|
-
"surfaceId": "controller:release-propagation",
|
|
1065
|
-
"surfaceKind": "controller",
|
|
1066
|
-
"breakingDigest": "sha256:b873ceb65618972bea615afcb9c616c138ce834b3246ec7237ef87c1618d68bd"
|
|
1067
|
-
},
|
|
1068
|
-
"scope": {
|
|
1069
|
-
"contract": "kungfu-buildchain-runtime-contract-world",
|
|
1070
|
-
"surfaceId": "controller:release-propagation",
|
|
1071
|
-
"surfaceKind": "controller",
|
|
1072
|
-
"majorLines": [
|
|
1073
|
-
"v2",
|
|
1074
|
-
"v3"
|
|
1075
|
-
],
|
|
1076
|
-
"operation": "accept-contract-lock"
|
|
1077
|
-
},
|
|
1078
|
-
"scopeRoot": "sha256:0ff862e406419464370403011c3bf90d291d85a2c08ae8179d6b8d540c9e70f2",
|
|
1079
|
-
"evidence": {
|
|
1080
|
-
"kind": "protected-pull-request-contract-acceptance",
|
|
1081
|
-
"pullRequest": "https://github.com/kungfu-systems/buildchain/pull/2143",
|
|
1082
|
-
"protectedBase": "dev/v3/v3.0",
|
|
1083
|
-
"sourceCommit": "b63aff4dd63ad6017b8f48e1c690f595a9c832a2",
|
|
1084
|
-
"mergeCommit": "487ee09ca4832ffd15607db00060df4c0839fbae",
|
|
1085
|
-
"contractDigest": "sha256:00c37f8a663387831ba4d066056d0b21d4f3c5f3ea5b0cf84456af332cf8d87e",
|
|
1086
|
-
"compatibilityDigest": "sha256:3bbcaf835844260ed98414d3bd176667245d12131e13fc748e4c2fae12399691"
|
|
1087
|
-
},
|
|
1088
|
-
"evidenceRoot": "sha256:943908ff0b680d7ae84c68dc90412e4e6292323531b5e449ce4d1433061258c8",
|
|
1089
|
-
"authority": {
|
|
1090
|
-
"kind": "protected-base-contract-authority",
|
|
1091
|
-
"repository": "kungfu-systems/buildchain",
|
|
1092
|
-
"protectedBase": "dev/v3/v3.0"
|
|
1093
|
-
},
|
|
1094
|
-
"authorityRoot": "sha256:6908bf14a35e1ad7d0b865cb776744b789d1b41a0920d2160ef374febb4e24ea",
|
|
1095
|
-
"cut": {
|
|
1096
|
-
"kind": "protected-git-cut",
|
|
1097
|
-
"repository": "kungfu-systems/buildchain",
|
|
1098
|
-
"protectedBase": "dev/v3/v3.0",
|
|
1099
|
-
"commit": "487ee09ca4832ffd15607db00060df4c0839fbae"
|
|
1100
|
-
},
|
|
1101
|
-
"cutRoot": "sha256:8bff86e6995cb22ff77eb3ea5a62b843734e9b9688694dc3d6e3e8847fd88499",
|
|
1102
|
-
"proofRoot": "sha256:8b98ff903d3abd8d9a9b6a0b250efd8fdf6fd5d4127aa4d0d0c4a5b3db87f353"
|
|
1103
|
-
},
|
|
1104
|
-
{
|
|
1105
|
-
"schema": "kungfu.buildchain.compatibility-proof/v1",
|
|
1106
|
-
"proofId": "build-lifecycle-e264a7-to-6b8d38",
|
|
1107
|
-
"predicate": "compatible-breaking-digest",
|
|
1108
|
-
"direction": "source-to-target",
|
|
1109
|
-
"operation": "accept-contract-lock",
|
|
1110
|
-
"source": {
|
|
1111
|
-
"contract": "kungfu-buildchain-runtime-contract-world",
|
|
1112
|
-
"surfaceId": "controller:build-lifecycle",
|
|
1113
|
-
"surfaceKind": "controller",
|
|
1114
|
-
"breakingDigest": "sha256:e264a79f9f399038c2fcfd21e4168c68c2e1485ee5c651c02242a02b622ac2be"
|
|
1115
|
-
},
|
|
1116
|
-
"target": {
|
|
1117
|
-
"contract": "kungfu-buildchain-runtime-contract-world",
|
|
1118
|
-
"surfaceId": "controller:build-lifecycle",
|
|
1119
|
-
"surfaceKind": "controller",
|
|
1120
|
-
"breakingDigest": "sha256:6b8d38e92b2c67b5bc83fae0a3fd95bfa47582fbc176e6cdeebe7630a57534cb"
|
|
1121
|
-
},
|
|
1122
|
-
"scope": {
|
|
1123
|
-
"contract": "kungfu-buildchain-runtime-contract-world",
|
|
1124
|
-
"surfaceId": "controller:build-lifecycle",
|
|
1125
|
-
"surfaceKind": "controller",
|
|
1126
|
-
"majorLines": [
|
|
1127
|
-
"v2",
|
|
1128
|
-
"v3"
|
|
1129
|
-
],
|
|
1130
|
-
"operation": "accept-contract-lock"
|
|
1131
|
-
},
|
|
1132
|
-
"scopeRoot": "sha256:c1a391a06ad2732c09c09fe0a0806569ac066684f5f2cd381a634c7784da6de3",
|
|
1133
|
-
"evidence": {
|
|
1134
|
-
"kind": "protected-pull-request-contract-acceptance",
|
|
1135
|
-
"pullRequest": "https://github.com/kungfu-systems/buildchain/pull/2058",
|
|
1136
|
-
"protectedBase": "dev/v3/v3.0",
|
|
1137
|
-
"sourceCommit": "c9a86bd1ac17b4fae54b0410498830edad80d831",
|
|
1138
|
-
"mergeCommit": "3991801a7a7d6fe5e31b9a670dfde7ea59e61253",
|
|
1139
|
-
"contractDigest": "sha256:da72850bbd3088f0e9eb20c17382557e0dfb7e68bf4469d352ed870ee8a334e8",
|
|
1140
|
-
"compatibilityDigest": "sha256:32a651504c57829085dc8863f0e41dee98eb60708ff6dec958c9c7e4b1010102"
|
|
1141
|
-
},
|
|
1142
|
-
"evidenceRoot": "sha256:ec5b8374a76dea9fd344cace735f46caa7a8167eef1becd55fbdb0d3cd6f1109",
|
|
1143
|
-
"authority": {
|
|
1144
|
-
"kind": "protected-base-contract-authority",
|
|
1145
|
-
"repository": "kungfu-systems/buildchain",
|
|
1146
|
-
"protectedBase": "dev/v3/v3.0"
|
|
1147
|
-
},
|
|
1148
|
-
"authorityRoot": "sha256:6908bf14a35e1ad7d0b865cb776744b789d1b41a0920d2160ef374febb4e24ea",
|
|
1149
|
-
"cut": {
|
|
1150
|
-
"kind": "protected-git-cut",
|
|
1151
|
-
"repository": "kungfu-systems/buildchain",
|
|
1152
|
-
"protectedBase": "dev/v3/v3.0",
|
|
1153
|
-
"commit": "ff0f9006be1c8f63be40e67789e0cfd28fd69d46"
|
|
1154
|
-
},
|
|
1155
|
-
"cutRoot": "sha256:4fd5ae0cdad01a09e91bbb3f183ac595510a8f25baf7ba865de7633a7eacb3eb",
|
|
1156
|
-
"proofRoot": "sha256:9024634cef43a9d695fa224d26be9aeb6370d3c981b003ece3b659dde8e73713"
|
|
1157
|
-
},
|
|
1158
|
-
{
|
|
1159
|
-
"schema": "kungfu.buildchain.compatibility-proof/v1",
|
|
1160
|
-
"proofId": "reusable-build-a6a353-to-dfbedd",
|
|
1161
|
-
"predicate": "compatible-breaking-digest",
|
|
1162
|
-
"direction": "source-to-target",
|
|
1163
|
-
"operation": "accept-contract-lock",
|
|
1164
|
-
"source": {
|
|
1165
|
-
"contract": "kungfu-buildchain-runtime-contract-world",
|
|
1166
|
-
"surfaceId": "reusable-build",
|
|
1167
|
-
"surfaceKind": "workflow",
|
|
1168
|
-
"breakingDigest": "sha256:a6a35370d6b0d0f46e1b2712dcc01961fe53c2febde95409a27a485c10a36650"
|
|
1169
|
-
},
|
|
1170
|
-
"target": {
|
|
1171
|
-
"contract": "kungfu-buildchain-runtime-contract-world",
|
|
1172
|
-
"surfaceId": "reusable-build",
|
|
1173
|
-
"surfaceKind": "workflow",
|
|
1174
|
-
"breakingDigest": "sha256:dfbedd543ae0c067982b5c8c02d98dd2f7f7df88752be97fb330da6b0ba30faa"
|
|
1175
|
-
},
|
|
1176
|
-
"scope": {
|
|
1177
|
-
"contract": "kungfu-buildchain-runtime-contract-world",
|
|
1178
|
-
"surfaceId": "reusable-build",
|
|
1179
|
-
"surfaceKind": "workflow",
|
|
1180
|
-
"majorLines": [
|
|
1181
|
-
"v2",
|
|
1182
|
-
"v3"
|
|
1183
|
-
],
|
|
1184
|
-
"operation": "accept-contract-lock"
|
|
1185
|
-
},
|
|
1186
|
-
"scopeRoot": "sha256:b50ae93f868501c8acfc93d93dc2deec916a4fcf12c19f959fbb3893cc11bb6c",
|
|
1187
|
-
"evidence": {
|
|
1188
|
-
"kind": "protected-pull-request-contract-acceptance",
|
|
1189
|
-
"pullRequest": "https://github.com/kungfu-systems/buildchain/pull/2089",
|
|
1190
|
-
"protectedBase": "dev/v3/v3.0",
|
|
1191
|
-
"sourceCommit": "1a6cb874bc6f1611f3eef607e711d3532798e9e7",
|
|
1192
|
-
"mergeCommit": "71a75f21159b994241ec7cb2c50f7a150c5d440b",
|
|
1193
|
-
"contractDigest": "sha256:7c2a7c132a2b2722f70f148b81048147047d4d2c46cf33f7cd2dc158aec092e0",
|
|
1194
|
-
"compatibilityDigest": "sha256:61af7d0871220bc0909008bdc571905ad500cccf853e7841bc5d462a34b2d436"
|
|
1195
|
-
},
|
|
1196
|
-
"evidenceRoot": "sha256:8e0184e579c42a66851992a79d54b6f8add9eea776a589bc3004fe0e2177b15c",
|
|
1197
|
-
"authority": {
|
|
1198
|
-
"kind": "protected-base-contract-authority",
|
|
1199
|
-
"repository": "kungfu-systems/buildchain",
|
|
1200
|
-
"protectedBase": "dev/v3/v3.0"
|
|
1201
|
-
},
|
|
1202
|
-
"authorityRoot": "sha256:6908bf14a35e1ad7d0b865cb776744b789d1b41a0920d2160ef374febb4e24ea",
|
|
1203
|
-
"cut": {
|
|
1204
|
-
"kind": "protected-git-cut",
|
|
1205
|
-
"repository": "kungfu-systems/buildchain",
|
|
1206
|
-
"protectedBase": "dev/v3/v3.0",
|
|
1207
|
-
"commit": "71a75f21159b994241ec7cb2c50f7a150c5d440b"
|
|
1208
|
-
},
|
|
1209
|
-
"cutRoot": "sha256:4a758c2d730bf99a28ae37057e865e9f0cb8a516200b5a0c29851ca414efa556",
|
|
1210
|
-
"proofRoot": "sha256:b99176f414752ffb276f4add6183aa81eeb480598368ca4f57804f024212d0f5"
|
|
1211
|
-
},
|
|
1212
|
-
{
|
|
1213
|
-
"schema": "kungfu.buildchain.compatibility-proof/v1",
|
|
1214
|
-
"proofId": "release-candidate-promote-acd401-to-e60642",
|
|
1215
|
-
"predicate": "compatible-breaking-digest",
|
|
1216
|
-
"direction": "source-to-target",
|
|
1217
|
-
"operation": "accept-contract-lock",
|
|
1218
|
-
"source": {
|
|
1219
|
-
"contract": "kungfu-buildchain-runtime-contract-world",
|
|
1220
|
-
"surfaceId": "release-candidate-promote",
|
|
1221
|
-
"surfaceKind": "workflow",
|
|
1222
|
-
"breakingDigest": "sha256:acd401cfc46450115a3763fd4b679d85f185e8757ebd52510d6262e1533df4cf"
|
|
1223
|
-
},
|
|
1224
|
-
"target": {
|
|
1225
|
-
"contract": "kungfu-buildchain-runtime-contract-world",
|
|
1226
|
-
"surfaceId": "release-candidate-promote",
|
|
1227
|
-
"surfaceKind": "workflow",
|
|
1228
|
-
"breakingDigest": "sha256:e60642aa298933d2c103284794921a6c340a50aa91ee528b06e58892a2a006bf"
|
|
1229
|
-
},
|
|
1230
|
-
"scope": {
|
|
1231
|
-
"contract": "kungfu-buildchain-runtime-contract-world",
|
|
1232
|
-
"surfaceId": "release-candidate-promote",
|
|
1233
|
-
"surfaceKind": "workflow",
|
|
1234
|
-
"majorLines": [
|
|
1235
|
-
"v2",
|
|
1236
|
-
"v3"
|
|
1237
|
-
],
|
|
1238
|
-
"operation": "accept-contract-lock"
|
|
1239
|
-
},
|
|
1240
|
-
"scopeRoot": "sha256:0b8668413118308004e8ded1e9d051d94c68311c3944791babb9a4ad29d2d50b",
|
|
1241
|
-
"evidence": {
|
|
1242
|
-
"kind": "protected-pull-request-contract-acceptance",
|
|
1243
|
-
"pullRequest": "https://github.com/kungfu-systems/buildchain/pull/2342",
|
|
1244
|
-
"protectedBase": "dev/v3/v3.0",
|
|
1245
|
-
"sourceCommit": "8870db287a9ee5fb95eebbbe907b1649d84d5b7f",
|
|
1246
|
-
"mergeCommit": "30b605adea1ed33dcf0bbb4cc7b666b64a6ccd18",
|
|
1247
|
-
"contractDigest": "sha256:9c07dbdb9aa8390569cd07ace044af45e6751b91ffe8fcc0cb69a77388b0f72b",
|
|
1248
|
-
"compatibilityDigest": "sha256:80cfdf1786019217c439810f1a80d2866bf8f7ef35a6fa569e1a687fb2bf4cbe"
|
|
1249
|
-
},
|
|
1250
|
-
"evidenceRoot": "sha256:c428bab55d265c91220aa10f7f3d8be508bdc1b412049ca9de48fa6f9898a373",
|
|
1251
|
-
"authority": {
|
|
1252
|
-
"kind": "protected-base-contract-authority",
|
|
1253
|
-
"repository": "kungfu-systems/buildchain",
|
|
1254
|
-
"protectedBase": "dev/v3/v3.0"
|
|
1255
|
-
},
|
|
1256
|
-
"authorityRoot": "sha256:6908bf14a35e1ad7d0b865cb776744b789d1b41a0920d2160ef374febb4e24ea",
|
|
1257
|
-
"cut": {
|
|
1258
|
-
"kind": "protected-git-cut",
|
|
1259
|
-
"repository": "kungfu-systems/buildchain",
|
|
1260
|
-
"protectedBase": "dev/v3/v3.0",
|
|
1261
|
-
"commit": "ff0f9006be1c8f63be40e67789e0cfd28fd69d46"
|
|
1262
|
-
},
|
|
1263
|
-
"cutRoot": "sha256:4fd5ae0cdad01a09e91bbb3f183ac595510a8f25baf7ba865de7633a7eacb3eb",
|
|
1264
|
-
"proofRoot": "sha256:cb642b68aaf60e9c0eb93d46a2a1fc482810142201c7340ad7efe824b1683921"
|
|
1265
|
-
},
|
|
1266
|
-
{
|
|
1267
|
-
"schema": "kungfu.buildchain.compatibility-proof/v1",
|
|
1268
|
-
"proofId": "promote-buildchain-ref-action-a59f09-to-6147c0",
|
|
1269
|
-
"predicate": "compatible-breaking-digest",
|
|
1270
|
-
"direction": "source-to-target",
|
|
1271
|
-
"operation": "accept-contract-lock",
|
|
1272
|
-
"source": {
|
|
1273
|
-
"contract": "kungfu-buildchain-runtime-contract-world",
|
|
1274
|
-
"surfaceId": "promote-buildchain-ref-action",
|
|
1275
|
-
"surfaceKind": "action",
|
|
1276
|
-
"breakingDigest": "sha256:a59f0910e6df842e7699139472e5dd69ac2fdd7f7213bf2cb346d1d622556874"
|
|
1277
|
-
},
|
|
1278
|
-
"target": {
|
|
1279
|
-
"contract": "kungfu-buildchain-runtime-contract-world",
|
|
1280
|
-
"surfaceId": "promote-buildchain-ref-action",
|
|
1281
|
-
"surfaceKind": "action",
|
|
1282
|
-
"breakingDigest": "sha256:6147c0a8d5c36bfaa6021871574e1fc28192a3f1b8cfdae4d24ef3059ac1ebda"
|
|
1283
|
-
},
|
|
1284
|
-
"scope": {
|
|
1285
|
-
"contract": "kungfu-buildchain-runtime-contract-world",
|
|
1286
|
-
"surfaceId": "promote-buildchain-ref-action",
|
|
1287
|
-
"surfaceKind": "action",
|
|
1288
|
-
"majorLines": [
|
|
1289
|
-
"v2",
|
|
1290
|
-
"v3"
|
|
1291
|
-
],
|
|
1292
|
-
"operation": "accept-contract-lock"
|
|
1293
|
-
},
|
|
1294
|
-
"scopeRoot": "sha256:dbf061c2f7608451f0d2ae47e2d7eaa323d7cf61699f20467ac73712748e50c5",
|
|
1295
|
-
"evidence": {
|
|
1296
|
-
"kind": "protected-pull-request-contract-acceptance",
|
|
1297
|
-
"pullRequest": "https://github.com/kungfu-systems/buildchain/pull/1556",
|
|
1298
|
-
"protectedBase": "dev/v2/v2.14",
|
|
1299
|
-
"sourceCommit": "f8e2c5d28ef34d711892589331b7e018095a96d7",
|
|
1300
|
-
"mergeCommit": "6e0c29be1489f686a9a3792b46bfaa4466828393",
|
|
1301
|
-
"contractDigest": "sha256:f6dbf5147d9ad3b8c49ba6630cd52b8c7853ead7c921d7e1210a393aebf97d1f",
|
|
1302
|
-
"compatibilityDigest": "sha256:cdf588422ec6b460bd6f631400efa6e361a045e052c8967d6c50fadd7aa4dd90"
|
|
1303
|
-
},
|
|
1304
|
-
"evidenceRoot": "sha256:454c8cf77d6ecb35de2cdb2f8f80832d7fb31b9f9ef300749ac8b1595fd5cf86",
|
|
1305
|
-
"authority": {
|
|
1306
|
-
"kind": "protected-base-contract-authority",
|
|
1307
|
-
"repository": "kungfu-systems/buildchain",
|
|
1308
|
-
"protectedBase": "dev/v3/v3.0"
|
|
1309
|
-
},
|
|
1310
|
-
"authorityRoot": "sha256:6908bf14a35e1ad7d0b865cb776744b789d1b41a0920d2160ef374febb4e24ea",
|
|
1311
|
-
"cut": {
|
|
1312
|
-
"kind": "protected-git-cut",
|
|
1313
|
-
"repository": "kungfu-systems/buildchain",
|
|
1314
|
-
"protectedBase": "dev/v3/v3.0",
|
|
1315
|
-
"commit": "ff0f9006be1c8f63be40e67789e0cfd28fd69d46"
|
|
1316
|
-
},
|
|
1317
|
-
"cutRoot": "sha256:4fd5ae0cdad01a09e91bbb3f183ac595510a8f25baf7ba865de7633a7eacb3eb",
|
|
1318
|
-
"proofRoot": "sha256:e6f93f44a6613a9d6de776ebe8f29b1779b0cd18a24bdf126ec6c1a07770fa75"
|
|
1319
|
-
}
|
|
1320
|
-
],
|
|
12
|
+
"compatibilityFacts": [],
|
|
13
|
+
"compatibilityProofs": [],
|
|
1321
14
|
"surfaces": [
|
|
1322
15
|
{
|
|
1323
16
|
"contractVersion": 1,
|
|
@@ -1350,7 +43,7 @@
|
|
|
1350
43
|
"retryable GitHub fallback fetches use a bounded attempt budget before exact source SHA and tree verification"
|
|
1351
44
|
],
|
|
1352
45
|
"breakingDigest": "sha256:eee8d601f94fae3b9d440e467792ca5cb9e7fd0a42cd3ad13a72f3f7087de5e9",
|
|
1353
|
-
"auditDigest": "sha256:
|
|
46
|
+
"auditDigest": "sha256:e54a930d1734e80e233d4c0256cff545f565895740dead47b8918a204d2738f4"
|
|
1354
47
|
},
|
|
1355
48
|
{
|
|
1356
49
|
"contractVersion": 1,
|
|
@@ -1382,7 +75,7 @@
|
|
|
1382
75
|
"source, runtime and configuration roots are bound before the build matrix"
|
|
1383
76
|
],
|
|
1384
77
|
"breakingDigest": "sha256:f49f1c3e437f82b60852aa232054799abe821987ae81b990ed5f85f604bca572",
|
|
1385
|
-
"auditDigest": "sha256:
|
|
78
|
+
"auditDigest": "sha256:9a2f2cec168ff4734f302368679073971bff60c84d3335372363a9206c74dbc8"
|
|
1386
79
|
},
|
|
1387
80
|
{
|
|
1388
81
|
"contractVersion": 1,
|
|
@@ -1390,8 +83,8 @@
|
|
|
1390
83
|
"additiveChanges": "optional inputs, optional outputs, diagnostics, and documentation may be added within the same major line",
|
|
1391
84
|
"id": "dev-pr-auto-merge",
|
|
1392
85
|
"kind": "workflow",
|
|
1393
|
-
"path": ".github/workflows/dev-
|
|
1394
|
-
"publicRef": "kungfu-systems/buildchain/.github/workflows/dev-
|
|
86
|
+
"path": ".github/workflows/public-ops-dev-auto-merge.yml",
|
|
87
|
+
"publicRef": "kungfu-systems/buildchain/.github/workflows/public-ops-dev-auto-merge.yml@v4-alpha",
|
|
1395
88
|
"requiredInputs": [
|
|
1396
89
|
"target-branch",
|
|
1397
90
|
"expected-pr-number",
|
|
@@ -1421,10 +114,8 @@
|
|
|
1421
114
|
"buildchain-repository",
|
|
1422
115
|
"buildchain-ref",
|
|
1423
116
|
"source-workflow-run-id",
|
|
1424
|
-
"legacy-active-owner-binding-json",
|
|
1425
117
|
"delivery-warrant-mode",
|
|
1426
118
|
"handoff-workflow-id",
|
|
1427
|
-
"source-workflow-id",
|
|
1428
119
|
"assignment-root",
|
|
1429
120
|
"initiative-root",
|
|
1430
121
|
"source-identity-root",
|
|
@@ -1465,7 +156,7 @@
|
|
|
1465
156
|
"durable consumers call the public floating workflow and may route a train or exact runtime only through trusted non-persistent dispatch input"
|
|
1466
157
|
],
|
|
1467
158
|
"breakingDigest": "sha256:21b65d0746d2e8b3e8a7df4c6fab295a85c8fd42cc405ec3bc5df5cdab0421f0",
|
|
1468
|
-
"auditDigest": "sha256:
|
|
159
|
+
"auditDigest": "sha256:54139745756565b11025020269b6c414ad171646008bfb7505e8d19accf50fba"
|
|
1469
160
|
},
|
|
1470
161
|
{
|
|
1471
162
|
"contractVersion": 1,
|
|
@@ -1473,8 +164,8 @@
|
|
|
1473
164
|
"additiveChanges": "optional inputs, optional outputs, diagnostics, and documentation may be added within the same major line",
|
|
1474
165
|
"id": "release-candidate-promote",
|
|
1475
166
|
"kind": "workflow",
|
|
1476
|
-
"path": ".github/workflows/release-
|
|
1477
|
-
"publicRef": "kungfu-systems/buildchain/.github/workflows/release-
|
|
167
|
+
"path": ".github/workflows/public-release-promote.yml",
|
|
168
|
+
"publicRef": "kungfu-systems/buildchain/.github/workflows/public-release-promote.yml@v4",
|
|
1478
169
|
"requiredInputs": [
|
|
1479
170
|
"channel"
|
|
1480
171
|
],
|
|
@@ -1522,9 +213,7 @@
|
|
|
1522
213
|
"github-artifact-attestation-retention-days",
|
|
1523
214
|
"buildchain-contract-lock-path",
|
|
1524
215
|
"buildchain-contract-drift-issue-mode",
|
|
1525
|
-
"github-release"
|
|
1526
|
-
"github-release-title",
|
|
1527
|
-
"github-release-notes"
|
|
216
|
+
"github-release"
|
|
1528
217
|
],
|
|
1529
218
|
"publishArtifactSchema": {
|
|
1530
219
|
"requirementDigest": "optional-before-publish-required-after-publish",
|
|
@@ -1564,7 +253,7 @@
|
|
|
1564
253
|
"GitHub Release passport and evidence publication is delegated to promote-buildchain-ref after the semver release transaction completes"
|
|
1565
254
|
],
|
|
1566
255
|
"breakingDigest": "sha256:5f10c81d3f80cb417960be682921884639c40b6d875f1a3b1ffae7e652c3f468",
|
|
1567
|
-
"auditDigest": "sha256:
|
|
256
|
+
"auditDigest": "sha256:1e23e3e5951b70ee8634bcfa33e5f50cce2381e36436b7b956c3036f1bd4d1cd"
|
|
1568
257
|
},
|
|
1569
258
|
{
|
|
1570
259
|
"contractVersion": 1,
|
|
@@ -1572,8 +261,8 @@
|
|
|
1572
261
|
"additiveChanges": "optional inputs, optional outputs, diagnostics, and documentation may be added within the same major line",
|
|
1573
262
|
"id": "advanced-release-candidate-promote",
|
|
1574
263
|
"kind": "workflow",
|
|
1575
|
-
"path": ".github/workflows/.release-
|
|
1576
|
-
"publicRef": "kungfu-systems/buildchain/.github/workflows/.release-
|
|
264
|
+
"path": ".github/workflows/.release-promote.yml",
|
|
265
|
+
"publicRef": "kungfu-systems/buildchain/.github/workflows/.release-promote.yml@v4",
|
|
1577
266
|
"requiredInputs": [
|
|
1578
267
|
"channel"
|
|
1579
268
|
],
|
|
@@ -1619,16 +308,7 @@
|
|
|
1619
308
|
"resume-from-candidate-run is fail-closed and uses a fresh caller event instead of rerunning a frozen startup graph"
|
|
1620
309
|
],
|
|
1621
310
|
"breakingDigest": "sha256:9db8dd07152855d03ff30f9c571438593c689d3e8139fa45431d000f548242f5",
|
|
1622
|
-
"auditDigest": "sha256:
|
|
1623
|
-
"compatibleBreakingDigests": [
|
|
1624
|
-
"sha256:aa30f22e3af0a89841310bdbdc900844dd95a66974db173fa140a71bbd7e82c0"
|
|
1625
|
-
],
|
|
1626
|
-
"compatibilityProofRoots": [
|
|
1627
|
-
"sha256:36c85ba487be1528e85776d2bc5f766a971d42ac238aec30071945f7d60d9fc5"
|
|
1628
|
-
],
|
|
1629
|
-
"compatibilityFactRoots": [
|
|
1630
|
-
"sha256:5664da2363bed0b45497215b60763c3be627e568eb3182af5891c23ae3875fbe"
|
|
1631
|
-
]
|
|
311
|
+
"auditDigest": "sha256:242b4b358e7da42d3f59abcb4e53460b3047027ec085795ed841792f31425dbf"
|
|
1632
312
|
},
|
|
1633
313
|
{
|
|
1634
314
|
"contractVersion": 1,
|
|
@@ -1636,8 +316,8 @@
|
|
|
1636
316
|
"additiveChanges": "optional inputs, optional outputs, diagnostics, and documentation may be added within the same major line",
|
|
1637
317
|
"id": "web-surface",
|
|
1638
318
|
"kind": "workflow",
|
|
1639
|
-
"path": ".github/workflows
|
|
1640
|
-
"publicRef": "kungfu-systems/buildchain/.github/workflows
|
|
319
|
+
"path": ".github/workflows/public-release-web.yml",
|
|
320
|
+
"publicRef": "kungfu-systems/buildchain/.github/workflows/public-release-web.yml@v4",
|
|
1641
321
|
"requiredInputs": [],
|
|
1642
322
|
"requiredOutputs": [
|
|
1643
323
|
"buildchain-runtime-sha",
|
|
@@ -1646,7 +326,7 @@
|
|
|
1646
326
|
"web-surface-manifest-json"
|
|
1647
327
|
],
|
|
1648
328
|
"breakingDefaults": {
|
|
1649
|
-
"buildchainRefDefault": "workflow-shell-ref-or-
|
|
329
|
+
"buildchainRefDefault": "workflow-shell-ref-or-v4",
|
|
1650
330
|
"contractCompatibilityPolicy": "major-compatible",
|
|
1651
331
|
"breakingDriftPolicy": "fail-closed-before-build"
|
|
1652
332
|
},
|
|
@@ -1671,17 +351,8 @@
|
|
|
1671
351
|
"effective channel and preview alias are injected before caller build and verify commands",
|
|
1672
352
|
"channel-aware artifact host facts are checked against the deploy plan before adapter side effects"
|
|
1673
353
|
],
|
|
1674
|
-
"breakingDigest": "sha256:
|
|
1675
|
-
"auditDigest": "sha256:
|
|
1676
|
-
"compatibleBreakingDigests": [
|
|
1677
|
-
"sha256:da569f90374e878948e3d5160ed9929338ce0572473ca8ee54867b0fe1aaeace"
|
|
1678
|
-
],
|
|
1679
|
-
"compatibilityProofRoots": [
|
|
1680
|
-
"sha256:3ba66a1e8f8d00ddd45f3f448bcccb15469cbd31f5765d36f61e4cfe7fd0dd41"
|
|
1681
|
-
],
|
|
1682
|
-
"compatibilityFactRoots": [
|
|
1683
|
-
"sha256:bba5690e6c535b54623d31b3260e59381bdb50161d7bff33b8e42b8b6dd3135a"
|
|
1684
|
-
]
|
|
354
|
+
"breakingDigest": "sha256:3bb62548a4e1476d3b5df9deb7bacf6c2e5bb333132a456108ab1572d571b9a8",
|
|
355
|
+
"auditDigest": "sha256:4ef45e54a24e7876e3bec684c13e395d9e1494c5ea152b5fbcec1378fa934d37"
|
|
1685
356
|
},
|
|
1686
357
|
{
|
|
1687
358
|
"contractVersion": 1,
|
|
@@ -1689,8 +360,8 @@
|
|
|
1689
360
|
"additiveChanges": "optional inputs, optional outputs, diagnostics, and documentation may be added within the same major line",
|
|
1690
361
|
"id": "auditable-demo",
|
|
1691
362
|
"kind": "workflow",
|
|
1692
|
-
"path": ".github/workflows/.
|
|
1693
|
-
"publicRef": "kungfu-systems/buildchain/.github/workflows/.
|
|
363
|
+
"path": ".github/workflows/.build-demo-adapter.yml",
|
|
364
|
+
"publicRef": "kungfu-systems/buildchain/.github/workflows/.build-demo-adapter.yml@v4",
|
|
1694
365
|
"requiredInputs": [
|
|
1695
366
|
"source-artifact-name",
|
|
1696
367
|
"source-artifact-digest",
|
|
@@ -1739,7 +410,7 @@
|
|
|
1739
410
|
"media qualification does not claim browser playback, responsive layout, reduced-motion behavior, accessibility, or production deployment"
|
|
1740
411
|
],
|
|
1741
412
|
"breakingDigest": "sha256:425f8d3d1ba205dd6fe35a20f1dc6dad7d7c563872283e3af79fea4d5c475692",
|
|
1742
|
-
"auditDigest": "sha256:
|
|
413
|
+
"auditDigest": "sha256:d8f95d689041cf816d82581378668da4e8a405558cfc48daff66340889561d6a"
|
|
1743
414
|
},
|
|
1744
415
|
{
|
|
1745
416
|
"contractVersion": 1,
|
|
@@ -1747,8 +418,8 @@
|
|
|
1747
418
|
"additiveChanges": "optional inputs, optional outputs, diagnostics, and documentation may be added within the same major line",
|
|
1748
419
|
"id": "declarative-auditable-demo",
|
|
1749
420
|
"kind": "workflow",
|
|
1750
|
-
"path": ".github/workflows
|
|
1751
|
-
"publicRef": "kungfu-systems/buildchain/.github/workflows
|
|
421
|
+
"path": ".github/workflows/public-build-demo.yml",
|
|
422
|
+
"publicRef": "kungfu-systems/buildchain/.github/workflows/public-build-demo.yml@v4",
|
|
1752
423
|
"requiredInputs": [
|
|
1753
424
|
"binary-artifact-name",
|
|
1754
425
|
"binary-artifact-digest",
|
|
@@ -1790,7 +461,7 @@
|
|
|
1790
461
|
"identity, compliance, Product System metadata, package metadata, registry history, scans, and generation grant no authority"
|
|
1791
462
|
],
|
|
1792
463
|
"breakingDigest": "sha256:0bcba689ab5060e12230db4118895242ecb48677ff581ea0360b1833bdac558c",
|
|
1793
|
-
"auditDigest": "sha256:
|
|
464
|
+
"auditDigest": "sha256:9d2114a14538fc745dde3882110cf36318d0deb3a5816d565e8f0b771d344220"
|
|
1794
465
|
},
|
|
1795
466
|
{
|
|
1796
467
|
"contractVersion": 1,
|
|
@@ -1798,8 +469,8 @@
|
|
|
1798
469
|
"additiveChanges": "optional inputs, optional outputs, diagnostics, and documentation may be added within the same major line",
|
|
1799
470
|
"id": "release-candidate-promote-action",
|
|
1800
471
|
"kind": "action",
|
|
1801
|
-
"path": "actions/release
|
|
1802
|
-
"publicRef": "kungfu-systems/buildchain/actions/release
|
|
472
|
+
"path": "actions/release/promotion/candidate/action.yml",
|
|
473
|
+
"publicRef": "kungfu-systems/buildchain/actions/release/promotion/candidate@v4",
|
|
1803
474
|
"requiredInputs": [
|
|
1804
475
|
"token",
|
|
1805
476
|
"repository",
|
|
@@ -1836,7 +507,7 @@
|
|
|
1836
507
|
"no consumer command, script, shell, checkout, or executable tail hook is accepted"
|
|
1837
508
|
],
|
|
1838
509
|
"breakingDigest": "sha256:930a8c3bb97347aea40ab19c4ee1dc29c1f4b75897e19bc0d56da1018fa382c8",
|
|
1839
|
-
"auditDigest": "sha256:
|
|
510
|
+
"auditDigest": "sha256:17c4a1b24c1afb1c5e6b2226489878de5158287c931ef5e5c690221f594fd98f"
|
|
1840
511
|
},
|
|
1841
512
|
{
|
|
1842
513
|
"contractVersion": 1,
|
|
@@ -1844,8 +515,8 @@
|
|
|
1844
515
|
"additiveChanges": "optional inputs, optional outputs, diagnostics, and documentation may be added within the same major line",
|
|
1845
516
|
"id": "promote-buildchain-ref-action",
|
|
1846
517
|
"kind": "action",
|
|
1847
|
-
"path": "actions/
|
|
1848
|
-
"publicRef": "kungfu-systems/buildchain/actions/
|
|
518
|
+
"path": "actions/release/promotion/ref/action.yml",
|
|
519
|
+
"publicRef": "kungfu-systems/buildchain/actions/release/promotion/ref@v4",
|
|
1849
520
|
"requiredInputs": [
|
|
1850
521
|
"token",
|
|
1851
522
|
"sha",
|
|
@@ -1873,9 +544,7 @@
|
|
|
1873
544
|
"release-passport-evidence-jsons",
|
|
1874
545
|
"release-passport-attachment-command",
|
|
1875
546
|
"release-passport-github-artifact-attestation-policy-jsons",
|
|
1876
|
-
"github-release"
|
|
1877
|
-
"github-release-title",
|
|
1878
|
-
"github-release-notes"
|
|
547
|
+
"github-release"
|
|
1879
548
|
],
|
|
1880
549
|
"publishArtifactSchema": {
|
|
1881
550
|
"requirementDigest": "optional-before-publish-required-after-publish",
|
|
@@ -1907,16 +576,7 @@
|
|
|
1907
576
|
"semver GitHub Releases are created or updated only after transaction completion, with prerelease/latest metadata bound to the authoritative publication channel and tag syntax retained as the fallback for ordinary callers"
|
|
1908
577
|
],
|
|
1909
578
|
"breakingDigest": "sha256:6147c0a8d5c36bfaa6021871574e1fc28192a3f1b8cfdae4d24ef3059ac1ebda",
|
|
1910
|
-
"auditDigest": "sha256:
|
|
1911
|
-
"compatibleBreakingDigests": [
|
|
1912
|
-
"sha256:a59f0910e6df842e7699139472e5dd69ac2fdd7f7213bf2cb346d1d622556874"
|
|
1913
|
-
],
|
|
1914
|
-
"compatibilityProofRoots": [
|
|
1915
|
-
"sha256:e6f93f44a6613a9d6de776ebe8f29b1779b0cd18a24bdf126ec6c1a07770fa75"
|
|
1916
|
-
],
|
|
1917
|
-
"compatibilityFactRoots": [
|
|
1918
|
-
"sha256:50e5b6e644493ac00d5b1d83a0ec6009f9faaae1bee15e88ee8386c9ec8a775d"
|
|
1919
|
-
]
|
|
579
|
+
"auditDigest": "sha256:1b8f8615a114a6f352aeb79a0d25c8ed08b9305f07cabac7a2d4be76cd0ec705"
|
|
1920
580
|
},
|
|
1921
581
|
{
|
|
1922
582
|
"contractVersion": 1,
|
|
@@ -1924,8 +584,8 @@
|
|
|
1924
584
|
"additiveChanges": "optional inputs, optional outputs, diagnostics, and documentation may be added within the same major line",
|
|
1925
585
|
"id": "macos-credential-island-action",
|
|
1926
586
|
"kind": "action",
|
|
1927
|
-
"path": "actions/macos-
|
|
1928
|
-
"publicRef": "kungfu-systems/buildchain/actions/macos-
|
|
587
|
+
"path": "actions/build/credential/macos-island/action.yml",
|
|
588
|
+
"publicRef": "kungfu-systems/buildchain/actions/build/credential/macos-island@v4",
|
|
1929
589
|
"requiredInputs": [
|
|
1930
590
|
"input-root",
|
|
1931
591
|
"output-root",
|
|
@@ -1980,8 +640,8 @@
|
|
|
1980
640
|
"additiveChanges": "optional inputs, optional outputs, diagnostics, and documentation may be added within the same major line",
|
|
1981
641
|
"id": "report-buildchain-issue-action",
|
|
1982
642
|
"kind": "action",
|
|
1983
|
-
"path": "actions/report
|
|
1984
|
-
"publicRef": "kungfu-systems/buildchain/actions/report
|
|
643
|
+
"path": "actions/governance/incident/report/action.yml",
|
|
644
|
+
"publicRef": "kungfu-systems/buildchain/actions/governance/incident/report@v4",
|
|
1985
645
|
"requiredInputs": [
|
|
1986
646
|
"token"
|
|
1987
647
|
],
|
|
@@ -2015,7 +675,7 @@
|
|
|
2015
675
|
"additiveChanges": "optional inputs, optional outputs, diagnostics, and documentation may be added within the same major line",
|
|
2016
676
|
"id": "release-passport-schema",
|
|
2017
677
|
"kind": "schema",
|
|
2018
|
-
"path": "packages/core/release-passport.js",
|
|
678
|
+
"path": "packages/core/release/release-passport.js",
|
|
2019
679
|
"requiredInputs": [
|
|
2020
680
|
"buildchain.release.json"
|
|
2021
681
|
],
|
|
@@ -2031,7 +691,7 @@
|
|
|
2031
691
|
"release-state SHA is recorded as a durable audit entrance"
|
|
2032
692
|
],
|
|
2033
693
|
"breakingDigest": "sha256:b627e1b2ece9b6049517a942c5139e342e6077cdd3d8962d61cef8481b1f70ad",
|
|
2034
|
-
"auditDigest": "sha256:
|
|
694
|
+
"auditDigest": "sha256:baf6dea00db705099a4a04b317f8b1abcb8e515b28b4230dd24195a720feb9b7"
|
|
2035
695
|
},
|
|
2036
696
|
{
|
|
2037
697
|
"contractVersion": 1,
|
|
@@ -2039,7 +699,7 @@
|
|
|
2039
699
|
"additiveChanges": "optional inputs, optional outputs, diagnostics, and documentation may be added within the same major line",
|
|
2040
700
|
"id": "kfd-1-release-gate",
|
|
2041
701
|
"kind": "schema",
|
|
2042
|
-
"path": "packages/core/kfd-gate.js",
|
|
702
|
+
"path": "packages/core/adoption/kfd-gate.js",
|
|
2043
703
|
"requiredInputs": [
|
|
2044
704
|
"KFD-1 witness JSON"
|
|
2045
705
|
],
|
|
@@ -2064,7 +724,7 @@
|
|
|
2064
724
|
"additiveChanges": "optional inputs, optional outputs, diagnostics, and documentation may be added within the same major line",
|
|
2065
725
|
"id": "kfd-2-release-trust-passport-audit",
|
|
2066
726
|
"kind": "schema",
|
|
2067
|
-
"path": "packages/core/release-passport.js",
|
|
727
|
+
"path": "packages/core/release/release-passport.js",
|
|
2068
728
|
"requiredInputs": [
|
|
2069
729
|
"public release claim evidence"
|
|
2070
730
|
],
|
|
@@ -2080,7 +740,7 @@
|
|
|
2080
740
|
"prose-only public claims downgrade the release trust passport audit"
|
|
2081
741
|
],
|
|
2082
742
|
"breakingDigest": "sha256:f0b636eb925ddbf45ff1a8872454ab7b4dd98857cac12bb75217830130e62a16",
|
|
2083
|
-
"auditDigest": "sha256:
|
|
743
|
+
"auditDigest": "sha256:baf6dea00db705099a4a04b317f8b1abcb8e515b28b4230dd24195a720feb9b7"
|
|
2084
744
|
},
|
|
2085
745
|
{
|
|
2086
746
|
"contractVersion": 1,
|
|
@@ -2088,7 +748,7 @@
|
|
|
2088
748
|
"additiveChanges": "optional inputs, optional outputs, diagnostics, and documentation may be added within the same major line",
|
|
2089
749
|
"id": "kfd-3-collaboration-interface-release-gate",
|
|
2090
750
|
"kind": "schema",
|
|
2091
|
-
"path": "packages/core/kfd-gate.js",
|
|
751
|
+
"path": "packages/core/adoption/kfd-gate.js",
|
|
2092
752
|
"requiredInputs": [
|
|
2093
753
|
"KFD-3 prebuild witness JSON",
|
|
2094
754
|
"KFD-3 artifact witness JSON or verify command"
|
|
@@ -2140,7 +800,7 @@
|
|
|
2140
800
|
"README badge block checks and writes are generated from machine-readable repository facts"
|
|
2141
801
|
],
|
|
2142
802
|
"breakingDigest": "sha256:90a73892b2d6c214048448d5f45df75639bdf7b7e8fefd9c596e04b087407bcc",
|
|
2143
|
-
"auditDigest": "sha256:
|
|
803
|
+
"auditDigest": "sha256:5371a68edf3cf389ba209c285a5a7d3bda11199ced4ad454646200e2494358a3"
|
|
2144
804
|
},
|
|
2145
805
|
{
|
|
2146
806
|
"contractVersion": 1,
|
|
@@ -2148,7 +808,7 @@
|
|
|
2148
808
|
"additiveChanges": "optional inputs, optional outputs, diagnostics, and documentation may be added within the same major line",
|
|
2149
809
|
"id": "homebrew-distribution-index",
|
|
2150
810
|
"kind": "node-api",
|
|
2151
|
-
"path": "packages/core/homebrew.js",
|
|
811
|
+
"path": "packages/core/build/homebrew.js",
|
|
2152
812
|
"requiredInputs": [
|
|
2153
813
|
"upstream release passport"
|
|
2154
814
|
],
|
|
@@ -2175,7 +835,7 @@
|
|
|
2175
835
|
"CLI and JavaScript callers use the same Node API implementation"
|
|
2176
836
|
],
|
|
2177
837
|
"breakingDigest": "sha256:148c0387ff4cea76433bbde80cd9d77c5aa67e1a29856ced33e4d819366f2213",
|
|
2178
|
-
"auditDigest": "sha256:
|
|
838
|
+
"auditDigest": "sha256:be87a8f8ba03c6164d93102df8bb214c877e2d1d37e4ced8da096aa909a4e6a6"
|
|
2179
839
|
},
|
|
2180
840
|
{
|
|
2181
841
|
"contractVersion": 1,
|
|
@@ -2183,7 +843,7 @@
|
|
|
2183
843
|
"additiveChanges": "optional inputs, optional outputs, diagnostics, and documentation may be added within the same major line",
|
|
2184
844
|
"id": "readme-badge-facts",
|
|
2185
845
|
"kind": "node-api",
|
|
2186
|
-
"path": "packages/core/readme-badges.js",
|
|
846
|
+
"path": "packages/core/web/readme-badges.js",
|
|
2187
847
|
"requiredInputs": [
|
|
2188
848
|
"repository checkout"
|
|
2189
849
|
],
|
|
@@ -2208,7 +868,7 @@
|
|
|
2208
868
|
"CLI and JavaScript callers use the same Node API implementation"
|
|
2209
869
|
],
|
|
2210
870
|
"breakingDigest": "sha256:bcd72ad6dfba8013c96f8b2f7b0a307d2e7713972a1219348f0d5ecc493939a0",
|
|
2211
|
-
"auditDigest": "sha256:
|
|
871
|
+
"auditDigest": "sha256:8e38effc20c682d27fc883f02eb7726ba0c5f5d2219c00d78d893d69679c20c0"
|
|
2212
872
|
},
|
|
2213
873
|
{
|
|
2214
874
|
"contractVersion": 1,
|
|
@@ -2230,7 +890,7 @@
|
|
|
2230
890
|
"manual entries carry source file digests so downstream sites and agents can detect stale hand-written documentation"
|
|
2231
891
|
],
|
|
2232
892
|
"breakingDigest": "sha256:7d0d2819e3a3e72989d9c57b5efe9d0bc0a79bc0f2c82a0c7b9d6c5a211a91f2",
|
|
2233
|
-
"auditDigest": "sha256:
|
|
893
|
+
"auditDigest": "sha256:fce20a24d00c7d1d839f22d6358853a973d00a8f12105ac1f20caaf2d505055f"
|
|
2234
894
|
},
|
|
2235
895
|
{
|
|
2236
896
|
"contractVersion": 1,
|
|
@@ -2252,7 +912,7 @@
|
|
|
2252
912
|
"agents can discover supported Node APIs without importing internal file paths"
|
|
2253
913
|
],
|
|
2254
914
|
"breakingDigest": "sha256:48f925608d3e2131d90936b07dc2a30341204cae3e6e785c0f77d61ad755c945",
|
|
2255
|
-
"auditDigest": "sha256:
|
|
915
|
+
"auditDigest": "sha256:c3afcd02862975859e7a6fd31332fbd396765ccf80b19edbea58196b46a134dd"
|
|
2256
916
|
},
|
|
2257
917
|
{
|
|
2258
918
|
"contractVersion": 1,
|
|
@@ -2260,7 +920,7 @@
|
|
|
2260
920
|
"additiveChanges": "optional inputs, optional outputs, diagnostics, and documentation may be added within the same major line",
|
|
2261
921
|
"id": "controller:source-check",
|
|
2262
922
|
"kind": "controller",
|
|
2263
|
-
"path": ".github/workflows/check.yml",
|
|
923
|
+
"path": ".github/workflows/public-build-check.yml",
|
|
2264
924
|
"requiredInputs": [],
|
|
2265
925
|
"requiredOutputs": [
|
|
2266
926
|
"controller-plan-json",
|
|
@@ -2272,7 +932,7 @@
|
|
|
2272
932
|
"breakingDefaults": {
|
|
2273
933
|
"evidenceContract": "buildchain.controller-evidence/v1",
|
|
2274
934
|
"descriptorVersion": 1,
|
|
2275
|
-
"workflowPath": ".github/workflows/check.yml",
|
|
935
|
+
"workflowPath": ".github/workflows/public-build-check.yml",
|
|
2276
936
|
"requiredStages": [
|
|
2277
937
|
"resolve-runtime",
|
|
2278
938
|
"checkout-source",
|
|
@@ -2302,14 +962,13 @@
|
|
|
2302
962
|
"source-proof-policy-paths-json",
|
|
2303
963
|
"source-proof-required-contexts-json",
|
|
2304
964
|
"source-proof-reuse",
|
|
2305
|
-
"universal-request-json",
|
|
2306
965
|
"upload-artifacts",
|
|
2307
966
|
"working-directory"
|
|
2308
967
|
],
|
|
2309
968
|
"controllerDescriptor": {
|
|
2310
969
|
"contract": "buildchain.controller-descriptor/v1",
|
|
2311
|
-
"digest": "sha256:
|
|
2312
|
-
"registryDigest": "sha256:
|
|
970
|
+
"digest": "sha256:25fcc6b11e90a837bfc42a0eb7eaaf35eb17d6bc2a183a7e3d8d69a26fd9dbc6",
|
|
971
|
+
"registryDigest": "sha256:311b1b2bf86bafcac88628749d7ef47e051c6bb1a43afdd89f9ea82ed75dc89d",
|
|
2313
972
|
"inputClassifications": {
|
|
2314
973
|
"buildchain-ref": {
|
|
2315
974
|
"classification": "included",
|
|
@@ -2351,10 +1010,6 @@
|
|
|
2351
1010
|
"classification": "included",
|
|
2352
1011
|
"source": "workflow-call-input"
|
|
2353
1012
|
},
|
|
2354
|
-
"universal-request-json": {
|
|
2355
|
-
"classification": "digest-only",
|
|
2356
|
-
"source": "workflow-call-input"
|
|
2357
|
-
},
|
|
2358
1013
|
"upload-artifacts": {
|
|
2359
1014
|
"classification": "included",
|
|
2360
1015
|
"source": "workflow-call-input"
|
|
@@ -2371,8 +1026,8 @@
|
|
|
2371
1026
|
"redacted input values are never serialized and digest-only input values are never emitted in plaintext",
|
|
2372
1027
|
"missing receipts are non-qualifying and must not be represented as a successful controller run"
|
|
2373
1028
|
],
|
|
2374
|
-
"breakingDigest": "sha256:
|
|
2375
|
-
"auditDigest": "sha256:
|
|
1029
|
+
"breakingDigest": "sha256:c90592a71d859c9814e70cb1c8603d8240271e8049fe4e754fe4776b8f1b1a4c",
|
|
1030
|
+
"auditDigest": "sha256:8bbfeed147965b6fe1ac622c703a23d58213ec274c3761eefb8c9dff6482fb27"
|
|
2376
1031
|
},
|
|
2377
1032
|
{
|
|
2378
1033
|
"contractVersion": 1,
|
|
@@ -2394,12 +1049,10 @@
|
|
|
2394
1049
|
"descriptorVersion": 1,
|
|
2395
1050
|
"workflowPath": ".github/workflows/.build.yml",
|
|
2396
1051
|
"requiredStages": [
|
|
2397
|
-
"
|
|
2398
|
-
"resolve-source",
|
|
1052
|
+
"plan",
|
|
2399
1053
|
"build",
|
|
2400
|
-
"
|
|
2401
|
-
"
|
|
2402
|
-
"aggregate"
|
|
1054
|
+
"sign",
|
|
1055
|
+
"deliver"
|
|
2403
1056
|
],
|
|
2404
1057
|
"capabilities": [
|
|
2405
1058
|
"source-lock",
|
|
@@ -2417,9 +1070,6 @@
|
|
|
2417
1070
|
"inputClassificationPolicy": "buildchain-configured-controller-input-policy/v1"
|
|
2418
1071
|
},
|
|
2419
1072
|
"optionalInputs": [
|
|
2420
|
-
"BUILDCHAIN_ARTIFACT_RELAY_S3_DOWNLOAD_ROLE_ARN",
|
|
2421
|
-
"BUILDCHAIN_ARTIFACT_RELAY_S3_ROLE_ARN",
|
|
2422
|
-
"BUILDCHAIN_ARTIFACT_RELAY_S3_UPLOAD_ROLE_ARN",
|
|
2423
1073
|
"BUILDCHAIN_MACOS_CERTIFICATE_P12_BASE64",
|
|
2424
1074
|
"BUILDCHAIN_MACOS_CERTIFICATE_PASSWORD",
|
|
2425
1075
|
"BUILDCHAIN_MACOS_NOTARY_API_ISSUER",
|
|
@@ -2431,21 +1081,9 @@
|
|
|
2431
1081
|
],
|
|
2432
1082
|
"controllerDescriptor": {
|
|
2433
1083
|
"contract": "buildchain.controller-descriptor/v1",
|
|
2434
|
-
"digest": "sha256:
|
|
2435
|
-
"registryDigest": "sha256:
|
|
1084
|
+
"digest": "sha256:4a6897900f70c1353ea8b6fb3379186d50a4f221d3c000f91436d6785d34d876",
|
|
1085
|
+
"registryDigest": "sha256:311b1b2bf86bafcac88628749d7ef47e051c6bb1a43afdd89f9ea82ed75dc89d",
|
|
2436
1086
|
"inputClassifications": {
|
|
2437
|
-
"BUILDCHAIN_ARTIFACT_RELAY_S3_DOWNLOAD_ROLE_ARN": {
|
|
2438
|
-
"classification": "redacted",
|
|
2439
|
-
"source": "workflow-call-secret"
|
|
2440
|
-
},
|
|
2441
|
-
"BUILDCHAIN_ARTIFACT_RELAY_S3_ROLE_ARN": {
|
|
2442
|
-
"classification": "redacted",
|
|
2443
|
-
"source": "workflow-call-secret"
|
|
2444
|
-
},
|
|
2445
|
-
"BUILDCHAIN_ARTIFACT_RELAY_S3_UPLOAD_ROLE_ARN": {
|
|
2446
|
-
"classification": "redacted",
|
|
2447
|
-
"source": "workflow-call-secret"
|
|
2448
|
-
},
|
|
2449
1087
|
"BUILDCHAIN_MACOS_CERTIFICATE_P12_BASE64": {
|
|
2450
1088
|
"classification": "redacted",
|
|
2451
1089
|
"source": "workflow-call-secret"
|
|
@@ -2486,8 +1124,8 @@
|
|
|
2486
1124
|
"redacted input values are never serialized and digest-only input values are never emitted in plaintext",
|
|
2487
1125
|
"missing receipts are non-qualifying and must not be represented as a successful controller run"
|
|
2488
1126
|
],
|
|
2489
|
-
"breakingDigest": "sha256:
|
|
2490
|
-
"auditDigest": "sha256:
|
|
1127
|
+
"breakingDigest": "sha256:6adb4adc805a741ec7e54a769c4bb89ef66805bb63ac99dfab06ba11f36d9381",
|
|
1128
|
+
"auditDigest": "sha256:e54a930d1734e80e233d4c0256cff545f565895740dead47b8918a204d2738f4"
|
|
2491
1129
|
},
|
|
2492
1130
|
{
|
|
2493
1131
|
"contractVersion": 1,
|
|
@@ -2495,7 +1133,7 @@
|
|
|
2495
1133
|
"additiveChanges": "optional inputs, optional outputs, diagnostics, and documentation may be added within the same major line",
|
|
2496
1134
|
"id": "controller:shifu-gate-profile-envelope",
|
|
2497
1135
|
"kind": "controller",
|
|
2498
|
-
"path": ".github/workflows/.gate-profile.yml",
|
|
1136
|
+
"path": ".github/workflows/.build-gate-profile.yml",
|
|
2499
1137
|
"requiredInputs": [],
|
|
2500
1138
|
"requiredOutputs": [
|
|
2501
1139
|
"controller-plan-json",
|
|
@@ -2507,7 +1145,7 @@
|
|
|
2507
1145
|
"breakingDefaults": {
|
|
2508
1146
|
"evidenceContract": "buildchain.controller-evidence/v1",
|
|
2509
1147
|
"descriptorVersion": 1,
|
|
2510
|
-
"workflowPath": ".github/workflows/.gate-profile.yml",
|
|
1148
|
+
"workflowPath": ".github/workflows/.build-gate-profile.yml",
|
|
2511
1149
|
"requiredStages": [
|
|
2512
1150
|
"plan",
|
|
2513
1151
|
"execute",
|
|
@@ -2551,14 +1189,13 @@
|
|
|
2551
1189
|
"shifu-cache-profile-digest",
|
|
2552
1190
|
"shifu-cache-profile-ref",
|
|
2553
1191
|
"source-ref",
|
|
2554
|
-
"universal-request-json",
|
|
2555
1192
|
"untrusted-policy",
|
|
2556
1193
|
"working-directory"
|
|
2557
1194
|
],
|
|
2558
1195
|
"controllerDescriptor": {
|
|
2559
1196
|
"contract": "buildchain.controller-descriptor/v1",
|
|
2560
|
-
"digest": "sha256:
|
|
2561
|
-
"registryDigest": "sha256:
|
|
1197
|
+
"digest": "sha256:73b51ef36d39740f72d0e71f521a411dbcbccc149fa4b34e97fa863be6300bde",
|
|
1198
|
+
"registryDigest": "sha256:311b1b2bf86bafcac88628749d7ef47e051c6bb1a43afdd89f9ea82ed75dc89d",
|
|
2562
1199
|
"inputClassifications": {
|
|
2563
1200
|
"artifact-name": {
|
|
2564
1201
|
"classification": "included",
|
|
@@ -2672,10 +1309,6 @@
|
|
|
2672
1309
|
"classification": "included",
|
|
2673
1310
|
"source": "workflow-call-input"
|
|
2674
1311
|
},
|
|
2675
|
-
"universal-request-json": {
|
|
2676
|
-
"classification": "digest-only",
|
|
2677
|
-
"source": "workflow-call-input"
|
|
2678
|
-
},
|
|
2679
1312
|
"untrusted-policy": {
|
|
2680
1313
|
"classification": "included",
|
|
2681
1314
|
"source": "workflow-call-input"
|
|
@@ -2692,8 +1325,8 @@
|
|
|
2692
1325
|
"redacted input values are never serialized and digest-only input values are never emitted in plaintext",
|
|
2693
1326
|
"missing receipts are non-qualifying and must not be represented as a successful controller run"
|
|
2694
1327
|
],
|
|
2695
|
-
"breakingDigest": "sha256:
|
|
2696
|
-
"auditDigest": "sha256:
|
|
1328
|
+
"breakingDigest": "sha256:93d630270c6db2c6993f0965d44280e0f178159d8d74519c7752a38d5771d02e",
|
|
1329
|
+
"auditDigest": "sha256:41041cd7a99d12a21aab95ba51e8fb1de26f36755b519d166a3748542e22162f"
|
|
2697
1330
|
},
|
|
2698
1331
|
{
|
|
2699
1332
|
"contractVersion": 1,
|
|
@@ -2701,7 +1334,7 @@
|
|
|
2701
1334
|
"additiveChanges": "optional inputs, optional outputs, diagnostics, and documentation may be added within the same major line",
|
|
2702
1335
|
"id": "controller:web-surface",
|
|
2703
1336
|
"kind": "controller",
|
|
2704
|
-
"path": ".github/workflows
|
|
1337
|
+
"path": ".github/workflows/public-release-web.yml",
|
|
2705
1338
|
"requiredInputs": [],
|
|
2706
1339
|
"requiredOutputs": [
|
|
2707
1340
|
"controller-plan-json",
|
|
@@ -2713,7 +1346,7 @@
|
|
|
2713
1346
|
"breakingDefaults": {
|
|
2714
1347
|
"evidenceContract": "buildchain.controller-evidence/v1",
|
|
2715
1348
|
"descriptorVersion": 1,
|
|
2716
|
-
"workflowPath": ".github/workflows
|
|
1349
|
+
"workflowPath": ".github/workflows/public-release-web.yml",
|
|
2717
1350
|
"requiredStages": [
|
|
2718
1351
|
"resolve-runtime",
|
|
2719
1352
|
"plan",
|
|
@@ -2756,7 +1389,6 @@
|
|
|
2756
1389
|
"production-aws-role-arn",
|
|
2757
1390
|
"production-environment",
|
|
2758
1391
|
"production-release-app-client-id",
|
|
2759
|
-
"production-release-app-id",
|
|
2760
1392
|
"production-release-app-private-key",
|
|
2761
1393
|
"production-release-branch-channel",
|
|
2762
1394
|
"production-release-head-prefix",
|
|
@@ -2775,14 +1407,13 @@
|
|
|
2775
1407
|
"staging-apply",
|
|
2776
1408
|
"staging-aws-role-arn",
|
|
2777
1409
|
"staging-environment",
|
|
2778
|
-
"universal-request-json",
|
|
2779
1410
|
"verify-command",
|
|
2780
1411
|
"working-directory"
|
|
2781
1412
|
],
|
|
2782
1413
|
"controllerDescriptor": {
|
|
2783
1414
|
"contract": "buildchain.controller-descriptor/v1",
|
|
2784
|
-
"digest": "sha256:
|
|
2785
|
-
"registryDigest": "sha256:
|
|
1415
|
+
"digest": "sha256:f203ed816826d4da70d1538c26301ff56389c0f46b0df4e896bf05bce9b6b047",
|
|
1416
|
+
"registryDigest": "sha256:311b1b2bf86bafcac88628749d7ef47e051c6bb1a43afdd89f9ea82ed75dc89d",
|
|
2786
1417
|
"inputClassifications": {
|
|
2787
1418
|
"artifact-path": {
|
|
2788
1419
|
"classification": "digest-only",
|
|
@@ -2876,10 +1507,6 @@
|
|
|
2876
1507
|
"classification": "included",
|
|
2877
1508
|
"source": "workflow-call-input"
|
|
2878
1509
|
},
|
|
2879
|
-
"production-release-app-id": {
|
|
2880
|
-
"classification": "included",
|
|
2881
|
-
"source": "workflow-call-input"
|
|
2882
|
-
},
|
|
2883
1510
|
"production-release-app-private-key": {
|
|
2884
1511
|
"classification": "redacted",
|
|
2885
1512
|
"source": "workflow-call-secret"
|
|
@@ -2906,7 +1533,7 @@
|
|
|
2906
1533
|
},
|
|
2907
1534
|
"production-release-pr-token": {
|
|
2908
1535
|
"classification": "redacted",
|
|
2909
|
-
"source": "workflow-call-
|
|
1536
|
+
"source": "workflow-call-secret"
|
|
2910
1537
|
},
|
|
2911
1538
|
"production-source-sha": {
|
|
2912
1539
|
"classification": "included",
|
|
@@ -2952,10 +1579,6 @@
|
|
|
2952
1579
|
"classification": "digest-only",
|
|
2953
1580
|
"source": "workflow-call-input"
|
|
2954
1581
|
},
|
|
2955
|
-
"universal-request-json": {
|
|
2956
|
-
"classification": "digest-only",
|
|
2957
|
-
"source": "workflow-call-input"
|
|
2958
|
-
},
|
|
2959
1582
|
"verify-command": {
|
|
2960
1583
|
"classification": "digest-only",
|
|
2961
1584
|
"source": "workflow-call-input"
|
|
@@ -2972,8 +1595,8 @@
|
|
|
2972
1595
|
"redacted input values are never serialized and digest-only input values are never emitted in plaintext",
|
|
2973
1596
|
"missing receipts are non-qualifying and must not be represented as a successful controller run"
|
|
2974
1597
|
],
|
|
2975
|
-
"breakingDigest": "sha256:
|
|
2976
|
-
"auditDigest": "sha256:
|
|
1598
|
+
"breakingDigest": "sha256:ad5e695f42245fdbe53afbef5311ae52f113c9016bec46eaff4476aeb158ec17",
|
|
1599
|
+
"auditDigest": "sha256:4ef45e54a24e7876e3bec684c13e395d9e1494c5ea152b5fbcec1378fa934d37"
|
|
2977
1600
|
},
|
|
2978
1601
|
{
|
|
2979
1602
|
"contractVersion": 1,
|
|
@@ -2981,7 +1604,7 @@
|
|
|
2981
1604
|
"additiveChanges": "optional inputs, optional outputs, diagnostics, and documentation may be added within the same major line",
|
|
2982
1605
|
"id": "controller:publication-artifact",
|
|
2983
1606
|
"kind": "controller",
|
|
2984
|
-
"path": ".github/workflows/publication
|
|
1607
|
+
"path": ".github/workflows/public-build-publication.yml",
|
|
2985
1608
|
"requiredInputs": [],
|
|
2986
1609
|
"requiredOutputs": [
|
|
2987
1610
|
"controller-plan-json",
|
|
@@ -2993,7 +1616,7 @@
|
|
|
2993
1616
|
"breakingDefaults": {
|
|
2994
1617
|
"evidenceContract": "buildchain.controller-evidence/v1",
|
|
2995
1618
|
"descriptorVersion": 1,
|
|
2996
|
-
"workflowPath": ".github/workflows/publication
|
|
1619
|
+
"workflowPath": ".github/workflows/public-build-publication.yml",
|
|
2997
1620
|
"requiredStages": [
|
|
2998
1621
|
"resolve-runtime",
|
|
2999
1622
|
"build",
|
|
@@ -3034,14 +1657,13 @@
|
|
|
3034
1657
|
"toolchain-digest",
|
|
3035
1658
|
"toolchain-image",
|
|
3036
1659
|
"toolchain-type",
|
|
3037
|
-
"universal-request-json",
|
|
3038
1660
|
"verify-command",
|
|
3039
1661
|
"working-directory"
|
|
3040
1662
|
],
|
|
3041
1663
|
"controllerDescriptor": {
|
|
3042
1664
|
"contract": "buildchain.controller-descriptor/v1",
|
|
3043
|
-
"digest": "sha256:
|
|
3044
|
-
"registryDigest": "sha256:
|
|
1665
|
+
"digest": "sha256:7d36457df757062d7dbcc08cff600ec12f76e7177e15916a6d32dd1440dfa2ac",
|
|
1666
|
+
"registryDigest": "sha256:311b1b2bf86bafcac88628749d7ef47e051c6bb1a43afdd89f9ea82ed75dc89d",
|
|
3045
1667
|
"inputClassifications": {
|
|
3046
1668
|
"artifact-name": {
|
|
3047
1669
|
"classification": "included",
|
|
@@ -3127,10 +1749,6 @@
|
|
|
3127
1749
|
"classification": "included",
|
|
3128
1750
|
"source": "workflow-call-input"
|
|
3129
1751
|
},
|
|
3130
|
-
"universal-request-json": {
|
|
3131
|
-
"classification": "digest-only",
|
|
3132
|
-
"source": "workflow-call-input"
|
|
3133
|
-
},
|
|
3134
1752
|
"verify-command": {
|
|
3135
1753
|
"classification": "digest-only",
|
|
3136
1754
|
"source": "workflow-call-input"
|
|
@@ -3147,8 +1765,8 @@
|
|
|
3147
1765
|
"redacted input values are never serialized and digest-only input values are never emitted in plaintext",
|
|
3148
1766
|
"missing receipts are non-qualifying and must not be represented as a successful controller run"
|
|
3149
1767
|
],
|
|
3150
|
-
"breakingDigest": "sha256:
|
|
3151
|
-
"auditDigest": "sha256:
|
|
1768
|
+
"breakingDigest": "sha256:64043b583051b8fc5320b5d6f2304120037fb6a14b8448edbf6e91908f719739",
|
|
1769
|
+
"auditDigest": "sha256:8d29eb3c9508d468905885c70249d99106496a96256b72249d3ec39f90b4682d"
|
|
3152
1770
|
},
|
|
3153
1771
|
{
|
|
3154
1772
|
"contractVersion": 1,
|
|
@@ -3156,7 +1774,7 @@
|
|
|
3156
1774
|
"additiveChanges": "optional inputs, optional outputs, diagnostics, and documentation may be added within the same major line",
|
|
3157
1775
|
"id": "controller:paper-release",
|
|
3158
1776
|
"kind": "controller",
|
|
3159
|
-
"path": ".github/workflows/
|
|
1777
|
+
"path": ".github/workflows/public-release-paper.yml",
|
|
3160
1778
|
"requiredInputs": [],
|
|
3161
1779
|
"requiredOutputs": [
|
|
3162
1780
|
"controller-plan-json",
|
|
@@ -3168,7 +1786,7 @@
|
|
|
3168
1786
|
"breakingDefaults": {
|
|
3169
1787
|
"evidenceContract": "buildchain.controller-evidence/v1",
|
|
3170
1788
|
"descriptorVersion": 1,
|
|
3171
|
-
"workflowPath": ".github/workflows/
|
|
1789
|
+
"workflowPath": ".github/workflows/public-release-paper.yml",
|
|
3172
1790
|
"requiredStages": [
|
|
3173
1791
|
"resolve-runtime",
|
|
3174
1792
|
"build",
|
|
@@ -3193,80 +1811,68 @@
|
|
|
3193
1811
|
"inputClassificationPolicy": "buildchain-controller-input-policy/v1"
|
|
3194
1812
|
},
|
|
3195
1813
|
"optionalInputs": [
|
|
1814
|
+
"BUILDCHAIN_GENERATED_WRITE_APP_CLIENT_ID",
|
|
1815
|
+
"BUILDCHAIN_GENERATED_WRITE_APP_PRIVATE_KEY",
|
|
1816
|
+
"BUILDCHAIN_GENERATED_WRITE_TOKEN",
|
|
1817
|
+
"KUNGFU_GOVERNANCE_AUDITOR_APP_PRIVATE_KEY",
|
|
3196
1818
|
"artifact-name",
|
|
1819
|
+
"artifact-paths",
|
|
3197
1820
|
"artifact-retention-days",
|
|
3198
1821
|
"branch-protection-bypass-apps",
|
|
3199
|
-
"branch-protection-bypass-teams",
|
|
3200
|
-
"branch-protection-bypass-users",
|
|
3201
|
-
"build-command",
|
|
3202
|
-
"buildchain-contract-compatibility-policy",
|
|
3203
|
-
"buildchain-contract-drift-issue-mode",
|
|
3204
1822
|
"buildchain-contract-lock-path",
|
|
3205
1823
|
"buildchain-ref",
|
|
3206
1824
|
"buildchain-repository",
|
|
3207
1825
|
"dry-run",
|
|
3208
1826
|
"github-governance-receipt-json",
|
|
3209
1827
|
"github-release",
|
|
3210
|
-
"github-release-notes",
|
|
3211
|
-
"github-release-title",
|
|
3212
|
-
"node-version",
|
|
3213
1828
|
"package-name",
|
|
3214
|
-
"publication-admission-json",
|
|
3215
|
-
"publication-control-plane-audit-json",
|
|
3216
|
-
"publication-expected-json",
|
|
3217
|
-
"publication-runner-provenance-json",
|
|
3218
|
-
"publication-used-nonces-json",
|
|
3219
1829
|
"publish-dist-tag",
|
|
3220
|
-
"
|
|
1830
|
+
"publisher-workflow-path",
|
|
3221
1831
|
"release-passport-impact-json",
|
|
3222
1832
|
"release-passport-output-dir",
|
|
3223
1833
|
"release-passport-product-name",
|
|
3224
1834
|
"required-status-check",
|
|
3225
|
-
"setup-node",
|
|
3226
1835
|
"target-ref",
|
|
3227
1836
|
"target-sha",
|
|
3228
|
-
"toolchain-command",
|
|
3229
|
-
"toolchain-digest",
|
|
3230
|
-
"toolchain-image",
|
|
3231
1837
|
"toolchain-type",
|
|
3232
|
-
"universal-request-json",
|
|
3233
1838
|
"verify-command",
|
|
3234
|
-
"working-directory"
|
|
1839
|
+
"working-directory",
|
|
1840
|
+
"candidate-receipt-digest"
|
|
3235
1841
|
],
|
|
3236
1842
|
"controllerDescriptor": {
|
|
3237
1843
|
"contract": "buildchain.controller-descriptor/v1",
|
|
3238
|
-
"digest": "sha256:
|
|
3239
|
-
"registryDigest": "sha256:
|
|
1844
|
+
"digest": "sha256:a15783c73506eab77c388bd3bbfc7d9c7948cd8f8ce2c05b433f8f1be0dbe781",
|
|
1845
|
+
"registryDigest": "sha256:311b1b2bf86bafcac88628749d7ef47e051c6bb1a43afdd89f9ea82ed75dc89d",
|
|
3240
1846
|
"inputClassifications": {
|
|
3241
|
-
"
|
|
3242
|
-
"classification": "
|
|
3243
|
-
"source": "workflow-call-
|
|
1847
|
+
"BUILDCHAIN_GENERATED_WRITE_APP_CLIENT_ID": {
|
|
1848
|
+
"classification": "redacted",
|
|
1849
|
+
"source": "workflow-call-secret"
|
|
3244
1850
|
},
|
|
3245
|
-
"
|
|
3246
|
-
"classification": "
|
|
3247
|
-
"source": "workflow-call-
|
|
1851
|
+
"BUILDCHAIN_GENERATED_WRITE_APP_PRIVATE_KEY": {
|
|
1852
|
+
"classification": "redacted",
|
|
1853
|
+
"source": "workflow-call-secret"
|
|
3248
1854
|
},
|
|
3249
|
-
"
|
|
3250
|
-
"classification": "
|
|
3251
|
-
"source": "workflow-call-
|
|
1855
|
+
"BUILDCHAIN_GENERATED_WRITE_TOKEN": {
|
|
1856
|
+
"classification": "redacted",
|
|
1857
|
+
"source": "workflow-call-secret"
|
|
3252
1858
|
},
|
|
3253
|
-
"
|
|
3254
|
-
"classification": "
|
|
3255
|
-
"source": "workflow-call-
|
|
1859
|
+
"KUNGFU_GOVERNANCE_AUDITOR_APP_PRIVATE_KEY": {
|
|
1860
|
+
"classification": "redacted",
|
|
1861
|
+
"source": "workflow-call-secret"
|
|
3256
1862
|
},
|
|
3257
|
-
"
|
|
1863
|
+
"artifact-name": {
|
|
3258
1864
|
"classification": "included",
|
|
3259
1865
|
"source": "workflow-call-input"
|
|
3260
1866
|
},
|
|
3261
|
-
"
|
|
1867
|
+
"artifact-paths": {
|
|
3262
1868
|
"classification": "digest-only",
|
|
3263
1869
|
"source": "workflow-call-input"
|
|
3264
1870
|
},
|
|
3265
|
-
"
|
|
1871
|
+
"artifact-retention-days": {
|
|
3266
1872
|
"classification": "included",
|
|
3267
1873
|
"source": "workflow-call-input"
|
|
3268
1874
|
},
|
|
3269
|
-
"
|
|
1875
|
+
"branch-protection-bypass-apps": {
|
|
3270
1876
|
"classification": "included",
|
|
3271
1877
|
"source": "workflow-call-input"
|
|
3272
1878
|
},
|
|
@@ -3294,48 +1900,16 @@
|
|
|
3294
1900
|
"classification": "included",
|
|
3295
1901
|
"source": "workflow-call-input"
|
|
3296
1902
|
},
|
|
3297
|
-
"github-release-notes": {
|
|
3298
|
-
"classification": "digest-only",
|
|
3299
|
-
"source": "workflow-call-input"
|
|
3300
|
-
},
|
|
3301
|
-
"github-release-title": {
|
|
3302
|
-
"classification": "included",
|
|
3303
|
-
"source": "workflow-call-input"
|
|
3304
|
-
},
|
|
3305
|
-
"node-version": {
|
|
3306
|
-
"classification": "included",
|
|
3307
|
-
"source": "workflow-call-input"
|
|
3308
|
-
},
|
|
3309
1903
|
"package-name": {
|
|
3310
1904
|
"classification": "included",
|
|
3311
1905
|
"source": "workflow-call-input"
|
|
3312
1906
|
},
|
|
3313
|
-
"publication-admission-json": {
|
|
3314
|
-
"classification": "digest-only",
|
|
3315
|
-
"source": "workflow-call-input"
|
|
3316
|
-
},
|
|
3317
|
-
"publication-control-plane-audit-json": {
|
|
3318
|
-
"classification": "digest-only",
|
|
3319
|
-
"source": "workflow-call-input"
|
|
3320
|
-
},
|
|
3321
|
-
"publication-expected-json": {
|
|
3322
|
-
"classification": "digest-only",
|
|
3323
|
-
"source": "workflow-call-input"
|
|
3324
|
-
},
|
|
3325
|
-
"publication-runner-provenance-json": {
|
|
3326
|
-
"classification": "digest-only",
|
|
3327
|
-
"source": "workflow-call-input"
|
|
3328
|
-
},
|
|
3329
|
-
"publication-used-nonces-json": {
|
|
3330
|
-
"classification": "digest-only",
|
|
3331
|
-
"source": "workflow-call-input"
|
|
3332
|
-
},
|
|
3333
1907
|
"publish-dist-tag": {
|
|
3334
1908
|
"classification": "included",
|
|
3335
1909
|
"source": "workflow-call-input"
|
|
3336
1910
|
},
|
|
3337
|
-
"
|
|
3338
|
-
"classification": "
|
|
1911
|
+
"publisher-workflow-path": {
|
|
1912
|
+
"classification": "digest-only",
|
|
3339
1913
|
"source": "workflow-call-input"
|
|
3340
1914
|
},
|
|
3341
1915
|
"release-passport-impact-json": {
|
|
@@ -3354,38 +1928,18 @@
|
|
|
3354
1928
|
"classification": "included",
|
|
3355
1929
|
"source": "workflow-call-input"
|
|
3356
1930
|
},
|
|
3357
|
-
"
|
|
1931
|
+
"target-ref": {
|
|
3358
1932
|
"classification": "included",
|
|
3359
1933
|
"source": "workflow-call-input"
|
|
3360
1934
|
},
|
|
3361
|
-
"target-
|
|
1935
|
+
"target-sha": {
|
|
3362
1936
|
"classification": "included",
|
|
3363
1937
|
"source": "workflow-call-input"
|
|
3364
1938
|
},
|
|
3365
|
-
"
|
|
1939
|
+
"toolchain-type": {
|
|
3366
1940
|
"classification": "included",
|
|
3367
1941
|
"source": "workflow-call-input"
|
|
3368
1942
|
},
|
|
3369
|
-
"toolchain-command": {
|
|
3370
|
-
"classification": "digest-only",
|
|
3371
|
-
"source": "workflow-call-input"
|
|
3372
|
-
},
|
|
3373
|
-
"toolchain-digest": {
|
|
3374
|
-
"classification": "included",
|
|
3375
|
-
"source": "workflow-call-input"
|
|
3376
|
-
},
|
|
3377
|
-
"toolchain-image": {
|
|
3378
|
-
"classification": "included",
|
|
3379
|
-
"source": "workflow-call-input"
|
|
3380
|
-
},
|
|
3381
|
-
"toolchain-type": {
|
|
3382
|
-
"classification": "included",
|
|
3383
|
-
"source": "workflow-call-input"
|
|
3384
|
-
},
|
|
3385
|
-
"universal-request-json": {
|
|
3386
|
-
"classification": "digest-only",
|
|
3387
|
-
"source": "workflow-call-input"
|
|
3388
|
-
},
|
|
3389
1943
|
"verify-command": {
|
|
3390
1944
|
"classification": "digest-only",
|
|
3391
1945
|
"source": "workflow-call-input"
|
|
@@ -3393,6 +1947,10 @@
|
|
|
3393
1947
|
"working-directory": {
|
|
3394
1948
|
"classification": "digest-only",
|
|
3395
1949
|
"source": "workflow-call-input"
|
|
1950
|
+
},
|
|
1951
|
+
"candidate-receipt-digest": {
|
|
1952
|
+
"classification": "included",
|
|
1953
|
+
"source": "admitted-publication-candidate"
|
|
3396
1954
|
}
|
|
3397
1955
|
}
|
|
3398
1956
|
},
|
|
@@ -3402,8 +1960,8 @@
|
|
|
3402
1960
|
"redacted input values are never serialized and digest-only input values are never emitted in plaintext",
|
|
3403
1961
|
"missing receipts are non-qualifying and must not be represented as a successful controller run"
|
|
3404
1962
|
],
|
|
3405
|
-
"breakingDigest": "sha256:
|
|
3406
|
-
"auditDigest": "sha256:
|
|
1963
|
+
"breakingDigest": "sha256:1175b298251f200a6290c7f46d79f70e5c703279d3a5c5e9776bb18d4e4f7b52",
|
|
1964
|
+
"auditDigest": "sha256:ff415870df14b4d9689945aaa091760fa7c5b67adb18a9961694032d86ba6173"
|
|
3407
1965
|
},
|
|
3408
1966
|
{
|
|
3409
1967
|
"contractVersion": 1,
|
|
@@ -3411,7 +1969,7 @@
|
|
|
3411
1969
|
"additiveChanges": "optional inputs, optional outputs, diagnostics, and documentation may be added within the same major line",
|
|
3412
1970
|
"id": "controller:release-candidate-promotion",
|
|
3413
1971
|
"kind": "controller",
|
|
3414
|
-
"path": ".github/workflows/.release-
|
|
1972
|
+
"path": ".github/workflows/.release-promote.yml",
|
|
3415
1973
|
"requiredInputs": [],
|
|
3416
1974
|
"requiredOutputs": [
|
|
3417
1975
|
"controller-plan-json",
|
|
@@ -3423,7 +1981,7 @@
|
|
|
3423
1981
|
"breakingDefaults": {
|
|
3424
1982
|
"evidenceContract": "buildchain.controller-evidence/v1",
|
|
3425
1983
|
"descriptorVersion": 1,
|
|
3426
|
-
"workflowPath": ".github/workflows/.release-
|
|
1984
|
+
"workflowPath": ".github/workflows/.release-promote.yml",
|
|
3427
1985
|
"requiredStages": [
|
|
3428
1986
|
"preflight",
|
|
3429
1987
|
"admit-release-candidate",
|
|
@@ -3455,136 +2013,15 @@
|
|
|
3455
2013
|
"BUILDCHAIN_PUBLICATION_COMMIT_SIGNING_KEY",
|
|
3456
2014
|
"BUILDCHAIN_PUBLICATION_COMMIT_TOKEN",
|
|
3457
2015
|
"KUNGFU_GOVERNANCE_AUDITOR_APP_PRIVATE_KEY",
|
|
3458
|
-
"allow-repository",
|
|
3459
|
-
"artifact-name",
|
|
3460
|
-
"artifact-patterns",
|
|
3461
|
-
"branch-protection-bypass-apps",
|
|
3462
|
-
"branch-protection-bypass-teams",
|
|
3463
|
-
"branch-protection-bypass-users",
|
|
3464
|
-
"buildchain-alpha-contract-lock-path",
|
|
3465
|
-
"buildchain-contract-compatibility-policy",
|
|
3466
|
-
"buildchain-contract-drift-issue-mode",
|
|
3467
|
-
"buildchain-contract-lock-path",
|
|
3468
|
-
"buildchain-expected-channel",
|
|
3469
|
-
"buildchain-expected-major",
|
|
3470
2016
|
"buildchain-issue-app-id",
|
|
3471
2017
|
"buildchain-issue-app-private-key",
|
|
3472
2018
|
"buildchain-issue-token",
|
|
3473
|
-
"
|
|
3474
|
-
"buildchain-repository",
|
|
3475
|
-
"buildchain-stable-contract-lock-path",
|
|
3476
|
-
"channel",
|
|
3477
|
-
"declarative-release-tail",
|
|
3478
|
-
"dry-run",
|
|
3479
|
-
"github-artifact-attestation-environment",
|
|
3480
|
-
"github-artifact-attestation-policy-json",
|
|
3481
|
-
"github-artifact-attestation-retention-days",
|
|
3482
|
-
"github-governance-receipt-json",
|
|
3483
|
-
"github-release",
|
|
3484
|
-
"github-release-notes",
|
|
3485
|
-
"github-release-payload-patterns",
|
|
3486
|
-
"github-release-title",
|
|
3487
|
-
"package-manager",
|
|
3488
|
-
"promotion-contract-lock-digest",
|
|
3489
|
-
"promotion-contract-lock-path",
|
|
3490
|
-
"promotion-override-used",
|
|
3491
|
-
"promotion-publication-channel",
|
|
3492
|
-
"promotion-router-ref",
|
|
3493
|
-
"promotion-router-sha",
|
|
3494
|
-
"promotion-runtime-authorization-json",
|
|
3495
|
-
"promotion-runtime-authorization-root",
|
|
3496
|
-
"promotion-runtime-ref",
|
|
3497
|
-
"promotion-runtime-sha",
|
|
3498
|
-
"promotion-shell-ref",
|
|
3499
|
-
"promotion-shell-sha",
|
|
3500
|
-
"promotion-target-ref",
|
|
3501
|
-
"provider-failure-after-capability",
|
|
3502
|
-
"publication-admission-json",
|
|
3503
|
-
"publication-authority-workflow-path",
|
|
3504
|
-
"publication-auto-admission",
|
|
3505
|
-
"publication-auto-no-gate",
|
|
3506
|
-
"publication-commit-command",
|
|
3507
|
-
"publication-commit-evidence-path",
|
|
3508
|
-
"publication-consumer-predicate-id",
|
|
3509
|
-
"publication-consumer-qualification-command",
|
|
3510
|
-
"publication-consumer-qualification-controller-sha",
|
|
3511
|
-
"publication-control-plane-audit-json",
|
|
3512
|
-
"publication-expected-json",
|
|
3513
|
-
"publication-gate-aggregate-json",
|
|
3514
|
-
"publication-gate-command",
|
|
3515
|
-
"publication-gate-controller-sha",
|
|
3516
|
-
"publication-package-name",
|
|
3517
|
-
"publication-product",
|
|
3518
|
-
"publication-publisher-workflow-path",
|
|
3519
|
-
"publication-runner-provenance-json",
|
|
3520
|
-
"publication-target",
|
|
3521
|
-
"publication-used-nonces-json",
|
|
3522
|
-
"publication-used-qualification-nonces-json",
|
|
3523
|
-
"publish-artifact-kind",
|
|
3524
|
-
"publish-command",
|
|
3525
|
-
"publish-dist-tag",
|
|
3526
|
-
"publish-mode",
|
|
3527
|
-
"publish-package-main",
|
|
3528
|
-
"publish-package-set-order",
|
|
3529
|
-
"publish-rematerialize-on-resume",
|
|
3530
|
-
"publish-required-artifacts-json",
|
|
3531
|
-
"publish-target",
|
|
3532
|
-
"publish-transaction-override",
|
|
3533
|
-
"release-activation-command",
|
|
3534
|
-
"release-activation-receipt-set-path",
|
|
3535
|
-
"release-candidate-family-assignment-id",
|
|
3536
|
-
"release-candidate-family-evidence-required",
|
|
3537
|
-
"release-candidate-family-evidence-root",
|
|
3538
|
-
"release-candidate-family-initiative-id",
|
|
3539
|
-
"release-candidate-wait-seconds",
|
|
3540
|
-
"release-candidate-workflow-file",
|
|
3541
|
-
"release-candidate-workflow-name",
|
|
3542
|
-
"release-passport",
|
|
3543
|
-
"release-passport-adopter-delivery-json",
|
|
3544
|
-
"release-passport-attachment-command",
|
|
3545
|
-
"release-passport-buildchain-self-kfd",
|
|
3546
|
-
"release-passport-evidence-command",
|
|
3547
|
-
"release-passport-evidence-jsons",
|
|
3548
|
-
"release-passport-evidence-path",
|
|
3549
|
-
"release-passport-impact-json",
|
|
3550
|
-
"release-passport-invariant-passport-command",
|
|
3551
|
-
"release-passport-invariant-passport-jsons",
|
|
3552
|
-
"release-passport-kfd-1-witness-jsons",
|
|
3553
|
-
"release-passport-kfd-2-claim-jsons",
|
|
3554
|
-
"release-passport-kfd-3-artifact-verify-command",
|
|
3555
|
-
"release-passport-kfd-3-artifact-witness-jsons",
|
|
3556
|
-
"release-passport-kfd-3-prebuild-witness-jsons",
|
|
3557
|
-
"release-passport-kfd-adopter-manifest-gate-json",
|
|
3558
|
-
"release-passport-kfd-adopter-manifest-json",
|
|
3559
|
-
"release-passport-kfd-product-gate-jsons",
|
|
3560
|
-
"release-passport-kfd-support-matrix-json",
|
|
3561
|
-
"release-passport-output-dir",
|
|
3562
|
-
"release-passport-platform-manifest-paths",
|
|
3563
|
-
"release-passport-product-name",
|
|
3564
|
-
"release-passport-v4-runtime-resume-evidence-json",
|
|
3565
|
-
"release-propagation-config-path",
|
|
3566
|
-
"required-artifact-count",
|
|
3567
|
-
"required-status-check",
|
|
3568
|
-
"resume-buildchain-runtime-sha",
|
|
3569
|
-
"resume-candidate-repository",
|
|
3570
|
-
"resume-candidate-run-id",
|
|
3571
|
-
"resume-expected-candidate-root",
|
|
3572
|
-
"resume-expected-candidate-runtime-sha",
|
|
3573
|
-
"resume-expected-source-tree",
|
|
3574
|
-
"resume-expected-workflow-file",
|
|
3575
|
-
"resume-expected-workflow-name",
|
|
3576
|
-
"resume-transaction-id",
|
|
3577
|
-
"runner-preset",
|
|
3578
|
-
"standalone-binary-distribution",
|
|
3579
|
-
"target-ref",
|
|
3580
|
-
"target-sha",
|
|
3581
|
-
"trusted-publishing",
|
|
3582
|
-
"universal-request-json"
|
|
2019
|
+
"request-json"
|
|
3583
2020
|
],
|
|
3584
2021
|
"controllerDescriptor": {
|
|
3585
2022
|
"contract": "buildchain.controller-descriptor/v1",
|
|
3586
|
-
"digest": "sha256:
|
|
3587
|
-
"registryDigest": "sha256:
|
|
2023
|
+
"digest": "sha256:4ac0eaf0f2cddf04deef9d4264667a9258c30a394eea3709201cbeabc433f044",
|
|
2024
|
+
"registryDigest": "sha256:311b1b2bf86bafcac88628749d7ef47e051c6bb1a43afdd89f9ea82ed75dc89d",
|
|
3588
2025
|
"inputClassifications": {
|
|
3589
2026
|
"BUILDCHAIN_ISSUE_APP_ID": {
|
|
3590
2027
|
"classification": "redacted",
|
|
@@ -3614,54 +2051,6 @@
|
|
|
3614
2051
|
"classification": "redacted",
|
|
3615
2052
|
"source": "workflow-call-secret"
|
|
3616
2053
|
},
|
|
3617
|
-
"allow-repository": {
|
|
3618
|
-
"classification": "included",
|
|
3619
|
-
"source": "workflow-call-input"
|
|
3620
|
-
},
|
|
3621
|
-
"artifact-name": {
|
|
3622
|
-
"classification": "included",
|
|
3623
|
-
"source": "workflow-call-input"
|
|
3624
|
-
},
|
|
3625
|
-
"artifact-patterns": {
|
|
3626
|
-
"classification": "included",
|
|
3627
|
-
"source": "workflow-call-input"
|
|
3628
|
-
},
|
|
3629
|
-
"branch-protection-bypass-apps": {
|
|
3630
|
-
"classification": "included",
|
|
3631
|
-
"source": "workflow-call-input"
|
|
3632
|
-
},
|
|
3633
|
-
"branch-protection-bypass-teams": {
|
|
3634
|
-
"classification": "included",
|
|
3635
|
-
"source": "workflow-call-input"
|
|
3636
|
-
},
|
|
3637
|
-
"branch-protection-bypass-users": {
|
|
3638
|
-
"classification": "included",
|
|
3639
|
-
"source": "workflow-call-input"
|
|
3640
|
-
},
|
|
3641
|
-
"buildchain-alpha-contract-lock-path": {
|
|
3642
|
-
"classification": "digest-only",
|
|
3643
|
-
"source": "workflow-call-input"
|
|
3644
|
-
},
|
|
3645
|
-
"buildchain-contract-compatibility-policy": {
|
|
3646
|
-
"classification": "included",
|
|
3647
|
-
"source": "workflow-call-input"
|
|
3648
|
-
},
|
|
3649
|
-
"buildchain-contract-drift-issue-mode": {
|
|
3650
|
-
"classification": "included",
|
|
3651
|
-
"source": "workflow-call-input"
|
|
3652
|
-
},
|
|
3653
|
-
"buildchain-contract-lock-path": {
|
|
3654
|
-
"classification": "digest-only",
|
|
3655
|
-
"source": "workflow-call-input"
|
|
3656
|
-
},
|
|
3657
|
-
"buildchain-expected-channel": {
|
|
3658
|
-
"classification": "included",
|
|
3659
|
-
"source": "workflow-call-input"
|
|
3660
|
-
},
|
|
3661
|
-
"buildchain-expected-major": {
|
|
3662
|
-
"classification": "included",
|
|
3663
|
-
"source": "workflow-call-input"
|
|
3664
|
-
},
|
|
3665
2054
|
"buildchain-issue-app-id": {
|
|
3666
2055
|
"classification": "redacted",
|
|
3667
2056
|
"source": "workflow-call-secret"
|
|
@@ -3674,443 +2063,7 @@
|
|
|
3674
2063
|
"classification": "redacted",
|
|
3675
2064
|
"source": "workflow-call-secret"
|
|
3676
2065
|
},
|
|
3677
|
-
"
|
|
3678
|
-
"classification": "included",
|
|
3679
|
-
"source": "workflow-call-input"
|
|
3680
|
-
},
|
|
3681
|
-
"buildchain-repository": {
|
|
3682
|
-
"classification": "included",
|
|
3683
|
-
"source": "workflow-call-input"
|
|
3684
|
-
},
|
|
3685
|
-
"buildchain-stable-contract-lock-path": {
|
|
3686
|
-
"classification": "digest-only",
|
|
3687
|
-
"source": "workflow-call-input"
|
|
3688
|
-
},
|
|
3689
|
-
"channel": {
|
|
3690
|
-
"classification": "included",
|
|
3691
|
-
"source": "workflow-call-input"
|
|
3692
|
-
},
|
|
3693
|
-
"declarative-release-tail": {
|
|
3694
|
-
"classification": "included",
|
|
3695
|
-
"source": "workflow-call-input"
|
|
3696
|
-
},
|
|
3697
|
-
"dry-run": {
|
|
3698
|
-
"classification": "included",
|
|
3699
|
-
"source": "workflow-call-input"
|
|
3700
|
-
},
|
|
3701
|
-
"github-artifact-attestation-environment": {
|
|
3702
|
-
"classification": "digest-only",
|
|
3703
|
-
"source": "workflow-call-input"
|
|
3704
|
-
},
|
|
3705
|
-
"github-artifact-attestation-policy-json": {
|
|
3706
|
-
"classification": "digest-only",
|
|
3707
|
-
"source": "workflow-call-input"
|
|
3708
|
-
},
|
|
3709
|
-
"github-artifact-attestation-retention-days": {
|
|
3710
|
-
"classification": "included",
|
|
3711
|
-
"source": "workflow-call-input"
|
|
3712
|
-
},
|
|
3713
|
-
"github-governance-receipt-json": {
|
|
3714
|
-
"classification": "digest-only",
|
|
3715
|
-
"source": "workflow-call-input"
|
|
3716
|
-
},
|
|
3717
|
-
"github-release": {
|
|
3718
|
-
"classification": "included",
|
|
3719
|
-
"source": "workflow-call-input"
|
|
3720
|
-
},
|
|
3721
|
-
"github-release-notes": {
|
|
3722
|
-
"classification": "digest-only",
|
|
3723
|
-
"source": "workflow-call-input"
|
|
3724
|
-
},
|
|
3725
|
-
"github-release-payload-patterns": {
|
|
3726
|
-
"classification": "included",
|
|
3727
|
-
"source": "workflow-call-input"
|
|
3728
|
-
},
|
|
3729
|
-
"github-release-title": {
|
|
3730
|
-
"classification": "included",
|
|
3731
|
-
"source": "workflow-call-input"
|
|
3732
|
-
},
|
|
3733
|
-
"package-manager": {
|
|
3734
|
-
"classification": "included",
|
|
3735
|
-
"source": "workflow-call-input"
|
|
3736
|
-
},
|
|
3737
|
-
"promotion-contract-lock-digest": {
|
|
3738
|
-
"classification": "included",
|
|
3739
|
-
"source": "workflow-call-input"
|
|
3740
|
-
},
|
|
3741
|
-
"promotion-contract-lock-path": {
|
|
3742
|
-
"classification": "digest-only",
|
|
3743
|
-
"source": "workflow-call-input"
|
|
3744
|
-
},
|
|
3745
|
-
"promotion-override-used": {
|
|
3746
|
-
"classification": "included",
|
|
3747
|
-
"source": "workflow-call-input"
|
|
3748
|
-
},
|
|
3749
|
-
"promotion-publication-channel": {
|
|
3750
|
-
"classification": "included",
|
|
3751
|
-
"source": "workflow-call-input"
|
|
3752
|
-
},
|
|
3753
|
-
"promotion-router-ref": {
|
|
3754
|
-
"classification": "included",
|
|
3755
|
-
"source": "workflow-call-input"
|
|
3756
|
-
},
|
|
3757
|
-
"promotion-router-sha": {
|
|
3758
|
-
"classification": "included",
|
|
3759
|
-
"source": "workflow-call-input"
|
|
3760
|
-
},
|
|
3761
|
-
"promotion-runtime-authorization-json": {
|
|
3762
|
-
"classification": "digest-only",
|
|
3763
|
-
"source": "workflow-call-input"
|
|
3764
|
-
},
|
|
3765
|
-
"promotion-runtime-authorization-root": {
|
|
3766
|
-
"classification": "included",
|
|
3767
|
-
"source": "workflow-call-input"
|
|
3768
|
-
},
|
|
3769
|
-
"promotion-runtime-ref": {
|
|
3770
|
-
"classification": "included",
|
|
3771
|
-
"source": "workflow-call-input"
|
|
3772
|
-
},
|
|
3773
|
-
"promotion-runtime-sha": {
|
|
3774
|
-
"classification": "included",
|
|
3775
|
-
"source": "workflow-call-input"
|
|
3776
|
-
},
|
|
3777
|
-
"promotion-shell-ref": {
|
|
3778
|
-
"classification": "included",
|
|
3779
|
-
"source": "workflow-call-input"
|
|
3780
|
-
},
|
|
3781
|
-
"promotion-shell-sha": {
|
|
3782
|
-
"classification": "included",
|
|
3783
|
-
"source": "workflow-call-input"
|
|
3784
|
-
},
|
|
3785
|
-
"promotion-target-ref": {
|
|
3786
|
-
"classification": "included",
|
|
3787
|
-
"source": "workflow-call-input"
|
|
3788
|
-
},
|
|
3789
|
-
"provider-failure-after-capability": {
|
|
3790
|
-
"classification": "included",
|
|
3791
|
-
"source": "workflow-call-input"
|
|
3792
|
-
},
|
|
3793
|
-
"publication-admission-json": {
|
|
3794
|
-
"classification": "digest-only",
|
|
3795
|
-
"source": "workflow-call-input"
|
|
3796
|
-
},
|
|
3797
|
-
"publication-authority-workflow-path": {
|
|
3798
|
-
"classification": "digest-only",
|
|
3799
|
-
"source": "workflow-call-input"
|
|
3800
|
-
},
|
|
3801
|
-
"publication-auto-admission": {
|
|
3802
|
-
"classification": "included",
|
|
3803
|
-
"source": "workflow-call-input"
|
|
3804
|
-
},
|
|
3805
|
-
"publication-auto-no-gate": {
|
|
3806
|
-
"classification": "included",
|
|
3807
|
-
"source": "workflow-call-input"
|
|
3808
|
-
},
|
|
3809
|
-
"publication-commit-command": {
|
|
3810
|
-
"classification": "digest-only",
|
|
3811
|
-
"source": "workflow-call-input"
|
|
3812
|
-
},
|
|
3813
|
-
"publication-commit-evidence-path": {
|
|
3814
|
-
"classification": "digest-only",
|
|
3815
|
-
"source": "workflow-call-input"
|
|
3816
|
-
},
|
|
3817
|
-
"publication-consumer-predicate-id": {
|
|
3818
|
-
"classification": "included",
|
|
3819
|
-
"source": "workflow-call-input"
|
|
3820
|
-
},
|
|
3821
|
-
"publication-consumer-qualification-command": {
|
|
3822
|
-
"classification": "digest-only",
|
|
3823
|
-
"source": "workflow-call-input"
|
|
3824
|
-
},
|
|
3825
|
-
"publication-consumer-qualification-controller-sha": {
|
|
3826
|
-
"classification": "included",
|
|
3827
|
-
"source": "workflow-call-input"
|
|
3828
|
-
},
|
|
3829
|
-
"publication-control-plane-audit-json": {
|
|
3830
|
-
"classification": "digest-only",
|
|
3831
|
-
"source": "workflow-call-input"
|
|
3832
|
-
},
|
|
3833
|
-
"publication-expected-json": {
|
|
3834
|
-
"classification": "digest-only",
|
|
3835
|
-
"source": "workflow-call-input"
|
|
3836
|
-
},
|
|
3837
|
-
"publication-gate-aggregate-json": {
|
|
3838
|
-
"classification": "digest-only",
|
|
3839
|
-
"source": "workflow-call-input"
|
|
3840
|
-
},
|
|
3841
|
-
"publication-gate-command": {
|
|
3842
|
-
"classification": "digest-only",
|
|
3843
|
-
"source": "workflow-call-input"
|
|
3844
|
-
},
|
|
3845
|
-
"publication-gate-controller-sha": {
|
|
3846
|
-
"classification": "included",
|
|
3847
|
-
"source": "workflow-call-input"
|
|
3848
|
-
},
|
|
3849
|
-
"publication-package-name": {
|
|
3850
|
-
"classification": "included",
|
|
3851
|
-
"source": "workflow-call-input"
|
|
3852
|
-
},
|
|
3853
|
-
"publication-product": {
|
|
3854
|
-
"classification": "included",
|
|
3855
|
-
"source": "workflow-call-input"
|
|
3856
|
-
},
|
|
3857
|
-
"publication-publisher-workflow-path": {
|
|
3858
|
-
"classification": "digest-only",
|
|
3859
|
-
"source": "workflow-call-input"
|
|
3860
|
-
},
|
|
3861
|
-
"publication-runner-provenance-json": {
|
|
3862
|
-
"classification": "digest-only",
|
|
3863
|
-
"source": "workflow-call-input"
|
|
3864
|
-
},
|
|
3865
|
-
"publication-target": {
|
|
3866
|
-
"classification": "included",
|
|
3867
|
-
"source": "workflow-call-input"
|
|
3868
|
-
},
|
|
3869
|
-
"publication-used-nonces-json": {
|
|
3870
|
-
"classification": "digest-only",
|
|
3871
|
-
"source": "workflow-call-input"
|
|
3872
|
-
},
|
|
3873
|
-
"publication-used-qualification-nonces-json": {
|
|
3874
|
-
"classification": "digest-only",
|
|
3875
|
-
"source": "workflow-call-input"
|
|
3876
|
-
},
|
|
3877
|
-
"publish-artifact-kind": {
|
|
3878
|
-
"classification": "included",
|
|
3879
|
-
"source": "workflow-call-input"
|
|
3880
|
-
},
|
|
3881
|
-
"publish-command": {
|
|
3882
|
-
"classification": "digest-only",
|
|
3883
|
-
"source": "workflow-call-input"
|
|
3884
|
-
},
|
|
3885
|
-
"publish-dist-tag": {
|
|
3886
|
-
"classification": "included",
|
|
3887
|
-
"source": "workflow-call-input"
|
|
3888
|
-
},
|
|
3889
|
-
"publish-mode": {
|
|
3890
|
-
"classification": "included",
|
|
3891
|
-
"source": "workflow-call-input"
|
|
3892
|
-
},
|
|
3893
|
-
"publish-package-main": {
|
|
3894
|
-
"classification": "included",
|
|
3895
|
-
"source": "workflow-call-input"
|
|
3896
|
-
},
|
|
3897
|
-
"publish-package-set-order": {
|
|
3898
|
-
"classification": "included",
|
|
3899
|
-
"source": "workflow-call-input"
|
|
3900
|
-
},
|
|
3901
|
-
"publish-rematerialize-on-resume": {
|
|
3902
|
-
"classification": "included",
|
|
3903
|
-
"source": "workflow-call-input"
|
|
3904
|
-
},
|
|
3905
|
-
"publish-required-artifacts-json": {
|
|
3906
|
-
"classification": "digest-only",
|
|
3907
|
-
"source": "workflow-call-input"
|
|
3908
|
-
},
|
|
3909
|
-
"publish-target": {
|
|
3910
|
-
"classification": "included",
|
|
3911
|
-
"source": "workflow-call-input"
|
|
3912
|
-
},
|
|
3913
|
-
"publish-transaction-override": {
|
|
3914
|
-
"classification": "included",
|
|
3915
|
-
"source": "workflow-call-input"
|
|
3916
|
-
},
|
|
3917
|
-
"release-activation-command": {
|
|
3918
|
-
"classification": "digest-only",
|
|
3919
|
-
"source": "workflow-call-input"
|
|
3920
|
-
},
|
|
3921
|
-
"release-activation-receipt-set-path": {
|
|
3922
|
-
"classification": "digest-only",
|
|
3923
|
-
"source": "workflow-call-input"
|
|
3924
|
-
},
|
|
3925
|
-
"release-candidate-family-assignment-id": {
|
|
3926
|
-
"classification": "included",
|
|
3927
|
-
"source": "workflow-call-input"
|
|
3928
|
-
},
|
|
3929
|
-
"release-candidate-family-evidence-required": {
|
|
3930
|
-
"classification": "included",
|
|
3931
|
-
"source": "workflow-call-input"
|
|
3932
|
-
},
|
|
3933
|
-
"release-candidate-family-evidence-root": {
|
|
3934
|
-
"classification": "included",
|
|
3935
|
-
"source": "workflow-call-input"
|
|
3936
|
-
},
|
|
3937
|
-
"release-candidate-family-initiative-id": {
|
|
3938
|
-
"classification": "included",
|
|
3939
|
-
"source": "workflow-call-input"
|
|
3940
|
-
},
|
|
3941
|
-
"release-candidate-wait-seconds": {
|
|
3942
|
-
"classification": "included",
|
|
3943
|
-
"source": "workflow-call-input"
|
|
3944
|
-
},
|
|
3945
|
-
"release-candidate-workflow-file": {
|
|
3946
|
-
"classification": "included",
|
|
3947
|
-
"source": "workflow-call-input"
|
|
3948
|
-
},
|
|
3949
|
-
"release-candidate-workflow-name": {
|
|
3950
|
-
"classification": "included",
|
|
3951
|
-
"source": "workflow-call-input"
|
|
3952
|
-
},
|
|
3953
|
-
"release-passport": {
|
|
3954
|
-
"classification": "included",
|
|
3955
|
-
"source": "workflow-call-input"
|
|
3956
|
-
},
|
|
3957
|
-
"release-passport-adopter-delivery-json": {
|
|
3958
|
-
"classification": "digest-only",
|
|
3959
|
-
"source": "workflow-call-input"
|
|
3960
|
-
},
|
|
3961
|
-
"release-passport-attachment-command": {
|
|
3962
|
-
"classification": "digest-only",
|
|
3963
|
-
"source": "workflow-call-input"
|
|
3964
|
-
},
|
|
3965
|
-
"release-passport-buildchain-self-kfd": {
|
|
3966
|
-
"classification": "included",
|
|
3967
|
-
"source": "workflow-call-input"
|
|
3968
|
-
},
|
|
3969
|
-
"release-passport-evidence-command": {
|
|
3970
|
-
"classification": "digest-only",
|
|
3971
|
-
"source": "workflow-call-input"
|
|
3972
|
-
},
|
|
3973
|
-
"release-passport-evidence-jsons": {
|
|
3974
|
-
"classification": "digest-only",
|
|
3975
|
-
"source": "workflow-call-input"
|
|
3976
|
-
},
|
|
3977
|
-
"release-passport-evidence-path": {
|
|
3978
|
-
"classification": "digest-only",
|
|
3979
|
-
"source": "workflow-call-input"
|
|
3980
|
-
},
|
|
3981
|
-
"release-passport-impact-json": {
|
|
3982
|
-
"classification": "digest-only",
|
|
3983
|
-
"source": "workflow-call-input"
|
|
3984
|
-
},
|
|
3985
|
-
"release-passport-invariant-passport-command": {
|
|
3986
|
-
"classification": "digest-only",
|
|
3987
|
-
"source": "workflow-call-input"
|
|
3988
|
-
},
|
|
3989
|
-
"release-passport-invariant-passport-jsons": {
|
|
3990
|
-
"classification": "digest-only",
|
|
3991
|
-
"source": "workflow-call-input"
|
|
3992
|
-
},
|
|
3993
|
-
"release-passport-kfd-1-witness-jsons": {
|
|
3994
|
-
"classification": "digest-only",
|
|
3995
|
-
"source": "workflow-call-input"
|
|
3996
|
-
},
|
|
3997
|
-
"release-passport-kfd-2-claim-jsons": {
|
|
3998
|
-
"classification": "digest-only",
|
|
3999
|
-
"source": "workflow-call-input"
|
|
4000
|
-
},
|
|
4001
|
-
"release-passport-kfd-3-artifact-verify-command": {
|
|
4002
|
-
"classification": "digest-only",
|
|
4003
|
-
"source": "workflow-call-input"
|
|
4004
|
-
},
|
|
4005
|
-
"release-passport-kfd-3-artifact-witness-jsons": {
|
|
4006
|
-
"classification": "digest-only",
|
|
4007
|
-
"source": "workflow-call-input"
|
|
4008
|
-
},
|
|
4009
|
-
"release-passport-kfd-3-prebuild-witness-jsons": {
|
|
4010
|
-
"classification": "digest-only",
|
|
4011
|
-
"source": "workflow-call-input"
|
|
4012
|
-
},
|
|
4013
|
-
"release-passport-kfd-adopter-manifest-gate-json": {
|
|
4014
|
-
"classification": "digest-only",
|
|
4015
|
-
"source": "workflow-call-input"
|
|
4016
|
-
},
|
|
4017
|
-
"release-passport-kfd-adopter-manifest-json": {
|
|
4018
|
-
"classification": "digest-only",
|
|
4019
|
-
"source": "workflow-call-input"
|
|
4020
|
-
},
|
|
4021
|
-
"release-passport-kfd-product-gate-jsons": {
|
|
4022
|
-
"classification": "digest-only",
|
|
4023
|
-
"source": "workflow-call-input"
|
|
4024
|
-
},
|
|
4025
|
-
"release-passport-kfd-support-matrix-json": {
|
|
4026
|
-
"classification": "digest-only",
|
|
4027
|
-
"source": "workflow-call-input"
|
|
4028
|
-
},
|
|
4029
|
-
"release-passport-output-dir": {
|
|
4030
|
-
"classification": "included",
|
|
4031
|
-
"source": "workflow-call-input"
|
|
4032
|
-
},
|
|
4033
|
-
"release-passport-platform-manifest-paths": {
|
|
4034
|
-
"classification": "digest-only",
|
|
4035
|
-
"source": "workflow-call-input"
|
|
4036
|
-
},
|
|
4037
|
-
"release-passport-product-name": {
|
|
4038
|
-
"classification": "included",
|
|
4039
|
-
"source": "workflow-call-input"
|
|
4040
|
-
},
|
|
4041
|
-
"release-passport-v4-runtime-resume-evidence-json": {
|
|
4042
|
-
"classification": "digest-only",
|
|
4043
|
-
"source": "workflow-call-input"
|
|
4044
|
-
},
|
|
4045
|
-
"release-propagation-config-path": {
|
|
4046
|
-
"classification": "digest-only",
|
|
4047
|
-
"source": "workflow-call-input"
|
|
4048
|
-
},
|
|
4049
|
-
"required-artifact-count": {
|
|
4050
|
-
"classification": "included",
|
|
4051
|
-
"source": "workflow-call-input"
|
|
4052
|
-
},
|
|
4053
|
-
"required-status-check": {
|
|
4054
|
-
"classification": "included",
|
|
4055
|
-
"source": "workflow-call-input"
|
|
4056
|
-
},
|
|
4057
|
-
"resume-buildchain-runtime-sha": {
|
|
4058
|
-
"classification": "included",
|
|
4059
|
-
"source": "workflow-call-input"
|
|
4060
|
-
},
|
|
4061
|
-
"resume-candidate-repository": {
|
|
4062
|
-
"classification": "included",
|
|
4063
|
-
"source": "workflow-call-input"
|
|
4064
|
-
},
|
|
4065
|
-
"resume-candidate-run-id": {
|
|
4066
|
-
"classification": "included",
|
|
4067
|
-
"source": "workflow-call-input"
|
|
4068
|
-
},
|
|
4069
|
-
"resume-expected-candidate-root": {
|
|
4070
|
-
"classification": "included",
|
|
4071
|
-
"source": "workflow-call-input"
|
|
4072
|
-
},
|
|
4073
|
-
"resume-expected-candidate-runtime-sha": {
|
|
4074
|
-
"classification": "included",
|
|
4075
|
-
"source": "workflow-call-input"
|
|
4076
|
-
},
|
|
4077
|
-
"resume-expected-source-tree": {
|
|
4078
|
-
"classification": "included",
|
|
4079
|
-
"source": "workflow-call-input"
|
|
4080
|
-
},
|
|
4081
|
-
"resume-expected-workflow-file": {
|
|
4082
|
-
"classification": "included",
|
|
4083
|
-
"source": "workflow-call-input"
|
|
4084
|
-
},
|
|
4085
|
-
"resume-expected-workflow-name": {
|
|
4086
|
-
"classification": "included",
|
|
4087
|
-
"source": "workflow-call-input"
|
|
4088
|
-
},
|
|
4089
|
-
"resume-transaction-id": {
|
|
4090
|
-
"classification": "included",
|
|
4091
|
-
"source": "workflow-call-input"
|
|
4092
|
-
},
|
|
4093
|
-
"runner-preset": {
|
|
4094
|
-
"classification": "digest-only",
|
|
4095
|
-
"source": "workflow-call-input"
|
|
4096
|
-
},
|
|
4097
|
-
"standalone-binary-distribution": {
|
|
4098
|
-
"classification": "included",
|
|
4099
|
-
"source": "workflow-call-input"
|
|
4100
|
-
},
|
|
4101
|
-
"target-ref": {
|
|
4102
|
-
"classification": "included",
|
|
4103
|
-
"source": "workflow-call-input"
|
|
4104
|
-
},
|
|
4105
|
-
"target-sha": {
|
|
4106
|
-
"classification": "included",
|
|
4107
|
-
"source": "workflow-call-input"
|
|
4108
|
-
},
|
|
4109
|
-
"trusted-publishing": {
|
|
4110
|
-
"classification": "included",
|
|
4111
|
-
"source": "workflow-call-input"
|
|
4112
|
-
},
|
|
4113
|
-
"universal-request-json": {
|
|
2066
|
+
"request-json": {
|
|
4114
2067
|
"classification": "digest-only",
|
|
4115
2068
|
"source": "workflow-call-input"
|
|
4116
2069
|
}
|
|
@@ -4122,8 +2075,8 @@
|
|
|
4122
2075
|
"redacted input values are never serialized and digest-only input values are never emitted in plaintext",
|
|
4123
2076
|
"missing receipts are non-qualifying and must not be represented as a successful controller run"
|
|
4124
2077
|
],
|
|
4125
|
-
"breakingDigest": "sha256:
|
|
4126
|
-
"auditDigest": "sha256:
|
|
2078
|
+
"breakingDigest": "sha256:884bc7c4dccbc561b1d22a20cc5f7f50172c9691775aa2b84179e036a138cb20",
|
|
2079
|
+
"auditDigest": "sha256:242b4b358e7da42d3f59abcb4e53460b3047027ec085795ed841792f31425dbf"
|
|
4127
2080
|
},
|
|
4128
2081
|
{
|
|
4129
2082
|
"contractVersion": 1,
|
|
@@ -4131,7 +2084,7 @@
|
|
|
4131
2084
|
"additiveChanges": "optional inputs, optional outputs, diagnostics, and documentation may be added within the same major line",
|
|
4132
2085
|
"id": "controller:release-propagation",
|
|
4133
2086
|
"kind": "controller",
|
|
4134
|
-
"path": ".github/workflows/release-propagation.yml",
|
|
2087
|
+
"path": ".github/workflows/public-release-propagation.yml",
|
|
4135
2088
|
"requiredInputs": [],
|
|
4136
2089
|
"requiredOutputs": [
|
|
4137
2090
|
"controller-plan-json",
|
|
@@ -4143,7 +2096,7 @@
|
|
|
4143
2096
|
"breakingDefaults": {
|
|
4144
2097
|
"evidenceContract": "buildchain.controller-evidence/v1",
|
|
4145
2098
|
"descriptorVersion": 1,
|
|
4146
|
-
"workflowPath": ".github/workflows/release-propagation.yml",
|
|
2099
|
+
"workflowPath": ".github/workflows/public-release-propagation.yml",
|
|
4147
2100
|
"requiredStages": [
|
|
4148
2101
|
"resolve-runtime",
|
|
4149
2102
|
"plan",
|
|
@@ -4183,13 +2136,12 @@
|
|
|
4183
2136
|
"propagation-token",
|
|
4184
2137
|
"refresh-managed-readme-badges",
|
|
4185
2138
|
"source-node",
|
|
4186
|
-
"universal-request-json",
|
|
4187
2139
|
"upstream-release-json"
|
|
4188
2140
|
],
|
|
4189
2141
|
"controllerDescriptor": {
|
|
4190
2142
|
"contract": "buildchain.controller-descriptor/v1",
|
|
4191
|
-
"digest": "sha256:
|
|
4192
|
-
"registryDigest": "sha256:
|
|
2143
|
+
"digest": "sha256:6752a7a6973aa8edb28fb7abf1c1629d686933995851dc60b5e460fb9551f9b9",
|
|
2144
|
+
"registryDigest": "sha256:311b1b2bf86bafcac88628749d7ef47e051c6bb1a43afdd89f9ea82ed75dc89d",
|
|
4193
2145
|
"inputClassifications": {
|
|
4194
2146
|
"agent-work-context-json": {
|
|
4195
2147
|
"classification": "digest-only",
|
|
@@ -4267,10 +2219,6 @@
|
|
|
4267
2219
|
"classification": "included",
|
|
4268
2220
|
"source": "workflow-call-input"
|
|
4269
2221
|
},
|
|
4270
|
-
"universal-request-json": {
|
|
4271
|
-
"classification": "digest-only",
|
|
4272
|
-
"source": "workflow-call-input"
|
|
4273
|
-
},
|
|
4274
2222
|
"upstream-release-json": {
|
|
4275
2223
|
"classification": "digest-only",
|
|
4276
2224
|
"source": "workflow-call-input"
|
|
@@ -4283,17 +2231,8 @@
|
|
|
4283
2231
|
"redacted input values are never serialized and digest-only input values are never emitted in plaintext",
|
|
4284
2232
|
"missing receipts are non-qualifying and must not be represented as a successful controller run"
|
|
4285
2233
|
],
|
|
4286
|
-
"breakingDigest": "sha256:
|
|
4287
|
-
"auditDigest": "sha256:
|
|
4288
|
-
"compatibleBreakingDigests": [
|
|
4289
|
-
"sha256:d7a1f15990ce8bd13149474888232c7d4451dd2a49bebf4d4ce1336695da430e"
|
|
4290
|
-
],
|
|
4291
|
-
"compatibilityProofRoots": [
|
|
4292
|
-
"sha256:8b98ff903d3abd8d9a9b6a0b250efd8fdf6fd5d4127aa4d0d0c4a5b3db87f353"
|
|
4293
|
-
],
|
|
4294
|
-
"compatibilityFactRoots": [
|
|
4295
|
-
"sha256:f6e89a46bb73e93583477eeb3bc3a8bd1f36bdafd040777fb3a999460191b360"
|
|
4296
|
-
]
|
|
2234
|
+
"breakingDigest": "sha256:63cbc80ea892431ee4780c358a60f4357ba95553c632dd86e1d62c18e375ecca",
|
|
2235
|
+
"auditDigest": "sha256:ad2088db2b783c7a3b5b3fea358ddd64971bda209f19d7f12f2d7cc4f18c6a60"
|
|
4297
2236
|
},
|
|
4298
2237
|
{
|
|
4299
2238
|
"contractVersion": 1,
|
|
@@ -4313,7 +2252,7 @@
|
|
|
4313
2252
|
"breakingDefaults": {
|
|
4314
2253
|
"evidenceContract": "buildchain.controller-evidence/v1",
|
|
4315
2254
|
"descriptorVersion": 1,
|
|
4316
|
-
"workflowPath": ".github/workflows/binary-distribution.yml",
|
|
2255
|
+
"workflowPath": ".github/workflows/self-build-binary-distribution.yml",
|
|
4317
2256
|
"requiredStages": [
|
|
4318
2257
|
"resolve-runtime",
|
|
4319
2258
|
"build",
|
|
@@ -4336,8 +2275,8 @@
|
|
|
4336
2275
|
"optionalInputs": [],
|
|
4337
2276
|
"controllerDescriptor": {
|
|
4338
2277
|
"contract": "buildchain.controller-descriptor/v1",
|
|
4339
|
-
"digest": "sha256:
|
|
4340
|
-
"registryDigest": "sha256:
|
|
2278
|
+
"digest": "sha256:2e6bee5214be76d3f2b8088e23f3a61a79124696f2d69ec3cc86d793d2306ead",
|
|
2279
|
+
"registryDigest": "sha256:311b1b2bf86bafcac88628749d7ef47e051c6bb1a43afdd89f9ea82ed75dc89d",
|
|
4341
2280
|
"inputClassifications": {}
|
|
4342
2281
|
},
|
|
4343
2282
|
"guarantees": [
|
|
@@ -4346,13 +2285,13 @@
|
|
|
4346
2285
|
"redacted input values are never serialized and digest-only input values are never emitted in plaintext",
|
|
4347
2286
|
"missing receipts are non-qualifying and must not be represented as a successful controller run"
|
|
4348
2287
|
],
|
|
4349
|
-
"breakingDigest": "sha256:
|
|
4350
|
-
"auditDigest": "sha256:
|
|
2288
|
+
"breakingDigest": "sha256:c8dc1280b05fa2fc1e976292d7a3d31d6dfb99ce1a814834462e634b38671859",
|
|
2289
|
+
"auditDigest": "sha256:5a8aec2be3f7a6b67b3a70bbd3e7d7816e7c60ddf67576c26abfedb641795f69"
|
|
4351
2290
|
}
|
|
4352
2291
|
],
|
|
4353
|
-
"compatibilityFactRegistryRoot": "sha256:
|
|
4354
|
-
"compatibilityFactCutRoot": "sha256:
|
|
4355
|
-
"compatibilityProofRegistryRoot": "sha256:
|
|
4356
|
-
"compatibilityDigest": "sha256:
|
|
4357
|
-
"contractDigest": "sha256:
|
|
2292
|
+
"compatibilityFactRegistryRoot": "sha256:ea8f656c9fd74aa2d2fb9b7807e7daa39a708f6a7cd37ab7d154eac7be5605a6",
|
|
2293
|
+
"compatibilityFactCutRoot": "sha256:58f33e498596505a26b6fc3c7ae5acef847ff699eee6c7e17a7b318a40bdf0d6",
|
|
2294
|
+
"compatibilityProofRegistryRoot": "sha256:2f6477405c7891b754b33ad6515d55618bd320e7cdc59330d7cc645e17201e72",
|
|
2295
|
+
"compatibilityDigest": "sha256:5cfe9b904da70a3a7194868aaef1f1b11957d8e0158ebb77a524f2ea7005083b",
|
|
2296
|
+
"contractDigest": "sha256:c39174b294496d49bfdef4d18286b859574a110c81bd72d2c755653f095b183c"
|
|
4358
2297
|
}
|