@kungfu-tech/buildchain 4.0.2-alpha.0 → 4.0.2-alpha.11

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.
Files changed (82) hide show
  1. package/architecture/agent-change-map.md +52 -5
  2. package/architecture/ci-lane-change-budget.json +408 -8
  3. package/architecture/internal-capabilities.json +44 -1
  4. package/architecture/maintainability-debt.json +65 -133
  5. package/architecture/maintainability-policy.json +20 -15
  6. package/architecture/release-tail-contract-inventory.json +4 -4
  7. package/architecture/v3-core-mechanism-inventory.json +1 -0
  8. package/architecture/v3-v4-live-capability-inventory.json +17 -17
  9. package/architecture/v4-delivery-warrant-shadow-fixtures.json +5 -5
  10. package/architecture/v4-release-invocation-fixtures.json +139 -0
  11. package/architecture/v4-release-topology.json +317 -0
  12. package/architecture/v4-runtime-semantic-closure.json +4 -1
  13. package/architecture/v4-universal-workflow-bootstrap.json +181 -0
  14. package/architecture/v4-universal-workflow-fault-campaign.json +72 -0
  15. package/architecture/v4-universal-workflow-train-admission.json +40 -0
  16. package/contracts/buildchain-v2-residuals-v1.json +0 -9
  17. package/contracts/fixtures/v4-tail-reseal-v1/valid.json +1 -1
  18. package/contracts/v4-release-invocation-v1.schema.json +134 -0
  19. package/dist/site/buildchain-contract.json +87 -42
  20. package/dist/site/buildchain-site.json +15 -10
  21. package/dist/site/capability-registry.json +1 -1
  22. package/dist/site/controller-registry.json +46 -10
  23. package/dist/site/kfd-claims.json +176 -69
  24. package/dist/site/kfd-upstream-aggregate.json +1 -1
  25. package/dist/site/manual-registry.json +2 -2
  26. package/dist/site/node-api-registry.json +97 -22
  27. package/dist/site/page-registry.json +9 -4
  28. package/dist/site/public-surface-audit.json +190 -71
  29. package/dist/site/publication-authority-registry.json +68 -3
  30. package/dist/site/publication-registry.json +4 -4
  31. package/dist/site/site-manifest.json +6 -6
  32. package/dist/site/workflow-registry.json +221 -72
  33. package/docs/node-api-reference.md +28 -25
  34. package/docs/reusable-build-surface.md +16 -0
  35. package/package.json +2 -2
  36. package/packages/core/buildchain-publication-authority.js +3 -0
  37. package/packages/core/ci-lane-change-budget.js +14 -1
  38. package/packages/core/dev-delivery-candidate-identity.js +45 -17
  39. package/packages/core/dev-delivery-execution-transfer.js +6 -7
  40. package/packages/core/dev-delivery-provider-heartbeat.js +22 -6
  41. package/packages/core/dev-delivery-warrant-legacy-recovery.js +4 -2
  42. package/packages/core/dev-delivery-warrant-native-compatibility.js +33 -0
  43. package/packages/core/dev-delivery-warrant-state.js +54 -54
  44. package/packages/core/dev-delivery-warrant.js +8 -0
  45. package/packages/core/dev-delivery-writer-protocol-transition.js +72 -0
  46. package/packages/core/release-tail-product-capabilities.js +29 -0
  47. package/packages/core/release-tail-provider-plane.js +3 -3
  48. package/packages/core/v4-canonical-contracts.js +14 -0
  49. package/packages/core/v4-floating-consumer-policy.js +4 -1
  50. package/packages/core/v4-product-publication.js +387 -0
  51. package/packages/core/v4-protected-publication-source.js +93 -0
  52. package/packages/core/v4-publication-qualification.js +1 -0
  53. package/packages/core/v4-release-invocation.js +425 -0
  54. package/packages/core/v4-universal-workflow-bootstrap.js +596 -0
  55. package/scripts/audit-publication-control-plane.mjs +0 -1
  56. package/scripts/check-inventory.mjs +27 -59
  57. package/scripts/check-maintainability.mjs +29 -118
  58. package/scripts/check-v3-v4-capability-inventory.mjs +3 -61
  59. package/scripts/check-v4-floating-consumer-policy-contract.mjs +10 -20
  60. package/scripts/check-v4-release-topology.mjs +493 -0
  61. package/scripts/check-v4-universal-workflow-bootstrap.mjs +257 -0
  62. package/scripts/dev-delivery-warrant.mjs +26 -5
  63. package/scripts/generate-channel-build-workflow.mjs +5 -1
  64. package/scripts/generate-channel-promotion-workflow.mjs +17 -57
  65. package/scripts/generate-v4-universal-workflow-facades.mjs +415 -0
  66. package/scripts/maintainability-public-surface.mjs +115 -0
  67. package/scripts/release-candidate-resolver.mjs +23 -24
  68. package/scripts/resume-from-candidate-run.mjs +16 -17
  69. package/scripts/universal-facade-maintainability.mjs +82 -0
  70. package/scripts/v3-v4-capability-catalog.mjs +107 -0
  71. package/scripts/v4-declarative-promotion-admission.mjs +4 -1
  72. package/scripts/v4-product-publication-intent.mjs +114 -0
  73. package/scripts/v4-release-candidate-adapter.mjs +41 -0
  74. package/scripts/v4-universal-workflow-backflow.mjs +212 -0
  75. package/scripts/v4-universal-workflow-engine.mjs +586 -0
  76. package/scripts/v4-universal-workflow-self-dogfood.mjs +205 -0
  77. package/templates/universal-buildchain-bootstrap-recovery.yml +282 -0
  78. package/templates/universal-buildchain-bootstrap.yml +28 -0
  79. package/scripts/capture-package-release-propagation.mjs +0 -263
  80. package/scripts/publication-commit-evidence.mjs +0 -444
  81. package/scripts/publish-github-artifact-attestation-evidence.mjs +0 -201
  82. package/scripts/stage-github-artifact-attestation-inputs.mjs +0 -65
@@ -18,9 +18,10 @@
18
18
  "require-trusted-event",
19
19
  "source-artifact-digest",
20
20
  "source-artifact-name",
21
- "source-ref"
21
+ "source-ref",
22
+ "universal-request-json"
22
23
  ],
23
- "inputCount": 11,
24
+ "inputCount": 12,
24
25
  "secrets": [],
25
26
  "secretCount": 0,
26
27
  "outputs": [
@@ -69,9 +70,10 @@
69
70
  "publication-version",
70
71
  "release-tag",
71
72
  "source-sha",
72
- "target-ref"
73
+ "target-ref",
74
+ "universal-request-json"
73
75
  ],
74
- "inputCount": 15,
76
+ "inputCount": 16,
75
77
  "secrets": [],
76
78
  "secretCount": 0,
77
79
  "outputs": [],
@@ -181,12 +183,13 @@
181
183
  "setup-rust",
182
184
  "shifu-cache-profile-digest",
183
185
  "shifu-cache-profile-ref",
186
+ "universal-request-json",
184
187
  "untrusted-policy",
185
188
  "verify-command",
186
189
  "verify-substage-evidence-path",
187
190
  "working-directory"
188
191
  ],
189
- "inputCount": 93,
192
+ "inputCount": 94,
190
193
  "secrets": [
191
194
  "BUILDCHAIN_ARTIFACT_RELAY_S3_DOWNLOAD_ROLE_ARN",
192
195
  "BUILDCHAIN_ARTIFACT_RELAY_S3_ROLE_ARN",
@@ -262,8 +265,10 @@
262
265
  "id": ".bump-minor-version",
263
266
  "path": ".github/workflows/.bump-minor-version.yml",
264
267
  "reusable": true,
265
- "inputs": [],
266
- "inputCount": 0,
268
+ "inputs": [
269
+ "universal-request-json"
270
+ ],
271
+ "inputCount": 1,
267
272
  "secrets": [
268
273
  "GITHUB_PUSH_TOKEN"
269
274
  ],
@@ -297,9 +302,10 @@
297
302
  "render-media",
298
303
  "renderer-image",
299
304
  "scenario-path",
300
- "source-ref"
305
+ "source-ref",
306
+ "universal-request-json"
301
307
  ],
302
- "inputCount": 12,
308
+ "inputCount": 13,
303
309
  "secrets": [
304
310
  "DEMO_UPDATE_TOKEN"
305
311
  ],
@@ -358,10 +364,11 @@
358
364
  "shifu-cache-profile-digest",
359
365
  "shifu-cache-profile-ref",
360
366
  "source-ref",
367
+ "universal-request-json",
361
368
  "untrusted-policy",
362
369
  "working-directory"
363
370
  ],
364
- "inputCount": 30,
371
+ "inputCount": 31,
365
372
  "secrets": [],
366
373
  "secretCount": 0,
367
374
  "outputs": [
@@ -398,7 +405,6 @@
398
405
  "reusable": true,
399
406
  "inputs": [
400
407
  "admission-json",
401
- "authority-job-id",
402
408
  "authority-workflow-path",
403
409
  "auto-admission",
404
410
  "auto-admission-kind",
@@ -434,6 +440,7 @@
434
440
  "runner-provenance-json",
435
441
  "source-sha",
436
442
  "target-ref",
443
+ "universal-request-json",
437
444
  "used-nonces-json"
438
445
  ],
439
446
  "inputCount": 38,
@@ -586,9 +593,10 @@
586
593
  "standalone-binary-distribution",
587
594
  "target-ref",
588
595
  "target-sha",
589
- "trusted-publishing"
596
+ "trusted-publishing",
597
+ "universal-request-json"
590
598
  ],
591
- "inputCount": 121,
599
+ "inputCount": 122,
592
600
  "secrets": [
593
601
  "BUILDCHAIN_ISSUE_APP_ID",
594
602
  "BUILDCHAIN_ISSUE_APP_PRIVATE_KEY",
@@ -625,14 +633,17 @@
625
633
  "release-candidate-artifact",
626
634
  "release-candidate-recovery-receipt-artifact",
627
635
  "release-candidate-recovery-root",
636
+ "release-invocation-root",
628
637
  "release-propagation-work-artifact",
638
+ "release-receipt-root",
629
639
  "release-tail-declaration-root",
630
640
  "release-tail-receipt-roots-json",
631
641
  "release-tail-state-root",
632
642
  "release-tail-transaction-root",
633
- "release-tail-transaction-state"
643
+ "release-tail-transaction-state",
644
+ "release-transaction-root"
634
645
  ],
635
- "outputCount": 28,
646
+ "outputCount": 31,
636
647
  "surface": "reusable-workflow",
637
648
  "capabilityGroup": "api-cli-reference",
638
649
  "status": "active",
@@ -802,10 +813,11 @@
802
813
  "python-version",
803
814
  "setup-env-timeout-minutes",
804
815
  "setup-python-enabled",
816
+ "universal-request-json",
805
817
  "use-pipenv",
806
818
  "use-poetry"
807
819
  ],
808
- "inputCount": 41,
820
+ "inputCount": 42,
809
821
  "secrets": [
810
822
  "APPLE_CSC_KEY",
811
823
  "APPLE_CSC_KEY_PASSWORD",
@@ -869,9 +881,10 @@
869
881
  "aws-region",
870
882
  "aws-role",
871
883
  "aws-root",
872
- "manager"
884
+ "manager",
885
+ "universal-request-json"
873
886
  ],
874
- "inputCount": 4,
887
+ "inputCount": 5,
875
888
  "secrets": [
876
889
  "AWS_ACCOUNT_ID",
877
890
  "NODE_AUTH_TOKEN"
@@ -907,9 +920,10 @@
907
920
  "release-path",
908
921
  "release-url",
909
922
  "repo",
923
+ "universal-request-json",
910
924
  "upper-edge"
911
925
  ],
912
- "inputCount": 13,
926
+ "inputCount": 14,
913
927
  "secrets": [
914
928
  "AIRTABLE_API_KEY",
915
929
  "GITHUB_PUSH_TOKEN"
@@ -936,9 +950,10 @@
936
950
  "force",
937
951
  "remote-host",
938
952
  "remote-path",
939
- "remote-repo"
953
+ "remote-repo",
954
+ "universal-request-json"
940
955
  ],
941
- "inputCount": 4,
956
+ "inputCount": 5,
942
957
  "secrets": [
943
958
  "REMOTE_CREDENTIAL",
944
959
  "REMOTE_USER"
@@ -1003,10 +1018,11 @@
1003
1018
  "staging-apply",
1004
1019
  "staging-aws-role-arn",
1005
1020
  "staging-environment",
1021
+ "universal-request-json",
1006
1022
  "verify-command",
1007
1023
  "working-directory"
1008
1024
  ],
1009
- "inputCount": 43,
1025
+ "inputCount": 44,
1010
1026
  "secrets": [
1011
1027
  "production-release-app-private-key"
1012
1028
  ],
@@ -1085,9 +1101,10 @@
1085
1101
  "bucket-release",
1086
1102
  "max-preview-links",
1087
1103
  "node-version",
1088
- "preview-files"
1104
+ "preview-files",
1105
+ "universal-request-json"
1089
1106
  ],
1090
- "inputCount": 5,
1107
+ "inputCount": 6,
1091
1108
  "secrets": [
1092
1109
  "AWS_USER_ACCESS_KEY_ID",
1093
1110
  "AWS_USER_SECRET_ACCESS_KEY",
@@ -1212,6 +1229,38 @@
1212
1229
  "sunsetCondition": "explicit-breaking-change-review-in-a-future-major-line",
1213
1230
  "nonDuplicationRationale": "Existing workflow identity retained for caller compatibility and repository orchestration."
1214
1231
  },
1232
+ {
1233
+ "id": "bootstrap",
1234
+ "path": ".github/workflows/bootstrap.yml",
1235
+ "reusable": true,
1236
+ "inputs": [
1237
+ "request-json"
1238
+ ],
1239
+ "inputCount": 1,
1240
+ "secrets": [],
1241
+ "secretCount": 0,
1242
+ "outputs": [
1243
+ "admission-root",
1244
+ "backflow-root",
1245
+ "request-root",
1246
+ "result-json",
1247
+ "result-root",
1248
+ "runtime-sha",
1249
+ "terminal-receipt-json",
1250
+ "terminal-receipt-root"
1251
+ ],
1252
+ "outputCount": 8,
1253
+ "surface": "repository-workflow",
1254
+ "capabilityGroup": "api-cli-reference",
1255
+ "status": "active",
1256
+ "owner": "buildchain-workflows",
1257
+ "maturity": "active",
1258
+ "introducedVersion": "pre-3.0.2-alpha.4",
1259
+ "compatibilityPromise": "preserved-through-the-v3-major-line",
1260
+ "deprecationReplacement": "",
1261
+ "sunsetCondition": "explicit-breaking-change-review-in-a-future-major-line",
1262
+ "nonDuplicationRationale": "Existing workflow identity retained for caller compatibility and repository orchestration."
1263
+ },
1215
1264
  {
1216
1265
  "id": "build-surface-fixture",
1217
1266
  "path": ".github/workflows/build-surface-fixture.yml",
@@ -1330,12 +1379,13 @@
1330
1379
  "setup-rust",
1331
1380
  "shifu-cache-profile-digest",
1332
1381
  "shifu-cache-profile-ref",
1382
+ "universal-request-json",
1333
1383
  "untrusted-policy",
1334
1384
  "verify-command",
1335
1385
  "verify-substage-evidence-path",
1336
1386
  "working-directory"
1337
1387
  ],
1338
- "inputCount": 96,
1388
+ "inputCount": 97,
1339
1389
  "secrets": [
1340
1390
  "BUILDCHAIN_ARTIFACT_RELAY_S3_DOWNLOAD_ROLE_ARN",
1341
1391
  "BUILDCHAIN_ARTIFACT_RELAY_S3_ROLE_ARN",
@@ -1556,9 +1606,10 @@
1556
1606
  "require-approval",
1557
1607
  "required-status-checks",
1558
1608
  "same-repository-only",
1559
- "target-branch"
1609
+ "target-branch",
1610
+ "universal-request-json"
1560
1611
  ],
1561
- "inputCount": 16,
1612
+ "inputCount": 17,
1562
1613
  "secrets": [
1563
1614
  "github-token"
1564
1615
  ],
@@ -1702,10 +1753,11 @@
1702
1753
  "source-proof-policy-paths-json",
1703
1754
  "source-proof-required-contexts-json",
1704
1755
  "source-proof-reuse",
1756
+ "universal-request-json",
1705
1757
  "upload-artifacts",
1706
1758
  "working-directory"
1707
1759
  ],
1708
- "inputCount": 12,
1760
+ "inputCount": 13,
1709
1761
  "secrets": [],
1710
1762
  "secretCount": 0,
1711
1763
  "outputs": [
@@ -1753,9 +1805,10 @@
1753
1805
  "reactivation-authorized",
1754
1806
  "settlement-authorized",
1755
1807
  "source-branch",
1756
- "target-branch"
1808
+ "target-branch",
1809
+ "universal-request-json"
1757
1810
  ],
1758
- "inputCount": 15,
1811
+ "inputCount": 16,
1759
1812
  "secrets": [
1760
1813
  "promotion-token"
1761
1814
  ],
@@ -1807,9 +1860,10 @@
1807
1860
  "outcome",
1808
1861
  "reason",
1809
1862
  "target-branch",
1810
- "terminal-evidence-root"
1863
+ "terminal-evidence-root",
1864
+ "universal-request-json"
1811
1865
  ],
1812
- "inputCount": 12,
1866
+ "inputCount": 13,
1813
1867
  "secrets": [
1814
1868
  "github-token"
1815
1869
  ],
@@ -1848,9 +1902,10 @@
1848
1902
  "replay-tree-sha",
1849
1903
  "required-context-roots-json",
1850
1904
  "target-branch",
1851
- "terminal-evidence-root"
1905
+ "terminal-evidence-root",
1906
+ "universal-request-json"
1852
1907
  ],
1853
- "inputCount": 13,
1908
+ "inputCount": 14,
1854
1909
  "secrets": [
1855
1910
  "github-token"
1856
1911
  ],
@@ -1942,9 +1997,10 @@
1942
1997
  "source-workflow-run-id",
1943
1998
  "target-branch",
1944
1999
  "toolchain-root",
2000
+ "universal-request-json",
1945
2001
  "warrant-lease-seconds"
1946
2002
  ],
1947
- "inputCount": 44,
2003
+ "inputCount": 45,
1948
2004
  "secrets": [
1949
2005
  "github-token"
1950
2006
  ],
@@ -1996,9 +2052,10 @@
1996
2052
  "mutation-authorized",
1997
2053
  "preflight-workflow-path",
1998
2054
  "priority-workflows-json",
1999
- "source-branch"
2055
+ "source-branch",
2056
+ "universal-request-json"
2000
2057
  ],
2001
- "inputCount": 10,
2058
+ "inputCount": 11,
2002
2059
  "secrets": [
2003
2060
  "qualification-token"
2004
2061
  ],
@@ -2039,7 +2096,7 @@
2039
2096
  "status": "preview",
2040
2097
  "owner": "buildchain-workflows",
2041
2098
  "maturity": "preview",
2042
- "introducedVersion": "4.0.2-alpha.0",
2099
+ "introducedVersion": "4.0.2-alpha.11",
2043
2100
  "compatibilityPromise": "preserved-through-the-v3-major-line",
2044
2101
  "deprecationReplacement": "",
2045
2102
  "sunsetCondition": "explicit-breaking-change-review-in-a-future-major-line",
@@ -2060,7 +2117,7 @@
2060
2117
  "status": "preview",
2061
2118
  "owner": "buildchain-workflows",
2062
2119
  "maturity": "preview",
2063
- "introducedVersion": "4.0.2-alpha.0",
2120
+ "introducedVersion": "4.0.2-alpha.11",
2064
2121
  "compatibilityPromise": "preserved-through-the-v3-major-line",
2065
2122
  "deprecationReplacement": "",
2066
2123
  "sunsetCondition": "explicit-breaking-change-review-in-a-future-major-line",
@@ -2081,7 +2138,7 @@
2081
2138
  "status": "preview",
2082
2139
  "owner": "buildchain-workflows",
2083
2140
  "maturity": "preview",
2084
- "introducedVersion": "4.0.2-alpha.0",
2141
+ "introducedVersion": "4.0.2-alpha.11",
2085
2142
  "compatibilityPromise": "preserved-through-the-v3-major-line",
2086
2143
  "deprecationReplacement": "",
2087
2144
  "sunsetCondition": "explicit-breaking-change-review-in-a-future-major-line",
@@ -2105,9 +2162,10 @@
2105
2162
  "stale-days",
2106
2163
  "stale-pull-request-label",
2107
2164
  "target-branch",
2108
- "temporary-branch-patterns"
2165
+ "temporary-branch-patterns",
2166
+ "universal-request-json"
2109
2167
  ],
2110
- "inputCount": 14,
2168
+ "inputCount": 15,
2111
2169
  "secrets": [
2112
2170
  "housekeeper_app_id",
2113
2171
  "housekeeper_app_private_key",
@@ -2131,7 +2189,7 @@
2131
2189
  "status": "preview",
2132
2190
  "owner": "buildchain-workflows",
2133
2191
  "maturity": "preview",
2134
- "introducedVersion": "4.0.2-alpha.0",
2192
+ "introducedVersion": "4.0.2-alpha.11",
2135
2193
  "compatibilityPromise": "preserved-through-the-v3-major-line",
2136
2194
  "deprecationReplacement": "",
2137
2195
  "sunsetCondition": "explicit-breaking-change-review-in-a-future-major-line",
@@ -2154,9 +2212,10 @@
2154
2212
  "retention-days",
2155
2213
  "source-sha",
2156
2214
  "subject-artifact-name",
2157
- "subject-relative-path"
2215
+ "subject-relative-path",
2216
+ "universal-request-json"
2158
2217
  ],
2159
- "inputCount": 13,
2218
+ "inputCount": 14,
2160
2219
  "secrets": [],
2161
2220
  "secretCount": 0,
2162
2221
  "outputs": [
@@ -2249,10 +2308,11 @@
2249
2308
  "target-ref",
2250
2309
  "target-sha",
2251
2310
  "toolchain-type",
2311
+ "universal-request-json",
2252
2312
  "verify-command",
2253
2313
  "working-directory"
2254
2314
  ],
2255
- "inputCount": 26,
2315
+ "inputCount": 27,
2256
2316
  "secrets": [
2257
2317
  "BUILDCHAIN_GENERATED_WRITE_APP_CLIENT_ID",
2258
2318
  "BUILDCHAIN_GENERATED_WRITE_APP_PRIVATE_KEY",
@@ -2323,10 +2383,11 @@
2323
2383
  "toolchain-digest",
2324
2384
  "toolchain-image",
2325
2385
  "toolchain-type",
2386
+ "universal-request-json",
2326
2387
  "verify-command",
2327
2388
  "working-directory"
2328
2389
  ],
2329
- "inputCount": 38,
2390
+ "inputCount": 39,
2330
2391
  "secrets": [],
2331
2392
  "secretCount": 0,
2332
2393
  "outputs": [
@@ -2372,9 +2433,10 @@
2372
2433
  "require-approval",
2373
2434
  "required-status-checks",
2374
2435
  "same-repository-only",
2375
- "target-branch"
2436
+ "target-branch",
2437
+ "universal-request-json"
2376
2438
  ],
2377
- "inputCount": 13,
2439
+ "inputCount": 14,
2378
2440
  "secrets": [
2379
2441
  "github-token"
2380
2442
  ],
@@ -2406,9 +2468,10 @@
2406
2468
  "buildchain-ref",
2407
2469
  "buildchain-repository",
2408
2470
  "dry-run",
2409
- "target-branch"
2471
+ "target-branch",
2472
+ "universal-request-json"
2410
2473
  ],
2411
- "inputCount": 4,
2474
+ "inputCount": 5,
2412
2475
  "secrets": [
2413
2476
  "github-token"
2414
2477
  ],
@@ -2448,9 +2511,10 @@
2448
2511
  "production-aws-role-arn",
2449
2512
  "production-bucket",
2450
2513
  "production-environment",
2514
+ "universal-request-json",
2451
2515
  "verify-command"
2452
2516
  ],
2453
- "inputCount": 12,
2517
+ "inputCount": 13,
2454
2518
  "secrets": [],
2455
2519
  "secretCount": 0,
2456
2520
  "outputs": [
@@ -2476,9 +2540,10 @@
2476
2540
  "buildchain-ref",
2477
2541
  "buildchain-repository",
2478
2542
  "dry-run",
2479
- "target-branch"
2543
+ "target-branch",
2544
+ "universal-request-json"
2480
2545
  ],
2481
- "inputCount": 4,
2546
+ "inputCount": 5,
2482
2547
  "secrets": [
2483
2548
  "github-token"
2484
2549
  ],
@@ -2528,10 +2593,11 @@
2528
2593
  "toolchain-digest",
2529
2594
  "toolchain-image",
2530
2595
  "toolchain-type",
2596
+ "universal-request-json",
2531
2597
  "verify-command",
2532
2598
  "working-directory"
2533
2599
  ],
2534
- "inputCount": 23,
2600
+ "inputCount": 24,
2535
2601
  "secrets": [],
2536
2602
  "secretCount": 0,
2537
2603
  "outputs": [
@@ -2674,9 +2740,10 @@
2674
2740
  "standalone-binary-distribution",
2675
2741
  "target-ref",
2676
2742
  "target-sha",
2677
- "trusted-publishing"
2743
+ "trusted-publishing",
2744
+ "universal-request-json"
2678
2745
  ],
2679
- "inputCount": 106,
2746
+ "inputCount": 107,
2680
2747
  "secrets": [
2681
2748
  "BUILDCHAIN_ISSUE_APP_ID",
2682
2749
  "BUILDCHAIN_ISSUE_APP_PRIVATE_KEY",
@@ -2725,14 +2792,17 @@
2725
2792
  "release-candidate-artifact",
2726
2793
  "release-candidate-recovery-receipt-artifact",
2727
2794
  "release-candidate-recovery-root",
2795
+ "release-invocation-root",
2728
2796
  "release-propagation-work-artifact",
2797
+ "release-receipt-root",
2729
2798
  "release-tail-declaration-root",
2730
2799
  "release-tail-receipt-roots-json",
2731
2800
  "release-tail-state-root",
2732
2801
  "release-tail-transaction-root",
2733
- "release-tail-transaction-state"
2802
+ "release-tail-transaction-state",
2803
+ "release-transaction-root"
2734
2804
  ],
2735
- "outputCount": 40,
2805
+ "outputCount": 43,
2736
2806
  "surface": "release-governance",
2737
2807
  "capabilityGroup": "reusable-build",
2738
2808
  "status": "active",
@@ -2752,9 +2822,10 @@
2752
2822
  "apply",
2753
2823
  "branch",
2754
2824
  "buildchain-ref",
2755
- "candidate-sha"
2825
+ "candidate-sha",
2826
+ "universal-request-json"
2756
2827
  ],
2757
- "inputCount": 4,
2828
+ "inputCount": 5,
2758
2829
  "secrets": [
2759
2830
  "BUILDCHAIN_PROMOTION_TOKEN",
2760
2831
  "governance-token"
@@ -2838,9 +2909,10 @@
2838
2909
  "pr-title",
2839
2910
  "refresh-managed-readme-badges",
2840
2911
  "source-node",
2912
+ "universal-request-json",
2841
2913
  "upstream-release-json"
2842
2914
  ],
2843
- "inputCount": 19,
2915
+ "inputCount": 20,
2844
2916
  "secrets": [
2845
2917
  "propagation-token"
2846
2918
  ],
@@ -2890,9 +2962,10 @@
2890
2962
  "rehearsal-capsule-path",
2891
2963
  "rehearsal-evidence-path",
2892
2964
  "rehearsal-mode",
2893
- "state-path"
2965
+ "state-path",
2966
+ "universal-request-json"
2894
2967
  ],
2895
- "inputCount": 14,
2968
+ "inputCount": 15,
2896
2969
  "secrets": [
2897
2970
  "http-token"
2898
2971
  ],
@@ -3000,9 +3073,10 @@
3000
3073
  "required-checks",
3001
3074
  "revoke-reason",
3002
3075
  "revoked-versions",
3003
- "target-branch"
3076
+ "target-branch",
3077
+ "universal-request-json"
3004
3078
  ],
3005
- "inputCount": 16,
3079
+ "inputCount": 17,
3006
3080
  "secrets": [
3007
3081
  "approval-token",
3008
3082
  "promotion-token"
@@ -3028,6 +3102,56 @@
3028
3102
  "sunsetCondition": "explicit-breaking-change-review-in-a-future-major-line",
3029
3103
  "nonDuplicationRationale": "Existing workflow identity retained for caller compatibility and repository orchestration."
3030
3104
  },
3105
+ {
3106
+ "id": "universal-bootstrap-dogfood",
3107
+ "path": ".github/workflows/universal-bootstrap-dogfood.yml",
3108
+ "reusable": false,
3109
+ "inputs": [],
3110
+ "inputCount": 0,
3111
+ "secrets": [],
3112
+ "secretCount": 0,
3113
+ "outputs": [],
3114
+ "outputCount": 0,
3115
+ "surface": "repository-workflow",
3116
+ "capabilityGroup": "api-cli-reference",
3117
+ "status": "active",
3118
+ "owner": "buildchain-workflows",
3119
+ "maturity": "active",
3120
+ "introducedVersion": "pre-3.0.2-alpha.4",
3121
+ "compatibilityPromise": "preserved-through-the-v3-major-line",
3122
+ "deprecationReplacement": "",
3123
+ "sunsetCondition": "explicit-breaking-change-review-in-a-future-major-line",
3124
+ "nonDuplicationRationale": "Existing workflow identity retained for caller compatibility and repository orchestration."
3125
+ },
3126
+ {
3127
+ "id": "universal-bootstrap-recovery",
3128
+ "path": ".github/workflows/universal-bootstrap-recovery.yml",
3129
+ "reusable": true,
3130
+ "inputs": [
3131
+ "request-json"
3132
+ ],
3133
+ "inputCount": 1,
3134
+ "secrets": [],
3135
+ "secretCount": 0,
3136
+ "outputs": [
3137
+ "backflow-root",
3138
+ "result-json",
3139
+ "runtime-sha",
3140
+ "terminal-receipt-json",
3141
+ "terminal-receipt-root"
3142
+ ],
3143
+ "outputCount": 5,
3144
+ "surface": "repository-workflow",
3145
+ "capabilityGroup": "api-cli-reference",
3146
+ "status": "active",
3147
+ "owner": "buildchain-workflows",
3148
+ "maturity": "active",
3149
+ "introducedVersion": "pre-3.0.2-alpha.4",
3150
+ "compatibilityPromise": "preserved-through-the-v3-major-line",
3151
+ "deprecationReplacement": "",
3152
+ "sunsetCondition": "explicit-breaking-change-review-in-a-future-major-line",
3153
+ "nonDuplicationRationale": "Existing workflow identity retained for caller compatibility and repository orchestration."
3154
+ },
3031
3155
  {
3032
3156
  "id": "v4-adopter-delivery-dogfood",
3033
3157
  "path": ".github/workflows/v4-adopter-delivery-dogfood.yml",
@@ -3061,9 +3185,10 @@
3061
3185
  "consumer-repository",
3062
3186
  "input-path",
3063
3187
  "invocation-source-path",
3064
- "node-version"
3188
+ "node-version",
3189
+ "universal-request-json"
3065
3190
  ],
3066
- "inputCount": 8,
3191
+ "inputCount": 9,
3067
3192
  "secrets": [],
3068
3193
  "secretCount": 0,
3069
3194
  "outputs": [],
@@ -3152,9 +3277,10 @@
3152
3277
  "go-version",
3153
3278
  "install-artifact-path",
3154
3279
  "node-version",
3280
+ "universal-request-json",
3155
3281
  "verify-artifact-path"
3156
3282
  ],
3157
- "inputCount": 6,
3283
+ "inputCount": 7,
3158
3284
  "secrets": [],
3159
3285
  "secretCount": 0,
3160
3286
  "outputs": [],
@@ -3178,9 +3304,10 @@
3178
3304
  "artifact-retention-days",
3179
3305
  "consumer-policy-receipt-json",
3180
3306
  "macos-finalization-command",
3181
- "request-json"
3307
+ "request-json",
3308
+ "universal-request-json"
3182
3309
  ],
3183
- "inputCount": 4,
3310
+ "inputCount": 5,
3184
3311
  "secrets": [
3185
3312
  "BUILDCHAIN_EVIDENCE_READ_TOKEN",
3186
3313
  "BUILDCHAIN_SIGNING_TOKEN"
@@ -3528,15 +3655,37 @@
3528
3655
  "path": "actions/v4-release-candidate-promote/action.yml",
3529
3656
  "inputs": [
3530
3657
  "artifact-paths",
3658
+ "candidate-build-summary-path",
3531
3659
  "candidate-passport-path",
3532
3660
  "failure-after-capability",
3661
+ "mutation-token",
3662
+ "product-publication-intent-path",
3533
3663
  "publication-qualification-path",
3664
+ "publish-auth",
3665
+ "publish-command",
3666
+ "publish-dist-tag",
3667
+ "publish-mode",
3668
+ "publish-package-main",
3669
+ "publish-package-set-order",
3670
+ "publish-rematerialize-on-resume",
3671
+ "publish-transaction-override",
3672
+ "publisher-workflow-sha",
3534
3673
  "repository",
3674
+ "required-artifacts-path",
3675
+ "required-status-check",
3676
+ "resume-transaction-id",
3677
+ "runtime-commit",
3678
+ "runtime-tree",
3679
+ "sealed-bundle-manifest",
3680
+ "sealed-bundle-root",
3681
+ "source-sha",
3535
3682
  "stage-capsules-path",
3536
3683
  "state-path",
3684
+ "target-ref",
3685
+ "target-sha",
3537
3686
  "token"
3538
3687
  ],
3539
- "inputCount": 8,
3688
+ "inputCount": 30,
3540
3689
  "capabilityGroup": "api-cli-reference",
3541
3690
  "status": "active",
3542
3691
  "owner": "buildchain-actions",