@kungfu-tech/buildchain 4.0.2-alpha.9 → 4.0.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 +10 -1
- package/CONTRIBUTING.md +24 -0
- package/README.md +2 -2
- package/actions/promote-buildchain-ref/README.md +1 -1
- package/actions/v4-release-candidate-promote/README.md +28 -0
- package/architecture/agent-change-map.md +64 -7
- package/architecture/ci-lane-change-budget.json +366 -0
- package/architecture/internal-capabilities.json +53 -8
- package/architecture/maintainability-debt.json +147 -93
- package/architecture/maintainability-policy.json +32 -28
- package/architecture/release-tail-contract-inventory.json +6 -6
- package/architecture/v4-architecture-constitution.md +23 -20
- package/architecture/v4-cross-platform-adopter-qualification.json +1 -1
- package/architecture/v4-delivery-authority-parity.json +2 -2
- package/architecture/v4-delivery-warrant-shadow-bootstrap-plan.json +1 -1
- package/architecture/v4-floating-consumer-policy.json +2 -2
- package/architecture/v4-next-development-parity.json +5 -5
- package/architecture/v4-partial-mutation-recovery-qualification.json +4 -1
- package/architecture/v4-platform-stage-checkpoints.json +1 -1
- package/architecture/v4-provider-operation-journal-contract.json +5 -2
- package/architecture/v4-publication-facade-patches.json +64 -0
- package/architecture/v4-release-activation-shadow-domain.json +5 -2
- package/architecture/v4-release-topology.json +74 -39
- package/architecture/v4-rust-wasm-production-authority.json +58 -0
- package/architecture/v4-stable-publication-fence.json +5 -2
- package/architecture/v4-stage-capsule-qualification.json +2 -2
- package/architecture/v4-tail-reseal-parity.json +8 -6
- package/architecture/v4-universal-workflow-bootstrap.json +171 -0
- package/architecture/v4-universal-workflow-fault-campaign.json +72 -0
- package/architecture/v4-universal-workflow-train-admission.json +40 -0
- package/architecture/workflow-taxonomy.json +1451 -0
- package/bin/buildchain.mjs +7 -7
- package/contracts/buildchain-v2-residuals-v1.json +57 -48
- package/contracts/dev-delivery-authority-v2.schema.json +16 -2
- package/contracts/fixtures/v4-tail-reseal-v1/valid.json +1 -1
- package/contracts/v4-canonical-contracts-v1.schema.json +1 -0
- package/dist/site/buildchain-contract.json +93 -48
- package/dist/site/buildchain-site.json +222 -69
- package/dist/site/capability-registry.json +4 -4
- package/dist/site/controller-registry.json +50 -13
- package/dist/site/kfd-claims.json +2585 -1000
- package/dist/site/kfd-upstream-aggregate.json +1 -1
- package/dist/site/manual-registry.json +13 -13
- package/dist/site/node-api-registry.json +120 -115
- package/dist/site/page-registry.json +204 -51
- package/dist/site/public-surface-audit.json +3205 -1219
- package/dist/site/publication-authority-registry.json +1124 -362
- package/dist/site/publication-registry.json +4 -4
- package/dist/site/schemas/dev-delivery-authority-v2.schema.json +16 -2
- package/dist/site/site-manifest.json +17 -17
- package/dist/site/workflow-registry.json +5061 -1659
- package/docs/MAP.md +1 -0
- package/docs/auditable-demo.md +1 -1
- package/docs/cli.md +21 -8
- package/docs/dev-delivery-warrant.md +1 -1
- package/docs/engineering-housekeeper.md +3 -3
- package/docs/kfd-support.md +26 -2
- package/docs/next-development-transition.md +2 -2
- package/docs/node-api-reference.md +190 -190
- package/docs/publication-authority.md +2 -2
- package/docs/release-candidate.md +3 -3
- package/docs/release-flow.md +67 -19
- package/docs/release-governance.md +8 -8
- package/docs/release-passport.md +27 -2
- package/docs/reusable-build-surface.md +16 -0
- package/docs/v4-adopter-delivery.md +2 -2
- package/docs/v4-production-release.md +71 -8
- package/docs/v4-rust-wasm-production-authority.md +58 -0
- package/docs/v4-stage-capsule.md +2 -2
- package/docs/v4-tail-reseal.md +1 -1
- package/docs/workflow-catalog.md +154 -0
- package/docs/workflow-path-migration.md +109 -0
- package/package.json +10 -6
- package/packages/core/artifact-verification-envelope.js +5 -5
- package/packages/core/buildchain-contract.js +1 -1
- package/packages/core/buildchain-kfd-claims.js +2 -2
- package/packages/core/buildchain-publication-authority.js +42 -26
- package/packages/core/buildchain-v4-domain.wasm +0 -0
- package/packages/core/ci-lane-change-budget.js +14 -1
- package/packages/core/controller-evidence.js +4 -1
- package/packages/core/dev-delivery-candidate-identity.js +40 -6
- package/packages/core/dev-delivery-warrant-state.js +3 -4
- package/packages/core/dev-delivery-warrant.js +12 -2
- package/packages/core/github-governance-authority.js +4 -4
- package/packages/core/kfd-adopter-manifest.js +46 -47
- package/packages/core/next-development-projection.js +2 -2
- package/packages/core/paper-agent-entry.js +30 -4
- package/packages/core/paper-fleet.js +1 -1
- package/packages/core/paper-runtime-channels.js +348 -0
- package/packages/core/paper-scaffold-content.js +10 -0
- package/packages/core/paper.js +37 -71
- package/packages/core/release-line-dry-run.js +1 -1
- package/packages/core/release-passport-contract.js +5 -5
- package/packages/core/release-passport.js +5 -4
- package/packages/core/release-tail-provider-plane.js +68 -1048
- package/packages/core/v4-canonical-contracts.js +10 -75
- package/packages/core/v4-domain-wasm-artifact.js +7 -0
- package/packages/core/v4-domain-wasm.js +216 -0
- package/packages/core/v4-floating-consumer-evidence.js +1 -1
- package/packages/core/v4-floating-consumer-policy.js +1 -1
- package/packages/core/v4-partial-mutation-recovery-qualification.js +9 -386
- package/packages/core/v4-product-publication.js +19 -349
- package/packages/core/v4-protected-publication-source.js +19 -21
- package/packages/core/v4-provider-operation-journal.js +18 -487
- package/packages/core/v4-provider-readback-idempotency.js +12 -97
- package/packages/core/v4-release-activation-shadow.js +13 -500
- package/packages/core/v4-release-invocation.js +28 -389
- package/packages/core/v4-stable-publication-fence.js +13 -342
- package/packages/core/v4-universal-workflow-bootstrap.js +586 -0
- package/scripts/binary-publication-evidence.mjs +135 -0
- package/scripts/build-contract-core.mjs +1 -14
- package/scripts/build-v4-domain-wasm.mjs +189 -0
- package/scripts/check-action-bundles.mjs +12 -2
- package/scripts/check-ci-lane-change-budget.mjs +4 -1
- package/scripts/check-core-mechanism-inventory.mjs +4 -3
- package/scripts/check-inventory.mjs +35 -44
- package/scripts/check-maintainability.mjs +16 -113
- package/scripts/check-v4-floating-consumer-policy-contract.mjs +2 -2
- package/scripts/check-v4-public-dogfood-contract.mjs +22 -9
- package/scripts/check-v4-release-topology.mjs +90 -33
- package/scripts/check-v4-runtime-semantic-closure.mjs +4 -1
- package/scripts/check-v4-universal-workflow-bootstrap.mjs +266 -0
- package/scripts/check-workflow-taxonomy.mjs +6 -0
- package/scripts/copy-v4-domain-wasm.mjs +14 -0
- package/scripts/dev-delivery-authority-command-adapters.mjs +1 -1
- package/scripts/dev-delivery-authority.mjs +8 -8
- package/scripts/dev-delivery-source-proof-reuse.mjs +2 -1
- package/scripts/dev-delivery-warrant-options.mjs +14 -9
- package/scripts/dev-delivery-warrant-store.mjs +73 -7
- package/scripts/dev-delivery-warrant-transition.mjs +109 -0
- package/scripts/dev-delivery-warrant.mjs +76 -99
- package/scripts/dev-pr-auto-merge.mjs +15 -15
- package/scripts/generate-channel-build-workflow.mjs +7 -2
- package/scripts/generate-channel-promotion-workflow.mjs +7 -5
- package/scripts/generate-site-bundle.mjs +11 -11
- package/scripts/generate-v4-universal-workflow-facades.mjs +458 -0
- package/scripts/generate-workflow-taxonomy.mjs +25 -0
- package/scripts/github-output.mjs +31 -0
- package/scripts/maintainability-metrics.mjs +16 -5
- package/scripts/maintainability-public-surface.mjs +115 -0
- package/scripts/next-development-review.mjs +307 -0
- package/scripts/paper-work-fleet-cli.mjs +2 -0
- package/scripts/release-asset-client.mjs +91 -0
- package/scripts/release-candidate-resolver.mjs +9 -9
- package/scripts/source-verification-evidence.mjs +344 -0
- package/scripts/stable-candidate-qualification.mjs +1 -1
- package/scripts/universal-facade-maintainability.mjs +82 -0
- package/scripts/v4-product-publication-intent.mjs +13 -6
- package/scripts/v4-publication-settlement.mjs +211 -0
- package/scripts/v4-universal-workflow-backflow.mjs +212 -0
- package/scripts/v4-universal-workflow-engine.mjs +618 -0
- package/scripts/v4-universal-workflow-self-dogfood.mjs +205 -0
- package/scripts/verify-version-state-delta.mjs +173 -0
- package/scripts/workflow-taxonomy.mjs +507 -0
- package/templates/native-dev-delivery.yml +4 -7
- package/templates/universal-buildchain-bootstrap-recovery.yml +282 -0
- package/templates/universal-buildchain-bootstrap.yml +28 -0
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"productionWriterCount": 1,
|
|
11
11
|
"fenceAuthority": "rust-v4-core",
|
|
12
12
|
"fenceWriterCount": 1,
|
|
13
|
-
"typescript": "
|
|
13
|
+
"typescript": "wasm-calling-provider-adapter",
|
|
14
14
|
"candidateSelfQualification": false,
|
|
15
15
|
"productionWriteChange": true
|
|
16
16
|
},
|
|
@@ -29,7 +29,10 @@
|
|
|
29
29
|
"publicationTargets": ["stable-ref", "npm-tag", "oci-tag", "github-release"],
|
|
30
30
|
"implementations": {
|
|
31
31
|
"rustDomain": "crates/buildchain-v4-contracts/src/stable_publication_fence.rs",
|
|
32
|
-
"typescript": "packages/core/v4-stable-publication-fence.js"
|
|
32
|
+
"typescript": "packages/core/v4-stable-publication-fence.js",
|
|
33
|
+
"wasmRuntime": "packages/core/v4-domain-wasm.js",
|
|
34
|
+
"wasmArtifact": "packages/core/buildchain-v4-domain.wasm",
|
|
35
|
+
"artifactMetadata": "packages/core/v4-domain-wasm-artifact.js"
|
|
33
36
|
},
|
|
34
37
|
"roots": [
|
|
35
38
|
"stable-publication-candidate",
|
|
@@ -24,8 +24,8 @@
|
|
|
24
24
|
]
|
|
25
25
|
},
|
|
26
26
|
"publicConsumerDogfood": {
|
|
27
|
-
"callerWorkflow": ".github/workflows/
|
|
28
|
-
"reusableWorkflow": "kungfu-systems/buildchain/.github/workflows/
|
|
27
|
+
"callerWorkflow": ".github/workflows/self-build-public-consumer-dogfood.yml",
|
|
28
|
+
"reusableWorkflow": "kungfu-systems/buildchain/.github/workflows/public-build-stage-capsule-canary.yml",
|
|
29
29
|
"validationRef": "v4-alpha",
|
|
30
30
|
"invocation": "workflow_call",
|
|
31
31
|
"runtimeBinding": "job.workflow_sha",
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
},
|
|
11
11
|
"target": {
|
|
12
12
|
"branch": "dev/v4/v4.0",
|
|
13
|
-
"publicReusableWorkflow": "kungfu-systems/buildchain/.github/workflows/
|
|
13
|
+
"publicReusableWorkflow": "kungfu-systems/buildchain/.github/workflows/public-ops-tail-reseal.yml@v4-alpha",
|
|
14
14
|
"requestSchema": "contracts/v4-tail-reseal-v1.schema.json",
|
|
15
15
|
"planner": "packages/core/v4-tail-reseal.js",
|
|
16
16
|
"admission": "packages/core/v4-tail-reseal-github.js",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"disposition": "implemented",
|
|
58
58
|
"implementationEvidence": [
|
|
59
59
|
"scripts/v4-tail-reseal.mjs",
|
|
60
|
-
".github/workflows/
|
|
60
|
+
".github/workflows/public-ops-tail-reseal.yml"
|
|
61
61
|
],
|
|
62
62
|
"verificationEvidence": ["tests/v4-tail-reseal.test.mjs"]
|
|
63
63
|
},
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
"disposition": "implemented",
|
|
85
85
|
"implementationEvidence": [
|
|
86
86
|
"packages/core/v4-tail-reseal.js",
|
|
87
|
-
".github/workflows/
|
|
87
|
+
".github/workflows/public-ops-tail-reseal.yml"
|
|
88
88
|
],
|
|
89
89
|
"verificationEvidence": ["tests/v4-tail-reseal.test.mjs"]
|
|
90
90
|
},
|
|
@@ -111,7 +111,7 @@
|
|
|
111
111
|
"disposition": "implemented",
|
|
112
112
|
"implementationEvidence": [
|
|
113
113
|
"packages/core/v4-tail-reseal-receipt.js",
|
|
114
|
-
".github/workflows/
|
|
114
|
+
".github/workflows/public-ops-tail-reseal.yml"
|
|
115
115
|
],
|
|
116
116
|
"verificationEvidence": ["tests/v4-tail-reseal.test.mjs"]
|
|
117
117
|
},
|
|
@@ -119,7 +119,9 @@
|
|
|
119
119
|
"id": "TR-10",
|
|
120
120
|
"claim": "The reusable workflow resolves job.workflow_sha as runtime evidence and exposes no persisted SHA, variable indirection or private self-dogfood path.",
|
|
121
121
|
"disposition": "implemented",
|
|
122
|
-
"implementationEvidence": [
|
|
122
|
+
"implementationEvidence": [
|
|
123
|
+
".github/workflows/public-ops-tail-reseal.yml"
|
|
124
|
+
],
|
|
123
125
|
"verificationEvidence": ["tests/v4-tail-reseal-parity.test.mjs"]
|
|
124
126
|
},
|
|
125
127
|
{
|
|
@@ -146,5 +148,5 @@
|
|
|
146
148
|
"verificationEvidence": []
|
|
147
149
|
}
|
|
148
150
|
],
|
|
149
|
-
"matrixRoot": "sha256:
|
|
151
|
+
"matrixRoot": "sha256:dc8d99f2e90473abde7a04c02300e7bfd0b48a2ff187e99fae0bc090ff2a855d"
|
|
150
152
|
}
|
|
@@ -0,0 +1,171 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schema": "kungfu-buildchain-v4-universal-workflow-bootstrap/v1",
|
|
3
|
+
"status": "migration-active",
|
|
4
|
+
"bootstrap": {
|
|
5
|
+
"publicWorkflow": ".github/workflows/bootstrap.yml",
|
|
6
|
+
"requestSchema": "kungfu-buildchain-v4-universal-workflow-request/v1",
|
|
7
|
+
"admissionSchema": "kungfu-buildchain-v4-universal-workflow-admission/v1",
|
|
8
|
+
"terminalReceiptSchema": "kungfu-buildchain-v4-universal-workflow-terminal-receipt/v1",
|
|
9
|
+
"candidateRepository": "kungfu-systems/buildchain",
|
|
10
|
+
"candidateEnginePath": "scripts/v4-universal-workflow-engine.mjs",
|
|
11
|
+
"consumerTemplate": "templates/universal-buildchain-bootstrap.yml",
|
|
12
|
+
"consumerRecoveryTemplate": "templates/universal-buildchain-bootstrap-recovery.yml",
|
|
13
|
+
"consumerRecoveryWorkflow": ".github/workflows/universal-bootstrap-recovery.yml",
|
|
14
|
+
"consumerRecoveryMode": "separate-pre-positioned-consumer-owned-shell",
|
|
15
|
+
"recoveryDependsOnPublishedBuildchain": false,
|
|
16
|
+
"selfDogfoodWorkflow": ".github/workflows/self-ops-bootstrap-dogfood.yml",
|
|
17
|
+
"faultCampaign": "architecture/v4-universal-workflow-fault-campaign.json",
|
|
18
|
+
"discoveryRefExecutionAuthority": false,
|
|
19
|
+
"exactShaExecutionAuthority": true,
|
|
20
|
+
"consumerSourceMutationPerIncident": false,
|
|
21
|
+
"consumerAdmission": "verified-caller-exact-repository-workflow-and-source",
|
|
22
|
+
"reviewRuntimeBinding": "reviewed-head-or-protected-alpha-merge-to-exact-runtime",
|
|
23
|
+
"buildchainReleasePromotionPerIncident": false,
|
|
24
|
+
"selfDogfoodUsesPublicContract": true
|
|
25
|
+
},
|
|
26
|
+
"capabilityAdapters": [
|
|
27
|
+
{
|
|
28
|
+
"id": "bootstrap-conformance",
|
|
29
|
+
"execution": "exact-candidate-engine",
|
|
30
|
+
"payloadSchema": "kungfu-buildchain-v4-universal-bootstrap-conformance/v1",
|
|
31
|
+
"providerEffects": false
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"id": "release-candidate-promote",
|
|
35
|
+
"execution": "exact-candidate-action-and-provider-readback",
|
|
36
|
+
"payloadSchema": "kungfu-buildchain-v4-universal-release-promotion/v1",
|
|
37
|
+
"providerEffects": true
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"id": "release-invocation",
|
|
41
|
+
"execution": "exact-candidate-canonical-projection",
|
|
42
|
+
"payloadSchema": "kungfu-buildchain-v4-release-invocation/v1",
|
|
43
|
+
"providerEffects": false
|
|
44
|
+
}
|
|
45
|
+
],
|
|
46
|
+
"complexityBudget": {
|
|
47
|
+
"bootstrapAbis": 1,
|
|
48
|
+
"requestEnvelopes": 1,
|
|
49
|
+
"candidateResolvers": 1,
|
|
50
|
+
"candidateEngines": 1,
|
|
51
|
+
"terminalReceiptAuthorities": 1,
|
|
52
|
+
"perWorkflowBootstrapImplementations": 0,
|
|
53
|
+
"buildchainOnlySelfReleasePaths": 0,
|
|
54
|
+
"perIncidentConsumerEdits": 0
|
|
55
|
+
},
|
|
56
|
+
"permissionCeiling": {
|
|
57
|
+
"actions": "write",
|
|
58
|
+
"artifact-metadata": "write",
|
|
59
|
+
"attestations": "write",
|
|
60
|
+
"checks": "write",
|
|
61
|
+
"contents": "write",
|
|
62
|
+
"deployments": "write",
|
|
63
|
+
"id-token": "write",
|
|
64
|
+
"issues": "write",
|
|
65
|
+
"packages": "write",
|
|
66
|
+
"pages": "write",
|
|
67
|
+
"pull-requests": "write",
|
|
68
|
+
"security-events": "write",
|
|
69
|
+
"statuses": "write"
|
|
70
|
+
},
|
|
71
|
+
"inventoryWorkflows": [
|
|
72
|
+
".github/workflows/.auditable-demo.yml",
|
|
73
|
+
".github/workflows/.binary-release-assets.yml",
|
|
74
|
+
".github/workflows/.build.yml",
|
|
75
|
+
".github/workflows/.bump-minor-version.yml",
|
|
76
|
+
".github/workflows/.declarative-auditable-demo.yml",
|
|
77
|
+
".github/workflows/.gate-profile.yml",
|
|
78
|
+
".github/workflows/.publication-authority.yml",
|
|
79
|
+
".github/workflows/.release-candidate-promote.yml",
|
|
80
|
+
".github/workflows/.release-verify.yml",
|
|
81
|
+
".github/workflows/.sam-verify.yml",
|
|
82
|
+
".github/workflows/.sync-release-page.yml",
|
|
83
|
+
".github/workflows/.sync-remote-git.yml",
|
|
84
|
+
".github/workflows/.web-surface.yml",
|
|
85
|
+
".github/workflows/.wheel-verify.yml",
|
|
86
|
+
".github/workflows/bootstrap.yml",
|
|
87
|
+
".github/workflows/build.yml",
|
|
88
|
+
".github/workflows/buildchain-patrol.yml",
|
|
89
|
+
".github/workflows/check.yml",
|
|
90
|
+
".github/workflows/dev-alpha-candidate-patrol.yml",
|
|
91
|
+
".github/workflows/dev-delivery-warrant-cancel.yml",
|
|
92
|
+
".github/workflows/dev-delivery-warrant-close.yml",
|
|
93
|
+
".github/workflows/dev-pr-auto-merge.yml",
|
|
94
|
+
".github/workflows/dev-qualification-patrol.yml",
|
|
95
|
+
".github/workflows/engineering-housekeeper.yml",
|
|
96
|
+
".github/workflows/github-artifact-attestation.yml",
|
|
97
|
+
".github/workflows/paper-release-sealed.yml",
|
|
98
|
+
".github/workflows/paper-release.yml",
|
|
99
|
+
".github/workflows/patrol-daily.yml",
|
|
100
|
+
".github/workflows/patrol-monthly.yml",
|
|
101
|
+
".github/workflows/patrol-observed-evidence.yml",
|
|
102
|
+
".github/workflows/patrol-weekly.yml",
|
|
103
|
+
".github/workflows/publication-artifact.yml",
|
|
104
|
+
".github/workflows/release-candidate-promote.yml",
|
|
105
|
+
".github/workflows/release-governance-reconcile.yml",
|
|
106
|
+
".github/workflows/release-propagation.yml",
|
|
107
|
+
".github/workflows/release-tail.yml",
|
|
108
|
+
".github/workflows/stable-candidate-patrol.yml",
|
|
109
|
+
".github/workflows/universal-bootstrap-recovery.yml",
|
|
110
|
+
".github/workflows/v4-adopter-delivery.yml",
|
|
111
|
+
".github/workflows/v4-stage-capsule-canary.yml",
|
|
112
|
+
".github/workflows/v4-tail-reseal.yml"
|
|
113
|
+
],
|
|
114
|
+
"retiredWorkflowSurfaces": [],
|
|
115
|
+
"bootstrapGovernedWorkflows": [
|
|
116
|
+
".github/workflows/.auditable-demo.yml",
|
|
117
|
+
".github/workflows/.binary-release-assets.yml",
|
|
118
|
+
".github/workflows/.build.yml",
|
|
119
|
+
".github/workflows/.bump-minor-version.yml",
|
|
120
|
+
".github/workflows/.declarative-auditable-demo.yml",
|
|
121
|
+
".github/workflows/.gate-profile.yml",
|
|
122
|
+
".github/workflows/.publication-authority.yml",
|
|
123
|
+
".github/workflows/.release-candidate-promote.yml",
|
|
124
|
+
".github/workflows/.release-verify.yml",
|
|
125
|
+
".github/workflows/.sam-verify.yml",
|
|
126
|
+
".github/workflows/.sync-release-page.yml",
|
|
127
|
+
".github/workflows/.sync-remote-git.yml",
|
|
128
|
+
".github/workflows/.web-surface.yml",
|
|
129
|
+
".github/workflows/.wheel-verify.yml",
|
|
130
|
+
".github/workflows/bootstrap.yml",
|
|
131
|
+
".github/workflows/build.yml",
|
|
132
|
+
".github/workflows/buildchain-patrol.yml",
|
|
133
|
+
".github/workflows/check.yml",
|
|
134
|
+
".github/workflows/dev-alpha-candidate-patrol.yml",
|
|
135
|
+
".github/workflows/dev-delivery-warrant-cancel.yml",
|
|
136
|
+
".github/workflows/dev-delivery-warrant-close.yml",
|
|
137
|
+
".github/workflows/dev-pr-auto-merge.yml",
|
|
138
|
+
".github/workflows/dev-qualification-patrol.yml",
|
|
139
|
+
".github/workflows/engineering-housekeeper.yml",
|
|
140
|
+
".github/workflows/github-artifact-attestation.yml",
|
|
141
|
+
".github/workflows/paper-release-sealed.yml",
|
|
142
|
+
".github/workflows/paper-release.yml",
|
|
143
|
+
".github/workflows/patrol-daily.yml",
|
|
144
|
+
".github/workflows/patrol-monthly.yml",
|
|
145
|
+
".github/workflows/patrol-observed-evidence.yml",
|
|
146
|
+
".github/workflows/patrol-weekly.yml",
|
|
147
|
+
".github/workflows/publication-artifact.yml",
|
|
148
|
+
".github/workflows/release-candidate-promote.yml",
|
|
149
|
+
".github/workflows/release-governance-reconcile.yml",
|
|
150
|
+
".github/workflows/release-propagation.yml",
|
|
151
|
+
".github/workflows/release-tail.yml",
|
|
152
|
+
".github/workflows/stable-candidate-patrol.yml",
|
|
153
|
+
".github/workflows/v4-adopter-delivery.yml",
|
|
154
|
+
".github/workflows/v4-stage-capsule-canary.yml",
|
|
155
|
+
".github/workflows/v4-tail-reseal.yml"
|
|
156
|
+
],
|
|
157
|
+
"migration": {
|
|
158
|
+
"compatibilityFacadeGenerator": "scripts/generate-v4-universal-workflow-facades.mjs",
|
|
159
|
+
"facadeSourceRevision": "06a2d9f7d5753c5c9b2bf0e7f0e3220fc18cc183",
|
|
160
|
+
"channelGeneratedFacades": [
|
|
161
|
+
".github/workflows/build.yml",
|
|
162
|
+
".github/workflows/release-candidate-promote.yml"
|
|
163
|
+
],
|
|
164
|
+
"staticBootstrap": "implemented",
|
|
165
|
+
"candidateEngine": "bounded-capability-adapters",
|
|
166
|
+
"compatibilityFacades": "generated-dual-path",
|
|
167
|
+
"externalConsumerDogfood": "public-consumer-three-platform-runtime-and-non-circular-recovery-hosted-proof-passed",
|
|
168
|
+
"buildchainSelfDogfood": "train-primary-and-consumer-recovery-three-pair-hosted-proof-passed",
|
|
169
|
+
"oldPathRetirement": "pending-protected-dev-integration"
|
|
170
|
+
}
|
|
171
|
+
}
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schema": "kungfu-buildchain-v4-universal-workflow-fault-campaign/v1",
|
|
3
|
+
"independentFaultsOnly": true,
|
|
4
|
+
"simultaneousPrimaryAndRecoveryFailureClaimed": false,
|
|
5
|
+
"externalBoundary": {
|
|
6
|
+
"id": "github-workflow-parser-or-service-unavailable",
|
|
7
|
+
"classification": "irreducible-external-availability",
|
|
8
|
+
"recovered": false
|
|
9
|
+
},
|
|
10
|
+
"faults": [
|
|
11
|
+
{
|
|
12
|
+
"id": "primary-facade",
|
|
13
|
+
"injectionTarget": "templates/universal-buildchain-bootstrap.yml",
|
|
14
|
+
"recoveryRoute": "pre-positioned-recovery-shell",
|
|
15
|
+
"recoveryTarget": "templates/universal-buildchain-bootstrap-recovery.yml"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"id": "typed-input-adapter",
|
|
19
|
+
"injectionTarget": "packages/core/v4-universal-workflow-bootstrap.js",
|
|
20
|
+
"recoveryRoute": "exact-train-candidate",
|
|
21
|
+
"recoveryTarget": "scripts/v4-universal-workflow-engine.mjs"
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"id": "route-selector",
|
|
25
|
+
"injectionTarget": ".github/workflows/bootstrap.yml",
|
|
26
|
+
"recoveryRoute": "pre-positioned-recovery-shell",
|
|
27
|
+
"recoveryTarget": "templates/universal-buildchain-bootstrap-recovery.yml"
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"id": "ordinary-candidate-loader",
|
|
31
|
+
"injectionTarget": ".github/workflows/bootstrap.yml",
|
|
32
|
+
"recoveryRoute": "pre-positioned-recovery-shell",
|
|
33
|
+
"recoveryTarget": "templates/universal-buildchain-bootstrap-recovery.yml"
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"id": "router",
|
|
37
|
+
"injectionTarget": "packages/core/v4-release-invocation.js",
|
|
38
|
+
"recoveryRoute": "exact-train-candidate",
|
|
39
|
+
"recoveryTarget": "scripts/v4-universal-workflow-engine.mjs"
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"id": "action",
|
|
43
|
+
"injectionTarget": "actions/v4-release-candidate-promote/action.yml",
|
|
44
|
+
"recoveryRoute": "exact-train-candidate",
|
|
45
|
+
"recoveryTarget": "actions/v4-release-candidate-promote/dist/index.js"
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"id": "cli-runtime",
|
|
49
|
+
"injectionTarget": "scripts/v4-universal-workflow-engine.mjs",
|
|
50
|
+
"recoveryRoute": "exact-train-candidate",
|
|
51
|
+
"recoveryTarget": "scripts/v4-universal-workflow-engine.mjs"
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"id": "recovery-logic",
|
|
55
|
+
"injectionTarget": "templates/universal-buildchain-bootstrap-recovery.yml",
|
|
56
|
+
"recoveryRoute": "primary-bootstrap-shell",
|
|
57
|
+
"recoveryTarget": "templates/universal-buildchain-bootstrap.yml"
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"id": "result-projection",
|
|
61
|
+
"injectionTarget": ".github/workflows/bootstrap.yml",
|
|
62
|
+
"recoveryRoute": "pre-positioned-recovery-shell",
|
|
63
|
+
"recoveryTarget": "templates/universal-buildchain-bootstrap-recovery.yml"
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"id": "self-dogfood-caller",
|
|
67
|
+
"injectionTarget": ".github/workflows/self-ops-bootstrap-dogfood.yml",
|
|
68
|
+
"recoveryRoute": "consumer-equivalent-recovery-shell",
|
|
69
|
+
"recoveryTarget": "templates/universal-buildchain-bootstrap-recovery.yml"
|
|
70
|
+
}
|
|
71
|
+
]
|
|
72
|
+
}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schema": "kungfu-buildchain-v4-universal-workflow-admission-policy/v1",
|
|
3
|
+
"sourceRepository": "kungfu-systems/buildchain",
|
|
4
|
+
"consumerAdmission": "verified-caller",
|
|
5
|
+
"allowedCapabilities": [
|
|
6
|
+
"bootstrap-conformance",
|
|
7
|
+
"release-candidate-promote",
|
|
8
|
+
"release-invocation"
|
|
9
|
+
],
|
|
10
|
+
"permissionCeiling": {
|
|
11
|
+
"actions": "write",
|
|
12
|
+
"artifact-metadata": "write",
|
|
13
|
+
"attestations": "write",
|
|
14
|
+
"checks": "write",
|
|
15
|
+
"contents": "write",
|
|
16
|
+
"deployments": "write",
|
|
17
|
+
"id-token": "write",
|
|
18
|
+
"issues": "write",
|
|
19
|
+
"packages": "write",
|
|
20
|
+
"pages": "write",
|
|
21
|
+
"pull-requests": "write",
|
|
22
|
+
"security-events": "write",
|
|
23
|
+
"statuses": "write"
|
|
24
|
+
},
|
|
25
|
+
"contractRoots": [
|
|
26
|
+
"sha256:1de4662862d6b519a115613d542891506e0b267a439219c9192ec515347d7b2a",
|
|
27
|
+
"sha256:38ab6e09aea11256a038c208b5e83dafc19cd740057e0eb90e1b1bd28175b067",
|
|
28
|
+
"sha256:4e1f0a8ae7b3f7651b16687d7cfab88a9622c5f88e04c82faf66769230ef595d",
|
|
29
|
+
"sha256:613b0803c29c86f0c6c90a3e0bebd9bcd0ba62dca9eae94afaab3abe869e0a47",
|
|
30
|
+
"sha256:65a0c2fc3faecaddf5076fff086b5d6e12eb9ba27796efc10aed19f2d93b9457",
|
|
31
|
+
"sha256:b94023c4abe4216765198adcaefb4825874a4d9053be096d35a53d6821128b52",
|
|
32
|
+
"sha256:ca0592275354f0690756e3f11accdd23615987827c346618c50c2e8a2807ad4d"
|
|
33
|
+
],
|
|
34
|
+
"targetRef": "dev/v4/v4.0",
|
|
35
|
+
"allowedReviewers": ["kungfu-origin"],
|
|
36
|
+
"minimumApprovals": 1,
|
|
37
|
+
"requiredChecks": ["check"],
|
|
38
|
+
"validFrom": "2026-08-30T00:00:00.000Z",
|
|
39
|
+
"expiresAt": "2026-09-07T00:00:00.000Z"
|
|
40
|
+
}
|