@kungfu-tech/buildchain 4.1.0-alpha.0 → 4.1.0-alpha.2
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 +30 -41
- package/CONTRIBUTING.md +6 -7
- package/architecture/action-taxonomy.json +5 -21
- package/architecture/agent-change-map.md +74 -56
- package/architecture/build-orchestration.json +8 -1
- package/architecture/ci-lane-change-budget.json +179 -69
- package/architecture/floating-consumer-policy.json +7 -17
- package/architecture/internal-capabilities.json +58 -72
- package/architecture/maintainability-debt.json +138 -52
- package/architecture/maintainability-policy.json +6 -15
- package/architecture/promotion-job-topology.json +39 -20
- package/architecture/release-topology.json +26 -37
- package/architecture/runtime-entry.json +26 -0
- package/architecture/runtime-resume-lineage.json +23 -0
- package/architecture/stage-capsule-qualification.json +2 -2
- package/architecture/universal-workflow-bootstrap.json +10 -25
- package/architecture/universal-workflow-capability-policy.json +61 -0
- package/architecture/universal-workflow-fault-campaign.json +18 -24
- package/architecture/workflow-taxonomy.json +0 -11
- package/contracts/fixtures/{v4-runtime-ref-resume-authority-v1 → runtime-resume-lineage-v2}/scenario.json +2 -3
- package/contracts/fixtures/v4-floating-consumer-policy-v1/cases.json +2 -2
- package/contracts/fixtures/v4-tail-reseal-v1/valid.json +1 -1
- package/contracts/promotion-invocation-v1.schema.json +0 -44
- package/contracts/promotion-request-v1.schema.json +0 -39
- package/contracts/runtime-resume-lineage-v2.schema.json +182 -0
- package/dist/site/buildchain-contract.json +472 -361
- package/dist/site/buildchain-site.json +99 -99
- package/dist/site/capability-registry.json +3 -3
- package/dist/site/cli-registry.json +4 -4
- package/dist/site/controller-registry.json +94 -78
- package/dist/site/kfd-claims.json +224 -343
- package/dist/site/kfd-upstream-aggregate.json +1 -1
- package/dist/site/manual-registry.json +15 -15
- package/dist/site/node-api-registry.json +239 -354
- package/dist/site/page-registry.json +80 -80
- package/dist/site/public-surface-audit.json +203 -254
- package/dist/site/publication-authority-registry.json +1 -24
- package/dist/site/publication-registry.json +4 -4
- package/dist/site/release-provenance.json +1 -1
- package/dist/site/site-manifest.json +19 -19
- package/dist/site/workflow-registry.json +197 -357
- package/docs/MAP.md +3 -3
- package/docs/auditable-demo.md +4 -4
- package/docs/cli-reference.md +2 -2
- package/docs/code-organization.md +5 -4
- package/docs/controller-evidence.md +2 -2
- package/docs/dev-alpha-candidate-patrol.md +5 -5
- package/docs/dev-delivery-warrant.md +14 -24
- package/docs/engineering-housekeeper.md +3 -3
- package/docs/github-artifact-attestation.md +9 -12
- package/docs/github-governance-authority.md +4 -4
- package/docs/node-api-reference.md +153 -167
- package/docs/publication-artifacts.md +3 -4
- package/docs/publication-authority.md +2 -2
- package/docs/release-candidate.md +21 -27
- package/docs/release-governance.md +10 -10
- package/docs/release-promotion-request.md +11 -18
- package/docs/release-propagation.md +5 -6
- package/docs/release-tail-provider-plane.md +2 -3
- package/docs/reusable-build-surface.md +13 -7
- package/docs/runtime-entry.md +122 -0
- package/docs/runtime-train-validation.md +30 -41
- package/docs/v4-publication-rehearsal.md +5 -5
- package/docs/v4-stage-capsule.md +9 -10
- package/docs/web-surface-deployments.md +16 -20
- package/docs/workflow-catalog.md +0 -1
- package/package.json +6 -6
- package/packages/core/adoption/commands/init-repo.mjs +2 -2
- package/packages/core/adoption/cross-platform-adopter-qualification.js +2 -13
- package/packages/core/adoption/qualification/actions.js +3 -5
- package/packages/core/adoption/qualification/admission.js +2 -3
- package/packages/core/build/artifact/attestation.js +0 -1
- package/packages/core/build/artifact/contracts.js +1 -4
- package/packages/core/build/artifact/store.js +6 -5
- package/packages/core/build/artifact-signing.js +4 -10
- package/packages/core/build/binary/actions.js +15 -9
- package/packages/core/build/binary-publication-dispatch.js +2 -6
- package/packages/core/build/demo/action-context.js +2 -11
- package/packages/core/build/demo/binary-action.js +8 -10
- package/packages/core/build/gate/controller.js +0 -2
- package/packages/core/build/github-attestation/action.js +2 -7
- package/packages/core/build/github-attestation/admission.js +0 -8
- package/packages/core/build/github-attestation/transaction.js +1 -2
- package/packages/core/build/lifecycle/stage-action.js +2 -0
- package/packages/core/build/lifecycle/stage.js +6 -3
- package/packages/core/build/macos-credential-island/dmg-assembly.js +0 -2
- package/packages/core/build/macos-credential-island/lib.js +2 -6
- package/packages/core/build/plan/action-context.js +0 -7
- package/packages/core/build/plan/action.js +7 -11
- package/packages/core/build/plan/admission.js +6 -73
- package/packages/core/build/plan/configuration.js +1 -1
- package/packages/core/build/plan/environment.js +1 -1
- package/packages/core/build/plan/identity.js +1 -5
- package/packages/core/build/plan/resolve.js +7 -1
- package/packages/core/build/recovery/checkpoint.js +158 -0
- package/packages/core/build/recovery/transaction.js +51 -0
- package/packages/core/build/signing/authority-actions.js +2 -11
- package/packages/core/build/signing/control.js +0 -5
- package/packages/core/build/signing/controller-transaction.js +0 -1
- package/packages/core/build/signing/delegation.js +2 -4
- package/packages/core/build/signing/dispatch.js +10 -56
- package/packages/core/build/signing/intake.js +0 -4
- package/packages/core/build/signing/prepare.js +1 -1
- package/packages/core/build/signing/request.js +3 -8
- package/packages/core/build/source/checkout-action.js +6 -10
- package/packages/core/build/source/controller.js +1 -4
- package/packages/core/build/source/lifecycle.js +3 -13
- package/packages/core/build/stage-capsule/actions.js +3 -13
- package/packages/core/build/stage-capsule/campaign/resume.js +10 -5
- package/packages/core/build/stage-capsule/rehearsal/verify.js +3 -4
- package/packages/core/build/stage-capsule-resume-planner.js +0 -1
- package/packages/core/build/summary/aggregation.js +5 -5
- package/packages/core/build/summary/finalization.js +1 -1
- package/packages/core/build/verification/actions.js +3 -12
- package/packages/core/build/verification/runner.js +22 -20
- package/packages/core/consumer/floating-consumer-evidence.js +3 -21
- package/packages/core/consumer/floating-consumer-policy.js +2 -93
- package/packages/core/consumer/floating-consumer-release-passport.js +1 -34
- package/packages/core/consumer/policy-admission.js +1 -3
- package/packages/core/contracts/buildchain-contract.js +12 -146
- package/packages/core/contracts/workflow-yaml-contract.js +11 -1
- package/packages/core/dev-delivery/candidate/admission.js +3 -4
- package/packages/core/dev-delivery/candidate/coordinates.js +0 -8
- package/packages/core/dev-delivery/commands/dev-delivery-request.sh +5 -13
- package/packages/core/dev-delivery/commands/dev-delivery-source-proof-reuse.mjs +0 -3
- package/packages/core/dev-delivery/dev-delivery-contract-surface.js +4 -52
- package/packages/core/dev-delivery/dev-delivery-execution-transfer.js +2 -15
- package/packages/core/dev-delivery/native/action-context.js +4 -32
- package/packages/core/dev-delivery/native/provider-boundary.js +0 -2
- package/packages/core/dev-delivery/native/transactions.js +1 -2
- package/packages/core/dev-delivery/queue/reconciliation-action.js +6 -10
- package/packages/core/dev-delivery/source-proof/predicates.js +0 -6
- package/packages/core/dev-delivery/source-proof/reuse.js +0 -2
- package/packages/core/dev-delivery/source-proof/seal.js +0 -2
- package/packages/core/governance/alpha-candidate/action.js +1 -10
- package/packages/core/governance/audit/actions.js +1 -3
- package/packages/core/governance/audit/collection.js +1 -3
- package/packages/core/governance/audit/identity.js +3 -31
- package/packages/core/governance/audit/transactions.js +2 -4
- package/packages/core/governance/buildchain-publication-authority.js +0 -1
- package/packages/core/governance/commands/audit-github-governance.mjs +3 -2
- package/packages/core/governance/github-governance-authority.js +0 -5
- package/packages/core/governance/receipt-admission.js +0 -15
- package/packages/core/index.js +1 -1
- package/packages/core/observability/controller/identity.js +4 -5
- package/packages/core/observability/controller-evidence.js +5 -10
- package/packages/core/paper/commands/paper.mjs +6 -6
- package/packages/core/paper/operations/plans.js +2 -2
- package/packages/core/paper/operations/provisioning-validation.js +1 -1
- package/packages/core/paper/operations/scaffold-workflows.js +29 -12
- package/packages/core/paper/operations/scaffold.js +97 -69
- package/packages/core/paper/paper-agent-entry.js +0 -11
- package/packages/core/paper/paper-runtime-channels.js +21 -66
- package/packages/core/paper/paper-scaffold-content.js +1 -1
- package/packages/core/paper/paper.js +9 -5
- package/packages/core/paper/publication/candidate.js +0 -9
- package/packages/core/paper/publication-controller.js +2 -4
- package/packages/core/providers/github/artifact-attestation.js +1 -1
- package/packages/core/publication/authority/actions.js +9 -8
- package/packages/core/publication/authority/admission.js +0 -11
- package/packages/core/publication/authority/assembly.js +2 -7
- package/packages/core/publication/authority/control-plane.js +2 -2
- package/packages/core/publication/authority/governance.js +2 -9
- package/packages/core/publication/authority/request.js +7 -2
- package/packages/core/publication/authority/verification.js +3 -18
- package/packages/core/publication/binary/action.js +5 -7
- package/packages/core/publication/candidate/qualification-action.js +1 -6
- package/packages/core/publication/candidate/stage-capsules.js +1 -1
- package/packages/core/publication/npm/preview-action.js +9 -15
- package/packages/core/publication/oci/preview-actions.js +1 -10
- package/packages/core/publication/publication-artifact-candidate.js +2 -2
- package/packages/core/publication/publication-authority.js +2 -2
- package/packages/core/publication/publication-rehearsal-projection.js +3 -3
- package/packages/core/publication/settlement/actions.js +2 -11
- package/packages/core/release/binary/coordinates-action.js +0 -13
- package/packages/core/release/binary/coordinates.js +2 -19
- package/packages/core/release/commands/promotion-channel-router.mjs +12 -56
- package/packages/core/release/commands/resume-from-candidate-run.mjs +2 -3
- package/packages/core/release/dev-alpha-active-release-train.js +0 -5
- package/packages/core/release/line/action.js +2 -13
- package/packages/core/release/next-development/actions.js +2 -5
- package/packages/core/release/passport/consumer-validation.js +1 -28
- package/packages/core/release/promote-candidate/development-source.js +7 -8
- package/packages/core/release/promotion/actions.js +7 -38
- package/packages/core/release/promotion/admission.js +3 -50
- package/packages/core/release/promotion/candidate.js +2 -4
- package/packages/core/release/promotion/channel.js +13 -101
- package/packages/core/release/promotion/qualification-action.js +2 -13
- package/packages/core/release/promotion/routing.js +16 -81
- package/packages/core/release/promotion/selection.js +1 -9
- package/packages/core/release/promotion-request.js +1 -40
- package/packages/core/release/qualification/actions.js +0 -8
- package/packages/core/release/qualification/public-build.js +1 -1
- package/packages/core/release/recovery/candidate.js +15 -21
- package/packages/core/release/recovery/capsules.js +2 -10
- package/packages/core/release/recovery/lineage.js +305 -0
- package/packages/core/release/recovery/provenance.js +1 -2
- package/packages/core/release/recovery/publication.js +4 -14
- package/packages/core/release/recovery/readback.js +19 -32
- package/packages/core/release/recovery/runtime.js +4 -95
- package/packages/core/release/release-candidate-recovery.js +4 -9
- package/packages/core/release/release-candidate.js +2 -5
- package/packages/core/release/reseal/actions.js +3 -22
- package/packages/core/release/reseal/admission.js +0 -2
- package/packages/core/release/reseal/finalize-platform.js +0 -2
- package/packages/core/release/tail-reseal-github.js +1 -2
- package/packages/core/release/tail-reseal-receipt.js +0 -1
- package/packages/core/release/tail-reseal.js +2 -20
- package/packages/core/release/version-state.js +16 -13
- package/packages/core/runtime/buildchain-domain.wasm +0 -0
- package/packages/core/runtime/checkout-identity.js +0 -13
- package/packages/core/runtime/domain-wasm-artifact.js +2 -2
- package/packages/core/runtime/entry/actions.js +121 -0
- package/packages/core/runtime/entry/activation.js +86 -0
- package/packages/core/runtime/entry/github.js +55 -0
- package/packages/core/runtime/entry/recovery.js +37 -0
- package/packages/core/runtime/entry/selection.js +110 -0
- package/packages/core/web/controller.js +1 -1
- package/packages/core/web/publication-admission-action.js +1 -8
- package/packages/core/web/web-surface-publication-candidate.js +2 -5
- package/packages/core/workflow/admission/actions.js +6 -26
- package/packages/core/workflow/admission/recovery.js +3 -43
- package/packages/core/workflow/admission/transactions.js +8 -24
- package/packages/core/workflow/commands/buildchain-cli-help.mjs +1 -1
- package/packages/core/workflow/commands/universal-workflow-engine.mjs +2 -7
- package/packages/core/workflow/dogfood/actions.js +0 -17
- package/packages/core/workflow/engine/action.js +0 -5
- package/packages/core/workflow/engine/conformance.js +1 -1
- package/packages/core/workflow/engine/execution.js +2 -6
- package/packages/core/workflow/engine/identity.js +1 -6
- package/packages/core/workflow/engine/release-environment.js +11 -35
- package/packages/core/workflow/engine/release-promotion.js +2 -2
- package/packages/core/workflow/settlement/actions.js +0 -12
- package/packages/core/workflow/universal-self-dogfood.js +2 -16
- package/packages/core/workflow/universal-workflow-bootstrap.js +16 -241
- package/packages/core/workflow/workflow-taxonomy.mjs +2 -2
- package/scripts/check-dev-delivery-actions.mjs +17 -8
- package/scripts/check-floating-consumer-policy-contract.mjs +6 -6
- package/scripts/check-inventory.mjs +1 -10
- package/scripts/check-public-dogfood-contract.mjs +34 -21
- package/scripts/check-release-topology.mjs +2 -6
- package/scripts/check-runtime-entry.mjs +133 -0
- package/scripts/check-universal-workflow-bootstrap.mjs +45 -281
- package/scripts/check-workflows.sh +0 -7
- package/scripts/generate-bootstrap-admission.mjs +1 -1
- package/scripts/generate-channel-promotion-workflow.mjs +4 -4
- package/scripts/inventory/binary.mjs +4 -4
- package/scripts/inventory/promotion.mjs +5 -3
- package/scripts/runtime-source-boundaries.mjs +70 -0
- package/scripts/site-capability-metadata.mjs +2 -2
- package/scripts/workflow-action-graph.mjs +5 -18
- package/scripts/workflow-self-reference.mjs +20 -0
- package/templates/native-dev-delivery.yml +4 -4
- package/templates/universal-buildchain-bootstrap.yml +12 -2
- package/architecture/runtime-ref-resume-authority.json +0 -64
- package/architecture/universal-workflow-train-admission.json +0 -76
- package/contracts/v4-runtime-ref-resume-authority-v1.schema.json +0 -235
- package/docs/v4-runtime-ref-resume-authority.md +0 -69
- package/packages/core/consumer/channel-selection.js +0 -211
- package/packages/core/consumer/commands/buildchain-channel-router.mjs +0 -81
- package/packages/core/consumer/invocation-selector.js +0 -4
- package/packages/core/consumer/runtime-ref-resume-authority.js +0 -621
- package/packages/core/consumer/workflow-definition-authority.js +0 -64
- package/packages/core/contracts/runtime-contract-action.js +0 -48
- package/packages/core/release/commands/promotion-identity-resolver.mjs +0 -77
- package/packages/core/release/commands/verify-promotion-router-binding.sh +0 -36
- package/packages/core/release/promotion/identities.js +0 -56
- package/packages/core/release/runtime-override-authorization.js +0 -242
- package/packages/core/runtime/commands/runtime-ref-core.mjs +0 -171
- package/packages/core/runtime/provider-closure.js +0 -60
- package/packages/core/runtime/runtime-selection-action.js +0 -34
- package/packages/core/runtime/runtime-selection.js +0 -136
- package/packages/core/runtime/workflow-runtime.js +0 -11
- package/packages/core/workflow/admission/review.js +0 -188
- package/packages/core/workflow/commands/universal-workflow-backflow.mjs +0 -26
- package/packages/core/workflow/installation.js +0 -33
- package/packages/core/workflow/settlement/backflow.js +0 -187
- package/scripts/generate-bootstrap-recovery.mjs +0 -94
- package/templates/bootstrap-recovery/actions/build/source/admit/action.yml +0 -17
- package/templates/bootstrap-recovery/actions/build/source/admit/dist/index.js +0 -63
- package/templates/bootstrap-recovery/actions/runtime/dependencies/install/action.yml +0 -18
- package/templates/bootstrap-recovery/actions/runtime/dependencies/install/dist/index.js +0 -63
- package/templates/bootstrap-recovery/actions/runtime/environment/prepare/action.yml +0 -21
- package/templates/bootstrap-recovery/actions/workflow/admission/inspect/action.yml +0 -27
- package/templates/bootstrap-recovery/actions/workflow/admission/inspect/dist/index.js +0 -64
- package/templates/bootstrap-recovery/actions/workflow/admission/review/action.yml +0 -15
- package/templates/bootstrap-recovery/actions/workflow/admission/review/dist/index.js +0 -65
- package/templates/bootstrap-recovery/actions/workflow/recovery/admit/action.yml +0 -47
- package/templates/bootstrap-recovery/actions/workflow/recovery/execute/action.yml +0 -48
- package/templates/bootstrap-recovery/actions/workflow/recovery/settle/action.yml +0 -54
- package/templates/bootstrap-recovery/actions/workflow/settlement/seal/action.yml +0 -17
- package/templates/bootstrap-recovery/actions/workflow/settlement/seal/dist/index.js +0 -65
- package/templates/bootstrap-recovery/manifest.json +0 -68
- package/templates/bootstrap-recovery/package.json +0 -9
- package/templates/universal-buildchain-bootstrap-recovery.yml +0 -115
|
@@ -711,57 +711,6 @@
|
|
|
711
711
|
"rationale": "Current 4.1 capability node. Budget uses the declared job timeout or the conservative six-hour provider ceiling; it is not a measured latency or a new claim of required-check authority."
|
|
712
712
|
}
|
|
713
713
|
},
|
|
714
|
-
{
|
|
715
|
-
"laneId": ".github/workflows/public-ops-bootstrap-recovery.yml#recovery-admit",
|
|
716
|
-
"authorityClass": "evidence",
|
|
717
|
-
"triggerClass": "reusable",
|
|
718
|
-
"concurrencyPolicy": {
|
|
719
|
-
"mode": "none",
|
|
720
|
-
"cancelInProgress": false
|
|
721
|
-
},
|
|
722
|
-
"expectedRunnerMinutes": 10,
|
|
723
|
-
"cancellationBehavior": "finish-started",
|
|
724
|
-
"sloImpact": {
|
|
725
|
-
"mergeCritical": false,
|
|
726
|
-
"metric": "consumer-owned exact-candidate admission latency",
|
|
727
|
-
"expectedContributionSeconds": 0,
|
|
728
|
-
"rationale": "The opt-in universal path preserves the default compatibility lane and executes only an exact admitted runtime."
|
|
729
|
-
}
|
|
730
|
-
},
|
|
731
|
-
{
|
|
732
|
-
"laneId": ".github/workflows/public-ops-bootstrap-recovery.yml#recovery-execute",
|
|
733
|
-
"authorityClass": "governed-delegation",
|
|
734
|
-
"triggerClass": "reusable",
|
|
735
|
-
"concurrencyPolicy": {
|
|
736
|
-
"mode": "none",
|
|
737
|
-
"cancelInProgress": false
|
|
738
|
-
},
|
|
739
|
-
"expectedRunnerMinutes": 60,
|
|
740
|
-
"cancellationBehavior": "finish-started",
|
|
741
|
-
"sloImpact": {
|
|
742
|
-
"mergeCritical": false,
|
|
743
|
-
"metric": "consumer-owned exact-candidate execution latency",
|
|
744
|
-
"expectedContributionSeconds": 0,
|
|
745
|
-
"rationale": "The opt-in universal path preserves the default compatibility lane and executes only an exact admitted runtime."
|
|
746
|
-
}
|
|
747
|
-
},
|
|
748
|
-
{
|
|
749
|
-
"laneId": ".github/workflows/public-ops-bootstrap-recovery.yml#recovery-settle",
|
|
750
|
-
"authorityClass": "evidence",
|
|
751
|
-
"triggerClass": "reusable",
|
|
752
|
-
"concurrencyPolicy": {
|
|
753
|
-
"mode": "none",
|
|
754
|
-
"cancelInProgress": false
|
|
755
|
-
},
|
|
756
|
-
"expectedRunnerMinutes": 10,
|
|
757
|
-
"cancellationBehavior": "finish-started",
|
|
758
|
-
"sloImpact": {
|
|
759
|
-
"mergeCritical": false,
|
|
760
|
-
"metric": "consumer-owned terminal settlement latency",
|
|
761
|
-
"expectedContributionSeconds": 0,
|
|
762
|
-
"rationale": "The opt-in universal path preserves the default compatibility lane and executes only an exact admitted runtime."
|
|
763
|
-
}
|
|
764
|
-
},
|
|
765
714
|
{
|
|
766
715
|
"laneId": ".github/workflows/public-ops-bootstrap.yml#admit",
|
|
767
716
|
"authorityClass": "evidence",
|
|
@@ -1646,23 +1595,6 @@
|
|
|
1646
1595
|
"rationale": "Current 4.1 capability node. Budget uses the declared job timeout or the conservative six-hour provider ceiling; it is not a measured latency or a new claim of required-check authority."
|
|
1647
1596
|
}
|
|
1648
1597
|
},
|
|
1649
|
-
{
|
|
1650
|
-
"laneId": ".github/workflows/public-release-web.yml#runtime",
|
|
1651
|
-
"authorityClass": "release",
|
|
1652
|
-
"triggerClass": "reusable",
|
|
1653
|
-
"concurrencyPolicy": {
|
|
1654
|
-
"mode": "none",
|
|
1655
|
-
"cancelInProgress": false
|
|
1656
|
-
},
|
|
1657
|
-
"expectedRunnerMinutes": 360,
|
|
1658
|
-
"cancellationBehavior": "provider-default",
|
|
1659
|
-
"sloImpact": {
|
|
1660
|
-
"mergeCritical": false,
|
|
1661
|
-
"metric": "capability execution budget",
|
|
1662
|
-
"expectedContributionSeconds": 0,
|
|
1663
|
-
"rationale": "Current 4.1 capability node. Budget uses the declared job timeout or the conservative six-hour provider ceiling; it is not a measured latency or a new claim of required-check authority."
|
|
1664
|
-
}
|
|
1665
|
-
},
|
|
1666
1598
|
{
|
|
1667
1599
|
"laneId": ".github/workflows/public-release-web.yml#staging-apply",
|
|
1668
1600
|
"authorityClass": "release",
|
|
@@ -2633,5 +2565,183 @@
|
|
|
2633
2565
|
}
|
|
2634
2566
|
}
|
|
2635
2567
|
],
|
|
2636
|
-
"declarationFamilies": [
|
|
2568
|
+
"declarationFamilies": [
|
|
2569
|
+
{
|
|
2570
|
+
"laneIds": [
|
|
2571
|
+
".github/workflows/.build-demo-adapter.yml#execution-runtime",
|
|
2572
|
+
".github/workflows/.release-promote.yml#execution-runtime",
|
|
2573
|
+
".github/workflows/public-build-demo.yml#execution-runtime",
|
|
2574
|
+
".github/workflows/public-ops-alpha-candidate-patrol.yml#execution-runtime",
|
|
2575
|
+
".github/workflows/public-ops-dev-auto-merge.yml#execution-runtime",
|
|
2576
|
+
".github/workflows/public-ops-dev-qualification-patrol.yml#execution-runtime",
|
|
2577
|
+
".github/workflows/public-ops-housekeeping.yml#execution-runtime",
|
|
2578
|
+
".github/workflows/public-ops-patrol.yml#execution-runtime",
|
|
2579
|
+
".github/workflows/public-ops-stable-candidate-patrol.yml#execution-runtime",
|
|
2580
|
+
".github/workflows/public-release-oci-compose-preview.yml#execution-runtime"
|
|
2581
|
+
],
|
|
2582
|
+
"authorityClass": "governed-delegation",
|
|
2583
|
+
"triggerClass": "reusable",
|
|
2584
|
+
"concurrencyPolicy": {
|
|
2585
|
+
"mode": "ref-scoped",
|
|
2586
|
+
"cancelInProgress": false
|
|
2587
|
+
},
|
|
2588
|
+
"expectedRunnerMinutes": 5,
|
|
2589
|
+
"cancellationBehavior": "finish-started",
|
|
2590
|
+
"sloImpact": {
|
|
2591
|
+
"mergeCritical": false,
|
|
2592
|
+
"metric": "runtime entry preparation",
|
|
2593
|
+
"expectedContributionSeconds": 300,
|
|
2594
|
+
"rationale": "Five-minute upper bound for central entry selection; no business execution or provider mutation."
|
|
2595
|
+
}
|
|
2596
|
+
},
|
|
2597
|
+
{
|
|
2598
|
+
"laneIds": [
|
|
2599
|
+
".github/workflows/.build-gate-profile.yml#execution-runtime",
|
|
2600
|
+
".github/workflows/.build.yml#execution-runtime",
|
|
2601
|
+
".github/workflows/.ops-git-sync.yml#execution-runtime",
|
|
2602
|
+
".github/workflows/.release-authority.yml#execution-runtime",
|
|
2603
|
+
".github/workflows/.release-binary-assets.yml#execution-runtime",
|
|
2604
|
+
".github/workflows/public-build-check.yml#execution-runtime",
|
|
2605
|
+
".github/workflows/public-build-publication.yml#execution-runtime",
|
|
2606
|
+
".github/workflows/public-build-stage-capsule-canary.yml#execution-runtime",
|
|
2607
|
+
".github/workflows/public-ops-bootstrap.yml#execution-runtime",
|
|
2608
|
+
".github/workflows/public-ops-observed-evidence.yml#execution-runtime",
|
|
2609
|
+
".github/workflows/public-ops-tail-reseal.yml#execution-runtime",
|
|
2610
|
+
".github/workflows/public-ops-warrant-cancel.yml#execution-runtime",
|
|
2611
|
+
".github/workflows/public-ops-warrant-close.yml#execution-runtime",
|
|
2612
|
+
".github/workflows/public-release-artifact-attestation.yml#execution-runtime",
|
|
2613
|
+
".github/workflows/public-release-paper.yml#execution-runtime",
|
|
2614
|
+
".github/workflows/public-release-promote.yml#execution-runtime",
|
|
2615
|
+
".github/workflows/public-release-propagation.yml#execution-runtime",
|
|
2616
|
+
".github/workflows/public-release-tail.yml#execution-runtime",
|
|
2617
|
+
".github/workflows/public-release-web.yml#execution-runtime"
|
|
2618
|
+
],
|
|
2619
|
+
"authorityClass": "governed-delegation",
|
|
2620
|
+
"triggerClass": "reusable",
|
|
2621
|
+
"concurrencyPolicy": {
|
|
2622
|
+
"mode": "none",
|
|
2623
|
+
"cancelInProgress": false
|
|
2624
|
+
},
|
|
2625
|
+
"expectedRunnerMinutes": 5,
|
|
2626
|
+
"cancellationBehavior": "finish-started",
|
|
2627
|
+
"sloImpact": {
|
|
2628
|
+
"mergeCritical": false,
|
|
2629
|
+
"metric": "runtime entry preparation",
|
|
2630
|
+
"expectedContributionSeconds": 300,
|
|
2631
|
+
"rationale": "Five-minute upper bound for central entry selection; no business execution or provider mutation."
|
|
2632
|
+
}
|
|
2633
|
+
},
|
|
2634
|
+
{
|
|
2635
|
+
"laneIds": [
|
|
2636
|
+
".github/workflows/public-build-adopter-qualification.yml#execution-runtime",
|
|
2637
|
+
".github/workflows/public-ops-release-governance.yml#execution-runtime",
|
|
2638
|
+
".github/workflows/self-build-binary-distribution.yml#execution-runtime",
|
|
2639
|
+
".github/workflows/self-build-demo-media-qualification.yml#execution-runtime",
|
|
2640
|
+
".github/workflows/self-build-fixture.yml#execution-runtime",
|
|
2641
|
+
".github/workflows/self-build-verify.yml#execution-runtime",
|
|
2642
|
+
".github/workflows/self-ops-bootstrap-dogfood.yml#execution-runtime",
|
|
2643
|
+
".github/workflows/self-ops-housekeeping-daily.yml#execution-runtime",
|
|
2644
|
+
".github/workflows/self-ops-housekeeping-monthly.yml#execution-runtime",
|
|
2645
|
+
".github/workflows/self-ops-housekeeping-weekly.yml#execution-runtime",
|
|
2646
|
+
".github/workflows/self-ops-merge-queue.yml#execution-runtime",
|
|
2647
|
+
".github/workflows/self-release-promote.yml#execution-runtime"
|
|
2648
|
+
],
|
|
2649
|
+
"authorityClass": "governed-delegation",
|
|
2650
|
+
"triggerClass": "mixed",
|
|
2651
|
+
"concurrencyPolicy": {
|
|
2652
|
+
"mode": "none",
|
|
2653
|
+
"cancelInProgress": false
|
|
2654
|
+
},
|
|
2655
|
+
"expectedRunnerMinutes": 5,
|
|
2656
|
+
"cancellationBehavior": "finish-started",
|
|
2657
|
+
"sloImpact": {
|
|
2658
|
+
"mergeCritical": false,
|
|
2659
|
+
"metric": "runtime entry preparation",
|
|
2660
|
+
"expectedContributionSeconds": 300,
|
|
2661
|
+
"rationale": "Five-minute upper bound for central entry selection; no business execution or provider mutation."
|
|
2662
|
+
}
|
|
2663
|
+
},
|
|
2664
|
+
{
|
|
2665
|
+
"laneIds": [
|
|
2666
|
+
".github/workflows/public-release-signing-authority.yml#execution-runtime"
|
|
2667
|
+
],
|
|
2668
|
+
"authorityClass": "governed-delegation",
|
|
2669
|
+
"triggerClass": "manual",
|
|
2670
|
+
"concurrencyPolicy": {
|
|
2671
|
+
"mode": "ref-scoped",
|
|
2672
|
+
"cancelInProgress": false
|
|
2673
|
+
},
|
|
2674
|
+
"expectedRunnerMinutes": 5,
|
|
2675
|
+
"cancellationBehavior": "finish-started",
|
|
2676
|
+
"sloImpact": {
|
|
2677
|
+
"mergeCritical": false,
|
|
2678
|
+
"metric": "runtime entry preparation",
|
|
2679
|
+
"expectedContributionSeconds": 300,
|
|
2680
|
+
"rationale": "Five-minute upper bound for central entry selection; no business execution or provider mutation."
|
|
2681
|
+
}
|
|
2682
|
+
},
|
|
2683
|
+
{
|
|
2684
|
+
"laneIds": [
|
|
2685
|
+
".github/workflows/self-build-channel-verify.yml#execution-runtime"
|
|
2686
|
+
],
|
|
2687
|
+
"authorityClass": "governed-delegation",
|
|
2688
|
+
"triggerClass": "pull-request",
|
|
2689
|
+
"concurrencyPolicy": {
|
|
2690
|
+
"mode": "none",
|
|
2691
|
+
"cancelInProgress": false
|
|
2692
|
+
},
|
|
2693
|
+
"expectedRunnerMinutes": 5,
|
|
2694
|
+
"cancellationBehavior": "finish-started",
|
|
2695
|
+
"sloImpact": {
|
|
2696
|
+
"mergeCritical": false,
|
|
2697
|
+
"metric": "runtime entry preparation",
|
|
2698
|
+
"expectedContributionSeconds": 300,
|
|
2699
|
+
"rationale": "Five-minute upper bound for central entry selection; no business execution or provider mutation."
|
|
2700
|
+
}
|
|
2701
|
+
},
|
|
2702
|
+
{
|
|
2703
|
+
"laneIds": [
|
|
2704
|
+
".github/workflows/self-build-demo-dogfood.yml#execution-runtime",
|
|
2705
|
+
".github/workflows/self-build-stable-candidate-qualification.yml#execution-runtime",
|
|
2706
|
+
".github/workflows/self-ops-governance-audit.yml#execution-runtime",
|
|
2707
|
+
".github/workflows/self-release-next-development.yml#execution-runtime"
|
|
2708
|
+
],
|
|
2709
|
+
"authorityClass": "governed-delegation",
|
|
2710
|
+
"triggerClass": "mixed",
|
|
2711
|
+
"concurrencyPolicy": {
|
|
2712
|
+
"mode": "ref-scoped",
|
|
2713
|
+
"cancelInProgress": false
|
|
2714
|
+
},
|
|
2715
|
+
"expectedRunnerMinutes": 5,
|
|
2716
|
+
"cancellationBehavior": "finish-started",
|
|
2717
|
+
"sloImpact": {
|
|
2718
|
+
"mergeCritical": false,
|
|
2719
|
+
"metric": "runtime entry preparation",
|
|
2720
|
+
"expectedContributionSeconds": 300,
|
|
2721
|
+
"rationale": "Five-minute upper bound for central entry selection; no business execution or provider mutation."
|
|
2722
|
+
}
|
|
2723
|
+
},
|
|
2724
|
+
{
|
|
2725
|
+
"laneIds": [
|
|
2726
|
+
".github/workflows/self-ops-runner-smoke.yml#execution-runtime",
|
|
2727
|
+
".github/workflows/self-release-binary-assets.yml#execution-runtime",
|
|
2728
|
+
".github/workflows/self-release-line-open.yml#execution-runtime",
|
|
2729
|
+
".github/workflows/self-release-npm-dry-run.yml#execution-runtime"
|
|
2730
|
+
],
|
|
2731
|
+
"authorityClass": "governed-delegation",
|
|
2732
|
+
"triggerClass": "manual",
|
|
2733
|
+
"concurrencyPolicy": {
|
|
2734
|
+
"mode": "none",
|
|
2735
|
+
"cancelInProgress": false
|
|
2736
|
+
},
|
|
2737
|
+
"expectedRunnerMinutes": 5,
|
|
2738
|
+
"cancellationBehavior": "finish-started",
|
|
2739
|
+
"sloImpact": {
|
|
2740
|
+
"mergeCritical": false,
|
|
2741
|
+
"metric": "runtime entry preparation",
|
|
2742
|
+
"expectedContributionSeconds": 300,
|
|
2743
|
+
"rationale": "Five-minute upper bound for central entry selection; no business execution or provider mutation."
|
|
2744
|
+
}
|
|
2745
|
+
}
|
|
2746
|
+
]
|
|
2637
2747
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": 1,
|
|
3
3
|
"contract": "kungfu-buildchain-v4-floating-consumer-policy/v1",
|
|
4
|
-
"policyVersion": "2026-09-
|
|
4
|
+
"policyVersion": "2026-09-11",
|
|
5
5
|
"scope": {
|
|
6
6
|
"repository": "kungfu-systems/buildchain",
|
|
7
7
|
"majorLine": "v4",
|
|
@@ -22,8 +22,8 @@
|
|
|
22
22
|
"selector": "v4-alpha",
|
|
23
23
|
"path": ".buildchain/alpha-contract-lock.json"
|
|
24
24
|
},
|
|
25
|
-
"
|
|
26
|
-
"
|
|
25
|
+
"bothRootsRequiredInReceipt": true,
|
|
26
|
+
"runtimeSelectionOwner": "actions/runtime/selection/resolve"
|
|
27
27
|
},
|
|
28
28
|
"sourcePolicy": {
|
|
29
29
|
"directExactSha": "deny",
|
|
@@ -33,22 +33,13 @@
|
|
|
33
33
|
"nestedCompositeIndirection": "deny",
|
|
34
34
|
"unknownSyntax": "deny",
|
|
35
35
|
"missingCallerCheckout": "deny",
|
|
36
|
-
"repositoryLocalInvocation":
|
|
37
|
-
"repository": "kungfu-systems/buildchain",
|
|
38
|
-
"workflow": ".github/workflows/public-release-promote.yml",
|
|
39
|
-
"exactDefinitionCommitRequired": true,
|
|
40
|
-
"committedSourceContentRequired": true,
|
|
41
|
-
"dualContractLocksRequired": true,
|
|
42
|
-
"executionAuthority": "same-commit-public-definition",
|
|
43
|
-
"publishedCompatibilityAllowance": false
|
|
44
|
-
}
|
|
36
|
+
"repositoryLocalInvocation": "deny"
|
|
45
37
|
},
|
|
46
38
|
"runtimeEscapeBoundary": {
|
|
47
39
|
"persistedSelectorOverride": false,
|
|
48
40
|
"trustedNonPersistentInput": true,
|
|
49
|
-
"
|
|
50
|
-
"
|
|
51
|
-
"receiptReuse": false
|
|
41
|
+
"selectionOwner": "actions/runtime/selection/resolve",
|
|
42
|
+
"downstreamRuntimeAuthorization": false
|
|
52
43
|
},
|
|
53
44
|
"receipt": {
|
|
54
45
|
"schema": "contracts/v4-floating-consumer-policy-receipt-v1.schema.json",
|
|
@@ -65,8 +56,7 @@
|
|
|
65
56
|
"policy-version",
|
|
66
57
|
"policy-root",
|
|
67
58
|
"scanner-root",
|
|
68
|
-
"source-scan-root"
|
|
69
|
-
"source-owned-workflow-definition"
|
|
59
|
+
"source-scan-root"
|
|
70
60
|
]
|
|
71
61
|
},
|
|
72
62
|
"enforcement": {
|