@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
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
"authorityClassification": "repository-policy-enforcement",
|
|
4
4
|
"roles": ["public", "component", "self"],
|
|
5
5
|
"categories": ["build", "release", "ops"],
|
|
6
|
-
"migrationBaseRevision": "a41c00a0c0b2dbd57c238cd9b326b167a1d27ca8",
|
|
7
6
|
"entries": [
|
|
8
7
|
{
|
|
9
8
|
"id": ".auditable-demo",
|
|
@@ -14,16 +13,7 @@
|
|
|
14
13
|
"owner": "kungfu-origin",
|
|
15
14
|
"status": "active",
|
|
16
15
|
"invocation": "reusable",
|
|
17
|
-
"
|
|
18
|
-
"previousPath": ".github/workflows/.auditable-demo.yml",
|
|
19
|
-
"originalSha256": "33d86446d6cbcce9ba7f386a32db0afbf32e52ff995ddd4b3cf1989831d7f2db"
|
|
20
|
-
},
|
|
21
|
-
"compatibility": {
|
|
22
|
-
"path": ".github/workflows/.auditable-demo.yml",
|
|
23
|
-
"reason": "Retain the published workflow path and exact job/workflow identity while floating channels adopt canonical names.",
|
|
24
|
-
"removalCondition": "Reviewed breaking-major migration after consumer readback; never remove during the v4 line."
|
|
25
|
-
},
|
|
26
|
-
"rationale": "Classify the existing .github/workflows/.auditable-demo.yml capability without adding execution behavior."
|
|
16
|
+
"rationale": "Buildchain Auditable Demo: owned build component workflow with one canonical implementation."
|
|
27
17
|
},
|
|
28
18
|
{
|
|
29
19
|
"id": ".binary-release-assets",
|
|
@@ -34,16 +24,7 @@
|
|
|
34
24
|
"owner": "kungfu-origin",
|
|
35
25
|
"status": "active",
|
|
36
26
|
"invocation": "reusable",
|
|
37
|
-
"
|
|
38
|
-
"previousPath": ".github/workflows/.binary-release-assets.yml",
|
|
39
|
-
"originalSha256": "5dfaea0f9cf83500706f423eca08f43594fe3653fa139da359041e88fae49266"
|
|
40
|
-
},
|
|
41
|
-
"compatibility": {
|
|
42
|
-
"path": ".github/workflows/.binary-release-assets.yml",
|
|
43
|
-
"reason": "Retain the published workflow path and exact job/workflow identity while floating channels adopt canonical names.",
|
|
44
|
-
"removalCondition": "Reviewed breaking-major migration after consumer readback; never remove during the v4 line."
|
|
45
|
-
},
|
|
46
|
-
"rationale": "Classify the existing .github/workflows/.binary-release-assets.yml capability without adding execution behavior."
|
|
27
|
+
"rationale": "Buildchain Binary Release Assets: owned release component workflow with one canonical implementation."
|
|
47
28
|
},
|
|
48
29
|
{
|
|
49
30
|
"id": ".build",
|
|
@@ -54,36 +35,8 @@
|
|
|
54
35
|
"owner": "kungfu-origin",
|
|
55
36
|
"status": "active",
|
|
56
37
|
"invocation": "reusable",
|
|
57
|
-
"
|
|
58
|
-
|
|
59
|
-
"originalSha256": "20549663f5459414dcfb00aa9a3a549003bbc09159eeab6cea211db96ed0eab2"
|
|
60
|
-
},
|
|
61
|
-
"compatibility": {
|
|
62
|
-
"path": ".github/workflows/.build.yml",
|
|
63
|
-
"reason": "Retain the published workflow path and exact job/workflow identity while floating channels adopt canonical names.",
|
|
64
|
-
"removalCondition": "Reviewed breaking-major migration after consumer readback; never remove during the v4 line."
|
|
65
|
-
},
|
|
66
|
-
"rationale": "Classify the existing .github/workflows/.build.yml capability without adding execution behavior."
|
|
67
|
-
},
|
|
68
|
-
{
|
|
69
|
-
"id": ".bump-minor-version",
|
|
70
|
-
"role": "component",
|
|
71
|
-
"category": "release",
|
|
72
|
-
"purpose": "minor-bump-compat",
|
|
73
|
-
"summary": "bump minor version",
|
|
74
|
-
"owner": "kungfu-origin",
|
|
75
|
-
"status": "compatibility",
|
|
76
|
-
"invocation": "reusable",
|
|
77
|
-
"migration": {
|
|
78
|
-
"previousPath": ".github/workflows/.bump-minor-version.yml",
|
|
79
|
-
"originalSha256": "6ca37f4d4a81b4433d1ae13833e4ca16bfbbf98f338357376863a2f0d3a2c884"
|
|
80
|
-
},
|
|
81
|
-
"compatibility": {
|
|
82
|
-
"path": ".github/workflows/.bump-minor-version.yml",
|
|
83
|
-
"reason": "Retain the published workflow path and exact job/workflow identity while floating channels adopt canonical names.",
|
|
84
|
-
"removalCondition": "Reviewed breaking-major migration after consumer readback; never remove during the v4 line."
|
|
85
|
-
},
|
|
86
|
-
"rationale": "Classify the existing .github/workflows/.bump-minor-version.yml capability without adding execution behavior."
|
|
38
|
+
"rationale": "Buildchain Build: owned build component workflow with one canonical implementation.",
|
|
39
|
+
"path": ".github/workflows/.build.yml"
|
|
87
40
|
},
|
|
88
41
|
{
|
|
89
42
|
"id": ".declarative-auditable-demo",
|
|
@@ -94,16 +47,7 @@
|
|
|
94
47
|
"owner": "kungfu-origin",
|
|
95
48
|
"status": "active",
|
|
96
49
|
"invocation": "reusable",
|
|
97
|
-
"
|
|
98
|
-
"previousPath": ".github/workflows/.declarative-auditable-demo.yml",
|
|
99
|
-
"originalSha256": "b00e330b547e6e823f9cf83ac97406ca7c93c688a9e80e63af5bc39cbf840941"
|
|
100
|
-
},
|
|
101
|
-
"compatibility": {
|
|
102
|
-
"path": ".github/workflows/.declarative-auditable-demo.yml",
|
|
103
|
-
"reason": "Retain the published workflow path and exact job/workflow identity while floating channels adopt canonical names.",
|
|
104
|
-
"removalCondition": "Reviewed breaking-major migration after consumer readback; never remove during the v4 line."
|
|
105
|
-
},
|
|
106
|
-
"rationale": "Classify the existing .github/workflows/.declarative-auditable-demo.yml capability without adding execution behavior."
|
|
50
|
+
"rationale": "Buildchain Declarative Binary Auditable Demo: owned build public workflow with one canonical implementation."
|
|
107
51
|
},
|
|
108
52
|
{
|
|
109
53
|
"id": ".gate-profile",
|
|
@@ -114,16 +58,7 @@
|
|
|
114
58
|
"owner": "kungfu-origin",
|
|
115
59
|
"status": "active",
|
|
116
60
|
"invocation": "reusable",
|
|
117
|
-
"
|
|
118
|
-
"previousPath": ".github/workflows/.gate-profile.yml",
|
|
119
|
-
"originalSha256": "f5ad2bc08c4092aa27dc257d669a25fe27713c5df90f130ae4e70af983860ace"
|
|
120
|
-
},
|
|
121
|
-
"compatibility": {
|
|
122
|
-
"path": ".github/workflows/.gate-profile.yml",
|
|
123
|
-
"reason": "Retain the published workflow path and exact job/workflow identity while floating channels adopt canonical names.",
|
|
124
|
-
"removalCondition": "Reviewed breaking-major migration after consumer readback; never remove during the v4 line."
|
|
125
|
-
},
|
|
126
|
-
"rationale": "Classify the existing .github/workflows/.gate-profile.yml capability without adding execution behavior."
|
|
61
|
+
"rationale": "Buildchain Shifu Gate Profile: owned build component workflow with one canonical implementation."
|
|
127
62
|
},
|
|
128
63
|
{
|
|
129
64
|
"id": ".publication-authority",
|
|
@@ -134,16 +69,7 @@
|
|
|
134
69
|
"owner": "kungfu-origin",
|
|
135
70
|
"status": "active",
|
|
136
71
|
"invocation": "reusable",
|
|
137
|
-
"
|
|
138
|
-
"previousPath": ".github/workflows/.publication-authority.yml",
|
|
139
|
-
"originalSha256": "548bcf020c85bb98f4d8200c7c0f6960067b557416456981bbd36387f0fc1aa9"
|
|
140
|
-
},
|
|
141
|
-
"compatibility": {
|
|
142
|
-
"path": ".github/workflows/.publication-authority.yml",
|
|
143
|
-
"reason": "Retain the published workflow path and exact job/workflow identity while floating channels adopt canonical names.",
|
|
144
|
-
"removalCondition": "Reviewed breaking-major migration after consumer readback; never remove during the v4 line."
|
|
145
|
-
},
|
|
146
|
-
"rationale": "Classify the existing .github/workflows/.publication-authority.yml capability without adding execution behavior."
|
|
72
|
+
"rationale": "Buildchain Sealed Publication Authority: owned release component workflow with one canonical implementation."
|
|
147
73
|
},
|
|
148
74
|
{
|
|
149
75
|
"id": ".release-candidate-promote",
|
|
@@ -154,76 +80,7 @@
|
|
|
154
80
|
"owner": "kungfu-origin",
|
|
155
81
|
"status": "active",
|
|
156
82
|
"invocation": "reusable",
|
|
157
|
-
"
|
|
158
|
-
"previousPath": ".github/workflows/.release-candidate-promote.yml",
|
|
159
|
-
"originalSha256": "177b3c50685405e5ed2bf1ac893469fdb3a27e7b03d55025611b2985028cd8cf"
|
|
160
|
-
},
|
|
161
|
-
"compatibility": {
|
|
162
|
-
"path": ".github/workflows/.release-candidate-promote.yml",
|
|
163
|
-
"reason": "Retain the published workflow path and exact job/workflow identity while floating channels adopt canonical names.",
|
|
164
|
-
"removalCondition": "Reviewed breaking-major migration after consumer readback; never remove during the v4 line."
|
|
165
|
-
},
|
|
166
|
-
"rationale": "Classify the existing .github/workflows/.release-candidate-promote.yml capability without adding execution behavior."
|
|
167
|
-
},
|
|
168
|
-
{
|
|
169
|
-
"id": ".release-verify",
|
|
170
|
-
"role": "component",
|
|
171
|
-
"category": "build",
|
|
172
|
-
"purpose": "release-verify-compat",
|
|
173
|
-
"summary": "release verify",
|
|
174
|
-
"owner": "kungfu-origin",
|
|
175
|
-
"status": "compatibility",
|
|
176
|
-
"invocation": "reusable",
|
|
177
|
-
"migration": {
|
|
178
|
-
"previousPath": ".github/workflows/.release-verify.yml",
|
|
179
|
-
"originalSha256": "1997c74278cbbd88f73e516016cb9d323fff3dad255a46496291c579ea679c71"
|
|
180
|
-
},
|
|
181
|
-
"compatibility": {
|
|
182
|
-
"path": ".github/workflows/.release-verify.yml",
|
|
183
|
-
"reason": "Retain the published workflow path and exact job/workflow identity while floating channels adopt canonical names.",
|
|
184
|
-
"removalCondition": "Reviewed breaking-major migration after consumer readback; never remove during the v4 line."
|
|
185
|
-
},
|
|
186
|
-
"rationale": "Classify the existing .github/workflows/.release-verify.yml capability without adding execution behavior."
|
|
187
|
-
},
|
|
188
|
-
{
|
|
189
|
-
"id": ".sam-verify",
|
|
190
|
-
"role": "component",
|
|
191
|
-
"category": "build",
|
|
192
|
-
"purpose": "sam-verify-compat",
|
|
193
|
-
"summary": "sam verify",
|
|
194
|
-
"owner": "kungfu-origin",
|
|
195
|
-
"status": "compatibility",
|
|
196
|
-
"invocation": "reusable",
|
|
197
|
-
"migration": {
|
|
198
|
-
"previousPath": ".github/workflows/.sam-verify.yml",
|
|
199
|
-
"originalSha256": "811c2a5c6e415ad1f688fa96a30116e42acc8faa41ceb3ef929936fc3214286f"
|
|
200
|
-
},
|
|
201
|
-
"compatibility": {
|
|
202
|
-
"path": ".github/workflows/.sam-verify.yml",
|
|
203
|
-
"reason": "Retain the published workflow path and exact job/workflow identity while floating channels adopt canonical names.",
|
|
204
|
-
"removalCondition": "Reviewed breaking-major migration after consumer readback; never remove during the v4 line."
|
|
205
|
-
},
|
|
206
|
-
"rationale": "Classify the existing .github/workflows/.sam-verify.yml capability without adding execution behavior."
|
|
207
|
-
},
|
|
208
|
-
{
|
|
209
|
-
"id": ".sync-release-page",
|
|
210
|
-
"role": "component",
|
|
211
|
-
"category": "release",
|
|
212
|
-
"purpose": "page-sync-retired",
|
|
213
|
-
"summary": "sync release page",
|
|
214
|
-
"owner": "kungfu-origin",
|
|
215
|
-
"status": "retired",
|
|
216
|
-
"invocation": "reusable",
|
|
217
|
-
"migration": {
|
|
218
|
-
"previousPath": ".github/workflows/.sync-release-page.yml",
|
|
219
|
-
"originalSha256": "607e1a4950a810671aa48f2e208c3ab4465e83bc08c0a1f768875a900e4ceec7"
|
|
220
|
-
},
|
|
221
|
-
"compatibility": {
|
|
222
|
-
"path": ".github/workflows/.sync-release-page.yml",
|
|
223
|
-
"reason": "Retain the published workflow path and exact job/workflow identity while floating channels adopt canonical names.",
|
|
224
|
-
"removalCondition": "Reviewed breaking-major migration after consumer readback; never remove during the v4 line."
|
|
225
|
-
},
|
|
226
|
-
"rationale": "Classify the existing .github/workflows/.sync-release-page.yml capability without adding execution behavior."
|
|
83
|
+
"rationale": "Release Candidate Promote Advanced: owned release component workflow with one canonical implementation."
|
|
227
84
|
},
|
|
228
85
|
{
|
|
229
86
|
"id": ".sync-remote-git",
|
|
@@ -234,16 +91,7 @@
|
|
|
234
91
|
"owner": "kungfu-origin",
|
|
235
92
|
"status": "active",
|
|
236
93
|
"invocation": "reusable",
|
|
237
|
-
"
|
|
238
|
-
"previousPath": ".github/workflows/.sync-remote-git.yml",
|
|
239
|
-
"originalSha256": "e0cebedef7220a51646e797e56951a7490f5bc29fb530dee4439fc55ba13df2d"
|
|
240
|
-
},
|
|
241
|
-
"compatibility": {
|
|
242
|
-
"path": ".github/workflows/.sync-remote-git.yml",
|
|
243
|
-
"reason": "Retain the published workflow path and exact job/workflow identity while floating channels adopt canonical names.",
|
|
244
|
-
"removalCondition": "Reviewed breaking-major migration after consumer readback; never remove during the v4 line."
|
|
245
|
-
},
|
|
246
|
-
"rationale": "Classify the existing .github/workflows/.sync-remote-git.yml capability without adding execution behavior."
|
|
94
|
+
"rationale": "sync remote git: owned ops component workflow with one canonical implementation."
|
|
247
95
|
},
|
|
248
96
|
{
|
|
249
97
|
"id": ".web-surface",
|
|
@@ -254,36 +102,7 @@
|
|
|
254
102
|
"owner": "kungfu-origin",
|
|
255
103
|
"status": "active",
|
|
256
104
|
"invocation": "reusable",
|
|
257
|
-
"
|
|
258
|
-
"previousPath": ".github/workflows/.web-surface.yml",
|
|
259
|
-
"originalSha256": "5c006ccc4e465649d971490a8cb40f4601a7a83b6496077e2a1d2a1baf90893b"
|
|
260
|
-
},
|
|
261
|
-
"compatibility": {
|
|
262
|
-
"path": ".github/workflows/.web-surface.yml",
|
|
263
|
-
"reason": "Retain the published workflow path and exact job/workflow identity while floating channels adopt canonical names.",
|
|
264
|
-
"removalCondition": "Reviewed breaking-major migration after consumer readback; never remove during the v4 line."
|
|
265
|
-
},
|
|
266
|
-
"rationale": "Classify the existing .github/workflows/.web-surface.yml capability without adding execution behavior."
|
|
267
|
-
},
|
|
268
|
-
{
|
|
269
|
-
"id": ".wheel-verify",
|
|
270
|
-
"role": "component",
|
|
271
|
-
"category": "build",
|
|
272
|
-
"purpose": "wheel-verify-compat",
|
|
273
|
-
"summary": "wheel verify",
|
|
274
|
-
"owner": "kungfu-origin",
|
|
275
|
-
"status": "compatibility",
|
|
276
|
-
"invocation": "reusable",
|
|
277
|
-
"migration": {
|
|
278
|
-
"previousPath": ".github/workflows/.wheel-verify.yml",
|
|
279
|
-
"originalSha256": "2490352d5edcc47e0c4794b71493d20a870e9791a6447b08aea30d238d5f0e47"
|
|
280
|
-
},
|
|
281
|
-
"compatibility": {
|
|
282
|
-
"path": ".github/workflows/.wheel-verify.yml",
|
|
283
|
-
"reason": "Retain the published workflow path and exact job/workflow identity while floating channels adopt canonical names.",
|
|
284
|
-
"removalCondition": "Reviewed breaking-major migration after consumer readback; never remove during the v4 line."
|
|
285
|
-
},
|
|
286
|
-
"rationale": "Classify the existing .github/workflows/.wheel-verify.yml capability without adding execution behavior."
|
|
105
|
+
"rationale": "Buildchain Web Surface: owned release public workflow with one canonical implementation."
|
|
287
106
|
},
|
|
288
107
|
{
|
|
289
108
|
"id": "artifact-signing-authority",
|
|
@@ -294,16 +113,7 @@
|
|
|
294
113
|
"owner": "kungfu-origin",
|
|
295
114
|
"status": "active",
|
|
296
115
|
"invocation": "dispatch-service",
|
|
297
|
-
"
|
|
298
|
-
"previousPath": ".github/workflows/artifact-signing-authority.yml",
|
|
299
|
-
"originalSha256": "15c07469ed1f58a8b7b86cb1902bba35d643aeb70213eda87b61fc0ae60b85ec"
|
|
300
|
-
},
|
|
301
|
-
"compatibility": {
|
|
302
|
-
"path": ".github/workflows/artifact-signing-authority.yml",
|
|
303
|
-
"reason": "Retain the published workflow path and exact job/workflow identity while floating channels adopt canonical names.",
|
|
304
|
-
"removalCondition": "Reviewed breaking-major migration after consumer readback; never remove during the v4 line."
|
|
305
|
-
},
|
|
306
|
-
"rationale": "Classify the existing .github/workflows/artifact-signing-authority.yml capability without adding execution behavior."
|
|
116
|
+
"rationale": "Buildchain Artifact Signing Authority: owned release public workflow with one canonical implementation."
|
|
307
117
|
},
|
|
308
118
|
{
|
|
309
119
|
"id": "auditable-demo",
|
|
@@ -314,12 +124,7 @@
|
|
|
314
124
|
"owner": "kungfu-origin",
|
|
315
125
|
"status": "active",
|
|
316
126
|
"invocation": "repository",
|
|
317
|
-
"
|
|
318
|
-
"previousPath": ".github/workflows/auditable-demo.yml",
|
|
319
|
-
"originalSha256": "470b8fec709e9343d73b7c142890e303f80298e968a98ecb1f26b116b4962c32"
|
|
320
|
-
},
|
|
321
|
-
"compatibility": null,
|
|
322
|
-
"rationale": "Classify the existing .github/workflows/auditable-demo.yml capability without adding execution behavior."
|
|
127
|
+
"rationale": "Buildchain Declarative Demo Dogfood: owned build self workflow with one canonical implementation."
|
|
323
128
|
},
|
|
324
129
|
{
|
|
325
130
|
"id": "auditable-demo-media-profile-qualification",
|
|
@@ -330,12 +135,7 @@
|
|
|
330
135
|
"owner": "kungfu-origin",
|
|
331
136
|
"status": "active",
|
|
332
137
|
"invocation": "repository",
|
|
333
|
-
"
|
|
334
|
-
"previousPath": ".github/workflows/auditable-demo-media-profile-qualification.yml",
|
|
335
|
-
"originalSha256": "4eaf69b0bdff263f93542a0a8722620b36003c74efe942de73dfe8d9da07df7a"
|
|
336
|
-
},
|
|
337
|
-
"compatibility": null,
|
|
338
|
-
"rationale": "Classify the existing .github/workflows/auditable-demo-media-profile-qualification.yml capability without adding execution behavior."
|
|
138
|
+
"rationale": "Auditable Demo Media Profile Qualification: owned build self workflow with one canonical implementation."
|
|
339
139
|
},
|
|
340
140
|
{
|
|
341
141
|
"id": "binary-distribution",
|
|
@@ -346,12 +146,7 @@
|
|
|
346
146
|
"owner": "kungfu-origin",
|
|
347
147
|
"status": "active",
|
|
348
148
|
"invocation": "repository",
|
|
349
|
-
"
|
|
350
|
-
"previousPath": ".github/workflows/binary-distribution.yml",
|
|
351
|
-
"originalSha256": "d07482cd66413a2fb3781a3b76f960b8151b6231841799647fe237820de2fde6"
|
|
352
|
-
},
|
|
353
|
-
"compatibility": null,
|
|
354
|
-
"rationale": "Classify the existing .github/workflows/binary-distribution.yml capability without adding execution behavior."
|
|
149
|
+
"rationale": "Binary Distribution: owned build self workflow with one canonical implementation."
|
|
355
150
|
},
|
|
356
151
|
{
|
|
357
152
|
"id": "binary-release-assets",
|
|
@@ -362,12 +157,7 @@
|
|
|
362
157
|
"owner": "kungfu-origin",
|
|
363
158
|
"status": "active",
|
|
364
159
|
"invocation": "repository",
|
|
365
|
-
"
|
|
366
|
-
"previousPath": ".github/workflows/binary-release-assets.yml",
|
|
367
|
-
"originalSha256": "e5107c8b31c7c3a3851d05c1b16cb1901693f1eddc8695f9c457dfe938b0271a"
|
|
368
|
-
},
|
|
369
|
-
"compatibility": null,
|
|
370
|
-
"rationale": "Classify the existing .github/workflows/binary-release-assets.yml capability without adding execution behavior."
|
|
160
|
+
"rationale": "Binary Release Assets: owned release self workflow with one canonical implementation."
|
|
371
161
|
},
|
|
372
162
|
{
|
|
373
163
|
"id": "bootstrap",
|
|
@@ -378,16 +168,7 @@
|
|
|
378
168
|
"owner": "kungfu-origin",
|
|
379
169
|
"status": "active",
|
|
380
170
|
"invocation": "reusable",
|
|
381
|
-
"
|
|
382
|
-
"previousPath": ".github/workflows/bootstrap.yml",
|
|
383
|
-
"originalSha256": "b94023c4abe4216765198adcaefb4825874a4d9053be096d35a53d6821128b52"
|
|
384
|
-
},
|
|
385
|
-
"compatibility": {
|
|
386
|
-
"path": ".github/workflows/bootstrap.yml",
|
|
387
|
-
"reason": "Retain the published workflow path and exact job/workflow identity while floating channels adopt canonical names.",
|
|
388
|
-
"removalCondition": "Reviewed breaking-major migration after consumer readback; never remove during the v4 line."
|
|
389
|
-
},
|
|
390
|
-
"rationale": "Classify the existing .github/workflows/bootstrap.yml capability without adding execution behavior."
|
|
171
|
+
"rationale": "Buildchain Universal Bootstrap: owned ops public workflow with one canonical implementation."
|
|
391
172
|
},
|
|
392
173
|
{
|
|
393
174
|
"id": "build",
|
|
@@ -398,16 +179,8 @@
|
|
|
398
179
|
"owner": "kungfu-origin",
|
|
399
180
|
"status": "active",
|
|
400
181
|
"invocation": "reusable",
|
|
401
|
-
"
|
|
402
|
-
|
|
403
|
-
"originalSha256": "ae39d775f50ed5d0a20084067e36ae7337c6e1cf730e5311c54bba0420f4c8bf"
|
|
404
|
-
},
|
|
405
|
-
"compatibility": {
|
|
406
|
-
"path": ".github/workflows/build.yml",
|
|
407
|
-
"reason": "Retain the published workflow path and exact job/workflow identity while floating channels adopt canonical names.",
|
|
408
|
-
"removalCondition": "Reviewed breaking-major migration after consumer readback; never remove during the v4 line."
|
|
409
|
-
},
|
|
410
|
-
"rationale": "Classify the existing .github/workflows/build.yml capability without adding execution behavior."
|
|
182
|
+
"rationale": "Buildchain Channel Build: owned build public workflow with one canonical implementation.",
|
|
183
|
+
"path": ".github/workflows/build.yml"
|
|
411
184
|
},
|
|
412
185
|
{
|
|
413
186
|
"id": "build-surface-fixture",
|
|
@@ -418,12 +191,7 @@
|
|
|
418
191
|
"owner": "kungfu-origin",
|
|
419
192
|
"status": "active",
|
|
420
193
|
"invocation": "repository",
|
|
421
|
-
"
|
|
422
|
-
"previousPath": ".github/workflows/build-surface-fixture.yml",
|
|
423
|
-
"originalSha256": "635003e04b147dd9bbaae177321c1a1e8d39bbe6c983ab6e61aa1f1fd9e0325c"
|
|
424
|
-
},
|
|
425
|
-
"compatibility": null,
|
|
426
|
-
"rationale": "Classify the existing .github/workflows/build-surface-fixture.yml capability without adding execution behavior."
|
|
194
|
+
"rationale": "Build Surface Fixture: owned build self workflow with one canonical implementation."
|
|
427
195
|
},
|
|
428
196
|
{
|
|
429
197
|
"id": "buildchain-alpha-self-dogfood",
|
|
@@ -434,12 +202,7 @@
|
|
|
434
202
|
"owner": "kungfu-origin",
|
|
435
203
|
"status": "active",
|
|
436
204
|
"invocation": "repository",
|
|
437
|
-
"
|
|
438
|
-
"previousPath": ".github/workflows/buildchain-alpha-self-dogfood.yml",
|
|
439
|
-
"originalSha256": "4233bb5cfc7fb8564dac7c0c0614855efbed0570f46ebe6b70d9de8464fbd004"
|
|
440
|
-
},
|
|
441
|
-
"compatibility": null,
|
|
442
|
-
"rationale": "Classify the existing .github/workflows/buildchain-alpha-self-dogfood.yml capability without adding execution behavior."
|
|
205
|
+
"rationale": "Buildchain Alpha Self-Dogfood: owned build self workflow with one canonical implementation."
|
|
443
206
|
},
|
|
444
207
|
{
|
|
445
208
|
"id": "buildchain-stable-self-dogfood",
|
|
@@ -450,25 +213,7 @@
|
|
|
450
213
|
"owner": "kungfu-origin",
|
|
451
214
|
"status": "active",
|
|
452
215
|
"invocation": "repository",
|
|
453
|
-
"
|
|
454
|
-
"compatibility": null,
|
|
455
|
-
"rationale": "Independently qualify the published stable TOML build contract with a nested project locator."
|
|
456
|
-
},
|
|
457
|
-
{
|
|
458
|
-
"id": "buildchain-candidate-recovery-dogfood-failure",
|
|
459
|
-
"role": "self",
|
|
460
|
-
"category": "ops",
|
|
461
|
-
"purpose": "recovery-failure-dogfood",
|
|
462
|
-
"summary": "Buildchain Candidate Recovery Dogfood Startup Failure",
|
|
463
|
-
"owner": "kungfu-origin",
|
|
464
|
-
"status": "active",
|
|
465
|
-
"invocation": "repository",
|
|
466
|
-
"migration": {
|
|
467
|
-
"previousPath": ".github/workflows/buildchain-candidate-recovery-dogfood-failure.yml",
|
|
468
|
-
"originalSha256": "6764b53b69aa5a3a6bcf6084052c03c43b7097918df48c6f6dd8f8e4625ed7ca"
|
|
469
|
-
},
|
|
470
|
-
"compatibility": null,
|
|
471
|
-
"rationale": "Classify the existing .github/workflows/buildchain-candidate-recovery-dogfood-failure.yml capability without adding execution behavior."
|
|
216
|
+
"rationale": "Buildchain Stable Self-Dogfood: owned build self workflow with one canonical implementation."
|
|
472
217
|
},
|
|
473
218
|
{
|
|
474
219
|
"id": "buildchain-dev-delivery",
|
|
@@ -479,12 +224,7 @@
|
|
|
479
224
|
"owner": "kungfu-origin",
|
|
480
225
|
"status": "active",
|
|
481
226
|
"invocation": "repository",
|
|
482
|
-
"
|
|
483
|
-
"previousPath": ".github/workflows/buildchain-dev-delivery.yml",
|
|
484
|
-
"originalSha256": "2fd02b0b3f7bb61e856cf792a9cbb59761cac4e2ab48cac9767c3c99f76b65e3"
|
|
485
|
-
},
|
|
486
|
-
"compatibility": null,
|
|
487
|
-
"rationale": "Classify the existing .github/workflows/buildchain-dev-delivery.yml capability without adding execution behavior."
|
|
227
|
+
"rationale": "Buildchain Dev Delivery: owned ops self workflow with one canonical implementation."
|
|
488
228
|
},
|
|
489
229
|
{
|
|
490
230
|
"id": "buildchain-patrol",
|
|
@@ -495,16 +235,7 @@
|
|
|
495
235
|
"owner": "kungfu-origin",
|
|
496
236
|
"status": "active",
|
|
497
237
|
"invocation": "reusable",
|
|
498
|
-
"
|
|
499
|
-
"previousPath": ".github/workflows/buildchain-patrol.yml",
|
|
500
|
-
"originalSha256": "648faac4e89aecacc5c77484384bd2d5085dafdd60ae31235c9d4c95fc3c6ea7"
|
|
501
|
-
},
|
|
502
|
-
"compatibility": {
|
|
503
|
-
"path": ".github/workflows/buildchain-patrol.yml",
|
|
504
|
-
"reason": "Retain the published workflow path and exact job/workflow identity while floating channels adopt canonical names.",
|
|
505
|
-
"removalCondition": "Reviewed breaking-major migration after consumer readback; never remove during the v4 line."
|
|
506
|
-
},
|
|
507
|
-
"rationale": "Classify the existing .github/workflows/buildchain-patrol.yml capability without adding execution behavior."
|
|
238
|
+
"rationale": "Buildchain Patrol: owned ops public workflow with one canonical implementation."
|
|
508
239
|
},
|
|
509
240
|
{
|
|
510
241
|
"id": "buildchain-patrol-daily",
|
|
@@ -515,12 +246,7 @@
|
|
|
515
246
|
"owner": "kungfu-origin",
|
|
516
247
|
"status": "active",
|
|
517
248
|
"invocation": "repository",
|
|
518
|
-
"
|
|
519
|
-
"previousPath": ".github/workflows/buildchain-patrol-daily.yml",
|
|
520
|
-
"originalSha256": "9139932b23a10ed8ffbf01e057f2dec51fdccd2a526cf0f32b08201d507bda2f"
|
|
521
|
-
},
|
|
522
|
-
"compatibility": null,
|
|
523
|
-
"rationale": "Classify the existing .github/workflows/buildchain-patrol-daily.yml capability without adding execution behavior."
|
|
249
|
+
"rationale": "Buildchain Dogfood Patrol Daily: owned ops self workflow with one canonical implementation."
|
|
524
250
|
},
|
|
525
251
|
{
|
|
526
252
|
"id": "buildchain-patrol-monthly",
|
|
@@ -531,12 +257,7 @@
|
|
|
531
257
|
"owner": "kungfu-origin",
|
|
532
258
|
"status": "active",
|
|
533
259
|
"invocation": "repository",
|
|
534
|
-
"
|
|
535
|
-
"previousPath": ".github/workflows/buildchain-patrol-monthly.yml",
|
|
536
|
-
"originalSha256": "aa33a3295c31148e593fe9c85b1df0f554b61b6f5c257e58ddfbc37c756e20d8"
|
|
537
|
-
},
|
|
538
|
-
"compatibility": null,
|
|
539
|
-
"rationale": "Classify the existing .github/workflows/buildchain-patrol-monthly.yml capability without adding execution behavior."
|
|
260
|
+
"rationale": "Buildchain Dogfood Patrol Monthly: owned ops self workflow with one canonical implementation."
|
|
540
261
|
},
|
|
541
262
|
{
|
|
542
263
|
"id": "buildchain-patrol-weekly",
|
|
@@ -547,12 +268,7 @@
|
|
|
547
268
|
"owner": "kungfu-origin",
|
|
548
269
|
"status": "active",
|
|
549
270
|
"invocation": "repository",
|
|
550
|
-
"
|
|
551
|
-
"previousPath": ".github/workflows/buildchain-patrol-weekly.yml",
|
|
552
|
-
"originalSha256": "a8de2eaff33a565a1f9529950fa17cfa3efb2f1ed12379f6c77f7de1764fb49a"
|
|
553
|
-
},
|
|
554
|
-
"compatibility": null,
|
|
555
|
-
"rationale": "Classify the existing .github/workflows/buildchain-patrol-weekly.yml capability without adding execution behavior."
|
|
271
|
+
"rationale": "Buildchain Dogfood Patrol Weekly: owned ops self workflow with one canonical implementation."
|
|
556
272
|
},
|
|
557
273
|
{
|
|
558
274
|
"id": "buildchain-ref-promotion",
|
|
@@ -563,12 +279,7 @@
|
|
|
563
279
|
"owner": "kungfu-origin",
|
|
564
280
|
"status": "active",
|
|
565
281
|
"invocation": "repository",
|
|
566
|
-
"
|
|
567
|
-
"previousPath": ".github/workflows/buildchain-ref-promotion.yml",
|
|
568
|
-
"originalSha256": "678ab1f13e518e5745b101bc52febd7790de87bf48bdbf2b0c2f976547ab4f75"
|
|
569
|
-
},
|
|
570
|
-
"compatibility": null,
|
|
571
|
-
"rationale": "Classify the existing .github/workflows/buildchain-ref-promotion.yml capability without adding execution behavior."
|
|
282
|
+
"rationale": "Buildchain Ref Promotion: owned release self workflow with one canonical implementation."
|
|
572
283
|
},
|
|
573
284
|
{
|
|
574
285
|
"id": "buildchain-ref-promotion-recovery",
|
|
@@ -579,12 +290,7 @@
|
|
|
579
290
|
"owner": "kungfu-origin",
|
|
580
291
|
"status": "active",
|
|
581
292
|
"invocation": "repository",
|
|
582
|
-
"
|
|
583
|
-
"previousPath": ".github/workflows/buildchain-ref-promotion-recovery.yml",
|
|
584
|
-
"originalSha256": "1a99bf8febf7192674c3147937e3ad3a08d03071f67d63133212eb519967f228"
|
|
585
|
-
},
|
|
586
|
-
"compatibility": null,
|
|
587
|
-
"rationale": "Classify the existing .github/workflows/buildchain-ref-promotion-recovery.yml capability without adding execution behavior."
|
|
293
|
+
"rationale": "Buildchain Ref Promotion Recovery: owned ops self workflow with one canonical implementation."
|
|
588
294
|
},
|
|
589
295
|
{
|
|
590
296
|
"id": "buildchain-stable-candidate-patrol",
|
|
@@ -595,12 +301,7 @@
|
|
|
595
301
|
"owner": "kungfu-origin",
|
|
596
302
|
"status": "active",
|
|
597
303
|
"invocation": "repository",
|
|
598
|
-
"
|
|
599
|
-
"previousPath": ".github/workflows/buildchain-stable-candidate-patrol.yml",
|
|
600
|
-
"originalSha256": "a7a65db870ce916d0e9749641543a23670cf25025b3e69cd084101946e359fb2"
|
|
601
|
-
},
|
|
602
|
-
"compatibility": null,
|
|
603
|
-
"rationale": "Classify the existing .github/workflows/buildchain-stable-candidate-patrol.yml capability without adding execution behavior."
|
|
304
|
+
"rationale": "Buildchain Dogfood Stable Candidate Patrol: owned ops self workflow with one canonical implementation."
|
|
604
305
|
},
|
|
605
306
|
{
|
|
606
307
|
"id": "buildchain-stable-candidate-qualification",
|
|
@@ -611,28 +312,7 @@
|
|
|
611
312
|
"owner": "kungfu-origin",
|
|
612
313
|
"status": "active",
|
|
613
314
|
"invocation": "repository",
|
|
614
|
-
"
|
|
615
|
-
"previousPath": ".github/workflows/buildchain-stable-candidate-qualification.yml",
|
|
616
|
-
"originalSha256": "7280bc3e9c8b9033c74f136d5a6c6998eb0f0b1caf0184510d0f7567b24b1282"
|
|
617
|
-
},
|
|
618
|
-
"compatibility": null,
|
|
619
|
-
"rationale": "Qualify the exact published alpha runtime observed by a successful public zero-input Buildchain build, binding its source run and three-platform artifacts without cross-repository dispatch or publication authority."
|
|
620
|
-
},
|
|
621
|
-
{
|
|
622
|
-
"id": "candidate-lab",
|
|
623
|
-
"role": "self",
|
|
624
|
-
"category": "build",
|
|
625
|
-
"purpose": "candidate-lab",
|
|
626
|
-
"summary": "Candidate Lab",
|
|
627
|
-
"owner": "kungfu-origin",
|
|
628
|
-
"status": "active",
|
|
629
|
-
"invocation": "repository",
|
|
630
|
-
"migration": {
|
|
631
|
-
"previousPath": ".github/workflows/candidate-lab.yml",
|
|
632
|
-
"originalSha256": "60dac62c624222d8b37c070e172bc4fa838e35b73a1cd0aefbfaf61db19c5394"
|
|
633
|
-
},
|
|
634
|
-
"compatibility": null,
|
|
635
|
-
"rationale": "Classify the existing .github/workflows/candidate-lab.yml capability without adding execution behavior."
|
|
315
|
+
"rationale": "Buildchain Stable Candidate Qualification: owned build self workflow with one canonical implementation."
|
|
636
316
|
},
|
|
637
317
|
{
|
|
638
318
|
"id": "check",
|
|
@@ -643,16 +323,7 @@
|
|
|
643
323
|
"owner": "kungfu-origin",
|
|
644
324
|
"status": "active",
|
|
645
325
|
"invocation": "reusable",
|
|
646
|
-
"
|
|
647
|
-
"previousPath": ".github/workflows/check.yml",
|
|
648
|
-
"originalSha256": "44797c1b64e54806e19cf401300a27e587d6a2f0730ee7509eb84aefb9b60f74"
|
|
649
|
-
},
|
|
650
|
-
"compatibility": {
|
|
651
|
-
"path": ".github/workflows/check.yml",
|
|
652
|
-
"reason": "Retain the published workflow path and exact job/workflow identity while floating channels adopt canonical names.",
|
|
653
|
-
"removalCondition": "Reviewed breaking-major migration after consumer readback; never remove during the v4 line."
|
|
654
|
-
},
|
|
655
|
-
"rationale": "Classify the existing .github/workflows/check.yml capability without adding execution behavior."
|
|
326
|
+
"rationale": "Buildchain Check: owned build public workflow with one canonical implementation."
|
|
656
327
|
},
|
|
657
328
|
{
|
|
658
329
|
"id": "dev-alpha-candidate-patrol",
|
|
@@ -663,16 +334,7 @@
|
|
|
663
334
|
"owner": "kungfu-origin",
|
|
664
335
|
"status": "active",
|
|
665
336
|
"invocation": "reusable",
|
|
666
|
-
"
|
|
667
|
-
"previousPath": ".github/workflows/dev-alpha-candidate-patrol.yml",
|
|
668
|
-
"originalSha256": "c9461871bd9427dbcd12ba537843307f48dd09e5c8cef45ca3065dafbcc5589d"
|
|
669
|
-
},
|
|
670
|
-
"compatibility": {
|
|
671
|
-
"path": ".github/workflows/dev-alpha-candidate-patrol.yml",
|
|
672
|
-
"reason": "Retain the published workflow path and exact job/workflow identity while floating channels adopt canonical names.",
|
|
673
|
-
"removalCondition": "Reviewed breaking-major migration after consumer readback; never remove during the v4 line."
|
|
674
|
-
},
|
|
675
|
-
"rationale": "Classify the existing .github/workflows/dev-alpha-candidate-patrol.yml capability without adding execution behavior."
|
|
337
|
+
"rationale": "Buildchain Dev to Alpha Candidate Patrol: owned ops public workflow with one canonical implementation."
|
|
676
338
|
},
|
|
677
339
|
{
|
|
678
340
|
"id": "dev-delivery-warrant-cancel",
|
|
@@ -683,16 +345,7 @@
|
|
|
683
345
|
"owner": "kungfu-origin",
|
|
684
346
|
"status": "active",
|
|
685
347
|
"invocation": "reusable",
|
|
686
|
-
"
|
|
687
|
-
"previousPath": ".github/workflows/dev-delivery-warrant-cancel.yml",
|
|
688
|
-
"originalSha256": "ad9014dc053d635463f70a0c94c24d43f9254e64bf438a62307458f0efe7f8c0"
|
|
689
|
-
},
|
|
690
|
-
"compatibility": {
|
|
691
|
-
"path": ".github/workflows/dev-delivery-warrant-cancel.yml",
|
|
692
|
-
"reason": "Retain the published workflow path and exact job/workflow identity while floating channels adopt canonical names.",
|
|
693
|
-
"removalCondition": "Reviewed breaking-major migration after consumer readback; never remove during the v4 line."
|
|
694
|
-
},
|
|
695
|
-
"rationale": "Classify the existing .github/workflows/dev-delivery-warrant-cancel.yml capability without adding execution behavior."
|
|
348
|
+
"rationale": "Dev Delivery Warrant Queued Candidate Cancel: owned ops public workflow with one canonical implementation."
|
|
696
349
|
},
|
|
697
350
|
{
|
|
698
351
|
"id": "dev-delivery-warrant-close",
|
|
@@ -703,16 +356,7 @@
|
|
|
703
356
|
"owner": "kungfu-origin",
|
|
704
357
|
"status": "active",
|
|
705
358
|
"invocation": "reusable",
|
|
706
|
-
"
|
|
707
|
-
"previousPath": ".github/workflows/dev-delivery-warrant-close.yml",
|
|
708
|
-
"originalSha256": "b5689d0c018988933f35034466f8b1574e6121e5a01700eb663ebf9851fafe60"
|
|
709
|
-
},
|
|
710
|
-
"compatibility": {
|
|
711
|
-
"path": ".github/workflows/dev-delivery-warrant-close.yml",
|
|
712
|
-
"reason": "Retain the published workflow path and exact job/workflow identity while floating channels adopt canonical names.",
|
|
713
|
-
"removalCondition": "Reviewed breaking-major migration after consumer readback; never remove during the v4 line."
|
|
714
|
-
},
|
|
715
|
-
"rationale": "Classify the existing .github/workflows/dev-delivery-warrant-close.yml capability without adding execution behavior."
|
|
359
|
+
"rationale": "Dev Delivery Warrant Close: owned ops public workflow with one canonical implementation."
|
|
716
360
|
},
|
|
717
361
|
{
|
|
718
362
|
"id": "dev-merge-queue-governance",
|
|
@@ -723,12 +367,7 @@
|
|
|
723
367
|
"owner": "kungfu-origin",
|
|
724
368
|
"status": "active",
|
|
725
369
|
"invocation": "repository",
|
|
726
|
-
"
|
|
727
|
-
"previousPath": ".github/workflows/dev-merge-queue-governance.yml",
|
|
728
|
-
"originalSha256": "129cd72d4f5235372eaea937781d0dcc052196d7779166ac930071f86df33a79"
|
|
729
|
-
},
|
|
730
|
-
"compatibility": null,
|
|
731
|
-
"rationale": "Classify the existing .github/workflows/dev-merge-queue-governance.yml capability without adding execution behavior."
|
|
370
|
+
"rationale": "Dev Merge Queue Governance: owned ops self workflow with one canonical implementation."
|
|
732
371
|
},
|
|
733
372
|
{
|
|
734
373
|
"id": "dev-pr-auto-merge",
|
|
@@ -739,16 +378,7 @@
|
|
|
739
378
|
"owner": "kungfu-origin",
|
|
740
379
|
"status": "active",
|
|
741
380
|
"invocation": "reusable",
|
|
742
|
-
"
|
|
743
|
-
"previousPath": ".github/workflows/dev-pr-auto-merge.yml",
|
|
744
|
-
"originalSha256": "d86830e186b6ec56816e875adfebd33d705ae309983cc37106717ce05ec9ccca"
|
|
745
|
-
},
|
|
746
|
-
"compatibility": {
|
|
747
|
-
"path": ".github/workflows/dev-pr-auto-merge.yml",
|
|
748
|
-
"reason": "Retain the published workflow path and exact job/workflow identity while floating channels adopt canonical names.",
|
|
749
|
-
"removalCondition": "Reviewed breaking-major migration after consumer readback; never remove during the v4 line."
|
|
750
|
-
},
|
|
751
|
-
"rationale": "Classify the existing .github/workflows/dev-pr-auto-merge.yml capability without adding execution behavior."
|
|
381
|
+
"rationale": "Dev PR Auto Merge: owned ops public workflow with one canonical implementation."
|
|
752
382
|
},
|
|
753
383
|
{
|
|
754
384
|
"id": "dev-qualification-patrol",
|
|
@@ -759,16 +389,7 @@
|
|
|
759
389
|
"owner": "kungfu-origin",
|
|
760
390
|
"status": "active",
|
|
761
391
|
"invocation": "reusable",
|
|
762
|
-
"
|
|
763
|
-
"previousPath": ".github/workflows/dev-qualification-patrol.yml",
|
|
764
|
-
"originalSha256": "5c33a63e5cf61c54205d5df525ac99fb0866416d3d787c38176d0f99c2b546da"
|
|
765
|
-
},
|
|
766
|
-
"compatibility": {
|
|
767
|
-
"path": ".github/workflows/dev-qualification-patrol.yml",
|
|
768
|
-
"reason": "Retain the published workflow path and exact job/workflow identity while floating channels adopt canonical names.",
|
|
769
|
-
"removalCondition": "Reviewed breaking-major migration after consumer readback; never remove during the v4 line."
|
|
770
|
-
},
|
|
771
|
-
"rationale": "Classify the existing .github/workflows/dev-qualification-patrol.yml capability without adding execution behavior."
|
|
392
|
+
"rationale": "Buildchain Dev Qualification Patrol: owned ops public workflow with one canonical implementation."
|
|
772
393
|
},
|
|
773
394
|
{
|
|
774
395
|
"id": "engineering-housekeeper",
|
|
@@ -779,16 +400,7 @@
|
|
|
779
400
|
"owner": "kungfu-origin",
|
|
780
401
|
"status": "active",
|
|
781
402
|
"invocation": "reusable",
|
|
782
|
-
"
|
|
783
|
-
"previousPath": ".github/workflows/engineering-housekeeper.yml",
|
|
784
|
-
"originalSha256": "c4550d74527aa5f1e6238e0b28b23ca239039813aef45e379300ed2074ea1e65"
|
|
785
|
-
},
|
|
786
|
-
"compatibility": {
|
|
787
|
-
"path": ".github/workflows/engineering-housekeeper.yml",
|
|
788
|
-
"reason": "Retain the published workflow path and exact job/workflow identity while floating channels adopt canonical names.",
|
|
789
|
-
"removalCondition": "Reviewed breaking-major migration after consumer readback; never remove during the v4 line."
|
|
790
|
-
},
|
|
791
|
-
"rationale": "Classify the existing .github/workflows/engineering-housekeeper.yml capability without adding execution behavior."
|
|
403
|
+
"rationale": "Engineering Housekeeper: owned ops public workflow with one canonical implementation."
|
|
792
404
|
},
|
|
793
405
|
{
|
|
794
406
|
"id": "engineering-housekeeper-daily",
|
|
@@ -799,12 +411,7 @@
|
|
|
799
411
|
"owner": "kungfu-origin",
|
|
800
412
|
"status": "active",
|
|
801
413
|
"invocation": "repository",
|
|
802
|
-
"
|
|
803
|
-
"previousPath": ".github/workflows/engineering-housekeeper-daily.yml",
|
|
804
|
-
"originalSha256": "43afdee577caafb7e1d2952b01f963a7db876a672bda7d4c96bbc7513e679aa8"
|
|
805
|
-
},
|
|
806
|
-
"compatibility": null,
|
|
807
|
-
"rationale": "Classify the existing .github/workflows/engineering-housekeeper-daily.yml capability without adding execution behavior."
|
|
414
|
+
"rationale": "Engineering Housekeeper Daily: owned ops self workflow with one canonical implementation."
|
|
808
415
|
},
|
|
809
416
|
{
|
|
810
417
|
"id": "engineering-housekeeper-monthly",
|
|
@@ -815,12 +422,7 @@
|
|
|
815
422
|
"owner": "kungfu-origin",
|
|
816
423
|
"status": "active",
|
|
817
424
|
"invocation": "repository",
|
|
818
|
-
"
|
|
819
|
-
"previousPath": ".github/workflows/engineering-housekeeper-monthly.yml",
|
|
820
|
-
"originalSha256": "7c0f64e14c07324530477546c040606c0492962d41f397ea9abdab71b89518cc"
|
|
821
|
-
},
|
|
822
|
-
"compatibility": null,
|
|
823
|
-
"rationale": "Classify the existing .github/workflows/engineering-housekeeper-monthly.yml capability without adding execution behavior."
|
|
425
|
+
"rationale": "Engineering Housekeeper Monthly: owned ops self workflow with one canonical implementation."
|
|
824
426
|
},
|
|
825
427
|
{
|
|
826
428
|
"id": "engineering-housekeeper-weekly",
|
|
@@ -831,12 +433,7 @@
|
|
|
831
433
|
"owner": "kungfu-origin",
|
|
832
434
|
"status": "active",
|
|
833
435
|
"invocation": "repository",
|
|
834
|
-
"
|
|
835
|
-
"previousPath": ".github/workflows/engineering-housekeeper-weekly.yml",
|
|
836
|
-
"originalSha256": "b671df332f5313e182647dc3aa00c08ee77aab4dbb8b692d833b7b38f3d27ad0"
|
|
837
|
-
},
|
|
838
|
-
"compatibility": null,
|
|
839
|
-
"rationale": "Classify the existing .github/workflows/engineering-housekeeper-weekly.yml capability without adding execution behavior."
|
|
436
|
+
"rationale": "Engineering Housekeeper Weekly: owned ops self workflow with one canonical implementation."
|
|
840
437
|
},
|
|
841
438
|
{
|
|
842
439
|
"id": "github-artifact-attestation",
|
|
@@ -847,16 +444,7 @@
|
|
|
847
444
|
"owner": "kungfu-origin",
|
|
848
445
|
"status": "active",
|
|
849
446
|
"invocation": "reusable",
|
|
850
|
-
"
|
|
851
|
-
"previousPath": ".github/workflows/github-artifact-attestation.yml",
|
|
852
|
-
"originalSha256": "fd43392b60c5a1cb7aa0a9075471856b543a123918716112d8ddd91ce597f709"
|
|
853
|
-
},
|
|
854
|
-
"compatibility": {
|
|
855
|
-
"path": ".github/workflows/github-artifact-attestation.yml",
|
|
856
|
-
"reason": "Retain the published workflow path and exact job/workflow identity while floating channels adopt canonical names.",
|
|
857
|
-
"removalCondition": "Reviewed breaking-major migration after consumer readback; never remove during the v4 line."
|
|
858
|
-
},
|
|
859
|
-
"rationale": "Classify the existing .github/workflows/github-artifact-attestation.yml capability without adding execution behavior."
|
|
447
|
+
"rationale": "Buildchain GitHub Artifact Attestation: owned release public workflow with one canonical implementation."
|
|
860
448
|
},
|
|
861
449
|
{
|
|
862
450
|
"id": "github-governance-audit",
|
|
@@ -867,12 +455,7 @@
|
|
|
867
455
|
"owner": "kungfu-origin",
|
|
868
456
|
"status": "active",
|
|
869
457
|
"invocation": "repository",
|
|
870
|
-
"
|
|
871
|
-
"previousPath": ".github/workflows/github-governance-audit.yml",
|
|
872
|
-
"originalSha256": "bc762d431bc7948b67bb9a528563743008549bb52b1aff6c09b6c3cd008208a1"
|
|
873
|
-
},
|
|
874
|
-
"compatibility": null,
|
|
875
|
-
"rationale": "Classify the existing .github/workflows/github-governance-audit.yml capability without adding execution behavior."
|
|
458
|
+
"rationale": "GitHub Governance Authority Audit: owned ops self workflow with one canonical implementation."
|
|
876
459
|
},
|
|
877
460
|
{
|
|
878
461
|
"id": "next-development-review",
|
|
@@ -883,7 +466,7 @@
|
|
|
883
466
|
"owner": "kungfu-origin",
|
|
884
467
|
"status": "active",
|
|
885
468
|
"invocation": "repository",
|
|
886
|
-
"rationale": "
|
|
469
|
+
"rationale": "Next Development Review: owned release self workflow with one canonical implementation."
|
|
887
470
|
},
|
|
888
471
|
{
|
|
889
472
|
"id": "npm-publish",
|
|
@@ -894,12 +477,7 @@
|
|
|
894
477
|
"owner": "kungfu-origin",
|
|
895
478
|
"status": "active",
|
|
896
479
|
"invocation": "repository",
|
|
897
|
-
"
|
|
898
|
-
"previousPath": ".github/workflows/npm-publish.yml",
|
|
899
|
-
"originalSha256": "54e5ac92134eddb6910eea4886f899f34eb6528f985248d4187be78ce6ab74ce"
|
|
900
|
-
},
|
|
901
|
-
"compatibility": null,
|
|
902
|
-
"rationale": "Classify the existing .github/workflows/npm-publish.yml capability without adding execution behavior."
|
|
480
|
+
"rationale": "Publish npm package: owned release self workflow with one canonical implementation."
|
|
903
481
|
},
|
|
904
482
|
{
|
|
905
483
|
"id": "paper-release",
|
|
@@ -910,36 +488,7 @@
|
|
|
910
488
|
"owner": "kungfu-origin",
|
|
911
489
|
"status": "active",
|
|
912
490
|
"invocation": "reusable",
|
|
913
|
-
"
|
|
914
|
-
"previousPath": ".github/workflows/paper-release.yml",
|
|
915
|
-
"originalSha256": "e16dea163b7862a7dc010b3ebf8a16a6126603d8966d79974e00902eca4e3437"
|
|
916
|
-
},
|
|
917
|
-
"compatibility": {
|
|
918
|
-
"path": ".github/workflows/paper-release.yml",
|
|
919
|
-
"reason": "Retain the published workflow path and exact job/workflow identity while floating channels adopt canonical names.",
|
|
920
|
-
"removalCondition": "Reviewed breaking-major migration after consumer readback; never remove during the v4 line."
|
|
921
|
-
},
|
|
922
|
-
"rationale": "Classify the existing .github/workflows/paper-release.yml capability without adding execution behavior."
|
|
923
|
-
},
|
|
924
|
-
{
|
|
925
|
-
"id": "paper-release-sealed",
|
|
926
|
-
"role": "public",
|
|
927
|
-
"category": "release",
|
|
928
|
-
"purpose": "paper-sealed",
|
|
929
|
-
"summary": "Buildchain Sealed Paper Release",
|
|
930
|
-
"owner": "kungfu-origin",
|
|
931
|
-
"status": "active",
|
|
932
|
-
"invocation": "reusable",
|
|
933
|
-
"migration": {
|
|
934
|
-
"previousPath": ".github/workflows/paper-release-sealed.yml",
|
|
935
|
-
"originalSha256": "04a5a860f3162901da4577db69c282d5622c22b26caecccef620b29ca5a7518c"
|
|
936
|
-
},
|
|
937
|
-
"compatibility": {
|
|
938
|
-
"path": ".github/workflows/paper-release-sealed.yml",
|
|
939
|
-
"reason": "Retain the published workflow path and exact job/workflow identity while floating channels adopt canonical names.",
|
|
940
|
-
"removalCondition": "Reviewed breaking-major migration after consumer readback; never remove during the v4 line."
|
|
941
|
-
},
|
|
942
|
-
"rationale": "Classify the existing .github/workflows/paper-release-sealed.yml capability without adding execution behavior."
|
|
491
|
+
"rationale": "Buildchain Paper Release: owned release public workflow with one canonical implementation."
|
|
943
492
|
},
|
|
944
493
|
{
|
|
945
494
|
"id": "patrol-daily",
|
|
@@ -950,16 +499,7 @@
|
|
|
950
499
|
"owner": "kungfu-origin",
|
|
951
500
|
"status": "active",
|
|
952
501
|
"invocation": "reusable",
|
|
953
|
-
"
|
|
954
|
-
"previousPath": ".github/workflows/patrol-daily.yml",
|
|
955
|
-
"originalSha256": "6a0159f946e52662ae878a21f606e8b9ac8f662652b253a682d5bace1453d255"
|
|
956
|
-
},
|
|
957
|
-
"compatibility": {
|
|
958
|
-
"path": ".github/workflows/patrol-daily.yml",
|
|
959
|
-
"reason": "Retain the published workflow path and exact job/workflow identity while floating channels adopt canonical names.",
|
|
960
|
-
"removalCondition": "Reviewed breaking-major migration after consumer readback; never remove during the v4 line."
|
|
961
|
-
},
|
|
962
|
-
"rationale": "Classify the existing .github/workflows/patrol-daily.yml capability without adding execution behavior."
|
|
502
|
+
"rationale": "Buildchain Patrol Daily: owned ops public workflow with one canonical implementation."
|
|
963
503
|
},
|
|
964
504
|
{
|
|
965
505
|
"id": "patrol-monthly",
|
|
@@ -970,16 +510,7 @@
|
|
|
970
510
|
"owner": "kungfu-origin",
|
|
971
511
|
"status": "active",
|
|
972
512
|
"invocation": "reusable",
|
|
973
|
-
"
|
|
974
|
-
"previousPath": ".github/workflows/patrol-monthly.yml",
|
|
975
|
-
"originalSha256": "f7a1f557c6ccabf7a7012d034cb6cdbb171352739984bbd462eb7f619ce8a7f5"
|
|
976
|
-
},
|
|
977
|
-
"compatibility": {
|
|
978
|
-
"path": ".github/workflows/patrol-monthly.yml",
|
|
979
|
-
"reason": "Retain the published workflow path and exact job/workflow identity while floating channels adopt canonical names.",
|
|
980
|
-
"removalCondition": "Reviewed breaking-major migration after consumer readback; never remove during the v4 line."
|
|
981
|
-
},
|
|
982
|
-
"rationale": "Classify the existing .github/workflows/patrol-monthly.yml capability without adding execution behavior."
|
|
513
|
+
"rationale": "Buildchain Patrol Monthly: owned ops public workflow with one canonical implementation."
|
|
983
514
|
},
|
|
984
515
|
{
|
|
985
516
|
"id": "patrol-observed-evidence",
|
|
@@ -990,16 +521,7 @@
|
|
|
990
521
|
"owner": "kungfu-origin",
|
|
991
522
|
"status": "active",
|
|
992
523
|
"invocation": "reusable",
|
|
993
|
-
"
|
|
994
|
-
"previousPath": ".github/workflows/patrol-observed-evidence.yml",
|
|
995
|
-
"originalSha256": "c65e1f3fcb3fb9bc7dcb9f56c8d60e03b1a070fd1994109cd00ba6e355d56b85"
|
|
996
|
-
},
|
|
997
|
-
"compatibility": {
|
|
998
|
-
"path": ".github/workflows/patrol-observed-evidence.yml",
|
|
999
|
-
"reason": "Retain the published workflow path and exact job/workflow identity while floating channels adopt canonical names.",
|
|
1000
|
-
"removalCondition": "Reviewed breaking-major migration after consumer readback; never remove during the v4 line."
|
|
1001
|
-
},
|
|
1002
|
-
"rationale": "Classify the existing .github/workflows/patrol-observed-evidence.yml capability without adding execution behavior."
|
|
524
|
+
"rationale": "Patrol Observed Evidence: owned ops public workflow with one canonical implementation."
|
|
1003
525
|
},
|
|
1004
526
|
{
|
|
1005
527
|
"id": "patrol-weekly",
|
|
@@ -1010,16 +532,7 @@
|
|
|
1010
532
|
"owner": "kungfu-origin",
|
|
1011
533
|
"status": "active",
|
|
1012
534
|
"invocation": "reusable",
|
|
1013
|
-
"
|
|
1014
|
-
"previousPath": ".github/workflows/patrol-weekly.yml",
|
|
1015
|
-
"originalSha256": "43ff67408f7a0e4ecb5cdde4c550b914751431664b69008496dd5ecdc1dd3129"
|
|
1016
|
-
},
|
|
1017
|
-
"compatibility": {
|
|
1018
|
-
"path": ".github/workflows/patrol-weekly.yml",
|
|
1019
|
-
"reason": "Retain the published workflow path and exact job/workflow identity while floating channels adopt canonical names.",
|
|
1020
|
-
"removalCondition": "Reviewed breaking-major migration after consumer readback; never remove during the v4 line."
|
|
1021
|
-
},
|
|
1022
|
-
"rationale": "Classify the existing .github/workflows/patrol-weekly.yml capability without adding execution behavior."
|
|
535
|
+
"rationale": "Buildchain Patrol Weekly: owned ops public workflow with one canonical implementation."
|
|
1023
536
|
},
|
|
1024
537
|
{
|
|
1025
538
|
"id": "publication-artifact",
|
|
@@ -1030,16 +543,7 @@
|
|
|
1030
543
|
"owner": "kungfu-origin",
|
|
1031
544
|
"status": "active",
|
|
1032
545
|
"invocation": "reusable",
|
|
1033
|
-
"
|
|
1034
|
-
"previousPath": ".github/workflows/publication-artifact.yml",
|
|
1035
|
-
"originalSha256": "b224e107179552aa578d69e838a10f2da777ecabff92af4112f631aa9f506897"
|
|
1036
|
-
},
|
|
1037
|
-
"compatibility": {
|
|
1038
|
-
"path": ".github/workflows/publication-artifact.yml",
|
|
1039
|
-
"reason": "Retain the published workflow path and exact job/workflow identity while floating channels adopt canonical names.",
|
|
1040
|
-
"removalCondition": "Reviewed breaking-major migration after consumer readback; never remove during the v4 line."
|
|
1041
|
-
},
|
|
1042
|
-
"rationale": "Classify the existing .github/workflows/publication-artifact.yml capability without adding execution behavior."
|
|
546
|
+
"rationale": "Buildchain Publication Artifact: owned build public workflow with one canonical implementation."
|
|
1043
547
|
},
|
|
1044
548
|
{
|
|
1045
549
|
"id": "release-candidate-promote",
|
|
@@ -1050,16 +554,7 @@
|
|
|
1050
554
|
"owner": "kungfu-origin",
|
|
1051
555
|
"status": "active",
|
|
1052
556
|
"invocation": "reusable",
|
|
1053
|
-
"
|
|
1054
|
-
"previousPath": ".github/workflows/release-candidate-promote.yml",
|
|
1055
|
-
"originalSha256": "c4d5fed7a21a3dee45777aef0b3eff3cc6da9884cf64131ffc85217ef7c16503"
|
|
1056
|
-
},
|
|
1057
|
-
"compatibility": {
|
|
1058
|
-
"path": ".github/workflows/release-candidate-promote.yml",
|
|
1059
|
-
"reason": "Retain the published workflow path and exact job/workflow identity while floating channels adopt canonical names.",
|
|
1060
|
-
"removalCondition": "Reviewed breaking-major migration after consumer readback; never remove during the v4 line."
|
|
1061
|
-
},
|
|
1062
|
-
"rationale": "Classify the existing .github/workflows/release-candidate-promote.yml capability without adding execution behavior."
|
|
557
|
+
"rationale": "Release Candidate Promote: owned release public workflow with one canonical implementation."
|
|
1063
558
|
},
|
|
1064
559
|
{
|
|
1065
560
|
"id": "release-governance-reconcile",
|
|
@@ -1070,16 +565,7 @@
|
|
|
1070
565
|
"owner": "kungfu-origin",
|
|
1071
566
|
"status": "active",
|
|
1072
567
|
"invocation": "reusable",
|
|
1073
|
-
"
|
|
1074
|
-
"previousPath": ".github/workflows/release-governance-reconcile.yml",
|
|
1075
|
-
"originalSha256": "db306b5787f8705f0143d35a44bfb9cea2194e061e90b6d1b852c8db4719a777"
|
|
1076
|
-
},
|
|
1077
|
-
"compatibility": {
|
|
1078
|
-
"path": ".github/workflows/release-governance-reconcile.yml",
|
|
1079
|
-
"reason": "Retain the published workflow path and exact job/workflow identity while floating channels adopt canonical names.",
|
|
1080
|
-
"removalCondition": "Reviewed breaking-major migration after consumer readback; never remove during the v4 line."
|
|
1081
|
-
},
|
|
1082
|
-
"rationale": "Classify the existing .github/workflows/release-governance-reconcile.yml capability without adding execution behavior."
|
|
568
|
+
"rationale": "Release Governance Reconcile: owned ops public workflow with one canonical implementation."
|
|
1083
569
|
},
|
|
1084
570
|
{
|
|
1085
571
|
"id": "release-line-bootstrap",
|
|
@@ -1090,28 +576,7 @@
|
|
|
1090
576
|
"owner": "kungfu-origin",
|
|
1091
577
|
"status": "active",
|
|
1092
578
|
"invocation": "repository",
|
|
1093
|
-
"
|
|
1094
|
-
"previousPath": ".github/workflows/release-line-bootstrap.yml",
|
|
1095
|
-
"originalSha256": "ebc5753300585736bb4e27e86f94bd94b5449c72fbe67934beb60987185feb36"
|
|
1096
|
-
},
|
|
1097
|
-
"compatibility": null,
|
|
1098
|
-
"rationale": "Classify the existing .github/workflows/release-line-bootstrap.yml capability without adding execution behavior."
|
|
1099
|
-
},
|
|
1100
|
-
{
|
|
1101
|
-
"id": "release-new-version",
|
|
1102
|
-
"role": "self",
|
|
1103
|
-
"category": "release",
|
|
1104
|
-
"purpose": "new-version-compat",
|
|
1105
|
-
"summary": "Release - New Version",
|
|
1106
|
-
"owner": "kungfu-origin",
|
|
1107
|
-
"status": "compatibility",
|
|
1108
|
-
"invocation": "repository",
|
|
1109
|
-
"migration": {
|
|
1110
|
-
"previousPath": ".github/workflows/release-new-version.yml",
|
|
1111
|
-
"originalSha256": "3c2e67af906879b639f8a19a4def8aa156a59a2e790db7358d91fa33cfe1fc70"
|
|
1112
|
-
},
|
|
1113
|
-
"compatibility": null,
|
|
1114
|
-
"rationale": "Classify the existing .github/workflows/release-new-version.yml capability without adding execution behavior."
|
|
579
|
+
"rationale": "Release Line Bootstrap: owned release self workflow with one canonical implementation."
|
|
1115
580
|
},
|
|
1116
581
|
{
|
|
1117
582
|
"id": "release-propagation",
|
|
@@ -1122,16 +587,7 @@
|
|
|
1122
587
|
"owner": "kungfu-origin",
|
|
1123
588
|
"status": "active",
|
|
1124
589
|
"invocation": "reusable",
|
|
1125
|
-
"
|
|
1126
|
-
"previousPath": ".github/workflows/release-propagation.yml",
|
|
1127
|
-
"originalSha256": "5fc657f586de6f5a9ffa9e0be61c22b6f99318026d718bd518a04a40197faf97"
|
|
1128
|
-
},
|
|
1129
|
-
"compatibility": {
|
|
1130
|
-
"path": ".github/workflows/release-propagation.yml",
|
|
1131
|
-
"reason": "Retain the published workflow path and exact job/workflow identity while floating channels adopt canonical names.",
|
|
1132
|
-
"removalCondition": "Reviewed breaking-major migration after consumer readback; never remove during the v4 line."
|
|
1133
|
-
},
|
|
1134
|
-
"rationale": "Classify the existing .github/workflows/release-propagation.yml capability without adding execution behavior."
|
|
590
|
+
"rationale": "Release Propagation: owned release public workflow with one canonical implementation."
|
|
1135
591
|
},
|
|
1136
592
|
{
|
|
1137
593
|
"id": "release-tail",
|
|
@@ -1142,32 +598,7 @@
|
|
|
1142
598
|
"owner": "kungfu-origin",
|
|
1143
599
|
"status": "active",
|
|
1144
600
|
"invocation": "reusable",
|
|
1145
|
-
"
|
|
1146
|
-
"previousPath": ".github/workflows/release-tail.yml",
|
|
1147
|
-
"originalSha256": "6e3304db970750bdaca21a3f08ee1ec394c75661d6b1c44396e9ef56b5927772"
|
|
1148
|
-
},
|
|
1149
|
-
"compatibility": {
|
|
1150
|
-
"path": ".github/workflows/release-tail.yml",
|
|
1151
|
-
"reason": "Retain the published workflow path and exact job/workflow identity while floating channels adopt canonical names.",
|
|
1152
|
-
"removalCondition": "Reviewed breaking-major migration after consumer readback; never remove during the v4 line."
|
|
1153
|
-
},
|
|
1154
|
-
"rationale": "Classify the existing .github/workflows/release-tail.yml capability without adding execution behavior."
|
|
1155
|
-
},
|
|
1156
|
-
{
|
|
1157
|
-
"id": "release-verify",
|
|
1158
|
-
"role": "self",
|
|
1159
|
-
"category": "build",
|
|
1160
|
-
"purpose": "release-verify-compat",
|
|
1161
|
-
"summary": "Release - Verify",
|
|
1162
|
-
"owner": "kungfu-origin",
|
|
1163
|
-
"status": "compatibility",
|
|
1164
|
-
"invocation": "repository",
|
|
1165
|
-
"migration": {
|
|
1166
|
-
"previousPath": ".github/workflows/release-verify.yml",
|
|
1167
|
-
"originalSha256": "68d1fbad0b8866fdffb99319be575b7b272c503ba3956ea1183961d3c7b84945"
|
|
1168
|
-
},
|
|
1169
|
-
"compatibility": null,
|
|
1170
|
-
"rationale": "Classify the existing .github/workflows/release-verify.yml capability without adding execution behavior."
|
|
601
|
+
"rationale": "Declarative Release Tail: owned release public workflow with one canonical implementation."
|
|
1171
602
|
},
|
|
1172
603
|
{
|
|
1173
604
|
"id": "self-hosted-runner-smoke",
|
|
@@ -1178,12 +609,7 @@
|
|
|
1178
609
|
"owner": "kungfu-origin",
|
|
1179
610
|
"status": "active",
|
|
1180
611
|
"invocation": "repository",
|
|
1181
|
-
"
|
|
1182
|
-
"previousPath": ".github/workflows/self-hosted-runner-smoke.yml",
|
|
1183
|
-
"originalSha256": "64544e59f2a0d3748689c43d234b0f481794b077c678a6cf5a07eec469a532d5"
|
|
1184
|
-
},
|
|
1185
|
-
"compatibility": null,
|
|
1186
|
-
"rationale": "Classify the existing .github/workflows/self-hosted-runner-smoke.yml capability without adding execution behavior."
|
|
612
|
+
"rationale": "Self-hosted Runner Smoke: owned ops self workflow with one canonical implementation."
|
|
1187
613
|
},
|
|
1188
614
|
{
|
|
1189
615
|
"id": "stable-candidate-patrol",
|
|
@@ -1194,16 +620,7 @@
|
|
|
1194
620
|
"owner": "kungfu-origin",
|
|
1195
621
|
"status": "active",
|
|
1196
622
|
"invocation": "reusable",
|
|
1197
|
-
"
|
|
1198
|
-
"previousPath": ".github/workflows/stable-candidate-patrol.yml",
|
|
1199
|
-
"originalSha256": "5253175528e3eb8508707921e6e416cca1b2a33e9066c27e6ff69325535e1d40"
|
|
1200
|
-
},
|
|
1201
|
-
"compatibility": {
|
|
1202
|
-
"path": ".github/workflows/stable-candidate-patrol.yml",
|
|
1203
|
-
"reason": "Retain the published workflow path and exact job/workflow identity while floating channels adopt canonical names.",
|
|
1204
|
-
"removalCondition": "Reviewed breaking-major migration after consumer readback; never remove during the v4 line."
|
|
1205
|
-
},
|
|
1206
|
-
"rationale": "Classify the existing .github/workflows/stable-candidate-patrol.yml capability without adding execution behavior."
|
|
623
|
+
"rationale": "Buildchain Stable Candidate Patrol: owned ops public workflow with one canonical implementation."
|
|
1207
624
|
},
|
|
1208
625
|
{
|
|
1209
626
|
"id": "universal-bootstrap-dogfood",
|
|
@@ -1214,12 +631,7 @@
|
|
|
1214
631
|
"owner": "kungfu-origin",
|
|
1215
632
|
"status": "active",
|
|
1216
633
|
"invocation": "repository",
|
|
1217
|
-
"
|
|
1218
|
-
"previousPath": ".github/workflows/universal-bootstrap-dogfood.yml",
|
|
1219
|
-
"originalSha256": "f41f75e5f6bf5d87d4f8e8b850e2fccac6fc18d461fe3aed41dd40aa2789cf75"
|
|
1220
|
-
},
|
|
1221
|
-
"compatibility": null,
|
|
1222
|
-
"rationale": "Classify the existing .github/workflows/universal-bootstrap-dogfood.yml capability without adding execution behavior."
|
|
634
|
+
"rationale": "Universal Bootstrap Train-First Self-Dogfood: owned ops self workflow with one canonical implementation."
|
|
1223
635
|
},
|
|
1224
636
|
{
|
|
1225
637
|
"id": "universal-bootstrap-recovery",
|
|
@@ -1230,16 +642,7 @@
|
|
|
1230
642
|
"owner": "kungfu-origin",
|
|
1231
643
|
"status": "active",
|
|
1232
644
|
"invocation": "reusable",
|
|
1233
|
-
"
|
|
1234
|
-
"previousPath": ".github/workflows/universal-bootstrap-recovery.yml",
|
|
1235
|
-
"originalSha256": "1043515769ee8672d32dcedd10108c586ae93a86183a1c4f4d9928091323325f"
|
|
1236
|
-
},
|
|
1237
|
-
"compatibility": {
|
|
1238
|
-
"path": ".github/workflows/universal-bootstrap-recovery.yml",
|
|
1239
|
-
"reason": "Retain the published workflow path and exact job/workflow identity while floating channels adopt canonical names.",
|
|
1240
|
-
"removalCondition": "Reviewed breaking-major migration after consumer readback; never remove during the v4 line."
|
|
1241
|
-
},
|
|
1242
|
-
"rationale": "Classify the existing .github/workflows/universal-bootstrap-recovery.yml capability without adding execution behavior."
|
|
645
|
+
"rationale": "Universal Buildchain Bootstrap Recovery: owned ops public workflow with one canonical implementation."
|
|
1243
646
|
},
|
|
1244
647
|
{
|
|
1245
648
|
"id": "v4-adopter-delivery",
|
|
@@ -1250,17 +653,7 @@
|
|
|
1250
653
|
"owner": "kungfu-origin",
|
|
1251
654
|
"status": "active",
|
|
1252
655
|
"invocation": "reusable",
|
|
1253
|
-
"
|
|
1254
|
-
"previousPath": ".github/workflows/v4-adopter-delivery.yml",
|
|
1255
|
-
"originalSha256": "009dc9b72949888a93197577a01ab16c7feade4fae9f2656045358ce81a1c3cf"
|
|
1256
|
-
},
|
|
1257
|
-
"compatibility": null,
|
|
1258
|
-
"rationale": "Classify the existing .github/workflows/v4-adopter-delivery.yml capability without adding execution behavior.",
|
|
1259
|
-
"retiredAlias": {
|
|
1260
|
-
"path": ".github/workflows/v4-adopter-delivery.yml",
|
|
1261
|
-
"reason": "Human-authorized removal of version-prefixed workflow filenames; canonical public entry retains the capability.",
|
|
1262
|
-
"migrationGuide": "docs/workflow-path-migration.md"
|
|
1263
|
-
}
|
|
656
|
+
"rationale": "V4 Adopter Delivery: owned build public workflow with one canonical implementation."
|
|
1264
657
|
},
|
|
1265
658
|
{
|
|
1266
659
|
"id": "v4-adopter-delivery-dogfood",
|
|
@@ -1271,12 +664,7 @@
|
|
|
1271
664
|
"owner": "kungfu-origin",
|
|
1272
665
|
"status": "active",
|
|
1273
666
|
"invocation": "repository",
|
|
1274
|
-
"
|
|
1275
|
-
"previousPath": ".github/workflows/v4-adopter-delivery-dogfood.yml",
|
|
1276
|
-
"originalSha256": "c45062648e90b96b391e72051ac35b802b392831d9db14f620a9ebbc3b883f91"
|
|
1277
|
-
},
|
|
1278
|
-
"compatibility": null,
|
|
1279
|
-
"rationale": "Classify the existing .github/workflows/v4-adopter-delivery-dogfood.yml capability without adding execution behavior."
|
|
667
|
+
"rationale": "V4 Adopter Delivery Dogfood: owned build self workflow with one canonical implementation."
|
|
1280
668
|
},
|
|
1281
669
|
{
|
|
1282
670
|
"id": "v4-declarative-release-tail-dogfood",
|
|
@@ -1287,12 +675,7 @@
|
|
|
1287
675
|
"owner": "kungfu-origin",
|
|
1288
676
|
"status": "active",
|
|
1289
677
|
"invocation": "repository",
|
|
1290
|
-
"
|
|
1291
|
-
"previousPath": ".github/workflows/v4-declarative-release-tail-dogfood.yml",
|
|
1292
|
-
"originalSha256": "d6fb4528fdfc8b9a018e2320d482accdaba010aec37f54cceb067f473eae8fda"
|
|
1293
|
-
},
|
|
1294
|
-
"compatibility": null,
|
|
1295
|
-
"rationale": "Classify the existing .github/workflows/v4-declarative-release-tail-dogfood.yml capability without adding execution behavior."
|
|
678
|
+
"rationale": "V4 Declarative Release Tail Dogfood: owned release self workflow with one canonical implementation."
|
|
1296
679
|
},
|
|
1297
680
|
{
|
|
1298
681
|
"id": "v4-public-consumer-dogfood",
|
|
@@ -1303,12 +686,7 @@
|
|
|
1303
686
|
"owner": "kungfu-origin",
|
|
1304
687
|
"status": "active",
|
|
1305
688
|
"invocation": "repository",
|
|
1306
|
-
"
|
|
1307
|
-
"previousPath": ".github/workflows/v4-public-consumer-dogfood.yml",
|
|
1308
|
-
"originalSha256": "2979de23ab02b098f1d37c9889c8b3a93ab072e77af3bfc0b82dbb94d07911a2"
|
|
1309
|
-
},
|
|
1310
|
-
"compatibility": null,
|
|
1311
|
-
"rationale": "Classify the existing .github/workflows/v4-public-consumer-dogfood.yml capability without adding execution behavior."
|
|
689
|
+
"rationale": "V4 Public Consumer Dogfood: owned build self workflow with one canonical implementation."
|
|
1312
690
|
},
|
|
1313
691
|
{
|
|
1314
692
|
"id": "v4-publication-rehearsal-dogfood",
|
|
@@ -1319,12 +697,7 @@
|
|
|
1319
697
|
"owner": "kungfu-origin",
|
|
1320
698
|
"status": "active",
|
|
1321
699
|
"invocation": "repository",
|
|
1322
|
-
"
|
|
1323
|
-
"previousPath": ".github/workflows/v4-publication-rehearsal-dogfood.yml",
|
|
1324
|
-
"originalSha256": "c77e106dd2e855260e0189d95db43f4fe94e9559c50a2b5f5b259997c9b54b81"
|
|
1325
|
-
},
|
|
1326
|
-
"compatibility": null,
|
|
1327
|
-
"rationale": "Classify the existing .github/workflows/v4-publication-rehearsal-dogfood.yml capability without adding execution behavior."
|
|
700
|
+
"rationale": "V4 Publication Rehearsal Dogfood: owned release self workflow with one canonical implementation."
|
|
1328
701
|
},
|
|
1329
702
|
{
|
|
1330
703
|
"id": "v4-stage-capsule-canary",
|
|
@@ -1335,17 +708,7 @@
|
|
|
1335
708
|
"owner": "kungfu-origin",
|
|
1336
709
|
"status": "active",
|
|
1337
710
|
"invocation": "reusable",
|
|
1338
|
-
"
|
|
1339
|
-
"previousPath": ".github/workflows/v4-stage-capsule-canary.yml",
|
|
1340
|
-
"originalSha256": "331a1ce873b214a346314ae4004032749aa514160e6a07575a6ce98c1f94e5fd"
|
|
1341
|
-
},
|
|
1342
|
-
"compatibility": null,
|
|
1343
|
-
"rationale": "Classify the existing .github/workflows/v4-stage-capsule-canary.yml capability without adding execution behavior.",
|
|
1344
|
-
"retiredAlias": {
|
|
1345
|
-
"path": ".github/workflows/v4-stage-capsule-canary.yml",
|
|
1346
|
-
"reason": "Human-authorized removal of version-prefixed workflow filenames; canonical public entry retains the capability.",
|
|
1347
|
-
"migrationGuide": "docs/workflow-path-migration.md"
|
|
1348
|
-
}
|
|
711
|
+
"rationale": "V4 Stage Capsule Canary: owned build public workflow with one canonical implementation."
|
|
1349
712
|
},
|
|
1350
713
|
{
|
|
1351
714
|
"id": "v4-tail-reseal",
|
|
@@ -1356,17 +719,7 @@
|
|
|
1356
719
|
"owner": "kungfu-origin",
|
|
1357
720
|
"status": "active",
|
|
1358
721
|
"invocation": "reusable",
|
|
1359
|
-
"
|
|
1360
|
-
"previousPath": ".github/workflows/v4-tail-reseal.yml",
|
|
1361
|
-
"originalSha256": "20f556c2db79e2042b7ac89b843547ae0d3aea62b0ddb024cbeb97b777ddaf45"
|
|
1362
|
-
},
|
|
1363
|
-
"compatibility": null,
|
|
1364
|
-
"rationale": "Classify the existing .github/workflows/v4-tail-reseal.yml capability without adding execution behavior.",
|
|
1365
|
-
"retiredAlias": {
|
|
1366
|
-
"path": ".github/workflows/v4-tail-reseal.yml",
|
|
1367
|
-
"reason": "Human-authorized removal of version-prefixed workflow filenames; canonical public entry retains the capability.",
|
|
1368
|
-
"migrationGuide": "docs/workflow-path-migration.md"
|
|
1369
|
-
}
|
|
722
|
+
"rationale": "V4 Retained Candidate Tail Reseal: owned ops public workflow with one canonical implementation."
|
|
1370
723
|
},
|
|
1371
724
|
{
|
|
1372
725
|
"id": "verify",
|
|
@@ -1377,12 +730,7 @@
|
|
|
1377
730
|
"owner": "kungfu-origin",
|
|
1378
731
|
"status": "active",
|
|
1379
732
|
"invocation": "repository",
|
|
1380
|
-
"
|
|
1381
|
-
"previousPath": ".github/workflows/verify.yml",
|
|
1382
|
-
"originalSha256": "8951e9153cdee1552797ea8b85a6e7282163412769f744a68770729689e3768b"
|
|
1383
|
-
},
|
|
1384
|
-
"compatibility": null,
|
|
1385
|
-
"rationale": "Classify the existing .github/workflows/verify.yml capability without adding execution behavior."
|
|
733
|
+
"rationale": "Verify: owned build self workflow with one canonical implementation."
|
|
1386
734
|
},
|
|
1387
735
|
{
|
|
1388
736
|
"id": "oci-compose-preview",
|
|
@@ -1393,83 +741,18 @@
|
|
|
1393
741
|
"owner": "kungfu-origin",
|
|
1394
742
|
"status": "active",
|
|
1395
743
|
"invocation": "reusable",
|
|
1396
|
-
"rationale": "
|
|
744
|
+
"rationale": "Buildchain OCI Compose Preview: owned release public workflow with one canonical implementation."
|
|
745
|
+
},
|
|
746
|
+
{
|
|
747
|
+
"id": "channel-verify",
|
|
748
|
+
"role": "self",
|
|
749
|
+
"category": "build",
|
|
750
|
+
"purpose": "channel-verify",
|
|
751
|
+
"summary": "Release - Verify",
|
|
752
|
+
"owner": "kungfu-origin",
|
|
753
|
+
"status": "active",
|
|
754
|
+
"invocation": "repository",
|
|
755
|
+
"rationale": "Verify exact release PR lineage without retired prebuild, dependency discovery, version mutation or approval adapters."
|
|
1397
756
|
}
|
|
1398
|
-
]
|
|
1399
|
-
"migrationSources": {
|
|
1400
|
-
".github/workflows/.auditable-demo.yml": "33d86446d6cbcce9ba7f386a32db0afbf32e52ff995ddd4b3cf1989831d7f2db",
|
|
1401
|
-
".github/workflows/.binary-release-assets.yml": "5dfaea0f9cf83500706f423eca08f43594fe3653fa139da359041e88fae49266",
|
|
1402
|
-
".github/workflows/.build.yml": "20549663f5459414dcfb00aa9a3a549003bbc09159eeab6cea211db96ed0eab2",
|
|
1403
|
-
".github/workflows/.bump-minor-version.yml": "6ca37f4d4a81b4433d1ae13833e4ca16bfbbf98f338357376863a2f0d3a2c884",
|
|
1404
|
-
".github/workflows/.declarative-auditable-demo.yml": "b00e330b547e6e823f9cf83ac97406ca7c93c688a9e80e63af5bc39cbf840941",
|
|
1405
|
-
".github/workflows/.gate-profile.yml": "f5ad2bc08c4092aa27dc257d669a25fe27713c5df90f130ae4e70af983860ace",
|
|
1406
|
-
".github/workflows/.publication-authority.yml": "548bcf020c85bb98f4d8200c7c0f6960067b557416456981bbd36387f0fc1aa9",
|
|
1407
|
-
".github/workflows/.release-candidate-promote.yml": "177b3c50685405e5ed2bf1ac893469fdb3a27e7b03d55025611b2985028cd8cf",
|
|
1408
|
-
".github/workflows/.release-verify.yml": "1997c74278cbbd88f73e516016cb9d323fff3dad255a46496291c579ea679c71",
|
|
1409
|
-
".github/workflows/.sam-verify.yml": "811c2a5c6e415ad1f688fa96a30116e42acc8faa41ceb3ef929936fc3214286f",
|
|
1410
|
-
".github/workflows/.sync-release-page.yml": "607e1a4950a810671aa48f2e208c3ab4465e83bc08c0a1f768875a900e4ceec7",
|
|
1411
|
-
".github/workflows/.sync-remote-git.yml": "e0cebedef7220a51646e797e56951a7490f5bc29fb530dee4439fc55ba13df2d",
|
|
1412
|
-
".github/workflows/.web-surface.yml": "5c006ccc4e465649d971490a8cb40f4601a7a83b6496077e2a1d2a1baf90893b",
|
|
1413
|
-
".github/workflows/.wheel-verify.yml": "2490352d5edcc47e0c4794b71493d20a870e9791a6447b08aea30d238d5f0e47",
|
|
1414
|
-
".github/workflows/artifact-signing-authority.yml": "15c07469ed1f58a8b7b86cb1902bba35d643aeb70213eda87b61fc0ae60b85ec",
|
|
1415
|
-
".github/workflows/auditable-demo.yml": "470b8fec709e9343d73b7c142890e303f80298e968a98ecb1f26b116b4962c32",
|
|
1416
|
-
".github/workflows/auditable-demo-media-profile-qualification.yml": "4eaf69b0bdff263f93542a0a8722620b36003c74efe942de73dfe8d9da07df7a",
|
|
1417
|
-
".github/workflows/binary-distribution.yml": "d07482cd66413a2fb3781a3b76f960b8151b6231841799647fe237820de2fde6",
|
|
1418
|
-
".github/workflows/binary-release-assets.yml": "e5107c8b31c7c3a3851d05c1b16cb1901693f1eddc8695f9c457dfe938b0271a",
|
|
1419
|
-
".github/workflows/bootstrap.yml": "b94023c4abe4216765198adcaefb4825874a4d9053be096d35a53d6821128b52",
|
|
1420
|
-
".github/workflows/build.yml": "ae39d775f50ed5d0a20084067e36ae7337c6e1cf730e5311c54bba0420f4c8bf",
|
|
1421
|
-
".github/workflows/build-surface-fixture.yml": "635003e04b147dd9bbaae177321c1a1e8d39bbe6c983ab6e61aa1f1fd9e0325c",
|
|
1422
|
-
".github/workflows/buildchain-alpha-self-dogfood.yml": "4233bb5cfc7fb8564dac7c0c0614855efbed0570f46ebe6b70d9de8464fbd004",
|
|
1423
|
-
".github/workflows/buildchain-candidate-recovery-dogfood-failure.yml": "6764b53b69aa5a3a6bcf6084052c03c43b7097918df48c6f6dd8f8e4625ed7ca",
|
|
1424
|
-
".github/workflows/buildchain-dev-delivery.yml": "2fd02b0b3f7bb61e856cf792a9cbb59761cac4e2ab48cac9767c3c99f76b65e3",
|
|
1425
|
-
".github/workflows/buildchain-patrol.yml": "648faac4e89aecacc5c77484384bd2d5085dafdd60ae31235c9d4c95fc3c6ea7",
|
|
1426
|
-
".github/workflows/buildchain-patrol-daily.yml": "9139932b23a10ed8ffbf01e057f2dec51fdccd2a526cf0f32b08201d507bda2f",
|
|
1427
|
-
".github/workflows/buildchain-patrol-monthly.yml": "aa33a3295c31148e593fe9c85b1df0f554b61b6f5c257e58ddfbc37c756e20d8",
|
|
1428
|
-
".github/workflows/buildchain-patrol-weekly.yml": "a8de2eaff33a565a1f9529950fa17cfa3efb2f1ed12379f6c77f7de1764fb49a",
|
|
1429
|
-
".github/workflows/buildchain-ref-promotion.yml": "678ab1f13e518e5745b101bc52febd7790de87bf48bdbf2b0c2f976547ab4f75",
|
|
1430
|
-
".github/workflows/buildchain-ref-promotion-recovery.yml": "1a99bf8febf7192674c3147937e3ad3a08d03071f67d63133212eb519967f228",
|
|
1431
|
-
".github/workflows/buildchain-stable-candidate-patrol.yml": "a7a65db870ce916d0e9749641543a23670cf25025b3e69cd084101946e359fb2",
|
|
1432
|
-
".github/workflows/buildchain-stable-candidate-qualification.yml": "7280bc3e9c8b9033c74f136d5a6c6998eb0f0b1caf0184510d0f7567b24b1282",
|
|
1433
|
-
".github/workflows/candidate-lab.yml": "60dac62c624222d8b37c070e172bc4fa838e35b73a1cd0aefbfaf61db19c5394",
|
|
1434
|
-
".github/workflows/check.yml": "44797c1b64e54806e19cf401300a27e587d6a2f0730ee7509eb84aefb9b60f74",
|
|
1435
|
-
".github/workflows/dev-alpha-candidate-patrol.yml": "c9461871bd9427dbcd12ba537843307f48dd09e5c8cef45ca3065dafbcc5589d",
|
|
1436
|
-
".github/workflows/dev-delivery-warrant-cancel.yml": "ad9014dc053d635463f70a0c94c24d43f9254e64bf438a62307458f0efe7f8c0",
|
|
1437
|
-
".github/workflows/dev-delivery-warrant-close.yml": "b5689d0c018988933f35034466f8b1574e6121e5a01700eb663ebf9851fafe60",
|
|
1438
|
-
".github/workflows/dev-merge-queue-governance.yml": "129cd72d4f5235372eaea937781d0dcc052196d7779166ac930071f86df33a79",
|
|
1439
|
-
".github/workflows/dev-pr-auto-merge.yml": "d86830e186b6ec56816e875adfebd33d705ae309983cc37106717ce05ec9ccca",
|
|
1440
|
-
".github/workflows/dev-qualification-patrol.yml": "5c33a63e5cf61c54205d5df525ac99fb0866416d3d787c38176d0f99c2b546da",
|
|
1441
|
-
".github/workflows/engineering-housekeeper.yml": "c4550d74527aa5f1e6238e0b28b23ca239039813aef45e379300ed2074ea1e65",
|
|
1442
|
-
".github/workflows/engineering-housekeeper-daily.yml": "43afdee577caafb7e1d2952b01f963a7db876a672bda7d4c96bbc7513e679aa8",
|
|
1443
|
-
".github/workflows/engineering-housekeeper-monthly.yml": "7c0f64e14c07324530477546c040606c0492962d41f397ea9abdab71b89518cc",
|
|
1444
|
-
".github/workflows/engineering-housekeeper-weekly.yml": "b671df332f5313e182647dc3aa00c08ee77aab4dbb8b692d833b7b38f3d27ad0",
|
|
1445
|
-
".github/workflows/github-artifact-attestation.yml": "fd43392b60c5a1cb7aa0a9075471856b543a123918716112d8ddd91ce597f709",
|
|
1446
|
-
".github/workflows/github-governance-audit.yml": "bc762d431bc7948b67bb9a528563743008549bb52b1aff6c09b6c3cd008208a1",
|
|
1447
|
-
".github/workflows/npm-publish.yml": "54e5ac92134eddb6910eea4886f899f34eb6528f985248d4187be78ce6ab74ce",
|
|
1448
|
-
".github/workflows/paper-release.yml": "e16dea163b7862a7dc010b3ebf8a16a6126603d8966d79974e00902eca4e3437",
|
|
1449
|
-
".github/workflows/paper-release-sealed.yml": "04a5a860f3162901da4577db69c282d5622c22b26caecccef620b29ca5a7518c",
|
|
1450
|
-
".github/workflows/patrol-daily.yml": "6a0159f946e52662ae878a21f606e8b9ac8f662652b253a682d5bace1453d255",
|
|
1451
|
-
".github/workflows/patrol-monthly.yml": "f7a1f557c6ccabf7a7012d034cb6cdbb171352739984bbd462eb7f619ce8a7f5",
|
|
1452
|
-
".github/workflows/patrol-observed-evidence.yml": "c65e1f3fcb3fb9bc7dcb9f56c8d60e03b1a070fd1994109cd00ba6e355d56b85",
|
|
1453
|
-
".github/workflows/patrol-weekly.yml": "43ff67408f7a0e4ecb5cdde4c550b914751431664b69008496dd5ecdc1dd3129",
|
|
1454
|
-
".github/workflows/publication-artifact.yml": "b224e107179552aa578d69e838a10f2da777ecabff92af4112f631aa9f506897",
|
|
1455
|
-
".github/workflows/release-candidate-promote.yml": "c4d5fed7a21a3dee45777aef0b3eff3cc6da9884cf64131ffc85217ef7c16503",
|
|
1456
|
-
".github/workflows/release-governance-reconcile.yml": "db306b5787f8705f0143d35a44bfb9cea2194e061e90b6d1b852c8db4719a777",
|
|
1457
|
-
".github/workflows/release-line-bootstrap.yml": "ebc5753300585736bb4e27e86f94bd94b5449c72fbe67934beb60987185feb36",
|
|
1458
|
-
".github/workflows/release-new-version.yml": "3c2e67af906879b639f8a19a4def8aa156a59a2e790db7358d91fa33cfe1fc70",
|
|
1459
|
-
".github/workflows/release-propagation.yml": "5fc657f586de6f5a9ffa9e0be61c22b6f99318026d718bd518a04a40197faf97",
|
|
1460
|
-
".github/workflows/release-tail.yml": "6e3304db970750bdaca21a3f08ee1ec394c75661d6b1c44396e9ef56b5927772",
|
|
1461
|
-
".github/workflows/release-verify.yml": "68d1fbad0b8866fdffb99319be575b7b272c503ba3956ea1183961d3c7b84945",
|
|
1462
|
-
".github/workflows/self-hosted-runner-smoke.yml": "64544e59f2a0d3748689c43d234b0f481794b077c678a6cf5a07eec469a532d5",
|
|
1463
|
-
".github/workflows/stable-candidate-patrol.yml": "5253175528e3eb8508707921e6e416cca1b2a33e9066c27e6ff69325535e1d40",
|
|
1464
|
-
".github/workflows/universal-bootstrap-dogfood.yml": "f41f75e5f6bf5d87d4f8e8b850e2fccac6fc18d461fe3aed41dd40aa2789cf75",
|
|
1465
|
-
".github/workflows/universal-bootstrap-recovery.yml": "1043515769ee8672d32dcedd10108c586ae93a86183a1c4f4d9928091323325f",
|
|
1466
|
-
".github/workflows/v4-adopter-delivery.yml": "009dc9b72949888a93197577a01ab16c7feade4fae9f2656045358ce81a1c3cf",
|
|
1467
|
-
".github/workflows/v4-adopter-delivery-dogfood.yml": "c45062648e90b96b391e72051ac35b802b392831d9db14f620a9ebbc3b883f91",
|
|
1468
|
-
".github/workflows/v4-declarative-release-tail-dogfood.yml": "d6fb4528fdfc8b9a018e2320d482accdaba010aec37f54cceb067f473eae8fda",
|
|
1469
|
-
".github/workflows/v4-public-consumer-dogfood.yml": "2979de23ab02b098f1d37c9889c8b3a93ab072e77af3bfc0b82dbb94d07911a2",
|
|
1470
|
-
".github/workflows/v4-publication-rehearsal-dogfood.yml": "c77e106dd2e855260e0189d95db43f4fe94e9559c50a2b5f5b259997c9b54b81",
|
|
1471
|
-
".github/workflows/v4-stage-capsule-canary.yml": "331a1ce873b214a346314ae4004032749aa514160e6a07575a6ce98c1f94e5fd",
|
|
1472
|
-
".github/workflows/v4-tail-reseal.yml": "20f556c2db79e2042b7ac89b843547ae0d3aea62b0ddb024cbeb97b777ddaf45",
|
|
1473
|
-
".github/workflows/verify.yml": "8951e9153cdee1552797ea8b85a6e7282163412769f744a68770729689e3768b"
|
|
1474
|
-
}
|
|
757
|
+
]
|
|
1475
758
|
}
|