@kungfu-tech/buildchain 3.0.3-alpha.0 → 3.0.3-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 +1 -1
- package/CONTRIBUTING.md +1 -1
- package/README.md +32 -1
- package/actions/promote-buildchain-ref/README.md +90 -19
- package/actions/report-buildchain-issue/README.md +19 -1
- package/actions/run-lifecycle/README.md +5 -0
- package/actions/validate-config/README.md +19 -1
- package/bin/buildchain.mjs +41 -241
- package/bin/internal/command-registry.mjs +82 -0
- package/bin/internal/trust-release-cli.mjs +1 -0
- package/contracts/auditable-demo-media-profiles-v1.json +116 -1
- package/contracts/buildchain-v2-residuals-v1.json +0 -45
- package/contracts/evidence/auditable-demo-responsive-web-delivery-v1.json +143 -0
- package/contracts/evidence/auditable-demo-web-delivery-v1.json +7 -3
- package/contracts/fixtures/auditable-demo-responsive-web-delivery-v1/complete-transcript.txt +2 -0
- package/contracts/fixtures/auditable-demo-responsive-web-delivery-v1/public-projection.json +16 -0
- package/contracts/fixtures/auditable-demo-responsive-web-delivery-v1/scene.json +12 -0
- package/dist/site/buildchain-contract.json +161 -42
- package/dist/site/buildchain-site.json +180 -84
- package/dist/site/capability-registry.json +6 -6
- package/dist/site/cli-registry.json +932 -98
- package/dist/site/controller-registry.json +97 -5
- package/dist/site/kfd-claims.json +316 -23
- package/dist/site/kfd-upstream-aggregate.json +1 -1
- package/dist/site/manual-registry.json +20 -20
- package/dist/site/node-api-registry.json +371 -56
- package/dist/site/page-registry.json +155 -59
- package/dist/site/public-surface-audit.json +286 -24
- package/dist/site/publication-registry.json +4 -4
- package/dist/site/release-provenance.json +3 -0
- package/dist/site/site-manifest.json +24 -24
- package/dist/site/workflow-registry.json +570 -79
- package/docs/MAP.md +22 -4
- package/docs/auditable-demo.md +35 -12
- package/docs/aws-us-elastic-runner-burst-plane.md +381 -0
- package/docs/cli.md +143 -12
- package/docs/consumer-issue-reporting.md +19 -1
- package/docs/github-governance-authority.md +2 -2
- package/docs/lifecycle-protocol.md +20 -2
- package/docs/migration-inventory.md +24 -5
- package/docs/ownership.md +19 -1
- package/docs/publication-artifacts.md +185 -18
- package/docs/publication-authority.md +4 -4
- package/docs/publish-transaction.md +78 -31
- package/docs/release-candidate.md +24 -0
- package/docs/release-flow.md +50 -32
- package/docs/release-governance.md +31 -31
- package/docs/release-passport.md +4 -0
- package/docs/release-propagation.md +57 -12
- package/docs/reusable-build-surface.md +95 -27
- package/docs/runtime-train-validation.md +20 -2
- package/docs/stable-candidate-patrol.md +6 -6
- package/docs/toolkit-observability.md +22 -0
- package/docs/versioning.md +6 -4
- package/docs/web-surface-deployments.md +62 -0
- package/package.json +7 -5
- package/packages/core/README.md +61 -4
- package/packages/core/buildchain-contract.js +8 -4
- package/packages/core/cache-evidence.js +1 -0
- package/packages/core/diagnostics.js +105 -30
- package/packages/core/github-governance-authority.js +10 -25
- package/packages/core/index.js +40 -0
- package/packages/core/paper-fleet.js +260 -0
- package/packages/core/paper-repository.js +210 -0
- package/packages/core/paper-work.js +365 -0
- package/packages/core/paper.js +3180 -0
- package/packages/core/public-surface-audit.js +26 -75
- package/packages/core/public-surface-cli.js +117 -0
- package/packages/core/publication-artifact.js +1 -6
- package/packages/core/publication-authority.js +1 -0
- package/packages/core/publication-reproducibility.js +947 -0
- package/packages/core/publication-sealed-bundle.js +190 -0
- package/packages/core/publish-transaction.js +147 -17
- package/packages/core/release-candidate.js +234 -0
- package/packages/core/release-passport.js +483 -201
- package/packages/core/release-propagation.js +175 -1
- package/scripts/auditable-demo.mjs +119 -5
- package/scripts/aws-codebuild-toolchain.mjs +285 -0
- package/scripts/aws-macos-jit-core.mjs +378 -0
- package/scripts/aws-macos-jit.mjs +123 -0
- package/scripts/aws-runner-burst-core.mjs +248 -0
- package/scripts/aws-runner-burst.mjs +79 -0
- package/scripts/aws-windows-jit-core.mjs +374 -0
- package/scripts/aws-windows-jit.mjs +121 -0
- package/scripts/build-contract-core.mjs +69 -6
- package/scripts/build-standalone-binary.mjs +23 -0
- package/scripts/buildchain-cli-help.mjs +256 -0
- package/scripts/buildchain-contract-lock.mjs +1 -1
- package/scripts/check-internal-architecture.mjs +69 -2
- package/scripts/check-inventory.mjs +69 -2
- package/scripts/check-javascript-syntax.mjs +31 -0
- package/scripts/check-maintainability.mjs +371 -0
- package/scripts/compiler-cache-evidence.mjs +221 -0
- package/scripts/dev-alpha-candidate-patrol.mjs +268 -43
- package/scripts/finalize-native-artifact-signing-result.mjs +75 -4
- package/scripts/generate-channel-promotion-workflow.mjs +3 -12
- package/scripts/generate-release-candidate-passport.mjs +4 -0
- package/scripts/generate-site-bundle.mjs +68 -188
- package/scripts/import-artifact-signing-results.mjs +64 -5
- package/scripts/inspect-artifact-signing-requests.mjs +7 -0
- package/scripts/maintainability-metrics.mjs +339 -0
- package/scripts/npm-publish-transaction.mjs +57 -6
- package/scripts/paper-work-fleet-cli.mjs +563 -0
- package/scripts/paper.mjs +631 -0
- package/scripts/promotion-channel-router.mjs +16 -4
- package/scripts/publication-reproducibility.mjs +62 -0
- package/scripts/release-propagation.mjs +39 -0
- package/scripts/resolve-build-contract.mjs +6 -0
- package/scripts/route-offline-runners.mjs +236 -0
- package/scripts/run-lifecycle-core.mjs +62 -1
- package/scripts/runtime-ref-core.mjs +23 -2
- package/scripts/seal-artifact-signing-requests.mjs +13 -6
- package/scripts/site-capability-metadata.mjs +202 -0
- package/scripts/stable-candidate-qualification.mjs +42 -0
- package/scripts/web-surface-core.mjs +272 -86
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
"path": ".github/workflows/.auditable-demo.yml",
|
|
9
9
|
"reusable": true,
|
|
10
10
|
"inputs": [
|
|
11
|
+
"adapter-arguments-json",
|
|
11
12
|
"adapter-path",
|
|
12
13
|
"artifact-retention-days",
|
|
13
14
|
"buildchain-repository",
|
|
@@ -19,7 +20,7 @@
|
|
|
19
20
|
"source-artifact-name",
|
|
20
21
|
"source-ref"
|
|
21
22
|
],
|
|
22
|
-
"inputCount":
|
|
23
|
+
"inputCount": 11,
|
|
23
24
|
"secrets": [],
|
|
24
25
|
"secretCount": 0,
|
|
25
26
|
"outputs": [
|
|
@@ -40,7 +41,14 @@
|
|
|
40
41
|
"outputCount": 13,
|
|
41
42
|
"surface": "auditable-demo",
|
|
42
43
|
"capabilityGroup": "api-cli-reference",
|
|
43
|
-
"status": "preview"
|
|
44
|
+
"status": "preview",
|
|
45
|
+
"owner": "buildchain-workflows",
|
|
46
|
+
"maturity": "preview",
|
|
47
|
+
"introducedVersion": "pre-3.0.2-alpha.4",
|
|
48
|
+
"compatibilityPromise": "preserved-through-the-v3-major-line",
|
|
49
|
+
"deprecationReplacement": "",
|
|
50
|
+
"sunsetCondition": "explicit-breaking-change-review-in-a-future-major-line",
|
|
51
|
+
"nonDuplicationRationale": "Existing workflow identity retained for caller compatibility and repository orchestration."
|
|
44
52
|
},
|
|
45
53
|
{
|
|
46
54
|
"id": ".binary-release-assets",
|
|
@@ -70,7 +78,14 @@
|
|
|
70
78
|
"outputCount": 0,
|
|
71
79
|
"surface": "reusable-workflow",
|
|
72
80
|
"capabilityGroup": "api-cli-reference",
|
|
73
|
-
"status": "active"
|
|
81
|
+
"status": "active",
|
|
82
|
+
"owner": "buildchain-workflows",
|
|
83
|
+
"maturity": "active",
|
|
84
|
+
"introducedVersion": "pre-3.0.2-alpha.4",
|
|
85
|
+
"compatibilityPromise": "preserved-through-the-v3-major-line",
|
|
86
|
+
"deprecationReplacement": "",
|
|
87
|
+
"sunsetCondition": "explicit-breaking-change-review-in-a-future-major-line",
|
|
88
|
+
"nonDuplicationRationale": "Existing workflow identity retained for caller compatibility and repository orchestration."
|
|
74
89
|
},
|
|
75
90
|
{
|
|
76
91
|
"id": ".build",
|
|
@@ -91,6 +106,9 @@
|
|
|
91
106
|
"artifact-retention-days",
|
|
92
107
|
"artifact-signing-request-upload-no-proxy",
|
|
93
108
|
"artifact-transfer-mode",
|
|
109
|
+
"aws-codebuild-project",
|
|
110
|
+
"aws-ec2-macos-runner-label",
|
|
111
|
+
"aws-ec2-windows-runner-label",
|
|
94
112
|
"build-command",
|
|
95
113
|
"buildchain-contract-compatibility-policy",
|
|
96
114
|
"buildchain-contract-drift-issue-mode",
|
|
@@ -108,6 +126,9 @@
|
|
|
108
126
|
"checkout-cache-mode",
|
|
109
127
|
"checkout-cache-reference-repository-template",
|
|
110
128
|
"checkout-cache-timeout-seconds",
|
|
129
|
+
"compiler-cache-platforms-json",
|
|
130
|
+
"compiler-cache-provider",
|
|
131
|
+
"compiler-cache-required",
|
|
111
132
|
"control-runner-json",
|
|
112
133
|
"credential-island-caller-owned",
|
|
113
134
|
"credential-island-environment",
|
|
@@ -134,6 +155,7 @@
|
|
|
134
155
|
"publish-registry",
|
|
135
156
|
"publish-source-ref",
|
|
136
157
|
"release-candidate",
|
|
158
|
+
"release-candidate-family-evidence-json",
|
|
137
159
|
"requested-parallelism",
|
|
138
160
|
"require-build",
|
|
139
161
|
"require-install",
|
|
@@ -144,6 +166,7 @@
|
|
|
144
166
|
"rustup-dist-server",
|
|
145
167
|
"rustup-update-root",
|
|
146
168
|
"sample-process-tree",
|
|
169
|
+
"self-hosted-offline-fallback",
|
|
147
170
|
"setup-node",
|
|
148
171
|
"setup-rust",
|
|
149
172
|
"shifu-cache-profile-digest",
|
|
@@ -152,7 +175,7 @@
|
|
|
152
175
|
"verify-command",
|
|
153
176
|
"working-directory"
|
|
154
177
|
],
|
|
155
|
-
"inputCount":
|
|
178
|
+
"inputCount": 82,
|
|
156
179
|
"secrets": [
|
|
157
180
|
"BUILDCHAIN_ARTIFACT_RELAY_S3_DOWNLOAD_ROLE_ARN",
|
|
158
181
|
"BUILDCHAIN_ARTIFACT_RELAY_S3_ROLE_ARN",
|
|
@@ -207,12 +230,20 @@
|
|
|
207
230
|
"release-candidate-passport-json",
|
|
208
231
|
"release-manifest-json",
|
|
209
232
|
"runner-preset",
|
|
233
|
+
"runner-routing-json",
|
|
210
234
|
"trusted-event"
|
|
211
235
|
],
|
|
212
|
-
"outputCount":
|
|
236
|
+
"outputCount": 43,
|
|
213
237
|
"surface": "reusable-build",
|
|
214
238
|
"capabilityGroup": "api-cli-reference",
|
|
215
|
-
"status": "active"
|
|
239
|
+
"status": "active",
|
|
240
|
+
"owner": "buildchain-workflows",
|
|
241
|
+
"maturity": "active",
|
|
242
|
+
"introducedVersion": "pre-3.0.2-alpha.4",
|
|
243
|
+
"compatibilityPromise": "preserved-through-the-v3-major-line",
|
|
244
|
+
"deprecationReplacement": "",
|
|
245
|
+
"sunsetCondition": "explicit-breaking-change-review-in-a-future-major-line",
|
|
246
|
+
"nonDuplicationRationale": "Existing workflow identity retained for caller compatibility and repository orchestration."
|
|
216
247
|
},
|
|
217
248
|
{
|
|
218
249
|
"id": ".bump-minor-version",
|
|
@@ -228,7 +259,14 @@
|
|
|
228
259
|
"outputCount": 0,
|
|
229
260
|
"surface": "reusable-workflow",
|
|
230
261
|
"capabilityGroup": "api-cli-reference",
|
|
231
|
-
"status": "active"
|
|
262
|
+
"status": "active",
|
|
263
|
+
"owner": "buildchain-workflows",
|
|
264
|
+
"maturity": "active",
|
|
265
|
+
"introducedVersion": "pre-3.0.2-alpha.4",
|
|
266
|
+
"compatibilityPromise": "preserved-through-the-v3-major-line",
|
|
267
|
+
"deprecationReplacement": "",
|
|
268
|
+
"sunsetCondition": "explicit-breaking-change-review-in-a-future-major-line",
|
|
269
|
+
"nonDuplicationRationale": "Existing workflow identity retained for caller compatibility and repository orchestration."
|
|
232
270
|
},
|
|
233
271
|
{
|
|
234
272
|
"id": ".gate-profile",
|
|
@@ -288,7 +326,14 @@
|
|
|
288
326
|
"outputCount": 14,
|
|
289
327
|
"surface": "reusable-workflow",
|
|
290
328
|
"capabilityGroup": "api-cli-reference",
|
|
291
|
-
"status": "active"
|
|
329
|
+
"status": "active",
|
|
330
|
+
"owner": "buildchain-workflows",
|
|
331
|
+
"maturity": "active",
|
|
332
|
+
"introducedVersion": "pre-3.0.2-alpha.4",
|
|
333
|
+
"compatibilityPromise": "preserved-through-the-v3-major-line",
|
|
334
|
+
"deprecationReplacement": "",
|
|
335
|
+
"sunsetCondition": "explicit-breaking-change-review-in-a-future-major-line",
|
|
336
|
+
"nonDuplicationRationale": "Existing workflow identity retained for caller compatibility and repository orchestration."
|
|
292
337
|
},
|
|
293
338
|
{
|
|
294
339
|
"id": ".publication-authority",
|
|
@@ -344,7 +389,14 @@
|
|
|
344
389
|
"outputCount": 5,
|
|
345
390
|
"surface": "reusable-workflow",
|
|
346
391
|
"capabilityGroup": "api-cli-reference",
|
|
347
|
-
"status": "active"
|
|
392
|
+
"status": "active",
|
|
393
|
+
"owner": "buildchain-workflows",
|
|
394
|
+
"maturity": "active",
|
|
395
|
+
"introducedVersion": "pre-3.0.2-alpha.4",
|
|
396
|
+
"compatibilityPromise": "preserved-through-the-v3-major-line",
|
|
397
|
+
"deprecationReplacement": "",
|
|
398
|
+
"sunsetCondition": "explicit-breaking-change-review-in-a-future-major-line",
|
|
399
|
+
"nonDuplicationRationale": "Existing workflow identity retained for caller compatibility and repository orchestration."
|
|
348
400
|
},
|
|
349
401
|
{
|
|
350
402
|
"id": ".release-candidate-promote",
|
|
@@ -413,11 +465,17 @@
|
|
|
413
465
|
"publish-transaction-override",
|
|
414
466
|
"release-activation-command",
|
|
415
467
|
"release-activation-receipt-set-path",
|
|
468
|
+
"release-candidate-family-assignment-id",
|
|
469
|
+
"release-candidate-family-evidence-required",
|
|
470
|
+
"release-candidate-family-evidence-root",
|
|
471
|
+
"release-candidate-family-initiative-id",
|
|
416
472
|
"release-candidate-workflow-file",
|
|
417
473
|
"release-candidate-workflow-name",
|
|
418
474
|
"release-passport",
|
|
475
|
+
"release-passport-attachment-command",
|
|
419
476
|
"release-passport-buildchain-self-kfd",
|
|
420
477
|
"release-passport-evidence-command",
|
|
478
|
+
"release-passport-evidence-jsons",
|
|
421
479
|
"release-passport-evidence-path",
|
|
422
480
|
"release-passport-impact-json",
|
|
423
481
|
"release-passport-invariant-passport-command",
|
|
@@ -440,7 +498,7 @@
|
|
|
440
498
|
"target-sha",
|
|
441
499
|
"trusted-publishing"
|
|
442
500
|
],
|
|
443
|
-
"inputCount":
|
|
501
|
+
"inputCount": 94,
|
|
444
502
|
"secrets": [
|
|
445
503
|
"BUILDCHAIN_ISSUE_APP_ID",
|
|
446
504
|
"BUILDCHAIN_ISSUE_APP_PRIVATE_KEY",
|
|
@@ -478,7 +536,14 @@
|
|
|
478
536
|
"outputCount": 19,
|
|
479
537
|
"surface": "reusable-workflow",
|
|
480
538
|
"capabilityGroup": "api-cli-reference",
|
|
481
|
-
"status": "active"
|
|
539
|
+
"status": "active",
|
|
540
|
+
"owner": "buildchain-workflows",
|
|
541
|
+
"maturity": "active",
|
|
542
|
+
"introducedVersion": "pre-3.0.2-alpha.4",
|
|
543
|
+
"compatibilityPromise": "preserved-through-the-v3-major-line",
|
|
544
|
+
"deprecationReplacement": "",
|
|
545
|
+
"sunsetCondition": "explicit-breaking-change-review-in-a-future-major-line",
|
|
546
|
+
"nonDuplicationRationale": "Existing workflow identity retained for caller compatibility and repository orchestration."
|
|
482
547
|
},
|
|
483
548
|
{
|
|
484
549
|
"id": ".release-docker",
|
|
@@ -498,7 +563,14 @@
|
|
|
498
563
|
"outputCount": 0,
|
|
499
564
|
"surface": "reusable-workflow",
|
|
500
565
|
"capabilityGroup": "api-cli-reference",
|
|
501
|
-
"status": "active"
|
|
566
|
+
"status": "active",
|
|
567
|
+
"owner": "buildchain-workflows",
|
|
568
|
+
"maturity": "active",
|
|
569
|
+
"introducedVersion": "pre-3.0.2-alpha.4",
|
|
570
|
+
"compatibilityPromise": "preserved-through-the-v3-major-line",
|
|
571
|
+
"deprecationReplacement": "",
|
|
572
|
+
"sunsetCondition": "explicit-breaking-change-review-in-a-future-major-line",
|
|
573
|
+
"nonDuplicationRationale": "Existing workflow identity retained for caller compatibility and repository orchestration."
|
|
502
574
|
},
|
|
503
575
|
{
|
|
504
576
|
"id": ".release-elastic-beanstalk",
|
|
@@ -520,7 +592,14 @@
|
|
|
520
592
|
"outputCount": 0,
|
|
521
593
|
"surface": "reusable-workflow",
|
|
522
594
|
"capabilityGroup": "api-cli-reference",
|
|
523
|
-
"status": "active"
|
|
595
|
+
"status": "active",
|
|
596
|
+
"owner": "buildchain-workflows",
|
|
597
|
+
"maturity": "active",
|
|
598
|
+
"introducedVersion": "pre-3.0.2-alpha.4",
|
|
599
|
+
"compatibilityPromise": "preserved-through-the-v3-major-line",
|
|
600
|
+
"deprecationReplacement": "",
|
|
601
|
+
"sunsetCondition": "explicit-breaking-change-review-in-a-future-major-line",
|
|
602
|
+
"nonDuplicationRationale": "Existing workflow identity retained for caller compatibility and repository orchestration."
|
|
524
603
|
},
|
|
525
604
|
{
|
|
526
605
|
"id": ".release-new-version",
|
|
@@ -571,7 +650,14 @@
|
|
|
571
650
|
"outputCount": 0,
|
|
572
651
|
"surface": "reusable-workflow",
|
|
573
652
|
"capabilityGroup": "api-cli-reference",
|
|
574
|
-
"status": "active"
|
|
653
|
+
"status": "active",
|
|
654
|
+
"owner": "buildchain-workflows",
|
|
655
|
+
"maturity": "active",
|
|
656
|
+
"introducedVersion": "pre-3.0.2-alpha.4",
|
|
657
|
+
"compatibilityPromise": "preserved-through-the-v3-major-line",
|
|
658
|
+
"deprecationReplacement": "",
|
|
659
|
+
"sunsetCondition": "explicit-breaking-change-review-in-a-future-major-line",
|
|
660
|
+
"nonDuplicationRationale": "Existing workflow identity retained for caller compatibility and repository orchestration."
|
|
575
661
|
},
|
|
576
662
|
{
|
|
577
663
|
"id": ".release-verify",
|
|
@@ -639,7 +725,14 @@
|
|
|
639
725
|
"outputCount": 0,
|
|
640
726
|
"surface": "reusable-workflow",
|
|
641
727
|
"capabilityGroup": "api-cli-reference",
|
|
642
|
-
"status": "active"
|
|
728
|
+
"status": "active",
|
|
729
|
+
"owner": "buildchain-workflows",
|
|
730
|
+
"maturity": "active",
|
|
731
|
+
"introducedVersion": "pre-3.0.2-alpha.4",
|
|
732
|
+
"compatibilityPromise": "preserved-through-the-v3-major-line",
|
|
733
|
+
"deprecationReplacement": "",
|
|
734
|
+
"sunsetCondition": "explicit-breaking-change-review-in-a-future-major-line",
|
|
735
|
+
"nonDuplicationRationale": "Existing workflow identity retained for caller compatibility and repository orchestration."
|
|
643
736
|
},
|
|
644
737
|
{
|
|
645
738
|
"id": ".sam-release",
|
|
@@ -660,7 +753,14 @@
|
|
|
660
753
|
"outputCount": 0,
|
|
661
754
|
"surface": "reusable-workflow",
|
|
662
755
|
"capabilityGroup": "api-cli-reference",
|
|
663
|
-
"status": "active"
|
|
756
|
+
"status": "active",
|
|
757
|
+
"owner": "buildchain-workflows",
|
|
758
|
+
"maturity": "active",
|
|
759
|
+
"introducedVersion": "pre-3.0.2-alpha.4",
|
|
760
|
+
"compatibilityPromise": "preserved-through-the-v3-major-line",
|
|
761
|
+
"deprecationReplacement": "",
|
|
762
|
+
"sunsetCondition": "explicit-breaking-change-review-in-a-future-major-line",
|
|
763
|
+
"nonDuplicationRationale": "Existing workflow identity retained for caller compatibility and repository orchestration."
|
|
664
764
|
},
|
|
665
765
|
{
|
|
666
766
|
"id": ".sam-verify",
|
|
@@ -682,7 +782,14 @@
|
|
|
682
782
|
"outputCount": 0,
|
|
683
783
|
"surface": "reusable-workflow",
|
|
684
784
|
"capabilityGroup": "api-cli-reference",
|
|
685
|
-
"status": "active"
|
|
785
|
+
"status": "active",
|
|
786
|
+
"owner": "buildchain-workflows",
|
|
787
|
+
"maturity": "active",
|
|
788
|
+
"introducedVersion": "pre-3.0.2-alpha.4",
|
|
789
|
+
"compatibilityPromise": "preserved-through-the-v3-major-line",
|
|
790
|
+
"deprecationReplacement": "",
|
|
791
|
+
"sunsetCondition": "explicit-breaking-change-review-in-a-future-major-line",
|
|
792
|
+
"nonDuplicationRationale": "Existing workflow identity retained for caller compatibility and repository orchestration."
|
|
686
793
|
},
|
|
687
794
|
{
|
|
688
795
|
"id": ".sync-release-page",
|
|
@@ -713,7 +820,14 @@
|
|
|
713
820
|
"outputCount": 0,
|
|
714
821
|
"surface": "reusable-workflow",
|
|
715
822
|
"capabilityGroup": "api-cli-reference",
|
|
716
|
-
"status": "active"
|
|
823
|
+
"status": "active",
|
|
824
|
+
"owner": "buildchain-workflows",
|
|
825
|
+
"maturity": "active",
|
|
826
|
+
"introducedVersion": "pre-3.0.2-alpha.4",
|
|
827
|
+
"compatibilityPromise": "preserved-through-the-v3-major-line",
|
|
828
|
+
"deprecationReplacement": "",
|
|
829
|
+
"sunsetCondition": "explicit-breaking-change-review-in-a-future-major-line",
|
|
830
|
+
"nonDuplicationRationale": "Existing workflow identity retained for caller compatibility and repository orchestration."
|
|
717
831
|
},
|
|
718
832
|
{
|
|
719
833
|
"id": ".sync-remote-git",
|
|
@@ -735,7 +849,14 @@
|
|
|
735
849
|
"outputCount": 0,
|
|
736
850
|
"surface": "reusable-workflow",
|
|
737
851
|
"capabilityGroup": "api-cli-reference",
|
|
738
|
-
"status": "active"
|
|
852
|
+
"status": "active",
|
|
853
|
+
"owner": "buildchain-workflows",
|
|
854
|
+
"maturity": "active",
|
|
855
|
+
"introducedVersion": "pre-3.0.2-alpha.4",
|
|
856
|
+
"compatibilityPromise": "preserved-through-the-v3-major-line",
|
|
857
|
+
"deprecationReplacement": "",
|
|
858
|
+
"sunsetCondition": "explicit-breaking-change-review-in-a-future-major-line",
|
|
859
|
+
"nonDuplicationRationale": "Existing workflow identity retained for caller compatibility and repository orchestration."
|
|
739
860
|
},
|
|
740
861
|
{
|
|
741
862
|
"id": ".web-surface",
|
|
@@ -817,7 +938,14 @@
|
|
|
817
938
|
"outputCount": 23,
|
|
818
939
|
"surface": "reusable-workflow",
|
|
819
940
|
"capabilityGroup": "api-cli-reference",
|
|
820
|
-
"status": "active"
|
|
941
|
+
"status": "active",
|
|
942
|
+
"owner": "buildchain-workflows",
|
|
943
|
+
"maturity": "active",
|
|
944
|
+
"introducedVersion": "pre-3.0.2-alpha.4",
|
|
945
|
+
"compatibilityPromise": "preserved-through-the-v3-major-line",
|
|
946
|
+
"deprecationReplacement": "",
|
|
947
|
+
"sunsetCondition": "explicit-breaking-change-review-in-a-future-major-line",
|
|
948
|
+
"nonDuplicationRationale": "Existing workflow identity retained for caller compatibility and repository orchestration."
|
|
821
949
|
},
|
|
822
950
|
{
|
|
823
951
|
"id": ".wheel-release",
|
|
@@ -838,7 +966,14 @@
|
|
|
838
966
|
"outputCount": 0,
|
|
839
967
|
"surface": "reusable-workflow",
|
|
840
968
|
"capabilityGroup": "api-cli-reference",
|
|
841
|
-
"status": "active"
|
|
969
|
+
"status": "active",
|
|
970
|
+
"owner": "buildchain-workflows",
|
|
971
|
+
"maturity": "active",
|
|
972
|
+
"introducedVersion": "pre-3.0.2-alpha.4",
|
|
973
|
+
"compatibilityPromise": "preserved-through-the-v3-major-line",
|
|
974
|
+
"deprecationReplacement": "",
|
|
975
|
+
"sunsetCondition": "explicit-breaking-change-review-in-a-future-major-line",
|
|
976
|
+
"nonDuplicationRationale": "Existing workflow identity retained for caller compatibility and repository orchestration."
|
|
842
977
|
},
|
|
843
978
|
{
|
|
844
979
|
"id": ".wheel-verify",
|
|
@@ -862,7 +997,14 @@
|
|
|
862
997
|
"outputCount": 0,
|
|
863
998
|
"surface": "reusable-workflow",
|
|
864
999
|
"capabilityGroup": "api-cli-reference",
|
|
865
|
-
"status": "active"
|
|
1000
|
+
"status": "active",
|
|
1001
|
+
"owner": "buildchain-workflows",
|
|
1002
|
+
"maturity": "active",
|
|
1003
|
+
"introducedVersion": "pre-3.0.2-alpha.4",
|
|
1004
|
+
"compatibilityPromise": "preserved-through-the-v3-major-line",
|
|
1005
|
+
"deprecationReplacement": "",
|
|
1006
|
+
"sunsetCondition": "explicit-breaking-change-review-in-a-future-major-line",
|
|
1007
|
+
"nonDuplicationRationale": "Existing workflow identity retained for caller compatibility and repository orchestration."
|
|
866
1008
|
},
|
|
867
1009
|
{
|
|
868
1010
|
"id": "artifact-signing-authority",
|
|
@@ -876,7 +1018,14 @@
|
|
|
876
1018
|
"outputCount": 0,
|
|
877
1019
|
"surface": "repository-workflow",
|
|
878
1020
|
"capabilityGroup": "api-cli-reference",
|
|
879
|
-
"status": "active"
|
|
1021
|
+
"status": "active",
|
|
1022
|
+
"owner": "buildchain-workflows",
|
|
1023
|
+
"maturity": "active",
|
|
1024
|
+
"introducedVersion": "pre-3.0.2-alpha.4",
|
|
1025
|
+
"compatibilityPromise": "preserved-through-the-v3-major-line",
|
|
1026
|
+
"deprecationReplacement": "",
|
|
1027
|
+
"sunsetCondition": "explicit-breaking-change-review-in-a-future-major-line",
|
|
1028
|
+
"nonDuplicationRationale": "Existing workflow identity retained for caller compatibility and repository orchestration."
|
|
880
1029
|
},
|
|
881
1030
|
{
|
|
882
1031
|
"id": "auditable-demo-media-profile-qualification",
|
|
@@ -890,7 +1039,14 @@
|
|
|
890
1039
|
"outputCount": 0,
|
|
891
1040
|
"surface": "repository-workflow",
|
|
892
1041
|
"capabilityGroup": "api-cli-reference",
|
|
893
|
-
"status": "active"
|
|
1042
|
+
"status": "active",
|
|
1043
|
+
"owner": "buildchain-workflows",
|
|
1044
|
+
"maturity": "active",
|
|
1045
|
+
"introducedVersion": "pre-3.0.2-alpha.4",
|
|
1046
|
+
"compatibilityPromise": "preserved-through-the-v3-major-line",
|
|
1047
|
+
"deprecationReplacement": "",
|
|
1048
|
+
"sunsetCondition": "explicit-breaking-change-review-in-a-future-major-line",
|
|
1049
|
+
"nonDuplicationRationale": "Existing workflow identity retained for caller compatibility and repository orchestration."
|
|
894
1050
|
},
|
|
895
1051
|
{
|
|
896
1052
|
"id": "binary-distribution",
|
|
@@ -904,7 +1060,14 @@
|
|
|
904
1060
|
"outputCount": 0,
|
|
905
1061
|
"surface": "release-passport",
|
|
906
1062
|
"capabilityGroup": "api-cli-reference",
|
|
907
|
-
"status": "active"
|
|
1063
|
+
"status": "active",
|
|
1064
|
+
"owner": "buildchain-workflows",
|
|
1065
|
+
"maturity": "active",
|
|
1066
|
+
"introducedVersion": "pre-3.0.2-alpha.4",
|
|
1067
|
+
"compatibilityPromise": "preserved-through-the-v3-major-line",
|
|
1068
|
+
"deprecationReplacement": "",
|
|
1069
|
+
"sunsetCondition": "explicit-breaking-change-review-in-a-future-major-line",
|
|
1070
|
+
"nonDuplicationRationale": "Existing workflow identity retained for caller compatibility and repository orchestration."
|
|
908
1071
|
},
|
|
909
1072
|
{
|
|
910
1073
|
"id": "binary-release-assets",
|
|
@@ -918,7 +1081,14 @@
|
|
|
918
1081
|
"outputCount": 0,
|
|
919
1082
|
"surface": "repository-workflow",
|
|
920
1083
|
"capabilityGroup": "api-cli-reference",
|
|
921
|
-
"status": "active"
|
|
1084
|
+
"status": "active",
|
|
1085
|
+
"owner": "buildchain-workflows",
|
|
1086
|
+
"maturity": "active",
|
|
1087
|
+
"introducedVersion": "pre-3.0.2-alpha.4",
|
|
1088
|
+
"compatibilityPromise": "preserved-through-the-v3-major-line",
|
|
1089
|
+
"deprecationReplacement": "",
|
|
1090
|
+
"sunsetCondition": "explicit-breaking-change-review-in-a-future-major-line",
|
|
1091
|
+
"nonDuplicationRationale": "Existing workflow identity retained for caller compatibility and repository orchestration."
|
|
922
1092
|
},
|
|
923
1093
|
{
|
|
924
1094
|
"id": "build-surface-fixture",
|
|
@@ -932,7 +1102,14 @@
|
|
|
932
1102
|
"outputCount": 0,
|
|
933
1103
|
"surface": "repository-workflow",
|
|
934
1104
|
"capabilityGroup": "api-cli-reference",
|
|
935
|
-
"status": "repository-internal"
|
|
1105
|
+
"status": "repository-internal",
|
|
1106
|
+
"owner": "buildchain-workflows",
|
|
1107
|
+
"maturity": "repository-internal",
|
|
1108
|
+
"introducedVersion": "pre-3.0.2-alpha.4",
|
|
1109
|
+
"compatibilityPromise": "preserved-through-the-v3-major-line",
|
|
1110
|
+
"deprecationReplacement": "",
|
|
1111
|
+
"sunsetCondition": "explicit-breaking-change-review-in-a-future-major-line",
|
|
1112
|
+
"nonDuplicationRationale": "Existing workflow identity retained for caller compatibility and repository orchestration."
|
|
936
1113
|
},
|
|
937
1114
|
{
|
|
938
1115
|
"id": "build",
|
|
@@ -953,6 +1130,9 @@
|
|
|
953
1130
|
"artifact-retention-days",
|
|
954
1131
|
"artifact-signing-request-upload-no-proxy",
|
|
955
1132
|
"artifact-transfer-mode",
|
|
1133
|
+
"aws-codebuild-project",
|
|
1134
|
+
"aws-ec2-macos-runner-label",
|
|
1135
|
+
"aws-ec2-windows-runner-label",
|
|
956
1136
|
"build-command",
|
|
957
1137
|
"buildchain-alpha-contract-lock-path",
|
|
958
1138
|
"buildchain-channel",
|
|
@@ -973,6 +1153,9 @@
|
|
|
973
1153
|
"checkout-cache-mode",
|
|
974
1154
|
"checkout-cache-reference-repository-template",
|
|
975
1155
|
"checkout-cache-timeout-seconds",
|
|
1156
|
+
"compiler-cache-platforms-json",
|
|
1157
|
+
"compiler-cache-provider",
|
|
1158
|
+
"compiler-cache-required",
|
|
976
1159
|
"control-runner-json",
|
|
977
1160
|
"credential-island-caller-owned",
|
|
978
1161
|
"credential-island-environment",
|
|
@@ -999,6 +1182,7 @@
|
|
|
999
1182
|
"publish-registry",
|
|
1000
1183
|
"publish-source-ref",
|
|
1001
1184
|
"release-candidate",
|
|
1185
|
+
"release-candidate-family-evidence-json",
|
|
1002
1186
|
"requested-parallelism",
|
|
1003
1187
|
"require-build",
|
|
1004
1188
|
"require-install",
|
|
@@ -1009,6 +1193,7 @@
|
|
|
1009
1193
|
"rustup-dist-server",
|
|
1010
1194
|
"rustup-update-root",
|
|
1011
1195
|
"sample-process-tree",
|
|
1196
|
+
"self-hosted-offline-fallback",
|
|
1012
1197
|
"setup-node",
|
|
1013
1198
|
"setup-rust",
|
|
1014
1199
|
"shifu-cache-profile-digest",
|
|
@@ -1017,7 +1202,7 @@
|
|
|
1017
1202
|
"verify-command",
|
|
1018
1203
|
"working-directory"
|
|
1019
1204
|
],
|
|
1020
|
-
"inputCount":
|
|
1205
|
+
"inputCount": 85,
|
|
1021
1206
|
"secrets": [
|
|
1022
1207
|
"BUILDCHAIN_ARTIFACT_RELAY_S3_DOWNLOAD_ROLE_ARN",
|
|
1023
1208
|
"BUILDCHAIN_ARTIFACT_RELAY_S3_ROLE_ARN",
|
|
@@ -1075,12 +1260,20 @@
|
|
|
1075
1260
|
"release-candidate-passport-json",
|
|
1076
1261
|
"release-manifest-json",
|
|
1077
1262
|
"runner-preset",
|
|
1263
|
+
"runner-routing-json",
|
|
1078
1264
|
"trusted-event"
|
|
1079
1265
|
],
|
|
1080
|
-
"outputCount":
|
|
1266
|
+
"outputCount": 46,
|
|
1081
1267
|
"surface": "channel-build-router",
|
|
1082
1268
|
"capabilityGroup": "reusable-build",
|
|
1083
|
-
"status": "active"
|
|
1269
|
+
"status": "active",
|
|
1270
|
+
"owner": "buildchain-workflows",
|
|
1271
|
+
"maturity": "active",
|
|
1272
|
+
"introducedVersion": "pre-3.0.2-alpha.4",
|
|
1273
|
+
"compatibilityPromise": "preserved-through-the-v3-major-line",
|
|
1274
|
+
"deprecationReplacement": "",
|
|
1275
|
+
"sunsetCondition": "explicit-breaking-change-review-in-a-future-major-line",
|
|
1276
|
+
"nonDuplicationRationale": "Existing workflow identity retained for caller compatibility and repository orchestration."
|
|
1084
1277
|
},
|
|
1085
1278
|
{
|
|
1086
1279
|
"id": "buildchain-alpha-self-dogfood",
|
|
@@ -1094,7 +1287,14 @@
|
|
|
1094
1287
|
"outputCount": 0,
|
|
1095
1288
|
"surface": "repository-workflow",
|
|
1096
1289
|
"capabilityGroup": "api-cli-reference",
|
|
1097
|
-
"status": "active"
|
|
1290
|
+
"status": "active",
|
|
1291
|
+
"owner": "buildchain-workflows",
|
|
1292
|
+
"maturity": "active",
|
|
1293
|
+
"introducedVersion": "pre-3.0.2-alpha.4",
|
|
1294
|
+
"compatibilityPromise": "preserved-through-the-v3-major-line",
|
|
1295
|
+
"deprecationReplacement": "",
|
|
1296
|
+
"sunsetCondition": "explicit-breaking-change-review-in-a-future-major-line",
|
|
1297
|
+
"nonDuplicationRationale": "Existing workflow identity retained for caller compatibility and repository orchestration."
|
|
1098
1298
|
},
|
|
1099
1299
|
{
|
|
1100
1300
|
"id": "buildchain-patrol-daily",
|
|
@@ -1108,7 +1308,14 @@
|
|
|
1108
1308
|
"outputCount": 0,
|
|
1109
1309
|
"surface": "repository-patrol",
|
|
1110
1310
|
"capabilityGroup": "governance-versioning",
|
|
1111
|
-
"status": "active"
|
|
1311
|
+
"status": "active",
|
|
1312
|
+
"owner": "buildchain-workflows",
|
|
1313
|
+
"maturity": "active",
|
|
1314
|
+
"introducedVersion": "pre-3.0.2-alpha.4",
|
|
1315
|
+
"compatibilityPromise": "preserved-through-the-v3-major-line",
|
|
1316
|
+
"deprecationReplacement": "",
|
|
1317
|
+
"sunsetCondition": "explicit-breaking-change-review-in-a-future-major-line",
|
|
1318
|
+
"nonDuplicationRationale": "Existing workflow identity retained for caller compatibility and repository orchestration."
|
|
1112
1319
|
},
|
|
1113
1320
|
{
|
|
1114
1321
|
"id": "buildchain-patrol-monthly",
|
|
@@ -1122,7 +1329,14 @@
|
|
|
1122
1329
|
"outputCount": 0,
|
|
1123
1330
|
"surface": "repository-patrol",
|
|
1124
1331
|
"capabilityGroup": "governance-versioning",
|
|
1125
|
-
"status": "active"
|
|
1332
|
+
"status": "active",
|
|
1333
|
+
"owner": "buildchain-workflows",
|
|
1334
|
+
"maturity": "active",
|
|
1335
|
+
"introducedVersion": "pre-3.0.2-alpha.4",
|
|
1336
|
+
"compatibilityPromise": "preserved-through-the-v3-major-line",
|
|
1337
|
+
"deprecationReplacement": "",
|
|
1338
|
+
"sunsetCondition": "explicit-breaking-change-review-in-a-future-major-line",
|
|
1339
|
+
"nonDuplicationRationale": "Existing workflow identity retained for caller compatibility and repository orchestration."
|
|
1126
1340
|
},
|
|
1127
1341
|
{
|
|
1128
1342
|
"id": "buildchain-patrol-weekly",
|
|
@@ -1136,7 +1350,14 @@
|
|
|
1136
1350
|
"outputCount": 0,
|
|
1137
1351
|
"surface": "repository-patrol",
|
|
1138
1352
|
"capabilityGroup": "governance-versioning",
|
|
1139
|
-
"status": "active"
|
|
1353
|
+
"status": "active",
|
|
1354
|
+
"owner": "buildchain-workflows",
|
|
1355
|
+
"maturity": "active",
|
|
1356
|
+
"introducedVersion": "pre-3.0.2-alpha.4",
|
|
1357
|
+
"compatibilityPromise": "preserved-through-the-v3-major-line",
|
|
1358
|
+
"deprecationReplacement": "",
|
|
1359
|
+
"sunsetCondition": "explicit-breaking-change-review-in-a-future-major-line",
|
|
1360
|
+
"nonDuplicationRationale": "Existing workflow identity retained for caller compatibility and repository orchestration."
|
|
1140
1361
|
},
|
|
1141
1362
|
{
|
|
1142
1363
|
"id": "buildchain-patrol",
|
|
@@ -1175,7 +1396,14 @@
|
|
|
1175
1396
|
"outputCount": 5,
|
|
1176
1397
|
"surface": "repository-patrol",
|
|
1177
1398
|
"capabilityGroup": "governance-versioning",
|
|
1178
|
-
"status": "active"
|
|
1399
|
+
"status": "active",
|
|
1400
|
+
"owner": "buildchain-workflows",
|
|
1401
|
+
"maturity": "active",
|
|
1402
|
+
"introducedVersion": "pre-3.0.2-alpha.4",
|
|
1403
|
+
"compatibilityPromise": "preserved-through-the-v3-major-line",
|
|
1404
|
+
"deprecationReplacement": "",
|
|
1405
|
+
"sunsetCondition": "explicit-breaking-change-review-in-a-future-major-line",
|
|
1406
|
+
"nonDuplicationRationale": "Existing workflow identity retained for caller compatibility and repository orchestration."
|
|
1179
1407
|
},
|
|
1180
1408
|
{
|
|
1181
1409
|
"id": "buildchain-ref-promotion",
|
|
@@ -1189,7 +1417,14 @@
|
|
|
1189
1417
|
"outputCount": 0,
|
|
1190
1418
|
"surface": "release-governance",
|
|
1191
1419
|
"capabilityGroup": "release-passport-trust",
|
|
1192
|
-
"status": "active"
|
|
1420
|
+
"status": "active",
|
|
1421
|
+
"owner": "buildchain-workflows",
|
|
1422
|
+
"maturity": "active",
|
|
1423
|
+
"introducedVersion": "pre-3.0.2-alpha.4",
|
|
1424
|
+
"compatibilityPromise": "preserved-through-the-v3-major-line",
|
|
1425
|
+
"deprecationReplacement": "",
|
|
1426
|
+
"sunsetCondition": "explicit-breaking-change-review-in-a-future-major-line",
|
|
1427
|
+
"nonDuplicationRationale": "Existing workflow identity retained for caller compatibility and repository orchestration."
|
|
1193
1428
|
},
|
|
1194
1429
|
{
|
|
1195
1430
|
"id": "buildchain-stable-candidate-patrol",
|
|
@@ -1203,7 +1438,14 @@
|
|
|
1203
1438
|
"outputCount": 0,
|
|
1204
1439
|
"surface": "repository-patrol",
|
|
1205
1440
|
"capabilityGroup": "governance-versioning",
|
|
1206
|
-
"status": "active"
|
|
1441
|
+
"status": "active",
|
|
1442
|
+
"owner": "buildchain-workflows",
|
|
1443
|
+
"maturity": "active",
|
|
1444
|
+
"introducedVersion": "pre-3.0.2-alpha.4",
|
|
1445
|
+
"compatibilityPromise": "preserved-through-the-v3-major-line",
|
|
1446
|
+
"deprecationReplacement": "",
|
|
1447
|
+
"sunsetCondition": "explicit-breaking-change-review-in-a-future-major-line",
|
|
1448
|
+
"nonDuplicationRationale": "Existing workflow identity retained for caller compatibility and repository orchestration."
|
|
1207
1449
|
},
|
|
1208
1450
|
{
|
|
1209
1451
|
"id": "buildchain-stable-candidate-qualification",
|
|
@@ -1217,7 +1459,14 @@
|
|
|
1217
1459
|
"outputCount": 0,
|
|
1218
1460
|
"surface": "repository-patrol",
|
|
1219
1461
|
"capabilityGroup": "api-cli-reference",
|
|
1220
|
-
"status": "repository-internal"
|
|
1462
|
+
"status": "repository-internal",
|
|
1463
|
+
"owner": "buildchain-workflows",
|
|
1464
|
+
"maturity": "repository-internal",
|
|
1465
|
+
"introducedVersion": "pre-3.0.2-alpha.4",
|
|
1466
|
+
"compatibilityPromise": "preserved-through-the-v3-major-line",
|
|
1467
|
+
"deprecationReplacement": "",
|
|
1468
|
+
"sunsetCondition": "explicit-breaking-change-review-in-a-future-major-line",
|
|
1469
|
+
"nonDuplicationRationale": "Existing workflow identity retained for caller compatibility and repository orchestration."
|
|
1221
1470
|
},
|
|
1222
1471
|
{
|
|
1223
1472
|
"id": "candidate-lab",
|
|
@@ -1231,7 +1480,14 @@
|
|
|
1231
1480
|
"outputCount": 0,
|
|
1232
1481
|
"surface": "repository-workflow",
|
|
1233
1482
|
"capabilityGroup": "api-cli-reference",
|
|
1234
|
-
"status": "repository-internal"
|
|
1483
|
+
"status": "repository-internal",
|
|
1484
|
+
"owner": "buildchain-workflows",
|
|
1485
|
+
"maturity": "repository-internal",
|
|
1486
|
+
"introducedVersion": "pre-3.0.2-alpha.4",
|
|
1487
|
+
"compatibilityPromise": "preserved-through-the-v3-major-line",
|
|
1488
|
+
"deprecationReplacement": "",
|
|
1489
|
+
"sunsetCondition": "explicit-breaking-change-review-in-a-future-major-line",
|
|
1490
|
+
"nonDuplicationRationale": "Existing workflow identity retained for caller compatibility and repository orchestration."
|
|
1235
1491
|
},
|
|
1236
1492
|
{
|
|
1237
1493
|
"id": "check",
|
|
@@ -1261,7 +1517,14 @@
|
|
|
1261
1517
|
"outputCount": 7,
|
|
1262
1518
|
"surface": "repository-workflow",
|
|
1263
1519
|
"capabilityGroup": "api-cli-reference",
|
|
1264
|
-
"status": "active"
|
|
1520
|
+
"status": "active",
|
|
1521
|
+
"owner": "buildchain-workflows",
|
|
1522
|
+
"maturity": "active",
|
|
1523
|
+
"introducedVersion": "pre-3.0.2-alpha.4",
|
|
1524
|
+
"compatibilityPromise": "preserved-through-the-v3-major-line",
|
|
1525
|
+
"deprecationReplacement": "",
|
|
1526
|
+
"sunsetCondition": "explicit-breaking-change-review-in-a-future-major-line",
|
|
1527
|
+
"nonDuplicationRationale": "Existing workflow identity retained for caller compatibility and repository orchestration."
|
|
1265
1528
|
},
|
|
1266
1529
|
{
|
|
1267
1530
|
"id": "dev-alpha-candidate-patrol",
|
|
@@ -1277,11 +1540,12 @@
|
|
|
1277
1540
|
"max-age-seconds",
|
|
1278
1541
|
"pull-request-body-prefix",
|
|
1279
1542
|
"pull-request-body-prefix-renderer",
|
|
1543
|
+
"reactivation-authorized",
|
|
1280
1544
|
"settlement-authorized",
|
|
1281
1545
|
"source-branch",
|
|
1282
1546
|
"target-branch"
|
|
1283
1547
|
],
|
|
1284
|
-
"inputCount":
|
|
1548
|
+
"inputCount": 13,
|
|
1285
1549
|
"secrets": [
|
|
1286
1550
|
"promotion-token"
|
|
1287
1551
|
],
|
|
@@ -1291,16 +1555,24 @@
|
|
|
1291
1555
|
"controller-state",
|
|
1292
1556
|
"eligible",
|
|
1293
1557
|
"next-candidate-sha",
|
|
1558
|
+
"prior-state-root",
|
|
1294
1559
|
"promotion-pr",
|
|
1295
1560
|
"result-path",
|
|
1296
1561
|
"selected-sha",
|
|
1297
1562
|
"settlement-action",
|
|
1298
1563
|
"source-lock-ref"
|
|
1299
1564
|
],
|
|
1300
|
-
"outputCount":
|
|
1565
|
+
"outputCount": 10,
|
|
1301
1566
|
"surface": "repository-patrol",
|
|
1302
1567
|
"capabilityGroup": "governance-versioning",
|
|
1303
|
-
"status": "active"
|
|
1568
|
+
"status": "active",
|
|
1569
|
+
"owner": "buildchain-workflows",
|
|
1570
|
+
"maturity": "active",
|
|
1571
|
+
"introducedVersion": "pre-3.0.2-alpha.4",
|
|
1572
|
+
"compatibilityPromise": "preserved-through-the-v3-major-line",
|
|
1573
|
+
"deprecationReplacement": "",
|
|
1574
|
+
"sunsetCondition": "explicit-breaking-change-review-in-a-future-major-line",
|
|
1575
|
+
"nonDuplicationRationale": "Existing workflow identity retained for caller compatibility and repository orchestration."
|
|
1304
1576
|
},
|
|
1305
1577
|
{
|
|
1306
1578
|
"id": "dev-merge-queue-governance",
|
|
@@ -1314,7 +1586,14 @@
|
|
|
1314
1586
|
"outputCount": 0,
|
|
1315
1587
|
"surface": "repository-workflow",
|
|
1316
1588
|
"capabilityGroup": "api-cli-reference",
|
|
1317
|
-
"status": "active"
|
|
1589
|
+
"status": "active",
|
|
1590
|
+
"owner": "buildchain-workflows",
|
|
1591
|
+
"maturity": "active",
|
|
1592
|
+
"introducedVersion": "pre-3.0.2-alpha.4",
|
|
1593
|
+
"compatibilityPromise": "preserved-through-the-v3-major-line",
|
|
1594
|
+
"deprecationReplacement": "",
|
|
1595
|
+
"sunsetCondition": "explicit-breaking-change-review-in-a-future-major-line",
|
|
1596
|
+
"nonDuplicationRationale": "Existing workflow identity retained for caller compatibility and repository orchestration."
|
|
1318
1597
|
},
|
|
1319
1598
|
{
|
|
1320
1599
|
"id": "dev-pr-auto-merge",
|
|
@@ -1351,7 +1630,14 @@
|
|
|
1351
1630
|
"outputCount": 6,
|
|
1352
1631
|
"surface": "dev-governance",
|
|
1353
1632
|
"capabilityGroup": "governance-versioning",
|
|
1354
|
-
"status": "active"
|
|
1633
|
+
"status": "active",
|
|
1634
|
+
"owner": "buildchain-workflows",
|
|
1635
|
+
"maturity": "active",
|
|
1636
|
+
"introducedVersion": "pre-3.0.2-alpha.4",
|
|
1637
|
+
"compatibilityPromise": "preserved-through-the-v3-major-line",
|
|
1638
|
+
"deprecationReplacement": "",
|
|
1639
|
+
"sunsetCondition": "explicit-breaking-change-review-in-a-future-major-line",
|
|
1640
|
+
"nonDuplicationRationale": "Existing workflow identity retained for caller compatibility and repository orchestration."
|
|
1355
1641
|
},
|
|
1356
1642
|
{
|
|
1357
1643
|
"id": "github-artifact-attestation",
|
|
@@ -1385,7 +1671,14 @@
|
|
|
1385
1671
|
"outputCount": 5,
|
|
1386
1672
|
"surface": "release-passport",
|
|
1387
1673
|
"capabilityGroup": "release-passport-trust",
|
|
1388
|
-
"status": "active"
|
|
1674
|
+
"status": "active",
|
|
1675
|
+
"owner": "buildchain-workflows",
|
|
1676
|
+
"maturity": "active",
|
|
1677
|
+
"introducedVersion": "pre-3.0.2-alpha.4",
|
|
1678
|
+
"compatibilityPromise": "preserved-through-the-v3-major-line",
|
|
1679
|
+
"deprecationReplacement": "",
|
|
1680
|
+
"sunsetCondition": "explicit-breaking-change-review-in-a-future-major-line",
|
|
1681
|
+
"nonDuplicationRationale": "Existing workflow identity retained for caller compatibility and repository orchestration."
|
|
1389
1682
|
},
|
|
1390
1683
|
{
|
|
1391
1684
|
"id": "github-governance-audit",
|
|
@@ -1399,7 +1692,14 @@
|
|
|
1399
1692
|
"outputCount": 0,
|
|
1400
1693
|
"surface": "dev-governance",
|
|
1401
1694
|
"capabilityGroup": "api-cli-reference",
|
|
1402
|
-
"status": "active"
|
|
1695
|
+
"status": "active",
|
|
1696
|
+
"owner": "buildchain-workflows",
|
|
1697
|
+
"maturity": "active",
|
|
1698
|
+
"introducedVersion": "pre-3.0.2-alpha.4",
|
|
1699
|
+
"compatibilityPromise": "preserved-through-the-v3-major-line",
|
|
1700
|
+
"deprecationReplacement": "",
|
|
1701
|
+
"sunsetCondition": "explicit-breaking-change-review-in-a-future-major-line",
|
|
1702
|
+
"nonDuplicationRationale": "Existing workflow identity retained for caller compatibility and repository orchestration."
|
|
1403
1703
|
},
|
|
1404
1704
|
{
|
|
1405
1705
|
"id": "npm-publish",
|
|
@@ -1413,7 +1713,14 @@
|
|
|
1413
1713
|
"outputCount": 0,
|
|
1414
1714
|
"surface": "repository-workflow",
|
|
1415
1715
|
"capabilityGroup": "api-cli-reference",
|
|
1416
|
-
"status": "active"
|
|
1716
|
+
"status": "active",
|
|
1717
|
+
"owner": "buildchain-workflows",
|
|
1718
|
+
"maturity": "active",
|
|
1719
|
+
"introducedVersion": "pre-3.0.2-alpha.4",
|
|
1720
|
+
"compatibilityPromise": "preserved-through-the-v3-major-line",
|
|
1721
|
+
"deprecationReplacement": "",
|
|
1722
|
+
"sunsetCondition": "explicit-breaking-change-review-in-a-future-major-line",
|
|
1723
|
+
"nonDuplicationRationale": "Existing workflow identity retained for caller compatibility and repository orchestration."
|
|
1417
1724
|
},
|
|
1418
1725
|
{
|
|
1419
1726
|
"id": "paper-release-sealed",
|
|
@@ -1449,9 +1756,13 @@
|
|
|
1449
1756
|
],
|
|
1450
1757
|
"inputCount": 26,
|
|
1451
1758
|
"secrets": [
|
|
1452
|
-
"
|
|
1759
|
+
"BUILDCHAIN_GENERATED_WRITE_APP_CLIENT_ID",
|
|
1760
|
+
"BUILDCHAIN_GENERATED_WRITE_APP_PRIVATE_KEY",
|
|
1761
|
+
"BUILDCHAIN_GENERATED_WRITE_TOKEN",
|
|
1762
|
+
"BUILDCHAIN_PROMOTION_TOKEN",
|
|
1763
|
+
"KUNGFU_GOVERNANCE_AUDITOR_APP_PRIVATE_KEY"
|
|
1453
1764
|
],
|
|
1454
|
-
"secretCount":
|
|
1765
|
+
"secretCount": 5,
|
|
1455
1766
|
"outputs": [
|
|
1456
1767
|
"github-release-url",
|
|
1457
1768
|
"package-name",
|
|
@@ -1462,7 +1773,14 @@
|
|
|
1462
1773
|
"outputCount": 5,
|
|
1463
1774
|
"surface": "repository-workflow",
|
|
1464
1775
|
"capabilityGroup": "api-cli-reference",
|
|
1465
|
-
"status": "active"
|
|
1776
|
+
"status": "active",
|
|
1777
|
+
"owner": "buildchain-workflows",
|
|
1778
|
+
"maturity": "active",
|
|
1779
|
+
"introducedVersion": "pre-3.0.2-alpha.4",
|
|
1780
|
+
"compatibilityPromise": "preserved-through-the-v3-major-line",
|
|
1781
|
+
"deprecationReplacement": "",
|
|
1782
|
+
"sunsetCondition": "explicit-breaking-change-review-in-a-future-major-line",
|
|
1783
|
+
"nonDuplicationRationale": "Existing workflow identity retained for caller compatibility and repository orchestration."
|
|
1466
1784
|
},
|
|
1467
1785
|
{
|
|
1468
1786
|
"id": "paper-release",
|
|
@@ -1528,7 +1846,14 @@
|
|
|
1528
1846
|
"outputCount": 12,
|
|
1529
1847
|
"surface": "reusable-build",
|
|
1530
1848
|
"capabilityGroup": "reusable-build",
|
|
1531
|
-
"status": "active"
|
|
1849
|
+
"status": "active",
|
|
1850
|
+
"owner": "buildchain-workflows",
|
|
1851
|
+
"maturity": "active",
|
|
1852
|
+
"introducedVersion": "pre-3.0.2-alpha.4",
|
|
1853
|
+
"compatibilityPromise": "preserved-through-the-v3-major-line",
|
|
1854
|
+
"deprecationReplacement": "",
|
|
1855
|
+
"sunsetCondition": "explicit-breaking-change-review-in-a-future-major-line",
|
|
1856
|
+
"nonDuplicationRationale": "Existing workflow identity retained for caller compatibility and repository orchestration."
|
|
1532
1857
|
},
|
|
1533
1858
|
{
|
|
1534
1859
|
"id": "patrol-daily",
|
|
@@ -1564,7 +1889,14 @@
|
|
|
1564
1889
|
"outputCount": 5,
|
|
1565
1890
|
"surface": "repository-patrol",
|
|
1566
1891
|
"capabilityGroup": "governance-versioning",
|
|
1567
|
-
"status": "active"
|
|
1892
|
+
"status": "active",
|
|
1893
|
+
"owner": "buildchain-workflows",
|
|
1894
|
+
"maturity": "active",
|
|
1895
|
+
"introducedVersion": "pre-3.0.2-alpha.4",
|
|
1896
|
+
"compatibilityPromise": "preserved-through-the-v3-major-line",
|
|
1897
|
+
"deprecationReplacement": "",
|
|
1898
|
+
"sunsetCondition": "explicit-breaking-change-review-in-a-future-major-line",
|
|
1899
|
+
"nonDuplicationRationale": "Existing workflow identity retained for caller compatibility and repository orchestration."
|
|
1568
1900
|
},
|
|
1569
1901
|
{
|
|
1570
1902
|
"id": "patrol-monthly",
|
|
@@ -1591,7 +1923,14 @@
|
|
|
1591
1923
|
"outputCount": 5,
|
|
1592
1924
|
"surface": "repository-patrol",
|
|
1593
1925
|
"capabilityGroup": "governance-versioning",
|
|
1594
|
-
"status": "active"
|
|
1926
|
+
"status": "active",
|
|
1927
|
+
"owner": "buildchain-workflows",
|
|
1928
|
+
"maturity": "active",
|
|
1929
|
+
"introducedVersion": "pre-3.0.2-alpha.4",
|
|
1930
|
+
"compatibilityPromise": "preserved-through-the-v3-major-line",
|
|
1931
|
+
"deprecationReplacement": "",
|
|
1932
|
+
"sunsetCondition": "explicit-breaking-change-review-in-a-future-major-line",
|
|
1933
|
+
"nonDuplicationRationale": "Existing workflow identity retained for caller compatibility and repository orchestration."
|
|
1595
1934
|
},
|
|
1596
1935
|
{
|
|
1597
1936
|
"id": "patrol-observed-evidence",
|
|
@@ -1620,7 +1959,14 @@
|
|
|
1620
1959
|
"outputCount": 1,
|
|
1621
1960
|
"surface": "repository-patrol",
|
|
1622
1961
|
"capabilityGroup": "governance-versioning",
|
|
1623
|
-
"status": "active"
|
|
1962
|
+
"status": "active",
|
|
1963
|
+
"owner": "buildchain-workflows",
|
|
1964
|
+
"maturity": "active",
|
|
1965
|
+
"introducedVersion": "pre-3.0.2-alpha.4",
|
|
1966
|
+
"compatibilityPromise": "preserved-through-the-v3-major-line",
|
|
1967
|
+
"deprecationReplacement": "",
|
|
1968
|
+
"sunsetCondition": "explicit-breaking-change-review-in-a-future-major-line",
|
|
1969
|
+
"nonDuplicationRationale": "Existing workflow identity retained for caller compatibility and repository orchestration."
|
|
1624
1970
|
},
|
|
1625
1971
|
{
|
|
1626
1972
|
"id": "patrol-weekly",
|
|
@@ -1647,7 +1993,14 @@
|
|
|
1647
1993
|
"outputCount": 5,
|
|
1648
1994
|
"surface": "repository-patrol",
|
|
1649
1995
|
"capabilityGroup": "governance-versioning",
|
|
1650
|
-
"status": "active"
|
|
1996
|
+
"status": "active",
|
|
1997
|
+
"owner": "buildchain-workflows",
|
|
1998
|
+
"maturity": "active",
|
|
1999
|
+
"introducedVersion": "pre-3.0.2-alpha.4",
|
|
2000
|
+
"compatibilityPromise": "preserved-through-the-v3-major-line",
|
|
2001
|
+
"deprecationReplacement": "",
|
|
2002
|
+
"sunsetCondition": "explicit-breaking-change-review-in-a-future-major-line",
|
|
2003
|
+
"nonDuplicationRationale": "Existing workflow identity retained for caller compatibility and repository orchestration."
|
|
1651
2004
|
},
|
|
1652
2005
|
{
|
|
1653
2006
|
"id": "publication-artifact",
|
|
@@ -1700,7 +2053,14 @@
|
|
|
1700
2053
|
"outputCount": 16,
|
|
1701
2054
|
"surface": "repository-workflow",
|
|
1702
2055
|
"capabilityGroup": "reusable-build",
|
|
1703
|
-
"status": "active"
|
|
2056
|
+
"status": "active",
|
|
2057
|
+
"owner": "buildchain-workflows",
|
|
2058
|
+
"maturity": "active",
|
|
2059
|
+
"introducedVersion": "pre-3.0.2-alpha.4",
|
|
2060
|
+
"compatibilityPromise": "preserved-through-the-v3-major-line",
|
|
2061
|
+
"deprecationReplacement": "",
|
|
2062
|
+
"sunsetCondition": "explicit-breaking-change-review-in-a-future-major-line",
|
|
2063
|
+
"nonDuplicationRationale": "Existing workflow identity retained for caller compatibility and repository orchestration."
|
|
1704
2064
|
},
|
|
1705
2065
|
{
|
|
1706
2066
|
"id": "release-candidate-promote",
|
|
@@ -1761,11 +2121,17 @@
|
|
|
1761
2121
|
"publish-transaction-override",
|
|
1762
2122
|
"release-activation-command",
|
|
1763
2123
|
"release-activation-receipt-set-path",
|
|
2124
|
+
"release-candidate-family-assignment-id",
|
|
2125
|
+
"release-candidate-family-evidence-required",
|
|
2126
|
+
"release-candidate-family-evidence-root",
|
|
2127
|
+
"release-candidate-family-initiative-id",
|
|
1764
2128
|
"release-candidate-workflow-file",
|
|
1765
2129
|
"release-candidate-workflow-name",
|
|
1766
2130
|
"release-passport",
|
|
2131
|
+
"release-passport-attachment-command",
|
|
1767
2132
|
"release-passport-buildchain-self-kfd",
|
|
1768
2133
|
"release-passport-evidence-command",
|
|
2134
|
+
"release-passport-evidence-jsons",
|
|
1769
2135
|
"release-passport-evidence-path",
|
|
1770
2136
|
"release-passport-impact-json",
|
|
1771
2137
|
"release-passport-invariant-passport-command",
|
|
@@ -1788,7 +2154,7 @@
|
|
|
1788
2154
|
"target-sha",
|
|
1789
2155
|
"trusted-publishing"
|
|
1790
2156
|
],
|
|
1791
|
-
"inputCount":
|
|
2157
|
+
"inputCount": 86,
|
|
1792
2158
|
"secrets": [
|
|
1793
2159
|
"BUILDCHAIN_ISSUE_APP_ID",
|
|
1794
2160
|
"BUILDCHAIN_ISSUE_APP_PRIVATE_KEY",
|
|
@@ -1838,7 +2204,14 @@
|
|
|
1838
2204
|
"outputCount": 31,
|
|
1839
2205
|
"surface": "release-governance",
|
|
1840
2206
|
"capabilityGroup": "reusable-build",
|
|
1841
|
-
"status": "active"
|
|
2207
|
+
"status": "active",
|
|
2208
|
+
"owner": "buildchain-workflows",
|
|
2209
|
+
"maturity": "active",
|
|
2210
|
+
"introducedVersion": "pre-3.0.2-alpha.4",
|
|
2211
|
+
"compatibilityPromise": "preserved-through-the-v3-major-line",
|
|
2212
|
+
"deprecationReplacement": "",
|
|
2213
|
+
"sunsetCondition": "explicit-breaking-change-review-in-a-future-major-line",
|
|
2214
|
+
"nonDuplicationRationale": "Existing workflow identity retained for caller compatibility and repository orchestration."
|
|
1842
2215
|
},
|
|
1843
2216
|
{
|
|
1844
2217
|
"id": "release-governance-reconcile",
|
|
@@ -1860,7 +2233,14 @@
|
|
|
1860
2233
|
"outputCount": 0,
|
|
1861
2234
|
"surface": "release-governance",
|
|
1862
2235
|
"capabilityGroup": "api-cli-reference",
|
|
1863
|
-
"status": "active"
|
|
2236
|
+
"status": "active",
|
|
2237
|
+
"owner": "buildchain-workflows",
|
|
2238
|
+
"maturity": "active",
|
|
2239
|
+
"introducedVersion": "pre-3.0.2-alpha.4",
|
|
2240
|
+
"compatibilityPromise": "preserved-through-the-v3-major-line",
|
|
2241
|
+
"deprecationReplacement": "",
|
|
2242
|
+
"sunsetCondition": "explicit-breaking-change-review-in-a-future-major-line",
|
|
2243
|
+
"nonDuplicationRationale": "Existing workflow identity retained for caller compatibility and repository orchestration."
|
|
1864
2244
|
},
|
|
1865
2245
|
{
|
|
1866
2246
|
"id": "release-line-bootstrap",
|
|
@@ -1874,7 +2254,14 @@
|
|
|
1874
2254
|
"outputCount": 0,
|
|
1875
2255
|
"surface": "release-governance",
|
|
1876
2256
|
"capabilityGroup": "release-passport-trust",
|
|
1877
|
-
"status": "active"
|
|
2257
|
+
"status": "active",
|
|
2258
|
+
"owner": "buildchain-workflows",
|
|
2259
|
+
"maturity": "active",
|
|
2260
|
+
"introducedVersion": "pre-3.0.2-alpha.4",
|
|
2261
|
+
"compatibilityPromise": "preserved-through-the-v3-major-line",
|
|
2262
|
+
"deprecationReplacement": "",
|
|
2263
|
+
"sunsetCondition": "explicit-breaking-change-review-in-a-future-major-line",
|
|
2264
|
+
"nonDuplicationRationale": "Existing workflow identity retained for caller compatibility and repository orchestration."
|
|
1878
2265
|
},
|
|
1879
2266
|
{
|
|
1880
2267
|
"id": "release-new-version",
|
|
@@ -1888,7 +2275,14 @@
|
|
|
1888
2275
|
"outputCount": 0,
|
|
1889
2276
|
"surface": "repository-workflow",
|
|
1890
2277
|
"capabilityGroup": "api-cli-reference",
|
|
1891
|
-
"status": "active"
|
|
2278
|
+
"status": "active",
|
|
2279
|
+
"owner": "buildchain-workflows",
|
|
2280
|
+
"maturity": "active",
|
|
2281
|
+
"introducedVersion": "pre-3.0.2-alpha.4",
|
|
2282
|
+
"compatibilityPromise": "preserved-through-the-v3-major-line",
|
|
2283
|
+
"deprecationReplacement": "",
|
|
2284
|
+
"sunsetCondition": "explicit-breaking-change-review-in-a-future-major-line",
|
|
2285
|
+
"nonDuplicationRationale": "Existing workflow identity retained for caller compatibility and repository orchestration."
|
|
1892
2286
|
},
|
|
1893
2287
|
{
|
|
1894
2288
|
"id": "release-propagation",
|
|
@@ -1902,6 +2296,7 @@
|
|
|
1902
2296
|
"downstream-prepare-command",
|
|
1903
2297
|
"downstream-repository",
|
|
1904
2298
|
"downstream-target",
|
|
2299
|
+
"downstream-update-command",
|
|
1905
2300
|
"downstream-verify-command",
|
|
1906
2301
|
"dry-run",
|
|
1907
2302
|
"graph-json",
|
|
@@ -1912,7 +2307,7 @@
|
|
|
1912
2307
|
"source-node",
|
|
1913
2308
|
"upstream-release-json"
|
|
1914
2309
|
],
|
|
1915
|
-
"inputCount":
|
|
2310
|
+
"inputCount": 17,
|
|
1916
2311
|
"secrets": [
|
|
1917
2312
|
"propagation-token"
|
|
1918
2313
|
],
|
|
@@ -1924,12 +2319,21 @@
|
|
|
1924
2319
|
"controller-receipt-artifact",
|
|
1925
2320
|
"controller-receipt-digest",
|
|
1926
2321
|
"controller-receipt-json",
|
|
1927
|
-
"controller-receipt-status"
|
|
2322
|
+
"controller-receipt-status",
|
|
2323
|
+
"propagation-receipt-digest",
|
|
2324
|
+
"propagation-receipt-json"
|
|
1928
2325
|
],
|
|
1929
|
-
"outputCount":
|
|
2326
|
+
"outputCount": 9,
|
|
1930
2327
|
"surface": "release-propagation",
|
|
1931
2328
|
"capabilityGroup": "site-and-propagation",
|
|
1932
|
-
"status": "preview"
|
|
2329
|
+
"status": "preview",
|
|
2330
|
+
"owner": "buildchain-workflows",
|
|
2331
|
+
"maturity": "preview",
|
|
2332
|
+
"introducedVersion": "pre-3.0.2-alpha.4",
|
|
2333
|
+
"compatibilityPromise": "preserved-through-the-v3-major-line",
|
|
2334
|
+
"deprecationReplacement": "",
|
|
2335
|
+
"sunsetCondition": "explicit-breaking-change-review-in-a-future-major-line",
|
|
2336
|
+
"nonDuplicationRationale": "Existing workflow identity retained for caller compatibility and repository orchestration."
|
|
1933
2337
|
},
|
|
1934
2338
|
{
|
|
1935
2339
|
"id": "release-verify",
|
|
@@ -1943,7 +2347,14 @@
|
|
|
1943
2347
|
"outputCount": 0,
|
|
1944
2348
|
"surface": "repository-workflow",
|
|
1945
2349
|
"capabilityGroup": "api-cli-reference",
|
|
1946
|
-
"status": "active"
|
|
2350
|
+
"status": "active",
|
|
2351
|
+
"owner": "buildchain-workflows",
|
|
2352
|
+
"maturity": "active",
|
|
2353
|
+
"introducedVersion": "pre-3.0.2-alpha.4",
|
|
2354
|
+
"compatibilityPromise": "preserved-through-the-v3-major-line",
|
|
2355
|
+
"deprecationReplacement": "",
|
|
2356
|
+
"sunsetCondition": "explicit-breaking-change-review-in-a-future-major-line",
|
|
2357
|
+
"nonDuplicationRationale": "Existing workflow identity retained for caller compatibility and repository orchestration."
|
|
1947
2358
|
},
|
|
1948
2359
|
{
|
|
1949
2360
|
"id": "schedule-purge-artifacts",
|
|
@@ -1957,7 +2368,14 @@
|
|
|
1957
2368
|
"outputCount": 0,
|
|
1958
2369
|
"surface": "repository-workflow",
|
|
1959
2370
|
"capabilityGroup": "api-cli-reference",
|
|
1960
|
-
"status": "active"
|
|
2371
|
+
"status": "active",
|
|
2372
|
+
"owner": "buildchain-workflows",
|
|
2373
|
+
"maturity": "active",
|
|
2374
|
+
"introducedVersion": "pre-3.0.2-alpha.4",
|
|
2375
|
+
"compatibilityPromise": "preserved-through-the-v3-major-line",
|
|
2376
|
+
"deprecationReplacement": "",
|
|
2377
|
+
"sunsetCondition": "explicit-breaking-change-review-in-a-future-major-line",
|
|
2378
|
+
"nonDuplicationRationale": "Existing workflow identity retained for caller compatibility and repository orchestration."
|
|
1961
2379
|
},
|
|
1962
2380
|
{
|
|
1963
2381
|
"id": "self-hosted-runner-smoke",
|
|
@@ -1971,7 +2389,14 @@
|
|
|
1971
2389
|
"outputCount": 0,
|
|
1972
2390
|
"surface": "repository-workflow",
|
|
1973
2391
|
"capabilityGroup": "api-cli-reference",
|
|
1974
|
-
"status": "compatibility-fixture"
|
|
2392
|
+
"status": "compatibility-fixture",
|
|
2393
|
+
"owner": "buildchain-workflows",
|
|
2394
|
+
"maturity": "compatibility-fixture",
|
|
2395
|
+
"introducedVersion": "pre-3.0.2-alpha.4",
|
|
2396
|
+
"compatibilityPromise": "preserved-through-the-v3-major-line",
|
|
2397
|
+
"deprecationReplacement": "",
|
|
2398
|
+
"sunsetCondition": "explicit-breaking-change-review-in-a-future-major-line",
|
|
2399
|
+
"nonDuplicationRationale": "Existing workflow identity retained for caller compatibility and repository orchestration."
|
|
1975
2400
|
},
|
|
1976
2401
|
{
|
|
1977
2402
|
"id": "stable-candidate-patrol",
|
|
@@ -2011,7 +2436,14 @@
|
|
|
2011
2436
|
"outputCount": 6,
|
|
2012
2437
|
"surface": "repository-patrol",
|
|
2013
2438
|
"capabilityGroup": "governance-versioning",
|
|
2014
|
-
"status": "active"
|
|
2439
|
+
"status": "active",
|
|
2440
|
+
"owner": "buildchain-workflows",
|
|
2441
|
+
"maturity": "active",
|
|
2442
|
+
"introducedVersion": "pre-3.0.2-alpha.4",
|
|
2443
|
+
"compatibilityPromise": "preserved-through-the-v3-major-line",
|
|
2444
|
+
"deprecationReplacement": "",
|
|
2445
|
+
"sunsetCondition": "explicit-breaking-change-review-in-a-future-major-line",
|
|
2446
|
+
"nonDuplicationRationale": "Existing workflow identity retained for caller compatibility and repository orchestration."
|
|
2015
2447
|
},
|
|
2016
2448
|
{
|
|
2017
2449
|
"id": "verify",
|
|
@@ -2025,7 +2457,14 @@
|
|
|
2025
2457
|
"outputCount": 0,
|
|
2026
2458
|
"surface": "repository-workflow",
|
|
2027
2459
|
"capabilityGroup": "api-cli-reference",
|
|
2028
|
-
"status": "active"
|
|
2460
|
+
"status": "active",
|
|
2461
|
+
"owner": "buildchain-workflows",
|
|
2462
|
+
"maturity": "active",
|
|
2463
|
+
"introducedVersion": "pre-3.0.2-alpha.4",
|
|
2464
|
+
"compatibilityPromise": "preserved-through-the-v3-major-line",
|
|
2465
|
+
"deprecationReplacement": "",
|
|
2466
|
+
"sunsetCondition": "explicit-breaking-change-review-in-a-future-major-line",
|
|
2467
|
+
"nonDuplicationRationale": "Existing workflow identity retained for caller compatibility and repository orchestration."
|
|
2029
2468
|
}
|
|
2030
2469
|
],
|
|
2031
2470
|
"actionSource": "actions/*/action.yml reverse input enumeration",
|
|
@@ -2050,12 +2489,20 @@
|
|
|
2050
2489
|
],
|
|
2051
2490
|
"inputCount": 13,
|
|
2052
2491
|
"capabilityGroup": "release-passport-trust",
|
|
2053
|
-
"status": "active"
|
|
2492
|
+
"status": "active",
|
|
2493
|
+
"owner": "buildchain-actions",
|
|
2494
|
+
"maturity": "stable",
|
|
2495
|
+
"introducedVersion": "pre-3.0.2-alpha.4",
|
|
2496
|
+
"compatibilityPromise": "preserved-through-the-v3-major-line",
|
|
2497
|
+
"deprecationReplacement": "",
|
|
2498
|
+
"sunsetCondition": "explicit-breaking-change-review-in-a-future-major-line",
|
|
2499
|
+
"nonDuplicationRationale": "Existing action identity retained as the canonical composite or JavaScript action boundary."
|
|
2054
2500
|
},
|
|
2055
2501
|
{
|
|
2056
2502
|
"id": "macos-credential-island",
|
|
2057
2503
|
"path": "actions/macos-credential-island/action.yml",
|
|
2058
2504
|
"inputs": [
|
|
2505
|
+
"artifact-id",
|
|
2059
2506
|
"artifact-name",
|
|
2060
2507
|
"artifact-relative-output",
|
|
2061
2508
|
"artifact-stem",
|
|
@@ -2077,9 +2524,16 @@
|
|
|
2077
2524
|
"source-sha",
|
|
2078
2525
|
"source-tree-sha"
|
|
2079
2526
|
],
|
|
2080
|
-
"inputCount":
|
|
2527
|
+
"inputCount": 21,
|
|
2081
2528
|
"capabilityGroup": "api-cli-reference",
|
|
2082
|
-
"status": "active"
|
|
2529
|
+
"status": "active",
|
|
2530
|
+
"owner": "buildchain-actions",
|
|
2531
|
+
"maturity": "stable",
|
|
2532
|
+
"introducedVersion": "pre-3.0.2-alpha.4",
|
|
2533
|
+
"compatibilityPromise": "preserved-through-the-v3-major-line",
|
|
2534
|
+
"deprecationReplacement": "",
|
|
2535
|
+
"sunsetCondition": "explicit-breaking-change-review-in-a-future-major-line",
|
|
2536
|
+
"nonDuplicationRationale": "Existing action identity retained as the canonical composite or JavaScript action boundary."
|
|
2083
2537
|
},
|
|
2084
2538
|
{
|
|
2085
2539
|
"id": "promote-buildchain-ref",
|
|
@@ -2112,6 +2566,8 @@
|
|
|
2112
2566
|
"publish-package-set-order",
|
|
2113
2567
|
"publish-rematerialize-on-resume",
|
|
2114
2568
|
"publish-required-artifacts-json",
|
|
2569
|
+
"publish-sealed-bundle-manifest",
|
|
2570
|
+
"publish-sealed-bundle-root",
|
|
2115
2571
|
"publish-source-locked",
|
|
2116
2572
|
"publish-source-ref",
|
|
2117
2573
|
"publish-source-sha",
|
|
@@ -2120,12 +2576,19 @@
|
|
|
2120
2576
|
"publish-transaction-override",
|
|
2121
2577
|
"reconciliation-workspace",
|
|
2122
2578
|
"release-candidate-build-summary-path",
|
|
2579
|
+
"release-candidate-family-assignment-id",
|
|
2580
|
+
"release-candidate-family-evidence-required",
|
|
2581
|
+
"release-candidate-family-evidence-root",
|
|
2582
|
+
"release-candidate-family-initiative-id",
|
|
2123
2583
|
"release-candidate-passport-path",
|
|
2124
2584
|
"release-candidate-version",
|
|
2125
2585
|
"release-material-sha",
|
|
2126
2586
|
"release-passport",
|
|
2587
|
+
"release-passport-attachment-command",
|
|
2127
2588
|
"release-passport-build-summary-path",
|
|
2128
2589
|
"release-passport-buildchain-self-kfd",
|
|
2590
|
+
"release-passport-evidence-command",
|
|
2591
|
+
"release-passport-evidence-jsons",
|
|
2129
2592
|
"release-passport-github-artifact-attestation-policy-jsons",
|
|
2130
2593
|
"release-passport-impact-json",
|
|
2131
2594
|
"release-passport-invariant-passport-command",
|
|
@@ -2153,9 +2616,16 @@
|
|
|
2153
2616
|
"transaction-state-path",
|
|
2154
2617
|
"verification-command"
|
|
2155
2618
|
],
|
|
2156
|
-
"inputCount":
|
|
2619
|
+
"inputCount": 76,
|
|
2157
2620
|
"capabilityGroup": "release-passport-trust",
|
|
2158
|
-
"status": "active"
|
|
2621
|
+
"status": "active",
|
|
2622
|
+
"owner": "buildchain-actions",
|
|
2623
|
+
"maturity": "stable",
|
|
2624
|
+
"introducedVersion": "pre-3.0.2-alpha.4",
|
|
2625
|
+
"compatibilityPromise": "preserved-through-the-v3-major-line",
|
|
2626
|
+
"deprecationReplacement": "",
|
|
2627
|
+
"sunsetCondition": "explicit-breaking-change-review-in-a-future-major-line",
|
|
2628
|
+
"nonDuplicationRationale": "Existing action identity retained as the canonical composite or JavaScript action boundary."
|
|
2159
2629
|
},
|
|
2160
2630
|
{
|
|
2161
2631
|
"id": "report-buildchain-issue",
|
|
@@ -2207,7 +2677,14 @@
|
|
|
2207
2677
|
],
|
|
2208
2678
|
"inputCount": 43,
|
|
2209
2679
|
"capabilityGroup": "observability-diagnostics",
|
|
2210
|
-
"status": "active"
|
|
2680
|
+
"status": "active",
|
|
2681
|
+
"owner": "buildchain-actions",
|
|
2682
|
+
"maturity": "stable",
|
|
2683
|
+
"introducedVersion": "pre-3.0.2-alpha.4",
|
|
2684
|
+
"compatibilityPromise": "preserved-through-the-v3-major-line",
|
|
2685
|
+
"deprecationReplacement": "",
|
|
2686
|
+
"sunsetCondition": "explicit-breaking-change-review-in-a-future-major-line",
|
|
2687
|
+
"nonDuplicationRationale": "Existing action identity retained as the canonical composite or JavaScript action boundary."
|
|
2211
2688
|
},
|
|
2212
2689
|
{
|
|
2213
2690
|
"id": "run-lifecycle",
|
|
@@ -2237,7 +2714,14 @@
|
|
|
2237
2714
|
],
|
|
2238
2715
|
"inputCount": 21,
|
|
2239
2716
|
"capabilityGroup": "reusable-build",
|
|
2240
|
-
"status": "active"
|
|
2717
|
+
"status": "active",
|
|
2718
|
+
"owner": "buildchain-actions",
|
|
2719
|
+
"maturity": "stable",
|
|
2720
|
+
"introducedVersion": "pre-3.0.2-alpha.4",
|
|
2721
|
+
"compatibilityPromise": "preserved-through-the-v3-major-line",
|
|
2722
|
+
"deprecationReplacement": "",
|
|
2723
|
+
"sunsetCondition": "explicit-breaking-change-review-in-a-future-major-line",
|
|
2724
|
+
"nonDuplicationRationale": "Existing action identity retained as the canonical composite or JavaScript action boundary."
|
|
2241
2725
|
},
|
|
2242
2726
|
{
|
|
2243
2727
|
"id": "validate-config",
|
|
@@ -2249,7 +2733,14 @@
|
|
|
2249
2733
|
],
|
|
2250
2734
|
"inputCount": 3,
|
|
2251
2735
|
"capabilityGroup": "reusable-build",
|
|
2252
|
-
"status": "active"
|
|
2736
|
+
"status": "active",
|
|
2737
|
+
"owner": "buildchain-actions",
|
|
2738
|
+
"maturity": "stable",
|
|
2739
|
+
"introducedVersion": "pre-3.0.2-alpha.4",
|
|
2740
|
+
"compatibilityPromise": "preserved-through-the-v3-major-line",
|
|
2741
|
+
"deprecationReplacement": "",
|
|
2742
|
+
"sunsetCondition": "explicit-breaking-change-review-in-a-future-major-line",
|
|
2743
|
+
"nonDuplicationRationale": "Existing action identity retained as the canonical composite or JavaScript action boundary."
|
|
2253
2744
|
}
|
|
2254
2745
|
]
|
|
2255
2746
|
}
|