@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
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"product": {
|
|
5
5
|
"name": "Buildchain",
|
|
6
6
|
"package": "@kungfu-tech/buildchain",
|
|
7
|
-
"version": "4.1.0-alpha.
|
|
7
|
+
"version": "4.1.0-alpha.2",
|
|
8
8
|
"repository": "https://github.com/kungfu-systems/buildchain"
|
|
9
9
|
},
|
|
10
10
|
"majorLine": "v4",
|
|
@@ -20,21 +20,11 @@
|
|
|
20
20
|
"kind": "workflow",
|
|
21
21
|
"path": ".github/workflows/.build.yml",
|
|
22
22
|
"publicRef": "kungfu-systems/buildchain/.github/workflows/.build.yml@v4",
|
|
23
|
-
"requiredInputs": [],
|
|
24
|
-
"requiredOutputs": [
|
|
25
|
-
"buildchain-runtime-sha",
|
|
26
|
-
"publish-source-sha",
|
|
27
|
-
"build-summary-artifact",
|
|
28
|
-
"release-candidate-artifact"
|
|
29
|
-
],
|
|
30
23
|
"breakingDefaults": {
|
|
31
24
|
"configurationAuthority": "buildchain.toml",
|
|
32
|
-
"runtimeIdentity": "
|
|
25
|
+
"runtimeIdentity": "entry-selected-complete-runtime",
|
|
33
26
|
"projectDiscovery": "unambiguous-root-or-config-path"
|
|
34
27
|
},
|
|
35
|
-
"optionalInputs": [
|
|
36
|
-
"config-path"
|
|
37
|
-
],
|
|
38
28
|
"guarantees": [
|
|
39
29
|
"runtime floating refs are resolved to immutable SHAs before matrix jobs",
|
|
40
30
|
"publish source locks are verified before heavy build jobs",
|
|
@@ -42,8 +32,19 @@
|
|
|
42
32
|
"contract drift is checked before heavy build jobs for stable floating refs",
|
|
43
33
|
"retryable GitHub fallback fetches use a bounded attempt budget before exact source SHA and tree verification"
|
|
44
34
|
],
|
|
45
|
-
"
|
|
46
|
-
"
|
|
35
|
+
"requiredInputs": [],
|
|
36
|
+
"optionalInputs": [
|
|
37
|
+
"config-path",
|
|
38
|
+
"contract-lock",
|
|
39
|
+
"resume-run-id",
|
|
40
|
+
"runtime-ref",
|
|
41
|
+
"runtime-selection"
|
|
42
|
+
],
|
|
43
|
+
"requiredOutputs": [
|
|
44
|
+
"result"
|
|
45
|
+
],
|
|
46
|
+
"breakingDigest": "sha256:cda31fcfd64bd8a895216d9537910a9676736e70aef0fde8a1697b2c88222ed5",
|
|
47
|
+
"auditDigest": "sha256:d6c7d523fa1d08350ca53483a7315111cf96eeb6623f3069f6c53a8487adeb74"
|
|
47
48
|
},
|
|
48
49
|
{
|
|
49
50
|
"contractVersion": 1,
|
|
@@ -53,29 +54,33 @@
|
|
|
53
54
|
"kind": "workflow",
|
|
54
55
|
"path": ".github/workflows/build.yml",
|
|
55
56
|
"publicRef": "kungfu-systems/buildchain/.github/workflows/build.yml@v4",
|
|
56
|
-
"requiredInputs": [],
|
|
57
|
-
"requiredOutputs": [
|
|
58
|
-
"buildchain-channel",
|
|
59
|
-
"buildchain-runtime-sha",
|
|
60
|
-
"build-summary-artifact"
|
|
61
|
-
],
|
|
62
57
|
"breakingDefaults": {
|
|
63
58
|
"configurationAuthority": "buildchain.toml",
|
|
64
|
-
"runtimeIdentity": "
|
|
59
|
+
"runtimeIdentity": "entry-selected-complete-runtime",
|
|
65
60
|
"projectDiscovery": "unambiguous-root-or-config-path"
|
|
66
61
|
},
|
|
67
|
-
"optionalInputs": [
|
|
68
|
-
"config-path"
|
|
69
|
-
],
|
|
70
62
|
"guarantees": [
|
|
71
63
|
"single-project consumers require no workflow inputs",
|
|
72
64
|
"project settings have one TOML authority and environment profiles own infrastructure",
|
|
73
|
-
"the
|
|
65
|
+
"the floating entry selects runtime parameters before contract locks and its default",
|
|
74
66
|
"stable and alpha select their matching repository contract locks",
|
|
75
67
|
"source, runtime and configuration roots are bound before the build matrix"
|
|
76
68
|
],
|
|
77
|
-
"
|
|
78
|
-
"
|
|
69
|
+
"requiredInputs": [],
|
|
70
|
+
"optionalInputs": [
|
|
71
|
+
"config-path",
|
|
72
|
+
"contract-lock",
|
|
73
|
+
"resume-run-id",
|
|
74
|
+
"runtime-ref",
|
|
75
|
+
"runtime-selection"
|
|
76
|
+
],
|
|
77
|
+
"requiredOutputs": [
|
|
78
|
+
"controller-receipt-artifact",
|
|
79
|
+
"release-candidate-artifact",
|
|
80
|
+
"result"
|
|
81
|
+
],
|
|
82
|
+
"breakingDigest": "sha256:7574ae8fc694534860bd633efcc3caaffd121a5d7d778a1f96c560f1999434b3",
|
|
83
|
+
"auditDigest": "sha256:0c88962bb6d63009f6fa9a3703daff9592915389a545be222f5d0f551e1407b6"
|
|
79
84
|
},
|
|
80
85
|
{
|
|
81
86
|
"contractVersion": 1,
|
|
@@ -84,20 +89,9 @@
|
|
|
84
89
|
"id": "dev-pr-auto-merge",
|
|
85
90
|
"kind": "workflow",
|
|
86
91
|
"path": ".github/workflows/public-ops-dev-auto-merge.yml",
|
|
87
|
-
"publicRef": "kungfu-systems/buildchain/.github/workflows/public-ops-dev-auto-merge.yml@v4
|
|
88
|
-
"requiredInputs": [
|
|
89
|
-
"target-branch",
|
|
90
|
-
"expected-pr-number",
|
|
91
|
-
"expected-head-sha"
|
|
92
|
-
],
|
|
93
|
-
"requiredOutputs": [
|
|
94
|
-
"admission-receipt-root",
|
|
95
|
-
"warrant-state-root",
|
|
96
|
-
"provider-heartbeat-receipt-root",
|
|
97
|
-
"provider-finalizer-boundary-root"
|
|
98
|
-
],
|
|
92
|
+
"publicRef": "kungfu-systems/buildchain/.github/workflows/public-ops-dev-auto-merge.yml@v4",
|
|
99
93
|
"breakingDefaults": {
|
|
100
|
-
"runtimeSelectorDefault": "
|
|
94
|
+
"runtimeSelectorDefault": "consumer-contract-lock-or-entry",
|
|
101
95
|
"authorityMode": "two-phase-delivery-warrant",
|
|
102
96
|
"boundedAuthorityWorkflowIntegration": "not-advertised",
|
|
103
97
|
"boundedAuthoritySupportedSurfaces": [
|
|
@@ -105,58 +99,87 @@
|
|
|
105
99
|
"node-api",
|
|
106
100
|
"schema"
|
|
107
101
|
],
|
|
108
|
-
"publicFloatingCaller": "v4
|
|
109
|
-
"durableSelfDeliveryRef": "v4
|
|
102
|
+
"publicFloatingCaller": "v4",
|
|
103
|
+
"durableSelfDeliveryRef": "v4",
|
|
110
104
|
"independentHeartbeatRunner": "macos-15",
|
|
111
105
|
"candidateCredentialAccess": "forbidden"
|
|
112
106
|
},
|
|
107
|
+
"guarantees": [
|
|
108
|
+
"this reusable workflow executes the single-flight v1 Delivery Warrant and does not advertise bounded v2 Landing integration",
|
|
109
|
+
"bounded v2 authority is a separate opt-in CLI, Node API, and schema surface whose controller deployment must be explicit",
|
|
110
|
+
"candidate execution and evidence sealing receive no provider write credentials",
|
|
111
|
+
"a separate credentialed hosted runner durably heartbeats the exact fence through provider-confirmed native and seal completion",
|
|
112
|
+
"the finalizer validates rooted heartbeat continuity and latest durable state before qualification, failure settlement, or landing",
|
|
113
|
+
"durable consumers call the public floating workflow and may route a train or exact runtime only through trusted non-persistent dispatch input"
|
|
114
|
+
],
|
|
115
|
+
"requiredInputs": [],
|
|
113
116
|
"optionalInputs": [
|
|
114
|
-
"
|
|
115
|
-
"
|
|
116
|
-
"
|
|
117
|
-
"
|
|
118
|
-
"handoff-workflow-id",
|
|
119
|
-
"assignment-root",
|
|
120
|
-
"initiative-root",
|
|
121
|
-
"source-identity-root",
|
|
122
|
-
"source-patch-root",
|
|
123
|
-
"plan-root",
|
|
117
|
+
"active-lease-context",
|
|
118
|
+
"affected-paths-json",
|
|
119
|
+
"allowed-head-prefixes",
|
|
120
|
+
"block-labels",
|
|
124
121
|
"closure-root",
|
|
122
|
+
"contract-lock",
|
|
123
|
+
"defer-landing",
|
|
124
|
+
"delivery-class",
|
|
125
|
+
"delivery-priority",
|
|
126
|
+
"delivery-warrant-mode",
|
|
125
127
|
"dependency-root",
|
|
126
|
-
"
|
|
128
|
+
"diagnostic-context",
|
|
129
|
+
"dry-run",
|
|
127
130
|
"environment-root",
|
|
128
|
-
"
|
|
129
|
-
"
|
|
130
|
-
"
|
|
131
|
-
"
|
|
131
|
+
"expected-head-sha",
|
|
132
|
+
"expected-pr-number",
|
|
133
|
+
"handoff-workflow-id",
|
|
134
|
+
"landing-mode",
|
|
135
|
+
"max-merges",
|
|
136
|
+
"merge-method",
|
|
132
137
|
"native-command",
|
|
133
138
|
"native-command-root",
|
|
134
139
|
"native-heartbeat-seconds",
|
|
135
|
-
"
|
|
136
|
-
"
|
|
137
|
-
"
|
|
140
|
+
"native-proof-json",
|
|
141
|
+
"plan-root",
|
|
142
|
+
"project-cut-proof-json",
|
|
138
143
|
"queue-admission-context",
|
|
139
|
-
"active-lease-context",
|
|
140
144
|
"ready-label",
|
|
141
|
-
"
|
|
142
|
-
"allowed-head-prefixes",
|
|
145
|
+
"release-blocker-priority-json",
|
|
143
146
|
"require-approval",
|
|
147
|
+
"required-status-checks",
|
|
148
|
+
"runtime-ref",
|
|
149
|
+
"runtime-selection",
|
|
144
150
|
"same-repository-only",
|
|
145
|
-
"
|
|
146
|
-
"
|
|
147
|
-
"
|
|
148
|
-
"
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
"
|
|
152
|
-
"
|
|
153
|
-
"candidate execution and evidence sealing receive no provider write credentials",
|
|
154
|
-
"a separate credentialed hosted runner durably heartbeats the exact fence through provider-confirmed native and seal completion",
|
|
155
|
-
"the finalizer validates rooted heartbeat continuity and latest durable state before qualification, failure settlement, or landing",
|
|
156
|
-
"durable consumers call the public floating workflow and may route a train or exact runtime only through trusted non-persistent dispatch input"
|
|
151
|
+
"shard-evidence-roots-json",
|
|
152
|
+
"source-identity-root",
|
|
153
|
+
"source-patch-root",
|
|
154
|
+
"source-root",
|
|
155
|
+
"source-workflow-run-id",
|
|
156
|
+
"target-branch",
|
|
157
|
+
"toolchain-root",
|
|
158
|
+
"warrant-lease-seconds"
|
|
157
159
|
],
|
|
158
|
-
"
|
|
159
|
-
|
|
160
|
+
"requiredOutputs": [
|
|
161
|
+
"action-count",
|
|
162
|
+
"admission-receipt-root",
|
|
163
|
+
"admission-state",
|
|
164
|
+
"enqueued-count",
|
|
165
|
+
"evaluated-count",
|
|
166
|
+
"final-base-sha",
|
|
167
|
+
"merged-count",
|
|
168
|
+
"native-execution-transfer-root",
|
|
169
|
+
"native-proof-root",
|
|
170
|
+
"native-reuse-decision-root",
|
|
171
|
+
"project-cut-proof-root",
|
|
172
|
+
"provider-finalizer-boundary-root",
|
|
173
|
+
"provider-heartbeat-receipt-root",
|
|
174
|
+
"qualified-warrant-receipt-root",
|
|
175
|
+
"skipped-count",
|
|
176
|
+
"source-proof-root",
|
|
177
|
+
"warrant-receipt-root",
|
|
178
|
+
"warrant-state-commit",
|
|
179
|
+
"warrant-state-root"
|
|
180
|
+
],
|
|
181
|
+
"breakingDigest": "sha256:1bd7d62abdf4f14c84010093aa044ff99eeabc92705d965e13043908cfec87ac",
|
|
182
|
+
"auditDigest": "sha256:8d159b9c50369a159680aea8d453d9f72deee7b19637995acef27e77b7b8d6a5"
|
|
160
183
|
},
|
|
161
184
|
{
|
|
162
185
|
"contractVersion": 1,
|
|
@@ -166,55 +189,12 @@
|
|
|
166
189
|
"kind": "workflow",
|
|
167
190
|
"path": ".github/workflows/public-release-promote.yml",
|
|
168
191
|
"publicRef": "kungfu-systems/buildchain/.github/workflows/public-release-promote.yml@v4",
|
|
169
|
-
"requiredInputs": [
|
|
170
|
-
"channel"
|
|
171
|
-
],
|
|
172
|
-
"requiredOutputs": [
|
|
173
|
-
"promoted-sha",
|
|
174
|
-
"built-source-sha",
|
|
175
|
-
"release-candidate-artifact",
|
|
176
|
-
"release-candidate-action"
|
|
177
|
-
],
|
|
178
192
|
"breakingDefaults": {
|
|
179
193
|
"channelDefault": "auto",
|
|
180
|
-
"
|
|
181
|
-
"stableShellDefault": "v4",
|
|
194
|
+
"runtimeSelectionOwner": "actions/runtime/selection/resolve",
|
|
182
195
|
"promoteOnlyReleaseCandidate": true,
|
|
183
196
|
"requiredStatusCheck": "check / check"
|
|
184
197
|
},
|
|
185
|
-
"optionalInputs": [
|
|
186
|
-
"buildchain-channel",
|
|
187
|
-
"buildchain-ref",
|
|
188
|
-
"buildchain-alpha-contract-lock-path",
|
|
189
|
-
"buildchain-stable-contract-lock-path",
|
|
190
|
-
"release-candidate-workflow-file",
|
|
191
|
-
"release-candidate-workflow-name",
|
|
192
|
-
"resume-candidate-repository",
|
|
193
|
-
"resume-candidate-run-id",
|
|
194
|
-
"resume-expected-workflow-file",
|
|
195
|
-
"resume-expected-workflow-name",
|
|
196
|
-
"resume-expected-source-tree",
|
|
197
|
-
"resume-expected-candidate-root",
|
|
198
|
-
"resume-expected-candidate-runtime-sha",
|
|
199
|
-
"resume-buildchain-runtime-sha",
|
|
200
|
-
"resume-transaction-id",
|
|
201
|
-
"publish-required-artifacts-json",
|
|
202
|
-
"release-passport-kfd-1-witness-jsons",
|
|
203
|
-
"release-passport-kfd-2-claim-jsons",
|
|
204
|
-
"release-passport-kfd-3-prebuild-witness-jsons",
|
|
205
|
-
"release-passport-kfd-3-artifact-witness-jsons",
|
|
206
|
-
"release-passport-kfd-3-artifact-verify-command",
|
|
207
|
-
"release-passport-invariant-passport-jsons",
|
|
208
|
-
"release-passport-invariant-passport-command",
|
|
209
|
-
"release-passport-evidence-jsons",
|
|
210
|
-
"release-passport-attachment-command",
|
|
211
|
-
"github-artifact-attestation-policy-json",
|
|
212
|
-
"github-artifact-attestation-environment",
|
|
213
|
-
"github-artifact-attestation-retention-days",
|
|
214
|
-
"buildchain-contract-lock-path",
|
|
215
|
-
"buildchain-contract-drift-issue-mode",
|
|
216
|
-
"github-release"
|
|
217
|
-
],
|
|
218
198
|
"publishArtifactSchema": {
|
|
219
199
|
"requirementDigest": "optional-before-publish-required-after-publish",
|
|
220
200
|
"exactRefResolution": "missing requirement refs resolve to the promoted exact version",
|
|
@@ -252,8 +232,61 @@
|
|
|
252
232
|
"publish-gate source locks are created by the wrapper and enforced by promote-buildchain-ref before publish side effects",
|
|
253
233
|
"GitHub Release passport and evidence publication is delegated to promote-buildchain-ref after the semver release transaction completes"
|
|
254
234
|
],
|
|
255
|
-
"
|
|
256
|
-
|
|
235
|
+
"requiredInputs": [
|
|
236
|
+
"request-json"
|
|
237
|
+
],
|
|
238
|
+
"optionalInputs": [
|
|
239
|
+
"contract-lock",
|
|
240
|
+
"runtime-ref",
|
|
241
|
+
"runtime-selection"
|
|
242
|
+
],
|
|
243
|
+
"requiredOutputs": [
|
|
244
|
+
"buildchain-channel",
|
|
245
|
+
"built-source-sha",
|
|
246
|
+
"controller-plan-artifact",
|
|
247
|
+
"controller-plan-digest",
|
|
248
|
+
"controller-plan-json",
|
|
249
|
+
"controller-receipt-artifact",
|
|
250
|
+
"controller-receipt-digest",
|
|
251
|
+
"controller-receipt-json",
|
|
252
|
+
"controller-receipt-status",
|
|
253
|
+
"github-artifact-attestation-evidence-root",
|
|
254
|
+
"github-artifact-attestation-id",
|
|
255
|
+
"github-artifact-attestation-publication-receipt-digest",
|
|
256
|
+
"github-artifact-attestation-url",
|
|
257
|
+
"promoted-sha",
|
|
258
|
+
"promotion-contract-lock-digest",
|
|
259
|
+
"promotion-contract-lock-path",
|
|
260
|
+
"promotion-override-used",
|
|
261
|
+
"promotion-publication-channel",
|
|
262
|
+
"promotion-router-ref",
|
|
263
|
+
"promotion-router-sha",
|
|
264
|
+
"promotion-runtime-ref",
|
|
265
|
+
"promotion-runtime-sha",
|
|
266
|
+
"promotion-shell-ref",
|
|
267
|
+
"promotion-shell-sha",
|
|
268
|
+
"promotion-target-ref",
|
|
269
|
+
"publication-capability-digest",
|
|
270
|
+
"publication-commit-evidence-digest",
|
|
271
|
+
"publication-commit-evidence-path",
|
|
272
|
+
"publication-commit-payload-root",
|
|
273
|
+
"publication-commit-url",
|
|
274
|
+
"release-candidate-action",
|
|
275
|
+
"release-candidate-artifact",
|
|
276
|
+
"release-candidate-recovery-receipt-artifact",
|
|
277
|
+
"release-candidate-recovery-root",
|
|
278
|
+
"release-invocation-root",
|
|
279
|
+
"release-propagation-work-artifact",
|
|
280
|
+
"release-receipt-root",
|
|
281
|
+
"release-tail-declaration-root",
|
|
282
|
+
"release-tail-receipt-roots-json",
|
|
283
|
+
"release-tail-state-root",
|
|
284
|
+
"release-tail-transaction-root",
|
|
285
|
+
"release-tail-transaction-state",
|
|
286
|
+
"release-transaction-root"
|
|
287
|
+
],
|
|
288
|
+
"breakingDigest": "sha256:a32cbccc2a4b6e1a16f9feba892a1e8d4b8db0098ff63ea2e9719e985da64a7c",
|
|
289
|
+
"auditDigest": "sha256:93b4545f1b37650a575f8a7cd8d18410eb37549229b47a771912521ff030da79"
|
|
257
290
|
},
|
|
258
291
|
{
|
|
259
292
|
"contractVersion": 1,
|
|
@@ -263,52 +296,58 @@
|
|
|
263
296
|
"kind": "workflow",
|
|
264
297
|
"path": ".github/workflows/.release-promote.yml",
|
|
265
298
|
"publicRef": "kungfu-systems/buildchain/.github/workflows/.release-promote.yml@v4",
|
|
266
|
-
"requiredInputs": [
|
|
267
|
-
"channel"
|
|
268
|
-
],
|
|
269
|
-
"requiredOutputs": [
|
|
270
|
-
"promoted-sha",
|
|
271
|
-
"built-source-sha",
|
|
272
|
-
"release-candidate-artifact",
|
|
273
|
-
"release-candidate-action"
|
|
274
|
-
],
|
|
275
299
|
"breakingDefaults": {
|
|
276
300
|
"promoteOnlyReleaseCandidate": true,
|
|
277
301
|
"requiredStatusCheck": "check / check"
|
|
278
302
|
},
|
|
279
|
-
"optionalInputs": [
|
|
280
|
-
"buildchain-ref",
|
|
281
|
-
"buildchain-expected-channel",
|
|
282
|
-
"buildchain-expected-major",
|
|
283
|
-
"buildchain-contract-lock-path",
|
|
284
|
-
"promotion-router-ref",
|
|
285
|
-
"promotion-router-sha",
|
|
286
|
-
"promotion-shell-ref",
|
|
287
|
-
"promotion-shell-sha",
|
|
288
|
-
"promotion-runtime-ref",
|
|
289
|
-
"promotion-runtime-sha",
|
|
290
|
-
"promotion-contract-lock-path",
|
|
291
|
-
"promotion-contract-lock-digest",
|
|
292
|
-
"promotion-publication-channel",
|
|
293
|
-
"promotion-target-ref",
|
|
294
|
-
"promotion-override-used",
|
|
295
|
-
"resume-candidate-repository",
|
|
296
|
-
"resume-candidate-run-id",
|
|
297
|
-
"resume-expected-workflow-file",
|
|
298
|
-
"resume-expected-workflow-name",
|
|
299
|
-
"resume-expected-source-tree",
|
|
300
|
-
"resume-expected-candidate-root",
|
|
301
|
-
"resume-expected-candidate-runtime-sha",
|
|
302
|
-
"resume-buildchain-runtime-sha",
|
|
303
|
-
"resume-transaction-id"
|
|
304
|
-
],
|
|
305
303
|
"guarantees": [
|
|
306
|
-
"advanced promotion verifies
|
|
304
|
+
"advanced promotion verifies publication intent and source evidence using the prepared runtime",
|
|
307
305
|
"promotion reuses PR-stage release-candidate artifacts and does not run the heavy native build matrix",
|
|
308
306
|
"resume-from-candidate-run is fail-closed and uses a fresh caller event instead of rerunning a frozen startup graph"
|
|
309
307
|
],
|
|
310
|
-
"
|
|
311
|
-
|
|
308
|
+
"requiredInputs": [
|
|
309
|
+
"request-json"
|
|
310
|
+
],
|
|
311
|
+
"optionalInputs": [
|
|
312
|
+
"contract-lock",
|
|
313
|
+
"runtime-ref",
|
|
314
|
+
"runtime-selection"
|
|
315
|
+
],
|
|
316
|
+
"requiredOutputs": [
|
|
317
|
+
"built-source-sha",
|
|
318
|
+
"controller-plan-artifact",
|
|
319
|
+
"controller-plan-digest",
|
|
320
|
+
"controller-plan-json",
|
|
321
|
+
"controller-receipt-artifact",
|
|
322
|
+
"controller-receipt-digest",
|
|
323
|
+
"controller-receipt-json",
|
|
324
|
+
"controller-receipt-status",
|
|
325
|
+
"github-artifact-attestation-evidence-root",
|
|
326
|
+
"github-artifact-attestation-id",
|
|
327
|
+
"github-artifact-attestation-publication-receipt-digest",
|
|
328
|
+
"github-artifact-attestation-url",
|
|
329
|
+
"promoted-sha",
|
|
330
|
+
"publication-capability-digest",
|
|
331
|
+
"publication-commit-evidence-digest",
|
|
332
|
+
"publication-commit-evidence-path",
|
|
333
|
+
"publication-commit-payload-root",
|
|
334
|
+
"publication-commit-url",
|
|
335
|
+
"release-candidate-action",
|
|
336
|
+
"release-candidate-artifact",
|
|
337
|
+
"release-candidate-recovery-receipt-artifact",
|
|
338
|
+
"release-candidate-recovery-root",
|
|
339
|
+
"release-invocation-root",
|
|
340
|
+
"release-propagation-work-artifact",
|
|
341
|
+
"release-receipt-root",
|
|
342
|
+
"release-tail-declaration-root",
|
|
343
|
+
"release-tail-receipt-roots-json",
|
|
344
|
+
"release-tail-state-root",
|
|
345
|
+
"release-tail-transaction-root",
|
|
346
|
+
"release-tail-transaction-state",
|
|
347
|
+
"release-transaction-root"
|
|
348
|
+
],
|
|
349
|
+
"breakingDigest": "sha256:3130cd971f83ef8fb44cbe3ea0e25c95b65693aaab15b6cc4e5a1e3657f2b6ee",
|
|
350
|
+
"auditDigest": "sha256:0db2252d311d3db96afb72636fb76c17229800aa1c1cde202ee6a097c36c534a"
|
|
312
351
|
},
|
|
313
352
|
{
|
|
314
353
|
"contractVersion": 1,
|
|
@@ -318,31 +357,11 @@
|
|
|
318
357
|
"kind": "workflow",
|
|
319
358
|
"path": ".github/workflows/public-release-web.yml",
|
|
320
359
|
"publicRef": "kungfu-systems/buildchain/.github/workflows/public-release-web.yml@v4",
|
|
321
|
-
"requiredInputs": [],
|
|
322
|
-
"requiredOutputs": [
|
|
323
|
-
"buildchain-runtime-sha",
|
|
324
|
-
"web-surface-channel",
|
|
325
|
-
"web-surface-url",
|
|
326
|
-
"web-surface-manifest-json"
|
|
327
|
-
],
|
|
328
360
|
"breakingDefaults": {
|
|
329
|
-
"
|
|
361
|
+
"runtimeSelectionOwner": "actions/runtime/selection/resolve",
|
|
330
362
|
"contractCompatibilityPolicy": "major-compatible",
|
|
331
363
|
"breakingDriftPolicy": "fail-closed-before-build"
|
|
332
364
|
},
|
|
333
|
-
"optionalInputs": [
|
|
334
|
-
"buildchain-ref",
|
|
335
|
-
"buildchain-contract-lock-path",
|
|
336
|
-
"buildchain-contract-compatibility-policy",
|
|
337
|
-
"buildchain-contract-drift-issue-mode",
|
|
338
|
-
"build-command",
|
|
339
|
-
"verify-command",
|
|
340
|
-
"artifact-path",
|
|
341
|
-
"preview-apply",
|
|
342
|
-
"staging-apply",
|
|
343
|
-
"production-apply",
|
|
344
|
-
"production-release-on-main"
|
|
345
|
-
],
|
|
346
365
|
"guarantees": [
|
|
347
366
|
"runtime floating refs are resolved to immutable SHAs before caller build and deploy work",
|
|
348
367
|
"contract drift is checked before caller build, web-surface render, deploy planning, and apply side effects",
|
|
@@ -351,8 +370,73 @@
|
|
|
351
370
|
"effective channel and preview alias are injected before caller build and verify commands",
|
|
352
371
|
"channel-aware artifact host facts are checked against the deploy plan before adapter side effects"
|
|
353
372
|
],
|
|
354
|
-
"
|
|
355
|
-
"
|
|
373
|
+
"requiredInputs": [],
|
|
374
|
+
"optionalInputs": [
|
|
375
|
+
"artifact-path",
|
|
376
|
+
"aws-region",
|
|
377
|
+
"build-command",
|
|
378
|
+
"contract-lock",
|
|
379
|
+
"fail-on-release-pr-error",
|
|
380
|
+
"github-governance-receipt-json",
|
|
381
|
+
"node-version",
|
|
382
|
+
"preview-apply",
|
|
383
|
+
"preview-aws-role-arn",
|
|
384
|
+
"preview-cleanup-apply",
|
|
385
|
+
"preview-comment",
|
|
386
|
+
"preview-environment",
|
|
387
|
+
"production-apply",
|
|
388
|
+
"production-approved",
|
|
389
|
+
"production-aws-role-arn",
|
|
390
|
+
"production-environment",
|
|
391
|
+
"production-release-app-client-id",
|
|
392
|
+
"production-release-branch-channel",
|
|
393
|
+
"production-release-head-prefix",
|
|
394
|
+
"production-release-label",
|
|
395
|
+
"production-release-on-main",
|
|
396
|
+
"production-release-pr-mode",
|
|
397
|
+
"production-source-sha",
|
|
398
|
+
"publication-admission-json",
|
|
399
|
+
"publication-control-plane-audit-json",
|
|
400
|
+
"publication-expected-json",
|
|
401
|
+
"publication-gate-aggregate-json",
|
|
402
|
+
"publication-runner-provenance-json",
|
|
403
|
+
"publication-used-nonces-json",
|
|
404
|
+
"release-feedback-actor-privacy",
|
|
405
|
+
"runtime-ref",
|
|
406
|
+
"runtime-selection",
|
|
407
|
+
"staging-apply",
|
|
408
|
+
"staging-aws-role-arn",
|
|
409
|
+
"staging-environment",
|
|
410
|
+
"verify-command",
|
|
411
|
+
"working-directory"
|
|
412
|
+
],
|
|
413
|
+
"requiredOutputs": [
|
|
414
|
+
"buildchain-runtime-class",
|
|
415
|
+
"buildchain-runtime-override",
|
|
416
|
+
"buildchain-runtime-ref",
|
|
417
|
+
"buildchain-runtime-sha",
|
|
418
|
+
"controller-plan-artifact",
|
|
419
|
+
"controller-plan-digest",
|
|
420
|
+
"controller-plan-json",
|
|
421
|
+
"controller-receipt-artifact",
|
|
422
|
+
"controller-receipt-digest",
|
|
423
|
+
"controller-receipt-json",
|
|
424
|
+
"controller-receipt-status",
|
|
425
|
+
"preview-apply-result-json",
|
|
426
|
+
"preview-cleanup-result-json",
|
|
427
|
+
"production-apply-result-json",
|
|
428
|
+
"production-release-pr-url",
|
|
429
|
+
"release-pr-status",
|
|
430
|
+
"staging-apply-result-json",
|
|
431
|
+
"web-surface-alias",
|
|
432
|
+
"web-surface-channel",
|
|
433
|
+
"web-surface-cleanup-plan-json",
|
|
434
|
+
"web-surface-manifest-json",
|
|
435
|
+
"web-surface-url",
|
|
436
|
+
"web-surface-urls-json"
|
|
437
|
+
],
|
|
438
|
+
"breakingDigest": "sha256:8d4c5471402f9cb3c0b8db5d2e75fcc6ea826aee0649066c9bbbb41a4a939a61",
|
|
439
|
+
"auditDigest": "sha256:728c58f1fcba02b0cd6f90d51f1e2125f000bd4674d798136ce13fb65cc5ef2c"
|
|
356
440
|
},
|
|
357
441
|
{
|
|
358
442
|
"contractVersion": 1,
|
|
@@ -362,27 +446,6 @@
|
|
|
362
446
|
"kind": "workflow",
|
|
363
447
|
"path": ".github/workflows/.build-demo-adapter.yml",
|
|
364
448
|
"publicRef": "kungfu-systems/buildchain/.github/workflows/.build-demo-adapter.yml@v4",
|
|
365
|
-
"requiredInputs": [
|
|
366
|
-
"source-artifact-name",
|
|
367
|
-
"source-artifact-digest",
|
|
368
|
-
"adapter-path",
|
|
369
|
-
"renderer-image"
|
|
370
|
-
],
|
|
371
|
-
"requiredOutputs": [
|
|
372
|
-
"source-sha",
|
|
373
|
-
"gate-artifact-name",
|
|
374
|
-
"gate-artifact-id",
|
|
375
|
-
"gate-artifact-digest",
|
|
376
|
-
"gate-artifact-url",
|
|
377
|
-
"gate-root",
|
|
378
|
-
"media-artifact-name",
|
|
379
|
-
"media-artifact-id",
|
|
380
|
-
"media-artifact-digest",
|
|
381
|
-
"media-artifact-url",
|
|
382
|
-
"media-root",
|
|
383
|
-
"media-profile",
|
|
384
|
-
"media-qualification-root"
|
|
385
|
-
],
|
|
386
449
|
"breakingDefaults": {
|
|
387
450
|
"trustedEventRequired": true,
|
|
388
451
|
"renderMediaDefault": false,
|
|
@@ -390,14 +453,6 @@
|
|
|
390
453
|
"artifactRetentionDaysDefault": 14,
|
|
391
454
|
"gatePolicy": "required-before-selective-render"
|
|
392
455
|
},
|
|
393
|
-
"optionalInputs": [
|
|
394
|
-
"buildchain-repository",
|
|
395
|
-
"source-ref",
|
|
396
|
-
"render-media",
|
|
397
|
-
"media-profile",
|
|
398
|
-
"artifact-retention-days",
|
|
399
|
-
"require-trusted-event"
|
|
400
|
-
],
|
|
401
456
|
"guarantees": [
|
|
402
457
|
"the source GitHub Artifact is admitted by exact same-run name and archive digest",
|
|
403
458
|
"the checked-in consumer adapter runs from the exact consumer source with a disposable home and reduced environment",
|
|
@@ -409,8 +464,40 @@
|
|
|
409
464
|
"Build Images owns encoding, Buildchain owns qualification and receipts, and site repositories own browser loading and accessibility behavior",
|
|
410
465
|
"media qualification does not claim browser playback, responsive layout, reduced-motion behavior, accessibility, or production deployment"
|
|
411
466
|
],
|
|
412
|
-
"
|
|
413
|
-
|
|
467
|
+
"requiredInputs": [
|
|
468
|
+
"adapter-path",
|
|
469
|
+
"renderer-image",
|
|
470
|
+
"source-artifact-digest",
|
|
471
|
+
"source-artifact-name"
|
|
472
|
+
],
|
|
473
|
+
"optionalInputs": [
|
|
474
|
+
"adapter-arguments-json",
|
|
475
|
+
"artifact-retention-days",
|
|
476
|
+
"contract-lock",
|
|
477
|
+
"media-profile",
|
|
478
|
+
"render-media",
|
|
479
|
+
"require-trusted-event",
|
|
480
|
+
"runtime-ref",
|
|
481
|
+
"runtime-selection",
|
|
482
|
+
"source-ref"
|
|
483
|
+
],
|
|
484
|
+
"requiredOutputs": [
|
|
485
|
+
"gate-artifact-digest",
|
|
486
|
+
"gate-artifact-id",
|
|
487
|
+
"gate-artifact-name",
|
|
488
|
+
"gate-artifact-url",
|
|
489
|
+
"gate-root",
|
|
490
|
+
"media-artifact-digest",
|
|
491
|
+
"media-artifact-id",
|
|
492
|
+
"media-artifact-name",
|
|
493
|
+
"media-artifact-url",
|
|
494
|
+
"media-profile",
|
|
495
|
+
"media-qualification-root",
|
|
496
|
+
"media-root",
|
|
497
|
+
"source-sha"
|
|
498
|
+
],
|
|
499
|
+
"breakingDigest": "sha256:782074f938bedd8bf1cfe0e5428e1103c9471af93d4822c0cb7a677c659ff1a2",
|
|
500
|
+
"auditDigest": "sha256:442381ba8ec8d2c4045b241abd0d50bdc9b8a97b05bdb37bc52407ffca2f3ca7"
|
|
414
501
|
},
|
|
415
502
|
{
|
|
416
503
|
"contractVersion": 1,
|
|
@@ -420,19 +507,6 @@
|
|
|
420
507
|
"kind": "workflow",
|
|
421
508
|
"path": ".github/workflows/public-build-demo.yml",
|
|
422
509
|
"publicRef": "kungfu-systems/buildchain/.github/workflows/public-build-demo.yml@v4",
|
|
423
|
-
"requiredInputs": [
|
|
424
|
-
"binary-artifact-name",
|
|
425
|
-
"binary-artifact-digest",
|
|
426
|
-
"renderer-image"
|
|
427
|
-
],
|
|
428
|
-
"requiredOutputs": [
|
|
429
|
-
"source-sha",
|
|
430
|
-
"capture-artifact-name",
|
|
431
|
-
"capture-artifact-digest",
|
|
432
|
-
"evidence-artifact-name",
|
|
433
|
-
"evidence-artifact-digest",
|
|
434
|
-
"publication-pr-url"
|
|
435
|
-
],
|
|
436
510
|
"breakingDefaults": {
|
|
437
511
|
"scenarioPathDefault": ".buildchain/auditable-demo.json",
|
|
438
512
|
"renderMediaDefault": false,
|
|
@@ -441,16 +515,6 @@
|
|
|
441
515
|
"artifactRetentionDaysDefault": 14,
|
|
442
516
|
"executionBoundary": "exact-binary-network-none-secret-free-60-seconds"
|
|
443
517
|
},
|
|
444
|
-
"optionalInputs": [
|
|
445
|
-
"buildchain-repository",
|
|
446
|
-
"source-ref",
|
|
447
|
-
"scenario-path",
|
|
448
|
-
"render-media",
|
|
449
|
-
"media-profile",
|
|
450
|
-
"materialize",
|
|
451
|
-
"materialize-base-ref",
|
|
452
|
-
"artifact-retention-days"
|
|
453
|
-
],
|
|
454
518
|
"guarantees": [
|
|
455
519
|
"one versioned declaration can contain multiple demos with multiple ordered literal argv steps",
|
|
456
520
|
"every demo uses the exact same-run standalone binary admitted by producer-owned artifact name and digest",
|
|
@@ -460,8 +524,35 @@
|
|
|
460
524
|
"manual, alpha, and release callers use the same capture, Gate, renderer, passport, and materializer implementation",
|
|
461
525
|
"identity, compliance, Product System metadata, package metadata, registry history, scans, and generation grant no authority"
|
|
462
526
|
],
|
|
463
|
-
"
|
|
464
|
-
|
|
527
|
+
"requiredInputs": [
|
|
528
|
+
"binary-artifact-digest",
|
|
529
|
+
"binary-artifact-name",
|
|
530
|
+
"renderer-image"
|
|
531
|
+
],
|
|
532
|
+
"optionalInputs": [
|
|
533
|
+
"artifact-retention-days",
|
|
534
|
+
"contract-lock",
|
|
535
|
+
"materialize",
|
|
536
|
+
"materialize-base-ref",
|
|
537
|
+
"media-profile",
|
|
538
|
+
"render-failure-advisory",
|
|
539
|
+
"render-media",
|
|
540
|
+
"runtime-ref",
|
|
541
|
+
"runtime-selection",
|
|
542
|
+
"scenario-path",
|
|
543
|
+
"source-ref"
|
|
544
|
+
],
|
|
545
|
+
"requiredOutputs": [
|
|
546
|
+
"capture-artifact-digest",
|
|
547
|
+
"capture-artifact-name",
|
|
548
|
+
"evidence-artifact-digest",
|
|
549
|
+
"evidence-artifact-name",
|
|
550
|
+
"publication-pr-url",
|
|
551
|
+
"render-result",
|
|
552
|
+
"source-sha"
|
|
553
|
+
],
|
|
554
|
+
"breakingDigest": "sha256:20412f25271537165e25d8a7d65e716701745570a419c482777a088466c5dd6f",
|
|
555
|
+
"auditDigest": "sha256:1eb1d1d1f4dceaac923db3abe302cd65044bb800ccbae71aa56e8ea9aa39e468"
|
|
465
556
|
},
|
|
466
557
|
{
|
|
467
558
|
"contractVersion": 1,
|
|
@@ -890,7 +981,7 @@
|
|
|
890
981
|
"manual entries carry source file digests so downstream sites and agents can detect stale hand-written documentation"
|
|
891
982
|
],
|
|
892
983
|
"breakingDigest": "sha256:7d0d2819e3a3e72989d9c57b5efe9d0bc0a79bc0f2c82a0c7b9d6c5a211a91f2",
|
|
893
|
-
"auditDigest": "sha256:
|
|
984
|
+
"auditDigest": "sha256:c1ceec726aa1d12ec03d6963fbb8e4950857a7e69250f2d45c399c9470ea9344"
|
|
894
985
|
},
|
|
895
986
|
{
|
|
896
987
|
"contractVersion": 1,
|
|
@@ -912,7 +1003,7 @@
|
|
|
912
1003
|
"agents can discover supported Node APIs without importing internal file paths"
|
|
913
1004
|
],
|
|
914
1005
|
"breakingDigest": "sha256:48f925608d3e2131d90936b07dc2a30341204cae3e6e785c0f77d61ad755c945",
|
|
915
|
-
"auditDigest": "sha256:
|
|
1006
|
+
"auditDigest": "sha256:e88cb115ee4261b72b5dc8a6f7c21d39e2f62a2bba3a39e9042cf96b053f4c36"
|
|
916
1007
|
},
|
|
917
1008
|
{
|
|
918
1009
|
"contractVersion": 1,
|
|
@@ -952,11 +1043,12 @@
|
|
|
952
1043
|
"inputClassificationPolicy": "buildchain-controller-input-policy/v1"
|
|
953
1044
|
},
|
|
954
1045
|
"optionalInputs": [
|
|
955
|
-
"
|
|
956
|
-
"buildchain-repository",
|
|
1046
|
+
"contract-lock",
|
|
957
1047
|
"mode",
|
|
958
1048
|
"node-version",
|
|
959
1049
|
"require-version-state",
|
|
1050
|
+
"runtime-ref",
|
|
1051
|
+
"runtime-selection",
|
|
960
1052
|
"source-proof-closure-paths-json",
|
|
961
1053
|
"source-proof-dependency-paths-json",
|
|
962
1054
|
"source-proof-policy-paths-json",
|
|
@@ -967,14 +1059,10 @@
|
|
|
967
1059
|
],
|
|
968
1060
|
"controllerDescriptor": {
|
|
969
1061
|
"contract": "buildchain.controller-descriptor/v1",
|
|
970
|
-
"digest": "sha256:
|
|
971
|
-
"registryDigest": "sha256:
|
|
1062
|
+
"digest": "sha256:3f2f0e2f9f8a21ea3db046cb477f2534711de29745e3f40be959eef398a2e692",
|
|
1063
|
+
"registryDigest": "sha256:f3a2670f026d44ad84d482668ef5ee2a447a4f80f986c96986d61977272bdccd",
|
|
972
1064
|
"inputClassifications": {
|
|
973
|
-
"
|
|
974
|
-
"classification": "included",
|
|
975
|
-
"source": "workflow-call-input"
|
|
976
|
-
},
|
|
977
|
-
"buildchain-repository": {
|
|
1065
|
+
"contract-lock": {
|
|
978
1066
|
"classification": "included",
|
|
979
1067
|
"source": "workflow-call-input"
|
|
980
1068
|
},
|
|
@@ -990,6 +1078,14 @@
|
|
|
990
1078
|
"classification": "included",
|
|
991
1079
|
"source": "workflow-call-input"
|
|
992
1080
|
},
|
|
1081
|
+
"runtime-ref": {
|
|
1082
|
+
"classification": "included",
|
|
1083
|
+
"source": "workflow-call-input"
|
|
1084
|
+
},
|
|
1085
|
+
"runtime-selection": {
|
|
1086
|
+
"classification": "included",
|
|
1087
|
+
"source": "workflow-call-input"
|
|
1088
|
+
},
|
|
993
1089
|
"source-proof-closure-paths-json": {
|
|
994
1090
|
"classification": "digest-only",
|
|
995
1091
|
"source": "workflow-call-input"
|
|
@@ -1027,7 +1123,7 @@
|
|
|
1027
1123
|
"missing receipts are non-qualifying and must not be represented as a successful controller run"
|
|
1028
1124
|
],
|
|
1029
1125
|
"breakingDigest": "sha256:c90592a71d859c9814e70cb1c8603d8240271e8049fe4e754fe4776b8f1b1a4c",
|
|
1030
|
-
"auditDigest": "sha256:
|
|
1126
|
+
"auditDigest": "sha256:003787b94b61d80b06aee69603f3a49a869633e4eedb25161ec200ec777e4978"
|
|
1031
1127
|
},
|
|
1032
1128
|
{
|
|
1033
1129
|
"contractVersion": 1,
|
|
@@ -1077,12 +1173,16 @@
|
|
|
1077
1173
|
"BUILDCHAIN_MACOS_NOTARY_API_KEY_P8_BASE64",
|
|
1078
1174
|
"BUILDCHAIN_PROMOTION_TOKEN",
|
|
1079
1175
|
"config-path",
|
|
1176
|
+
"contract-lock",
|
|
1177
|
+
"resume-run-id",
|
|
1178
|
+
"runtime-ref",
|
|
1179
|
+
"runtime-selection",
|
|
1080
1180
|
"configuration-root"
|
|
1081
1181
|
],
|
|
1082
1182
|
"controllerDescriptor": {
|
|
1083
1183
|
"contract": "buildchain.controller-descriptor/v1",
|
|
1084
|
-
"digest": "sha256:
|
|
1085
|
-
"registryDigest": "sha256:
|
|
1184
|
+
"digest": "sha256:849a51ff18efbc2bf4668cd6ba6e08004caf5fc01de4676eade0f917d24c5fd1",
|
|
1185
|
+
"registryDigest": "sha256:f3a2670f026d44ad84d482668ef5ee2a447a4f80f986c96986d61977272bdccd",
|
|
1086
1186
|
"inputClassifications": {
|
|
1087
1187
|
"BUILDCHAIN_MACOS_CERTIFICATE_P12_BASE64": {
|
|
1088
1188
|
"classification": "redacted",
|
|
@@ -1112,6 +1212,22 @@
|
|
|
1112
1212
|
"classification": "digest-only",
|
|
1113
1213
|
"source": "workflow-call-input"
|
|
1114
1214
|
},
|
|
1215
|
+
"contract-lock": {
|
|
1216
|
+
"classification": "included",
|
|
1217
|
+
"source": "workflow-call-input"
|
|
1218
|
+
},
|
|
1219
|
+
"resume-run-id": {
|
|
1220
|
+
"classification": "included",
|
|
1221
|
+
"source": "workflow-call-input"
|
|
1222
|
+
},
|
|
1223
|
+
"runtime-ref": {
|
|
1224
|
+
"classification": "included",
|
|
1225
|
+
"source": "workflow-call-input"
|
|
1226
|
+
},
|
|
1227
|
+
"runtime-selection": {
|
|
1228
|
+
"classification": "included",
|
|
1229
|
+
"source": "workflow-call-input"
|
|
1230
|
+
},
|
|
1115
1231
|
"configuration-root": {
|
|
1116
1232
|
"classification": "included",
|
|
1117
1233
|
"source": "resolved-build-plan"
|
|
@@ -1125,7 +1241,7 @@
|
|
|
1125
1241
|
"missing receipts are non-qualifying and must not be represented as a successful controller run"
|
|
1126
1242
|
],
|
|
1127
1243
|
"breakingDigest": "sha256:6adb4adc805a741ec7e54a769c4bb89ef66805bb63ac99dfab06ba11f36d9381",
|
|
1128
|
-
"auditDigest": "sha256:
|
|
1244
|
+
"auditDigest": "sha256:d6c7d523fa1d08350ca53483a7315111cf96eeb6623f3069f6c53a8487adeb74"
|
|
1129
1245
|
},
|
|
1130
1246
|
{
|
|
1131
1247
|
"contractVersion": 1,
|
|
@@ -1163,8 +1279,6 @@
|
|
|
1163
1279
|
"optionalInputs": [
|
|
1164
1280
|
"artifact-name",
|
|
1165
1281
|
"artifact-retention-days",
|
|
1166
|
-
"buildchain-ref",
|
|
1167
|
-
"buildchain-repository",
|
|
1168
1282
|
"cargo-registry-index",
|
|
1169
1283
|
"checkout-cache-fallback",
|
|
1170
1284
|
"checkout-cache-fetch-attempts",
|
|
@@ -1173,6 +1287,7 @@
|
|
|
1173
1287
|
"checkout-cache-mode",
|
|
1174
1288
|
"checkout-cache-reference-repository-template",
|
|
1175
1289
|
"checkout-cache-timeout-seconds",
|
|
1290
|
+
"contract-lock",
|
|
1176
1291
|
"gate-command-json",
|
|
1177
1292
|
"gate-environment-json",
|
|
1178
1293
|
"gate-plan-command-json",
|
|
@@ -1183,6 +1298,8 @@
|
|
|
1183
1298
|
"platforms-json",
|
|
1184
1299
|
"require-trusted-event",
|
|
1185
1300
|
"runner-preset",
|
|
1301
|
+
"runtime-ref",
|
|
1302
|
+
"runtime-selection",
|
|
1186
1303
|
"rust-toolchain",
|
|
1187
1304
|
"rustup-dist-server",
|
|
1188
1305
|
"rustup-update-root",
|
|
@@ -1194,8 +1311,8 @@
|
|
|
1194
1311
|
],
|
|
1195
1312
|
"controllerDescriptor": {
|
|
1196
1313
|
"contract": "buildchain.controller-descriptor/v1",
|
|
1197
|
-
"digest": "sha256:
|
|
1198
|
-
"registryDigest": "sha256:
|
|
1314
|
+
"digest": "sha256:83fb2f980409ff9eb7091fc675b1f1ecd471d335945d8fa6003357f0af709dd5",
|
|
1315
|
+
"registryDigest": "sha256:f3a2670f026d44ad84d482668ef5ee2a447a4f80f986c96986d61977272bdccd",
|
|
1199
1316
|
"inputClassifications": {
|
|
1200
1317
|
"artifact-name": {
|
|
1201
1318
|
"classification": "included",
|
|
@@ -1205,14 +1322,6 @@
|
|
|
1205
1322
|
"classification": "included",
|
|
1206
1323
|
"source": "workflow-call-input"
|
|
1207
1324
|
},
|
|
1208
|
-
"buildchain-ref": {
|
|
1209
|
-
"classification": "included",
|
|
1210
|
-
"source": "workflow-call-input"
|
|
1211
|
-
},
|
|
1212
|
-
"buildchain-repository": {
|
|
1213
|
-
"classification": "included",
|
|
1214
|
-
"source": "workflow-call-input"
|
|
1215
|
-
},
|
|
1216
1325
|
"cargo-registry-index": {
|
|
1217
1326
|
"classification": "digest-only",
|
|
1218
1327
|
"source": "workflow-call-input"
|
|
@@ -1245,6 +1354,10 @@
|
|
|
1245
1354
|
"classification": "digest-only",
|
|
1246
1355
|
"source": "workflow-call-input"
|
|
1247
1356
|
},
|
|
1357
|
+
"contract-lock": {
|
|
1358
|
+
"classification": "included",
|
|
1359
|
+
"source": "workflow-call-input"
|
|
1360
|
+
},
|
|
1248
1361
|
"gate-command-json": {
|
|
1249
1362
|
"classification": "digest-only",
|
|
1250
1363
|
"source": "workflow-call-input"
|
|
@@ -1285,6 +1398,14 @@
|
|
|
1285
1398
|
"classification": "digest-only",
|
|
1286
1399
|
"source": "workflow-call-input"
|
|
1287
1400
|
},
|
|
1401
|
+
"runtime-ref": {
|
|
1402
|
+
"classification": "included",
|
|
1403
|
+
"source": "workflow-call-input"
|
|
1404
|
+
},
|
|
1405
|
+
"runtime-selection": {
|
|
1406
|
+
"classification": "included",
|
|
1407
|
+
"source": "workflow-call-input"
|
|
1408
|
+
},
|
|
1288
1409
|
"rust-toolchain": {
|
|
1289
1410
|
"classification": "included",
|
|
1290
1411
|
"source": "workflow-call-input"
|
|
@@ -1326,7 +1447,7 @@
|
|
|
1326
1447
|
"missing receipts are non-qualifying and must not be represented as a successful controller run"
|
|
1327
1448
|
],
|
|
1328
1449
|
"breakingDigest": "sha256:93d630270c6db2c6993f0965d44280e0f178159d8d74519c7752a38d5771d02e",
|
|
1329
|
-
"auditDigest": "sha256:
|
|
1450
|
+
"auditDigest": "sha256:a85a81d1d2e43e945f9ad9fe514b38278d74e7851d1e6b471a2935a6c4648268"
|
|
1330
1451
|
},
|
|
1331
1452
|
{
|
|
1332
1453
|
"contractVersion": 1,
|
|
@@ -1369,13 +1490,7 @@
|
|
|
1369
1490
|
"artifact-path",
|
|
1370
1491
|
"aws-region",
|
|
1371
1492
|
"build-command",
|
|
1372
|
-
"
|
|
1373
|
-
"buildchain-contract-drift-issue-mode",
|
|
1374
|
-
"buildchain-contract-expected-channel",
|
|
1375
|
-
"buildchain-contract-expected-major",
|
|
1376
|
-
"buildchain-contract-lock-path",
|
|
1377
|
-
"buildchain-ref",
|
|
1378
|
-
"buildchain-repository",
|
|
1493
|
+
"contract-lock",
|
|
1379
1494
|
"fail-on-release-pr-error",
|
|
1380
1495
|
"github-governance-receipt-json",
|
|
1381
1496
|
"node-version",
|
|
@@ -1404,6 +1519,8 @@
|
|
|
1404
1519
|
"publication-runner-provenance-json",
|
|
1405
1520
|
"publication-used-nonces-json",
|
|
1406
1521
|
"release-feedback-actor-privacy",
|
|
1522
|
+
"runtime-ref",
|
|
1523
|
+
"runtime-selection",
|
|
1407
1524
|
"staging-apply",
|
|
1408
1525
|
"staging-aws-role-arn",
|
|
1409
1526
|
"staging-environment",
|
|
@@ -1412,8 +1529,8 @@
|
|
|
1412
1529
|
],
|
|
1413
1530
|
"controllerDescriptor": {
|
|
1414
1531
|
"contract": "buildchain.controller-descriptor/v1",
|
|
1415
|
-
"digest": "sha256:
|
|
1416
|
-
"registryDigest": "sha256:
|
|
1532
|
+
"digest": "sha256:8818db80d272797d84488cd5db915014edf0081b78afa8a52561f54e0deee908",
|
|
1533
|
+
"registryDigest": "sha256:f3a2670f026d44ad84d482668ef5ee2a447a4f80f986c96986d61977272bdccd",
|
|
1417
1534
|
"inputClassifications": {
|
|
1418
1535
|
"artifact-path": {
|
|
1419
1536
|
"classification": "digest-only",
|
|
@@ -1427,31 +1544,7 @@
|
|
|
1427
1544
|
"classification": "digest-only",
|
|
1428
1545
|
"source": "workflow-call-input"
|
|
1429
1546
|
},
|
|
1430
|
-
"
|
|
1431
|
-
"classification": "included",
|
|
1432
|
-
"source": "workflow-call-input"
|
|
1433
|
-
},
|
|
1434
|
-
"buildchain-contract-drift-issue-mode": {
|
|
1435
|
-
"classification": "included",
|
|
1436
|
-
"source": "workflow-call-input"
|
|
1437
|
-
},
|
|
1438
|
-
"buildchain-contract-expected-channel": {
|
|
1439
|
-
"classification": "included",
|
|
1440
|
-
"source": "workflow-call-input"
|
|
1441
|
-
},
|
|
1442
|
-
"buildchain-contract-expected-major": {
|
|
1443
|
-
"classification": "included",
|
|
1444
|
-
"source": "workflow-call-input"
|
|
1445
|
-
},
|
|
1446
|
-
"buildchain-contract-lock-path": {
|
|
1447
|
-
"classification": "digest-only",
|
|
1448
|
-
"source": "workflow-call-input"
|
|
1449
|
-
},
|
|
1450
|
-
"buildchain-ref": {
|
|
1451
|
-
"classification": "included",
|
|
1452
|
-
"source": "workflow-call-input"
|
|
1453
|
-
},
|
|
1454
|
-
"buildchain-repository": {
|
|
1547
|
+
"contract-lock": {
|
|
1455
1548
|
"classification": "included",
|
|
1456
1549
|
"source": "workflow-call-input"
|
|
1457
1550
|
},
|
|
@@ -1567,6 +1660,14 @@
|
|
|
1567
1660
|
"classification": "included",
|
|
1568
1661
|
"source": "workflow-call-input"
|
|
1569
1662
|
},
|
|
1663
|
+
"runtime-ref": {
|
|
1664
|
+
"classification": "included",
|
|
1665
|
+
"source": "workflow-call-input"
|
|
1666
|
+
},
|
|
1667
|
+
"runtime-selection": {
|
|
1668
|
+
"classification": "included",
|
|
1669
|
+
"source": "workflow-call-input"
|
|
1670
|
+
},
|
|
1570
1671
|
"staging-apply": {
|
|
1571
1672
|
"classification": "included",
|
|
1572
1673
|
"source": "workflow-call-input"
|
|
@@ -1596,7 +1697,7 @@
|
|
|
1596
1697
|
"missing receipts are non-qualifying and must not be represented as a successful controller run"
|
|
1597
1698
|
],
|
|
1598
1699
|
"breakingDigest": "sha256:ad5e695f42245fdbe53afbef5311ae52f113c9016bec46eaff4476aeb158ec17",
|
|
1599
|
-
"auditDigest": "sha256:
|
|
1700
|
+
"auditDigest": "sha256:728c58f1fcba02b0cd6f90d51f1e2125f000bd4674d798136ce13fb65cc5ef2c"
|
|
1600
1701
|
},
|
|
1601
1702
|
{
|
|
1602
1703
|
"contractVersion": 1,
|
|
@@ -1641,16 +1742,14 @@
|
|
|
1641
1742
|
"artifact-retention-days",
|
|
1642
1743
|
"build-command",
|
|
1643
1744
|
"buildchain-alpha-contract-lock-path",
|
|
1644
|
-
"buildchain-contract-compatibility-policy",
|
|
1645
|
-
"buildchain-contract-drift-issue-mode",
|
|
1646
|
-
"buildchain-contract-lock-path",
|
|
1647
|
-
"buildchain-ref",
|
|
1648
|
-
"buildchain-repository",
|
|
1649
1745
|
"buildchain-stable-contract-lock-path",
|
|
1746
|
+
"contract-lock",
|
|
1650
1747
|
"node-version",
|
|
1651
1748
|
"package-name",
|
|
1652
1749
|
"prepare-paper-package",
|
|
1653
1750
|
"publish-dist-tag",
|
|
1751
|
+
"runtime-ref",
|
|
1752
|
+
"runtime-selection",
|
|
1654
1753
|
"setup-node",
|
|
1655
1754
|
"target-ref",
|
|
1656
1755
|
"toolchain-command",
|
|
@@ -1662,8 +1761,8 @@
|
|
|
1662
1761
|
],
|
|
1663
1762
|
"controllerDescriptor": {
|
|
1664
1763
|
"contract": "buildchain.controller-descriptor/v1",
|
|
1665
|
-
"digest": "sha256:
|
|
1666
|
-
"registryDigest": "sha256:
|
|
1764
|
+
"digest": "sha256:8807dfdad8dc0ae15b51616049804b8a44936d37e364d209e099f680385d81af",
|
|
1765
|
+
"registryDigest": "sha256:f3a2670f026d44ad84d482668ef5ee2a447a4f80f986c96986d61977272bdccd",
|
|
1667
1766
|
"inputClassifications": {
|
|
1668
1767
|
"artifact-name": {
|
|
1669
1768
|
"classification": "included",
|
|
@@ -1685,43 +1784,35 @@
|
|
|
1685
1784
|
"classification": "digest-only",
|
|
1686
1785
|
"source": "workflow-call-input"
|
|
1687
1786
|
},
|
|
1688
|
-
"buildchain-contract-
|
|
1689
|
-
"classification": "included",
|
|
1690
|
-
"source": "workflow-call-input"
|
|
1691
|
-
},
|
|
1692
|
-
"buildchain-contract-drift-issue-mode": {
|
|
1693
|
-
"classification": "included",
|
|
1694
|
-
"source": "workflow-call-input"
|
|
1695
|
-
},
|
|
1696
|
-
"buildchain-contract-lock-path": {
|
|
1787
|
+
"buildchain-stable-contract-lock-path": {
|
|
1697
1788
|
"classification": "digest-only",
|
|
1698
1789
|
"source": "workflow-call-input"
|
|
1699
1790
|
},
|
|
1700
|
-
"
|
|
1791
|
+
"contract-lock": {
|
|
1701
1792
|
"classification": "included",
|
|
1702
1793
|
"source": "workflow-call-input"
|
|
1703
1794
|
},
|
|
1704
|
-
"
|
|
1795
|
+
"node-version": {
|
|
1705
1796
|
"classification": "included",
|
|
1706
1797
|
"source": "workflow-call-input"
|
|
1707
1798
|
},
|
|
1708
|
-
"
|
|
1709
|
-
"classification": "
|
|
1799
|
+
"package-name": {
|
|
1800
|
+
"classification": "included",
|
|
1710
1801
|
"source": "workflow-call-input"
|
|
1711
1802
|
},
|
|
1712
|
-
"
|
|
1803
|
+
"prepare-paper-package": {
|
|
1713
1804
|
"classification": "included",
|
|
1714
1805
|
"source": "workflow-call-input"
|
|
1715
1806
|
},
|
|
1716
|
-
"
|
|
1807
|
+
"publish-dist-tag": {
|
|
1717
1808
|
"classification": "included",
|
|
1718
1809
|
"source": "workflow-call-input"
|
|
1719
1810
|
},
|
|
1720
|
-
"
|
|
1811
|
+
"runtime-ref": {
|
|
1721
1812
|
"classification": "included",
|
|
1722
1813
|
"source": "workflow-call-input"
|
|
1723
1814
|
},
|
|
1724
|
-
"
|
|
1815
|
+
"runtime-selection": {
|
|
1725
1816
|
"classification": "included",
|
|
1726
1817
|
"source": "workflow-call-input"
|
|
1727
1818
|
},
|
|
@@ -1766,7 +1857,7 @@
|
|
|
1766
1857
|
"missing receipts are non-qualifying and must not be represented as a successful controller run"
|
|
1767
1858
|
],
|
|
1768
1859
|
"breakingDigest": "sha256:64043b583051b8fc5320b5d6f2304120037fb6a14b8448edbf6e91908f719739",
|
|
1769
|
-
"auditDigest": "sha256:
|
|
1860
|
+
"auditDigest": "sha256:8ffe778e9895143bb9fc6571dc7b04006eddc9def16691fae9b45bb4329d28c7"
|
|
1770
1861
|
},
|
|
1771
1862
|
{
|
|
1772
1863
|
"contractVersion": 1,
|
|
@@ -1819,9 +1910,7 @@
|
|
|
1819
1910
|
"artifact-paths",
|
|
1820
1911
|
"artifact-retention-days",
|
|
1821
1912
|
"branch-protection-bypass-apps",
|
|
1822
|
-
"
|
|
1823
|
-
"buildchain-ref",
|
|
1824
|
-
"buildchain-repository",
|
|
1913
|
+
"contract-lock",
|
|
1825
1914
|
"dry-run",
|
|
1826
1915
|
"github-governance-receipt-json",
|
|
1827
1916
|
"github-release",
|
|
@@ -1832,6 +1921,8 @@
|
|
|
1832
1921
|
"release-passport-output-dir",
|
|
1833
1922
|
"release-passport-product-name",
|
|
1834
1923
|
"required-status-check",
|
|
1924
|
+
"runtime-ref",
|
|
1925
|
+
"runtime-selection",
|
|
1835
1926
|
"target-ref",
|
|
1836
1927
|
"target-sha",
|
|
1837
1928
|
"toolchain-type",
|
|
@@ -1841,8 +1932,8 @@
|
|
|
1841
1932
|
],
|
|
1842
1933
|
"controllerDescriptor": {
|
|
1843
1934
|
"contract": "buildchain.controller-descriptor/v1",
|
|
1844
|
-
"digest": "sha256:
|
|
1845
|
-
"registryDigest": "sha256:
|
|
1935
|
+
"digest": "sha256:f98dae8ad9a494e651690ac128cf4b1b4a6df55cfb255ecca24dae60d0d205fa",
|
|
1936
|
+
"registryDigest": "sha256:f3a2670f026d44ad84d482668ef5ee2a447a4f80f986c96986d61977272bdccd",
|
|
1846
1937
|
"inputClassifications": {
|
|
1847
1938
|
"BUILDCHAIN_GENERATED_WRITE_APP_CLIENT_ID": {
|
|
1848
1939
|
"classification": "redacted",
|
|
@@ -1876,15 +1967,7 @@
|
|
|
1876
1967
|
"classification": "included",
|
|
1877
1968
|
"source": "workflow-call-input"
|
|
1878
1969
|
},
|
|
1879
|
-
"
|
|
1880
|
-
"classification": "digest-only",
|
|
1881
|
-
"source": "workflow-call-input"
|
|
1882
|
-
},
|
|
1883
|
-
"buildchain-ref": {
|
|
1884
|
-
"classification": "included",
|
|
1885
|
-
"source": "workflow-call-input"
|
|
1886
|
-
},
|
|
1887
|
-
"buildchain-repository": {
|
|
1970
|
+
"contract-lock": {
|
|
1888
1971
|
"classification": "included",
|
|
1889
1972
|
"source": "workflow-call-input"
|
|
1890
1973
|
},
|
|
@@ -1928,6 +2011,14 @@
|
|
|
1928
2011
|
"classification": "included",
|
|
1929
2012
|
"source": "workflow-call-input"
|
|
1930
2013
|
},
|
|
2014
|
+
"runtime-ref": {
|
|
2015
|
+
"classification": "included",
|
|
2016
|
+
"source": "workflow-call-input"
|
|
2017
|
+
},
|
|
2018
|
+
"runtime-selection": {
|
|
2019
|
+
"classification": "included",
|
|
2020
|
+
"source": "workflow-call-input"
|
|
2021
|
+
},
|
|
1931
2022
|
"target-ref": {
|
|
1932
2023
|
"classification": "included",
|
|
1933
2024
|
"source": "workflow-call-input"
|
|
@@ -1961,7 +2052,7 @@
|
|
|
1961
2052
|
"missing receipts are non-qualifying and must not be represented as a successful controller run"
|
|
1962
2053
|
],
|
|
1963
2054
|
"breakingDigest": "sha256:1175b298251f200a6290c7f46d79f70e5c703279d3a5c5e9776bb18d4e4f7b52",
|
|
1964
|
-
"auditDigest": "sha256:
|
|
2055
|
+
"auditDigest": "sha256:0bd9ce9bff3b6e6472d153cdd291c97de83a78b5679d795a3016a38df4c6b364"
|
|
1965
2056
|
},
|
|
1966
2057
|
{
|
|
1967
2058
|
"contractVersion": 1,
|
|
@@ -2016,12 +2107,15 @@
|
|
|
2016
2107
|
"buildchain-issue-app-id",
|
|
2017
2108
|
"buildchain-issue-app-private-key",
|
|
2018
2109
|
"buildchain-issue-token",
|
|
2019
|
-
"
|
|
2110
|
+
"contract-lock",
|
|
2111
|
+
"request-json",
|
|
2112
|
+
"runtime-ref",
|
|
2113
|
+
"runtime-selection"
|
|
2020
2114
|
],
|
|
2021
2115
|
"controllerDescriptor": {
|
|
2022
2116
|
"contract": "buildchain.controller-descriptor/v1",
|
|
2023
|
-
"digest": "sha256:
|
|
2024
|
-
"registryDigest": "sha256:
|
|
2117
|
+
"digest": "sha256:699a18f875d395d830bb07c511ec7e6e9dff1ac97a057004a0e58c51d065ce19",
|
|
2118
|
+
"registryDigest": "sha256:f3a2670f026d44ad84d482668ef5ee2a447a4f80f986c96986d61977272bdccd",
|
|
2025
2119
|
"inputClassifications": {
|
|
2026
2120
|
"BUILDCHAIN_ISSUE_APP_ID": {
|
|
2027
2121
|
"classification": "redacted",
|
|
@@ -2063,9 +2157,21 @@
|
|
|
2063
2157
|
"classification": "redacted",
|
|
2064
2158
|
"source": "workflow-call-secret"
|
|
2065
2159
|
},
|
|
2160
|
+
"contract-lock": {
|
|
2161
|
+
"classification": "included",
|
|
2162
|
+
"source": "workflow-call-input"
|
|
2163
|
+
},
|
|
2066
2164
|
"request-json": {
|
|
2067
2165
|
"classification": "digest-only",
|
|
2068
2166
|
"source": "workflow-call-input"
|
|
2167
|
+
},
|
|
2168
|
+
"runtime-ref": {
|
|
2169
|
+
"classification": "included",
|
|
2170
|
+
"source": "workflow-call-input"
|
|
2171
|
+
},
|
|
2172
|
+
"runtime-selection": {
|
|
2173
|
+
"classification": "included",
|
|
2174
|
+
"source": "workflow-call-input"
|
|
2069
2175
|
}
|
|
2070
2176
|
}
|
|
2071
2177
|
},
|
|
@@ -2076,7 +2182,7 @@
|
|
|
2076
2182
|
"missing receipts are non-qualifying and must not be represented as a successful controller run"
|
|
2077
2183
|
],
|
|
2078
2184
|
"breakingDigest": "sha256:884bc7c4dccbc561b1d22a20cc5f7f50172c9691775aa2b84179e036a138cb20",
|
|
2079
|
-
"auditDigest": "sha256:
|
|
2185
|
+
"auditDigest": "sha256:0db2252d311d3db96afb72636fb76c17229800aa1c1cde202ee6a097c36c534a"
|
|
2080
2186
|
},
|
|
2081
2187
|
{
|
|
2082
2188
|
"contractVersion": 1,
|
|
@@ -2119,8 +2225,7 @@
|
|
|
2119
2225
|
"optionalInputs": [
|
|
2120
2226
|
"agent-work-context-json",
|
|
2121
2227
|
"agent-work-mode",
|
|
2122
|
-
"
|
|
2123
|
-
"buildchain-repository",
|
|
2228
|
+
"contract-lock",
|
|
2124
2229
|
"downstream-base-ref",
|
|
2125
2230
|
"downstream-branch",
|
|
2126
2231
|
"downstream-prepare-command",
|
|
@@ -2135,13 +2240,15 @@
|
|
|
2135
2240
|
"pr-title",
|
|
2136
2241
|
"propagation-token",
|
|
2137
2242
|
"refresh-managed-readme-badges",
|
|
2243
|
+
"runtime-ref",
|
|
2244
|
+
"runtime-selection",
|
|
2138
2245
|
"source-node",
|
|
2139
2246
|
"upstream-release-json"
|
|
2140
2247
|
],
|
|
2141
2248
|
"controllerDescriptor": {
|
|
2142
2249
|
"contract": "buildchain.controller-descriptor/v1",
|
|
2143
|
-
"digest": "sha256:
|
|
2144
|
-
"registryDigest": "sha256:
|
|
2250
|
+
"digest": "sha256:bf6c18f33642654314281e4f1aaf49c16d3a8e765e62c7162ad53beaef630c76",
|
|
2251
|
+
"registryDigest": "sha256:f3a2670f026d44ad84d482668ef5ee2a447a4f80f986c96986d61977272bdccd",
|
|
2145
2252
|
"inputClassifications": {
|
|
2146
2253
|
"agent-work-context-json": {
|
|
2147
2254
|
"classification": "digest-only",
|
|
@@ -2151,11 +2258,7 @@
|
|
|
2151
2258
|
"classification": "included",
|
|
2152
2259
|
"source": "workflow-call-input"
|
|
2153
2260
|
},
|
|
2154
|
-
"
|
|
2155
|
-
"classification": "included",
|
|
2156
|
-
"source": "workflow-call-input"
|
|
2157
|
-
},
|
|
2158
|
-
"buildchain-repository": {
|
|
2261
|
+
"contract-lock": {
|
|
2159
2262
|
"classification": "included",
|
|
2160
2263
|
"source": "workflow-call-input"
|
|
2161
2264
|
},
|
|
@@ -2215,6 +2318,14 @@
|
|
|
2215
2318
|
"classification": "included",
|
|
2216
2319
|
"source": "workflow-call-input"
|
|
2217
2320
|
},
|
|
2321
|
+
"runtime-ref": {
|
|
2322
|
+
"classification": "included",
|
|
2323
|
+
"source": "workflow-call-input"
|
|
2324
|
+
},
|
|
2325
|
+
"runtime-selection": {
|
|
2326
|
+
"classification": "included",
|
|
2327
|
+
"source": "workflow-call-input"
|
|
2328
|
+
},
|
|
2218
2329
|
"source-node": {
|
|
2219
2330
|
"classification": "included",
|
|
2220
2331
|
"source": "workflow-call-input"
|
|
@@ -2232,7 +2343,7 @@
|
|
|
2232
2343
|
"missing receipts are non-qualifying and must not be represented as a successful controller run"
|
|
2233
2344
|
],
|
|
2234
2345
|
"breakingDigest": "sha256:63cbc80ea892431ee4780c358a60f4357ba95553c632dd86e1d62c18e375ecca",
|
|
2235
|
-
"auditDigest": "sha256:
|
|
2346
|
+
"auditDigest": "sha256:64f8aa3f462050f332bba0880eabec68cb149239656f06c134dad17d1bb01318"
|
|
2236
2347
|
},
|
|
2237
2348
|
{
|
|
2238
2349
|
"contractVersion": 1,
|
|
@@ -2276,7 +2387,7 @@
|
|
|
2276
2387
|
"controllerDescriptor": {
|
|
2277
2388
|
"contract": "buildchain.controller-descriptor/v1",
|
|
2278
2389
|
"digest": "sha256:2e6bee5214be76d3f2b8088e23f3a61a79124696f2d69ec3cc86d793d2306ead",
|
|
2279
|
-
"registryDigest": "sha256:
|
|
2390
|
+
"registryDigest": "sha256:f3a2670f026d44ad84d482668ef5ee2a447a4f80f986c96986d61977272bdccd",
|
|
2280
2391
|
"inputClassifications": {}
|
|
2281
2392
|
},
|
|
2282
2393
|
"guarantees": [
|
|
@@ -2286,12 +2397,12 @@
|
|
|
2286
2397
|
"missing receipts are non-qualifying and must not be represented as a successful controller run"
|
|
2287
2398
|
],
|
|
2288
2399
|
"breakingDigest": "sha256:c8dc1280b05fa2fc1e976292d7a3d31d6dfb99ce1a814834462e634b38671859",
|
|
2289
|
-
"auditDigest": "sha256:
|
|
2400
|
+
"auditDigest": "sha256:4c892cec44e63f9e11a30efe5d19b6fbc4d655f7efc434f6fb0e06aaa705a57a"
|
|
2290
2401
|
}
|
|
2291
2402
|
],
|
|
2292
2403
|
"compatibilityFactRegistryRoot": "sha256:ea8f656c9fd74aa2d2fb9b7807e7daa39a708f6a7cd37ab7d154eac7be5605a6",
|
|
2293
2404
|
"compatibilityFactCutRoot": "sha256:58f33e498596505a26b6fc3c7ae5acef847ff699eee6c7e17a7b318a40bdf0d6",
|
|
2294
2405
|
"compatibilityProofRegistryRoot": "sha256:2f6477405c7891b754b33ad6515d55618bd320e7cdc59330d7cc645e17201e72",
|
|
2295
|
-
"compatibilityDigest": "sha256:
|
|
2296
|
-
"contractDigest": "sha256:
|
|
2406
|
+
"compatibilityDigest": "sha256:b1088f1c224329b16cd23c285bc69334aa1ee102e5b44d5c09aaf156d76821b6",
|
|
2407
|
+
"contractDigest": "sha256:c62b2ab4d4ee1d41bb34e3ffbaaa353bc46dd854ed3b78b99f6806d7aac3a8f5"
|
|
2297
2408
|
}
|