@kungfu-tech/buildchain 4.0.1-alpha.9 → 4.0.1
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/README.md +9 -6
- package/actions/v4-release-candidate-promote/README.md +3 -0
- package/architecture/agent-change-map.md +1015 -0
- package/architecture/ci-lane-change-budget.json +70 -1
- package/architecture/decisions/0004-v4-declarative-release-tail.md +47 -0
- package/architecture/internal-capabilities.json +156 -11
- package/architecture/maintainability-debt.json +3229 -0
- package/architecture/maintainability-policy.json +480 -129
- package/architecture/v3-core-mechanism-inventory.json +4 -3
- package/architecture/v3-v4-capability-closure.md +59 -0
- package/architecture/v3-v4-live-capability-inventory.json +102404 -0
- package/architecture/v4-cross-platform-adopter-qualification.json +52 -0
- package/architecture/v4-delivery-warrant-shadow-fixtures.json +3 -3
- package/architecture/v4-runtime-semantic-closure.json +710 -0
- package/bin/internal/trust-release-release-handlers.mjs +5 -0
- package/contracts/fixtures/v4-tail-reseal-v1/valid.json +1 -1
- package/contracts/v4-publication-qualification-v1.schema.json +51 -0
- package/dist/site/agent-index.json +1 -0
- package/dist/site/artifact-schemas.json +2 -0
- package/dist/site/buildchain-contract.json +123 -32
- package/dist/site/buildchain-site.json +96 -28
- package/dist/site/capability-registry.json +6 -6
- package/dist/site/cli-registry.json +5 -2
- package/dist/site/controller-registry.json +41 -5
- package/dist/site/kfd-claims.json +170 -21
- package/dist/site/kfd-upstream-aggregate.json +1 -1
- package/dist/site/manual-registry.json +6 -6
- package/dist/site/node-api-registry.json +1474 -215
- package/dist/site/page-registry.json +85 -17
- package/dist/site/public-surface-audit.json +85 -20
- package/dist/site/publication-authority-registry.json +28 -1
- package/dist/site/publication-registry.json +4 -4
- package/dist/site/release-provenance.json +5 -0
- package/dist/site/schemas/v4-publication-qualification-v1.schema.json +51 -0
- package/dist/site/site-manifest.json +10 -10
- package/dist/site/workflow-registry.json +94 -18
- package/docs/MAP.md +1 -1
- package/docs/cli-reference.md +4 -4
- package/docs/dev-delivery-warrant.md +12 -9
- package/docs/node-api-reference.md +291 -206
- package/docs/publish-transaction.md +11 -4
- package/docs/release-candidate.md +7 -0
- package/docs/v4-adopter-delivery.md +23 -4
- package/docs/v4-declarative-release-tail-migration.md +43 -0
- package/package.json +8 -3
- package/packages/core/adopter-delivery-passport.js +36 -0
- package/packages/core/buildchain-contract.js +31 -1
- package/packages/core/buildchain-publication-authority.js +1 -0
- package/packages/core/dev-delivery-warrant-settlement.js +239 -3
- package/packages/core/dev-delivery-warrant-state.js +15 -2
- package/packages/core/dev-delivery-warrant.js +21 -4
- package/packages/core/github-governance-authority.js +4 -4
- package/packages/core/index.js +1 -0
- package/packages/core/paper-scaffold-content.js +401 -0
- package/packages/core/paper.js +12 -378
- package/packages/core/publication-control-plane-audit.js +135 -111
- package/packages/core/publication-rehearsal-projection.js +104 -0
- package/packages/core/publication-rehearsal-runtime.js +190 -0
- package/packages/core/release-candidate-recovery.js +6 -5
- package/packages/core/release-passport.js +82 -184
- package/packages/core/v4-cross-platform-adopter-qualification.js +343 -0
- package/packages/core/v4-floating-consumer-policy.js +3 -2
- package/packages/core/v4-floating-consumer-release-passport.js +134 -15
- package/packages/core/v4-publication-qualification.js +222 -0
- package/scripts/artifact-signing-controller-core.mjs +1 -1
- package/scripts/audit-publication-control-plane.mjs +17 -17
- package/scripts/buildchain-cli-help.mjs +3 -0
- package/scripts/check-internal-architecture.mjs +23 -3
- package/scripts/check-inventory.mjs +23 -5
- package/scripts/check-maintainability.mjs +145 -4
- package/scripts/check-project-cut-merge-queue-admission.mjs +87 -0
- package/scripts/check-v3-v4-capability-inventory.mjs +574 -0
- package/scripts/check-v4-floating-consumer-policy-contract.mjs +10 -3
- package/scripts/check-v4-runtime-semantic-closure.mjs +266 -0
- package/scripts/dev-delivery-warrant-options.mjs +27 -11
- package/scripts/dev-delivery-warrant.mjs +45 -5
- package/scripts/dev-pr-auto-merge.mjs +25 -11
- package/scripts/dev-pr-delivery-warrant.mjs +44 -0
- package/scripts/dev-pr-prequeue-guard.mjs +0 -18
- package/scripts/dispatch-artifact-signing-authority.mjs +1 -1
- package/scripts/generate-agent-change-map.mjs +118 -0
- package/scripts/generate-release-candidate-passport.mjs +26 -1
- package/scripts/generate-site-bundle.mjs +6 -0
- package/scripts/maintainability-domain-metrics.mjs +237 -0
- package/scripts/maintainability-governance.mjs +473 -0
- package/scripts/maintainability-metrics.mjs +28 -6
- package/scripts/project-cut-merge-queue-admission.mjs +394 -0
- package/scripts/promotion-routing-evidence.mjs +35 -6
- package/scripts/release-candidate-resolver.mjs +44 -0
- package/scripts/release-line-policy.mjs +25 -15
- package/scripts/release-tail.mjs +19 -2
- package/scripts/resume-from-candidate-run.mjs +106 -103
- package/scripts/run-lifecycle-core.mjs +341 -376
- package/scripts/site-capability-metadata.mjs +4 -0
- package/scripts/stable-candidate-qualification.mjs +9 -10
- package/scripts/v3-v4-capability-catalog.mjs +439 -0
- package/scripts/v4-cross-platform-adopter-qualification.mjs +228 -0
- package/scripts/v4-declarative-promotion-admission.mjs +42 -0
|
@@ -114,6 +114,8 @@
|
|
|
114
114
|
"build-command",
|
|
115
115
|
"buildchain-contract-compatibility-policy",
|
|
116
116
|
"buildchain-contract-drift-issue-mode",
|
|
117
|
+
"buildchain-contract-expected-channel",
|
|
118
|
+
"buildchain-contract-expected-major",
|
|
117
119
|
"buildchain-contract-lock-path",
|
|
118
120
|
"buildchain-expected-channel",
|
|
119
121
|
"buildchain-expected-major",
|
|
@@ -184,7 +186,7 @@
|
|
|
184
186
|
"verify-substage-evidence-path",
|
|
185
187
|
"working-directory"
|
|
186
188
|
],
|
|
187
|
-
"inputCount":
|
|
189
|
+
"inputCount": 93,
|
|
188
190
|
"secrets": [
|
|
189
191
|
"BUILDCHAIN_ARTIFACT_RELAY_S3_DOWNLOAD_ROLE_ARN",
|
|
190
192
|
"BUILDCHAIN_ARTIFACT_RELAY_S3_ROLE_ARN",
|
|
@@ -396,6 +398,7 @@
|
|
|
396
398
|
"reusable": true,
|
|
397
399
|
"inputs": [
|
|
398
400
|
"admission-json",
|
|
401
|
+
"authority-job-id",
|
|
399
402
|
"authority-workflow-path",
|
|
400
403
|
"auto-admission",
|
|
401
404
|
"auto-admission-kind",
|
|
@@ -433,7 +436,7 @@
|
|
|
433
436
|
"target-ref",
|
|
434
437
|
"used-nonces-json"
|
|
435
438
|
],
|
|
436
|
-
"inputCount":
|
|
439
|
+
"inputCount": 38,
|
|
437
440
|
"secrets": [
|
|
438
441
|
"BUILDCHAIN_GOVERNANCE_READ_TOKEN",
|
|
439
442
|
"KUNGFU_GOVERNANCE_AUDITOR_APP_PRIVATE_KEY"
|
|
@@ -503,6 +506,7 @@
|
|
|
503
506
|
"promotion-shell-ref",
|
|
504
507
|
"promotion-shell-sha",
|
|
505
508
|
"promotion-target-ref",
|
|
509
|
+
"provider-failure-after-capability",
|
|
506
510
|
"publication-admission-json",
|
|
507
511
|
"publication-authority-workflow-path",
|
|
508
512
|
"publication-auto-admission",
|
|
@@ -544,6 +548,7 @@
|
|
|
544
548
|
"release-candidate-workflow-file",
|
|
545
549
|
"release-candidate-workflow-name",
|
|
546
550
|
"release-passport",
|
|
551
|
+
"release-passport-adopter-delivery-json",
|
|
547
552
|
"release-passport-attachment-command",
|
|
548
553
|
"release-passport-buildchain-self-kfd",
|
|
549
554
|
"release-passport-evidence-command",
|
|
@@ -557,6 +562,7 @@
|
|
|
557
562
|
"release-passport-kfd-3-artifact-verify-command",
|
|
558
563
|
"release-passport-kfd-3-artifact-witness-jsons",
|
|
559
564
|
"release-passport-kfd-3-prebuild-witness-jsons",
|
|
565
|
+
"release-passport-kfd-adopter-manifest-gate-json",
|
|
560
566
|
"release-passport-kfd-adopter-manifest-json",
|
|
561
567
|
"release-passport-kfd-product-gate-jsons",
|
|
562
568
|
"release-passport-kfd-support-matrix-json",
|
|
@@ -582,7 +588,7 @@
|
|
|
582
588
|
"target-sha",
|
|
583
589
|
"trusted-publishing"
|
|
584
590
|
],
|
|
585
|
-
"inputCount":
|
|
591
|
+
"inputCount": 121,
|
|
586
592
|
"secrets": [
|
|
587
593
|
"BUILDCHAIN_ISSUE_APP_ID",
|
|
588
594
|
"BUILDCHAIN_ISSUE_APP_PRIVATE_KEY",
|
|
@@ -961,6 +967,8 @@
|
|
|
961
967
|
"build-command",
|
|
962
968
|
"buildchain-contract-compatibility-policy",
|
|
963
969
|
"buildchain-contract-drift-issue-mode",
|
|
970
|
+
"buildchain-contract-expected-channel",
|
|
971
|
+
"buildchain-contract-expected-major",
|
|
964
972
|
"buildchain-contract-lock-path",
|
|
965
973
|
"buildchain-ref",
|
|
966
974
|
"buildchain-repository",
|
|
@@ -998,7 +1006,7 @@
|
|
|
998
1006
|
"verify-command",
|
|
999
1007
|
"working-directory"
|
|
1000
1008
|
],
|
|
1001
|
-
"inputCount":
|
|
1009
|
+
"inputCount": 43,
|
|
1002
1010
|
"secrets": [
|
|
1003
1011
|
"production-release-app-private-key"
|
|
1004
1012
|
],
|
|
@@ -1254,6 +1262,8 @@
|
|
|
1254
1262
|
"buildchain-channel",
|
|
1255
1263
|
"buildchain-contract-compatibility-policy",
|
|
1256
1264
|
"buildchain-contract-drift-issue-mode",
|
|
1265
|
+
"buildchain-contract-expected-channel",
|
|
1266
|
+
"buildchain-contract-expected-major",
|
|
1257
1267
|
"buildchain-contract-lock-path",
|
|
1258
1268
|
"buildchain-expected-channel",
|
|
1259
1269
|
"buildchain-expected-major",
|
|
@@ -1325,7 +1335,7 @@
|
|
|
1325
1335
|
"verify-substage-evidence-path",
|
|
1326
1336
|
"working-directory"
|
|
1327
1337
|
],
|
|
1328
|
-
"inputCount":
|
|
1338
|
+
"inputCount": 96,
|
|
1329
1339
|
"secrets": [
|
|
1330
1340
|
"BUILDCHAIN_ARTIFACT_RELAY_S3_DOWNLOAD_ROLE_ARN",
|
|
1331
1341
|
"BUILDCHAIN_ARTIFACT_RELAY_S3_ROLE_ARN",
|
|
@@ -1848,9 +1858,10 @@
|
|
|
1848
1858
|
"outputs": [
|
|
1849
1859
|
"close-receipt-root",
|
|
1850
1860
|
"final-state-root",
|
|
1851
|
-
"integration-proof-root"
|
|
1861
|
+
"integration-proof-root",
|
|
1862
|
+
"successor-wake-json"
|
|
1852
1863
|
],
|
|
1853
|
-
"outputCount":
|
|
1864
|
+
"outputCount": 4,
|
|
1854
1865
|
"surface": "repository-workflow",
|
|
1855
1866
|
"capabilityGroup": "governance-versioning",
|
|
1856
1867
|
"status": "active",
|
|
@@ -1896,6 +1907,7 @@
|
|
|
1896
1907
|
"buildchain-ref",
|
|
1897
1908
|
"buildchain-repository",
|
|
1898
1909
|
"closure-root",
|
|
1910
|
+
"defer-landing",
|
|
1899
1911
|
"delivery-class",
|
|
1900
1912
|
"delivery-priority",
|
|
1901
1913
|
"delivery-warrant-mode",
|
|
@@ -1932,7 +1944,7 @@
|
|
|
1932
1944
|
"toolchain-root",
|
|
1933
1945
|
"warrant-lease-seconds"
|
|
1934
1946
|
],
|
|
1935
|
-
"inputCount":
|
|
1947
|
+
"inputCount": 44,
|
|
1936
1948
|
"secrets": [
|
|
1937
1949
|
"github-token"
|
|
1938
1950
|
],
|
|
@@ -2027,7 +2039,7 @@
|
|
|
2027
2039
|
"status": "preview",
|
|
2028
2040
|
"owner": "buildchain-workflows",
|
|
2029
2041
|
"maturity": "preview",
|
|
2030
|
-
"introducedVersion": "4.0.1
|
|
2042
|
+
"introducedVersion": "4.0.1",
|
|
2031
2043
|
"compatibilityPromise": "preserved-through-the-v3-major-line",
|
|
2032
2044
|
"deprecationReplacement": "",
|
|
2033
2045
|
"sunsetCondition": "explicit-breaking-change-review-in-a-future-major-line",
|
|
@@ -2048,7 +2060,7 @@
|
|
|
2048
2060
|
"status": "preview",
|
|
2049
2061
|
"owner": "buildchain-workflows",
|
|
2050
2062
|
"maturity": "preview",
|
|
2051
|
-
"introducedVersion": "4.0.1
|
|
2063
|
+
"introducedVersion": "4.0.1",
|
|
2052
2064
|
"compatibilityPromise": "preserved-through-the-v3-major-line",
|
|
2053
2065
|
"deprecationReplacement": "",
|
|
2054
2066
|
"sunsetCondition": "explicit-breaking-change-review-in-a-future-major-line",
|
|
@@ -2069,7 +2081,7 @@
|
|
|
2069
2081
|
"status": "preview",
|
|
2070
2082
|
"owner": "buildchain-workflows",
|
|
2071
2083
|
"maturity": "preview",
|
|
2072
|
-
"introducedVersion": "4.0.1
|
|
2084
|
+
"introducedVersion": "4.0.1",
|
|
2073
2085
|
"compatibilityPromise": "preserved-through-the-v3-major-line",
|
|
2074
2086
|
"deprecationReplacement": "",
|
|
2075
2087
|
"sunsetCondition": "explicit-breaking-change-review-in-a-future-major-line",
|
|
@@ -2119,7 +2131,7 @@
|
|
|
2119
2131
|
"status": "preview",
|
|
2120
2132
|
"owner": "buildchain-workflows",
|
|
2121
2133
|
"maturity": "preview",
|
|
2122
|
-
"introducedVersion": "4.0.1
|
|
2134
|
+
"introducedVersion": "4.0.1",
|
|
2123
2135
|
"compatibilityPromise": "preserved-through-the-v3-major-line",
|
|
2124
2136
|
"deprecationReplacement": "",
|
|
2125
2137
|
"sunsetCondition": "explicit-breaking-change-review-in-a-future-major-line",
|
|
@@ -2583,6 +2595,7 @@
|
|
|
2583
2595
|
"github-release-payload-patterns",
|
|
2584
2596
|
"github-release-title",
|
|
2585
2597
|
"package-manager",
|
|
2598
|
+
"provider-failure-after-capability",
|
|
2586
2599
|
"publication-admission-json",
|
|
2587
2600
|
"publication-auto-admission",
|
|
2588
2601
|
"publication-auto-no-gate",
|
|
@@ -2623,6 +2636,7 @@
|
|
|
2623
2636
|
"release-candidate-workflow-file",
|
|
2624
2637
|
"release-candidate-workflow-name",
|
|
2625
2638
|
"release-passport",
|
|
2639
|
+
"release-passport-adopter-delivery-json",
|
|
2626
2640
|
"release-passport-attachment-command",
|
|
2627
2641
|
"release-passport-buildchain-self-kfd",
|
|
2628
2642
|
"release-passport-evidence-command",
|
|
@@ -2636,6 +2650,7 @@
|
|
|
2636
2650
|
"release-passport-kfd-3-artifact-verify-command",
|
|
2637
2651
|
"release-passport-kfd-3-artifact-witness-jsons",
|
|
2638
2652
|
"release-passport-kfd-3-prebuild-witness-jsons",
|
|
2653
|
+
"release-passport-kfd-adopter-manifest-gate-json",
|
|
2639
2654
|
"release-passport-kfd-adopter-manifest-json",
|
|
2640
2655
|
"release-passport-kfd-product-gate-jsons",
|
|
2641
2656
|
"release-passport-kfd-support-matrix-json",
|
|
@@ -2661,7 +2676,7 @@
|
|
|
2661
2676
|
"target-sha",
|
|
2662
2677
|
"trusted-publishing"
|
|
2663
2678
|
],
|
|
2664
|
-
"inputCount":
|
|
2679
|
+
"inputCount": 106,
|
|
2665
2680
|
"secrets": [
|
|
2666
2681
|
"BUILDCHAIN_ISSUE_APP_ID",
|
|
2667
2682
|
"BUILDCHAIN_ISSUE_APP_PRIVATE_KEY",
|
|
@@ -2864,7 +2879,11 @@
|
|
|
2864
2879
|
"inputs": [
|
|
2865
2880
|
"buildchain-ref",
|
|
2866
2881
|
"candidate-root",
|
|
2882
|
+
"capsule-contract",
|
|
2883
|
+
"capsule-path",
|
|
2884
|
+
"capsule-root",
|
|
2867
2885
|
"declaration-path",
|
|
2886
|
+
"evidence-path",
|
|
2868
2887
|
"execute",
|
|
2869
2888
|
"provider-bindings-path",
|
|
2870
2889
|
"rehearsal-authority-path",
|
|
@@ -2873,18 +2892,20 @@
|
|
|
2873
2892
|
"rehearsal-mode",
|
|
2874
2893
|
"state-path"
|
|
2875
2894
|
],
|
|
2876
|
-
"inputCount":
|
|
2895
|
+
"inputCount": 14,
|
|
2877
2896
|
"secrets": [
|
|
2878
2897
|
"http-token"
|
|
2879
2898
|
],
|
|
2880
2899
|
"secretCount": 1,
|
|
2881
2900
|
"outputs": [
|
|
2901
|
+
"binding-root",
|
|
2902
|
+
"evidence-root",
|
|
2882
2903
|
"rehearsal-evidence-root",
|
|
2883
2904
|
"state-root",
|
|
2884
2905
|
"transaction-root",
|
|
2885
2906
|
"transaction-state"
|
|
2886
2907
|
],
|
|
2887
|
-
"outputCount":
|
|
2908
|
+
"outputCount": 6,
|
|
2888
2909
|
"surface": "release-tail-provider-plane",
|
|
2889
2910
|
"capabilityGroup": "release-passport-trust",
|
|
2890
2911
|
"status": "active",
|
|
@@ -3036,10 +3057,34 @@
|
|
|
3036
3057
|
"archive-path",
|
|
3037
3058
|
"bootstrap-path",
|
|
3038
3059
|
"consumer",
|
|
3060
|
+
"consumer-ref",
|
|
3061
|
+
"consumer-repository",
|
|
3039
3062
|
"input-path",
|
|
3063
|
+
"invocation-source-path",
|
|
3040
3064
|
"node-version"
|
|
3041
3065
|
],
|
|
3042
|
-
"inputCount":
|
|
3066
|
+
"inputCount": 8,
|
|
3067
|
+
"secrets": [],
|
|
3068
|
+
"secretCount": 0,
|
|
3069
|
+
"outputs": [],
|
|
3070
|
+
"outputCount": 0,
|
|
3071
|
+
"surface": "repository-workflow",
|
|
3072
|
+
"capabilityGroup": "api-cli-reference",
|
|
3073
|
+
"status": "active",
|
|
3074
|
+
"owner": "buildchain-workflows",
|
|
3075
|
+
"maturity": "active",
|
|
3076
|
+
"introducedVersion": "pre-3.0.2-alpha.4",
|
|
3077
|
+
"compatibilityPromise": "preserved-through-the-v3-major-line",
|
|
3078
|
+
"deprecationReplacement": "",
|
|
3079
|
+
"sunsetCondition": "explicit-breaking-change-review-in-a-future-major-line",
|
|
3080
|
+
"nonDuplicationRationale": "Existing workflow identity retained for caller compatibility and repository orchestration."
|
|
3081
|
+
},
|
|
3082
|
+
{
|
|
3083
|
+
"id": "v4-declarative-release-tail-dogfood",
|
|
3084
|
+
"path": ".github/workflows/v4-declarative-release-tail-dogfood.yml",
|
|
3085
|
+
"reusable": false,
|
|
3086
|
+
"inputs": [],
|
|
3087
|
+
"inputCount": 0,
|
|
3043
3088
|
"secrets": [],
|
|
3044
3089
|
"secretCount": 0,
|
|
3045
3090
|
"outputs": [],
|
|
@@ -3265,6 +3310,7 @@
|
|
|
3265
3310
|
"github-release-artifact-paths",
|
|
3266
3311
|
"github-release-notes",
|
|
3267
3312
|
"github-release-title",
|
|
3313
|
+
"plan-before-target-advance",
|
|
3268
3314
|
"promote-only-release-candidate",
|
|
3269
3315
|
"publication-capability-json",
|
|
3270
3316
|
"publication-gate-aggregate-json",
|
|
@@ -3298,6 +3344,7 @@
|
|
|
3298
3344
|
"release-candidate-version",
|
|
3299
3345
|
"release-material-sha",
|
|
3300
3346
|
"release-passport",
|
|
3347
|
+
"release-passport-adopter-delivery-json",
|
|
3301
3348
|
"release-passport-attachment-command",
|
|
3302
3349
|
"release-passport-build-summary-path",
|
|
3303
3350
|
"release-passport-buildchain-self-kfd",
|
|
@@ -3312,6 +3359,7 @@
|
|
|
3312
3359
|
"release-passport-kfd-3-artifact-verify-command",
|
|
3313
3360
|
"release-passport-kfd-3-artifact-witness-jsons",
|
|
3314
3361
|
"release-passport-kfd-3-prebuild-witness-jsons",
|
|
3362
|
+
"release-passport-kfd-adopter-manifest-gate-json",
|
|
3315
3363
|
"release-passport-kfd-adopter-manifest-json",
|
|
3316
3364
|
"release-passport-kfd-product-gate-jsons",
|
|
3317
3365
|
"release-passport-kfd-support-matrix-json",
|
|
@@ -3336,7 +3384,7 @@
|
|
|
3336
3384
|
"transaction-state-path",
|
|
3337
3385
|
"verification-command"
|
|
3338
3386
|
],
|
|
3339
|
-
"inputCount":
|
|
3387
|
+
"inputCount": 87,
|
|
3340
3388
|
"capabilityGroup": "release-passport-trust",
|
|
3341
3389
|
"status": "active",
|
|
3342
3390
|
"owner": "buildchain-actions",
|
|
@@ -3352,7 +3400,11 @@
|
|
|
3352
3400
|
"path": "actions/release-tail/action.yml",
|
|
3353
3401
|
"inputs": [
|
|
3354
3402
|
"candidate-root",
|
|
3403
|
+
"capsule",
|
|
3404
|
+
"capsule-contract",
|
|
3405
|
+
"capsule-root",
|
|
3355
3406
|
"declaration",
|
|
3407
|
+
"evidence-path",
|
|
3356
3408
|
"execute",
|
|
3357
3409
|
"github-token",
|
|
3358
3410
|
"http-token",
|
|
@@ -3363,7 +3415,7 @@
|
|
|
3363
3415
|
"rehearsal-mode",
|
|
3364
3416
|
"state-path"
|
|
3365
3417
|
],
|
|
3366
|
-
"inputCount":
|
|
3418
|
+
"inputCount": 15,
|
|
3367
3419
|
"capabilityGroup": "release-passport-trust",
|
|
3368
3420
|
"status": "active",
|
|
3369
3421
|
"owner": "buildchain-actions",
|
|
@@ -3471,6 +3523,30 @@
|
|
|
3471
3523
|
"sunsetCondition": "explicit-breaking-change-review-in-a-future-major-line",
|
|
3472
3524
|
"nonDuplicationRationale": "Existing action identity retained as the canonical composite or JavaScript action boundary."
|
|
3473
3525
|
},
|
|
3526
|
+
{
|
|
3527
|
+
"id": "v4-release-candidate-promote",
|
|
3528
|
+
"path": "actions/v4-release-candidate-promote/action.yml",
|
|
3529
|
+
"inputs": [
|
|
3530
|
+
"artifact-paths",
|
|
3531
|
+
"candidate-passport-path",
|
|
3532
|
+
"failure-after-capability",
|
|
3533
|
+
"publication-qualification-path",
|
|
3534
|
+
"repository",
|
|
3535
|
+
"stage-capsules-path",
|
|
3536
|
+
"state-path",
|
|
3537
|
+
"token"
|
|
3538
|
+
],
|
|
3539
|
+
"inputCount": 8,
|
|
3540
|
+
"capabilityGroup": "api-cli-reference",
|
|
3541
|
+
"status": "active",
|
|
3542
|
+
"owner": "buildchain-actions",
|
|
3543
|
+
"maturity": "stable",
|
|
3544
|
+
"introducedVersion": "pre-3.0.2-alpha.4",
|
|
3545
|
+
"compatibilityPromise": "preserved-through-the-v3-major-line",
|
|
3546
|
+
"deprecationReplacement": "",
|
|
3547
|
+
"sunsetCondition": "explicit-breaking-change-review-in-a-future-major-line",
|
|
3548
|
+
"nonDuplicationRationale": "Existing action identity retained as the canonical composite or JavaScript action boundary."
|
|
3549
|
+
},
|
|
3474
3550
|
{
|
|
3475
3551
|
"id": "validate-config",
|
|
3476
3552
|
"path": "actions/validate-config/action.yml",
|
package/docs/MAP.md
CHANGED
|
@@ -171,7 +171,7 @@ replace them.
|
|
|
171
171
|
| How do I deploy a site/app preview, staging, or production surface? | [`web-surface-deployments.md`](web-surface-deployments.md) | use | stable |
|
|
172
172
|
| How do I publish observed infrastructure contracts for downstream consumers? | [`infra-contract.md`](infra-contract.md) | use | preview |
|
|
173
173
|
| How do I operate a repeatable, disabled-by-default, budget-fail-closed AWS Windows JIT campaign? | [`aws-us-elastic-runner-burst-plane.md`](aws-us-elastic-runner-burst-plane.md#phase-2-operator-workflow) | use/verify | preview |
|
|
174
|
-
| How do I use the active actions directly? | [`../actions/validate-config/README.md`](../actions/validate-config/README.md), [`../actions/run-lifecycle/README.md`](../actions/run-lifecycle/README.md), [`../actions/promote-buildchain-ref/README.md`](../actions/promote-buildchain-ref/README.md), [`../actions/report-buildchain-issue/README.md`](../actions/report-buildchain-issue/README.md), [`../actions/github-artifact-attestation/README.md`](../actions/github-artifact-attestation/README.md), [`../actions/macos-credential-island/README.md`](../actions/macos-credential-island/README.md), [`../actions/release-tail/README.md`](../actions/release-tail/README.md); `dist/site/workflow-registry.json#actions` is authoritative for the
|
|
174
|
+
| How do I use the active actions directly? | [`../actions/validate-config/README.md`](../actions/validate-config/README.md), [`../actions/run-lifecycle/README.md`](../actions/run-lifecycle/README.md), [`../actions/promote-buildchain-ref/README.md`](../actions/promote-buildchain-ref/README.md), [`../actions/v4-release-candidate-promote/README.md`](../actions/v4-release-candidate-promote/README.md), [`../actions/report-buildchain-issue/README.md`](../actions/report-buildchain-issue/README.md), [`../actions/github-artifact-attestation/README.md`](../actions/github-artifact-attestation/README.md), [`../actions/macos-credential-island/README.md`](../actions/macos-credential-island/README.md), [`../actions/release-tail/README.md`](../actions/release-tail/README.md); `dist/site/workflow-registry.json#actions` is authoritative for the eight-entry inventory. | use | stable |
|
|
175
175
|
| How can a consumer workflow report a Buildchain-owned failure back to Buildchain? | [`consumer-issue-reporting.md`](consumer-issue-reporting.md) + [`../actions/report-buildchain-issue/README.md`](../actions/report-buildchain-issue/README.md) | use | stable |
|
|
176
176
|
| What do the fixture repositories demonstrate? | [`../fixtures/libnode-shaped/README.md`](../fixtures/libnode-shaped/README.md), [`../fixtures/publish-transaction-shaped/README.md`](../fixtures/publish-transaction-shaped/README.md), [`../fixtures/web-surface-shaped/README.md`](../fixtures/web-surface-shaped/README.md), [`../fixtures/publication-artifact-shaped/README.md`](../fixtures/publication-artifact-shaped/README.md) | verify | stable |
|
|
177
177
|
| What license and contribution terms apply? | [`../LICENSE`](../LICENSE) + [`../LICENSE-POLICY.md`](../LICENSE-POLICY.md) | use | stable |
|
package/docs/cli-reference.md
CHANGED
|
@@ -260,11 +260,11 @@ buildchain collect
|
|
|
260
260
|
|
|
261
261
|
- Help: `buildchain collect github-release --help`
|
|
262
262
|
- Canonical id: `collect-github-release`
|
|
263
|
-
- Options: `--anchor-manifest-json`, `--assets-dir`, `--assets-json`, `--base-passport-json`, `--build-facts-json`, `--build-summary-json`, `--dist-tag-evidence-json`, `--github-artifact-attestation-policy-json`, `--impact-json`, `--invariant-passport-cmd`, `--invariant-passport-json`, `--json`, `--kfd-1-witness-json`, `--kfd-2-claim-json`, `--kfd-3-artifact-verify-cmd`, `--kfd-3-artifact-witness-json`, `--kfd-3-prebuild-witness-json`, `--kfd-adopter-manifest-json`, `--kfd-agent-hub-evidence-json`, `--kfd-product-gate-json`, `--kfd-support-matrix-json`, `--output-dir`, `--package-set-json`, `--platform-manifest-json`, `--product-name`, `--publish-evidence-json`, `--publish-json`, `--release-evidence-json`, `--release-extra-json`, `--release-json`, `--repository`, `--require-base-kfd`, `--tag`, `--transaction-json`, `--trusted-publishing-json`
|
|
263
|
+
- Options: `--adopter-delivery-json`, `--anchor-manifest-json`, `--assets-dir`, `--assets-json`, `--base-passport-json`, `--build-facts-json`, `--build-summary-json`, `--dist-tag-evidence-json`, `--github-artifact-attestation-policy-json`, `--impact-json`, `--invariant-passport-cmd`, `--invariant-passport-json`, `--json`, `--kfd-1-witness-json`, `--kfd-2-claim-json`, `--kfd-3-artifact-verify-cmd`, `--kfd-3-artifact-witness-json`, `--kfd-3-prebuild-witness-json`, `--kfd-adopter-manifest-json`, `--kfd-agent-hub-evidence-json`, `--kfd-product-gate-json`, `--kfd-support-matrix-json`, `--output-dir`, `--package-set-json`, `--platform-manifest-json`, `--product-name`, `--publish-evidence-json`, `--publish-json`, `--release-evidence-json`, `--release-extra-json`, `--release-json`, `--repository`, `--require-base-kfd`, `--tag`, `--transaction-json`, `--trusted-publishing-json`
|
|
264
264
|
- Syntax:
|
|
265
265
|
|
|
266
266
|
```text
|
|
267
|
-
buildchain collect github-release --tag <tag> [--repository <owner/repo>] [--assets-dir <dir>] [--assets-json <json-or-path>] [--release-json <json-or-path>] [--package-set-json <json-or-path>] [--product-name <name>] [--publish-evidence-json <json-or-path>] [--trusted-publishing-json <json-or-path>] [--transaction-json <json-or-path>] [--anchor-manifest-json <json-or-path>] [--impact-json <json-or-path>] [--build-summary-json <json-or-path>] [--build-facts-json <json-or-path>]... [--platform-manifest-json <json-or-path>]... [--dist-tag-evidence-json <json-or-path>] [--kfd-1-witness-json <json-or-path>]... [--kfd-2-claim-json <json-or-path>]... [--kfd-3-prebuild-witness-json <json-or-path>]... [--kfd-3-artifact-witness-json <json-or-path>]... [--kfd-3-artifact-verify-cmd <command>] [--kfd-adopter-manifest-json <json-or-path>] [--kfd-support-matrix-json <json-or-path>] [--kfd-product-gate-json <json-or-path>]... [--invariant-passport-json <json-or-path>]... [--invariant-passport-cmd <command>] [--release-evidence-json <json-or-path>]... [--github-artifact-attestation-policy-json <json-or-path>]... [--kfd-agent-hub-evidence-json <json-or-path>] [--base-passport-json <json-or-path>] [--require-base-kfd] [--release-extra-json <json-or-path>] [--publish-json <json-or-path>] [--output-dir <dir>] [--json]
|
|
267
|
+
buildchain collect github-release --tag <tag> [--repository <owner/repo>] [--adopter-delivery-json <legacy-json-or-path>] [--assets-dir <dir>] [--assets-json <json-or-path>] [--release-json <json-or-path>] [--package-set-json <json-or-path>] [--product-name <name>] [--publish-evidence-json <json-or-path>] [--trusted-publishing-json <json-or-path>] [--transaction-json <json-or-path>] [--anchor-manifest-json <json-or-path>] [--impact-json <json-or-path>] [--build-summary-json <json-or-path>] [--build-facts-json <json-or-path>]... [--platform-manifest-json <json-or-path>]... [--dist-tag-evidence-json <json-or-path>] [--kfd-1-witness-json <json-or-path>]... [--kfd-2-claim-json <json-or-path>]... [--kfd-3-prebuild-witness-json <json-or-path>]... [--kfd-3-artifact-witness-json <json-or-path>]... [--kfd-3-artifact-verify-cmd <command>] [--kfd-adopter-manifest-json <json-or-path>] [--kfd-support-matrix-json <json-or-path>] [--kfd-product-gate-json <json-or-path>]... [--invariant-passport-json <json-or-path>]... [--invariant-passport-cmd <command>] [--release-evidence-json <json-or-path>]... [--github-artifact-attestation-policy-json <json-or-path>]... [--kfd-agent-hub-evidence-json <json-or-path>] [--base-passport-json <json-or-path>] [--require-base-kfd] [--release-extra-json <json-or-path>] [--publish-json <json-or-path>] [--output-dir <dir>] [--json]
|
|
268
268
|
```
|
|
269
269
|
|
|
270
270
|
## `create`
|
|
@@ -2307,11 +2307,11 @@ buildchain release-tail plan --declaration <json-or-path> [--output <path>]
|
|
|
2307
2307
|
|
|
2308
2308
|
- Help: `buildchain release-tail rehearse --help`
|
|
2309
2309
|
- Canonical id: `release-tail`
|
|
2310
|
-
- Options: `--candidate-root`, `--capsule`, `--evidence`, `--mode`, `--state`
|
|
2310
|
+
- Options: `--candidate-root`, `--capsule`, `--capsule-root`, `--environment-json`, `--evidence`, `--mode`, `--state`
|
|
2311
2311
|
- Syntax:
|
|
2312
2312
|
|
|
2313
2313
|
```text
|
|
2314
|
-
buildchain release-tail rehearse --capsule <absolute-path> --candidate-root <absolute-path> --mode <simulate|replay> --state <absolute-path> --evidence <absolute-path>
|
|
2314
|
+
buildchain release-tail rehearse --capsule <absolute-path> --candidate-root <absolute-path> [--capsule-root <absolute-path>] [--environment-json <empty-json-or-path>] --mode <simulate|replay> --state <absolute-path> --evidence <absolute-path>
|
|
2315
2315
|
```
|
|
2316
2316
|
|
|
2317
2317
|
### `buildchain release-tail status`
|
|
@@ -60,15 +60,18 @@ state, event, or evidence drift fails closed.
|
|
|
60
60
|
|
|
61
61
|
The reusable terminal controller classifies authoritative completion,
|
|
62
62
|
cancellation, supersession, native failure, and transient dequeue separately.
|
|
63
|
-
`dequeued`
|
|
64
|
-
the same generation and token, while an
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
63
|
+
`dequeued` retains only a provisional Warrant whose native worker may still be
|
|
64
|
+
running: a fresh holder continues with the same generation and token, while an
|
|
65
|
+
expired holder waits for proof that its fenced worker stopped. A qualified or
|
|
66
|
+
historical phase-less holder has no unproven native worker to fence, so its exact
|
|
67
|
+
dequeue closes atomically and persists the rooted queued-successor wake. Queued
|
|
68
|
+
work may also settle as dequeued because it never started native execution. The
|
|
69
|
+
controller uses one `settle` operation for active, queued, already-terminal,
|
|
70
|
+
and never-admitted pull requests. An active Warrant still requires its exact
|
|
71
|
+
fence and evidence. A matching queued cancellation is persisted normally. A
|
|
72
|
+
duplicate terminal event replays the persisted wake, while a pull request that
|
|
73
|
+
never entered Warrant authority returns a rooted explicit no-op instead of
|
|
74
|
+
failing the workflow or inventing queue state.
|
|
72
75
|
|
|
73
76
|
The supported priority classes are `ordinary`, `expedited`, and `emergency`.
|
|
74
77
|
The queue does not infer an emergency: callers must choose it explicitly under
|