@kungfu-tech/buildchain 4.0.2-alpha.2 → 4.0.2-alpha.21

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 (71) hide show
  1. package/architecture/agent-change-map.md +52 -1
  2. package/architecture/ci-lane-change-budget.json +349 -0
  3. package/architecture/internal-capabilities.json +44 -1
  4. package/architecture/maintainability-debt.json +53 -33
  5. package/architecture/maintainability-policy.json +20 -15
  6. package/architecture/v3-core-mechanism-inventory.json +1 -0
  7. package/architecture/v4-delivery-warrant-shadow-fixtures.json +5 -5
  8. package/architecture/v4-release-invocation-fixtures.json +20 -0
  9. package/architecture/v4-release-topology.json +160 -84
  10. package/architecture/v4-runtime-semantic-closure.json +4 -1
  11. package/architecture/v4-universal-workflow-bootstrap.json +171 -0
  12. package/architecture/v4-universal-workflow-fault-campaign.json +72 -0
  13. package/architecture/v4-universal-workflow-train-admission.json +40 -0
  14. package/contracts/buildchain-v2-residuals-v1.json +0 -54
  15. package/contracts/v4-release-invocation-v1.schema.json +50 -2
  16. package/dist/site/buildchain-contract.json +87 -42
  17. package/dist/site/buildchain-site.json +15 -10
  18. package/dist/site/capability-registry.json +1 -1
  19. package/dist/site/controller-registry.json +46 -10
  20. package/dist/site/kfd-claims.json +174 -196
  21. package/dist/site/kfd-upstream-aggregate.json +1 -1
  22. package/dist/site/manual-registry.json +2 -2
  23. package/dist/site/node-api-registry.json +95 -20
  24. package/dist/site/page-registry.json +9 -4
  25. package/dist/site/public-surface-audit.json +178 -198
  26. package/dist/site/publication-authority-registry.json +67 -57
  27. package/dist/site/publication-registry.json +4 -4
  28. package/dist/site/site-manifest.json +6 -6
  29. package/dist/site/workflow-registry.json +209 -259
  30. package/docs/node-api-reference.md +25 -22
  31. package/docs/reusable-build-surface.md +16 -0
  32. package/package.json +2 -2
  33. package/packages/core/buildchain-publication-authority.js +3 -2
  34. package/packages/core/ci-lane-change-budget.js +14 -1
  35. package/packages/core/dev-delivery-candidate-identity.js +18 -0
  36. package/packages/core/dev-delivery-execution-transfer.js +6 -7
  37. package/packages/core/dev-delivery-warrant-legacy-recovery.js +4 -2
  38. package/packages/core/dev-delivery-warrant-native-compatibility.js +33 -0
  39. package/packages/core/dev-delivery-warrant-state.js +42 -26
  40. package/packages/core/dev-delivery-warrant.js +8 -0
  41. package/packages/core/dev-delivery-writer-protocol-transition.js +72 -0
  42. package/packages/core/release-tail-product-capabilities.js +29 -0
  43. package/packages/core/release-tail-provider-plane.js +3 -3
  44. package/packages/core/v4-canonical-contracts.js +6 -0
  45. package/packages/core/v4-product-publication.js +387 -0
  46. package/packages/core/v4-protected-publication-source.js +93 -0
  47. package/packages/core/v4-publication-qualification.js +1 -0
  48. package/packages/core/v4-release-invocation.js +72 -3
  49. package/packages/core/v4-universal-workflow-bootstrap.js +586 -0
  50. package/scripts/check-inventory.mjs +13 -22
  51. package/scripts/check-maintainability.mjs +16 -113
  52. package/scripts/check-v4-release-topology.mjs +296 -40
  53. package/scripts/check-v4-universal-workflow-bootstrap.mjs +270 -0
  54. package/scripts/dev-delivery-warrant-store.mjs +73 -7
  55. package/scripts/dev-delivery-warrant-transition.mjs +109 -0
  56. package/scripts/dev-delivery-warrant.mjs +84 -100
  57. package/scripts/dev-pr-auto-merge.mjs +15 -15
  58. package/scripts/generate-channel-build-workflow.mjs +5 -1
  59. package/scripts/generate-channel-promotion-workflow.mjs +5 -3
  60. package/scripts/generate-v4-universal-workflow-facades.mjs +415 -0
  61. package/scripts/maintainability-public-surface.mjs +115 -0
  62. package/scripts/release-candidate-resolver.mjs +23 -24
  63. package/scripts/resume-from-candidate-run.mjs +16 -17
  64. package/scripts/universal-facade-maintainability.mjs +82 -0
  65. package/scripts/v4-product-publication-intent.mjs +114 -0
  66. package/scripts/v4-release-candidate-adapter.mjs +41 -0
  67. package/scripts/v4-universal-workflow-backflow.mjs +212 -0
  68. package/scripts/v4-universal-workflow-engine.mjs +617 -0
  69. package/scripts/v4-universal-workflow-self-dogfood.mjs +205 -0
  70. package/templates/universal-buildchain-bootstrap-recovery.yml +282 -0
  71. package/templates/universal-buildchain-bootstrap.yml +28 -0
@@ -21,10 +21,10 @@
21
21
  "contract": "kungfu-buildchain-public-surface-reverse-audit",
22
22
  "path": "dist/site/public-surface-audit.json",
23
23
  "status": "passed",
24
- "sha256": "8d010dd61c202e32a8d893fe4ede12e89b89825dddf98bc3cab8a67837c17f15",
24
+ "sha256": "b12db25795fc4e8a774cb23d3ad384dc774451c42d208f6e181cbc72491710c1",
25
25
  "summary": {
26
26
  "cliCommandCount": 117,
27
- "workflowCount": 77,
27
+ "workflowCount": 74,
28
28
  "actionCount": 8,
29
29
  "sitePageCount": 84,
30
30
  "docCommandRefCount": 1050,
@@ -246,10 +246,10 @@
246
246
  "contract": "kungfu-buildchain-public-surface-reverse-audit",
247
247
  "path": "dist/site/public-surface-audit.json",
248
248
  "status": "passed",
249
- "sha256": "8d010dd61c202e32a8d893fe4ede12e89b89825dddf98bc3cab8a67837c17f15",
249
+ "sha256": "b12db25795fc4e8a774cb23d3ad384dc774451c42d208f6e181cbc72491710c1",
250
250
  "summary": {
251
251
  "cliCommandCount": 117,
252
- "workflowCount": 77,
252
+ "workflowCount": 74,
253
253
  "actionCount": 8,
254
254
  "sitePageCount": 84,
255
255
  "docCommandRefCount": 1050,
@@ -3854,7 +3854,7 @@
3854
3854
  "visibility": "public",
3855
3855
  "participantFacing": true,
3856
3856
  "public": true,
3857
- "inputCount": 11,
3857
+ "inputCount": 12,
3858
3858
  "inputs": [
3859
3859
  "adapter-arguments-json",
3860
3860
  "adapter-path",
@@ -3866,7 +3866,8 @@
3866
3866
  "require-trusted-event",
3867
3867
  "source-artifact-digest",
3868
3868
  "source-artifact-name",
3869
- "source-ref"
3869
+ "source-ref",
3870
+ "universal-request-json"
3870
3871
  ],
3871
3872
  "reverseAuditSource": ".github/workflows"
3872
3873
  },
@@ -3880,7 +3881,7 @@
3880
3881
  "visibility": "public",
3881
3882
  "participantFacing": true,
3882
3883
  "public": true,
3883
- "inputCount": 15,
3884
+ "inputCount": 16,
3884
3885
  "inputs": [
3885
3886
  "auto-admission",
3886
3887
  "buildchain-ref",
@@ -3896,7 +3897,8 @@
3896
3897
  "publication-version",
3897
3898
  "release-tag",
3898
3899
  "source-sha",
3899
- "target-ref"
3900
+ "target-ref",
3901
+ "universal-request-json"
3900
3902
  ],
3901
3903
  "reverseAuditSource": ".github/workflows"
3902
3904
  },
@@ -3910,7 +3912,7 @@
3910
3912
  "visibility": "public",
3911
3913
  "participantFacing": true,
3912
3914
  "public": true,
3913
- "inputCount": 93,
3915
+ "inputCount": 94,
3914
3916
  "inputs": [
3915
3917
  "artifact-compression-level",
3916
3918
  "artifact-finalization-command",
@@ -4001,6 +4003,7 @@
4001
4003
  "setup-rust",
4002
4004
  "shifu-cache-profile-digest",
4003
4005
  "shifu-cache-profile-ref",
4006
+ "universal-request-json",
4004
4007
  "untrusted-policy",
4005
4008
  "verify-command",
4006
4009
  "verify-substage-evidence-path",
@@ -4018,8 +4021,10 @@
4018
4021
  "visibility": "public",
4019
4022
  "participantFacing": true,
4020
4023
  "public": true,
4021
- "inputCount": 0,
4022
- "inputs": [],
4024
+ "inputCount": 1,
4025
+ "inputs": [
4026
+ "universal-request-json"
4027
+ ],
4023
4028
  "reverseAuditSource": ".github/workflows"
4024
4029
  },
4025
4030
  {
@@ -4032,7 +4037,7 @@
4032
4037
  "visibility": "public",
4033
4038
  "participantFacing": true,
4034
4039
  "public": true,
4035
- "inputCount": 12,
4040
+ "inputCount": 13,
4036
4041
  "inputs": [
4037
4042
  "artifact-retention-days",
4038
4043
  "binary-artifact-digest",
@@ -4045,7 +4050,8 @@
4045
4050
  "render-media",
4046
4051
  "renderer-image",
4047
4052
  "scenario-path",
4048
- "source-ref"
4053
+ "source-ref",
4054
+ "universal-request-json"
4049
4055
  ],
4050
4056
  "reverseAuditSource": ".github/workflows"
4051
4057
  },
@@ -4059,7 +4065,7 @@
4059
4065
  "visibility": "public",
4060
4066
  "participantFacing": true,
4061
4067
  "public": true,
4062
- "inputCount": 30,
4068
+ "inputCount": 31,
4063
4069
  "inputs": [
4064
4070
  "artifact-name",
4065
4071
  "artifact-retention-days",
@@ -4089,6 +4095,7 @@
4089
4095
  "shifu-cache-profile-digest",
4090
4096
  "shifu-cache-profile-ref",
4091
4097
  "source-ref",
4098
+ "universal-request-json",
4092
4099
  "untrusted-policy",
4093
4100
  "working-directory"
4094
4101
  ],
@@ -4104,7 +4111,7 @@
4104
4111
  "visibility": "public",
4105
4112
  "participantFacing": true,
4106
4113
  "public": true,
4107
- "inputCount": 37,
4114
+ "inputCount": 38,
4108
4115
  "inputs": [
4109
4116
  "admission-json",
4110
4117
  "authority-workflow-path",
@@ -4142,6 +4149,7 @@
4142
4149
  "runner-provenance-json",
4143
4150
  "source-sha",
4144
4151
  "target-ref",
4152
+ "universal-request-json",
4145
4153
  "used-nonces-json"
4146
4154
  ],
4147
4155
  "reverseAuditSource": ".github/workflows"
@@ -4156,7 +4164,7 @@
4156
4164
  "visibility": "public",
4157
4165
  "participantFacing": true,
4158
4166
  "public": true,
4159
- "inputCount": 121,
4167
+ "inputCount": 122,
4160
4168
  "inputs": [
4161
4169
  "allow-repository",
4162
4170
  "artifact-name",
@@ -4278,83 +4286,8 @@
4278
4286
  "standalone-binary-distribution",
4279
4287
  "target-ref",
4280
4288
  "target-sha",
4281
- "trusted-publishing"
4282
- ],
4283
- "reverseAuditSource": ".github/workflows"
4284
- },
4285
- {
4286
- "id": "workflow:.release-docker",
4287
- "name": "workflow:.release-docker",
4288
- "kind": "workflow",
4289
- "sourcePath": ".github/workflows/.release-docker.yml",
4290
- "evidencePath": ".github/workflows/.release-docker.yml",
4291
- "availability": "shipped",
4292
- "visibility": "public",
4293
- "participantFacing": true,
4294
- "public": true,
4295
- "inputCount": 1,
4296
- "inputs": [
4297
- "image-name"
4298
- ],
4299
- "reverseAuditSource": ".github/workflows"
4300
- },
4301
- {
4302
- "id": "workflow:.release-elastic-beanstalk",
4303
- "name": "workflow:.release-elastic-beanstalk",
4304
- "kind": "workflow",
4305
- "sourcePath": ".github/workflows/.release-elastic-beanstalk.yml",
4306
- "evidencePath": ".github/workflows/.release-elastic-beanstalk.yml",
4307
- "availability": "shipped",
4308
- "visibility": "public",
4309
- "participantFacing": true,
4310
- "public": true,
4311
- "inputCount": 3,
4312
- "inputs": [
4313
- "aws-region",
4314
- "eb-application-name",
4315
- "eb-environment-name"
4316
- ],
4317
- "reverseAuditSource": ".github/workflows"
4318
- },
4319
- {
4320
- "id": "workflow:.release-new-version",
4321
- "name": "workflow:.release-new-version",
4322
- "kind": "workflow",
4323
- "sourcePath": ".github/workflows/.release-new-version.yml",
4324
- "evidencePath": ".github/workflows/.release-new-version.yml",
4325
- "availability": "shipped",
4326
- "visibility": "public",
4327
- "participantFacing": true,
4328
- "public": true,
4329
- "inputCount": 27,
4330
- "inputs": [
4331
- "action-bump-version-path",
4332
- "action-bump-version-ref",
4333
- "action-bump-version-repository",
4334
- "aws-ci-region",
4335
- "aws-user-region",
4336
- "bucket-release-ci",
4337
- "bucket-release-user",
4338
- "bucket-staging-ci",
4339
- "bucket-staging-user",
4340
- "clean-release-ci",
4341
- "clean-release-user",
4342
- "close-issues",
4343
- "cloudfront-id-ci",
4344
- "cloudfront-id-user",
4345
- "cloudfront-paths-ci",
4346
- "cloudfront-paths-user",
4347
- "create-release-note",
4348
- "max-preview-links",
4349
- "need-qa-automated",
4350
- "node-version",
4351
- "protect-dev-branches",
4352
- "publish-aws-ci",
4353
- "publish-aws-user",
4354
- "publish-github-npm",
4355
- "publish-npmjs",
4356
- "publish-release-note",
4357
- "sync-extensions-version"
4289
+ "trusted-publishing",
4290
+ "universal-request-json"
4358
4291
  ],
4359
4292
  "reverseAuditSource": ".github/workflows"
4360
4293
  },
@@ -4368,7 +4301,7 @@
4368
4301
  "visibility": "public",
4369
4302
  "participantFacing": true,
4370
4303
  "public": true,
4371
- "inputCount": 41,
4304
+ "inputCount": 42,
4372
4305
  "inputs": [
4373
4306
  "auto-approve-enabled",
4374
4307
  "aws-ci-region",
@@ -4409,30 +4342,12 @@
4409
4342
  "python-version",
4410
4343
  "setup-env-timeout-minutes",
4411
4344
  "setup-python-enabled",
4345
+ "universal-request-json",
4412
4346
  "use-pipenv",
4413
4347
  "use-poetry"
4414
4348
  ],
4415
4349
  "reverseAuditSource": ".github/workflows"
4416
4350
  },
4417
- {
4418
- "id": "workflow:.sam-release",
4419
- "name": "workflow:.sam-release",
4420
- "kind": "workflow",
4421
- "sourcePath": ".github/workflows/.sam-release.yml",
4422
- "evidencePath": ".github/workflows/.sam-release.yml",
4423
- "availability": "shipped",
4424
- "visibility": "public",
4425
- "participantFacing": true,
4426
- "public": true,
4427
- "inputCount": 4,
4428
- "inputs": [
4429
- "aws-region",
4430
- "aws-role",
4431
- "aws-root",
4432
- "bucket-release"
4433
- ],
4434
- "reverseAuditSource": ".github/workflows"
4435
- },
4436
4351
  {
4437
4352
  "id": "workflow:.sam-verify",
4438
4353
  "name": "workflow:.sam-verify",
@@ -4443,12 +4358,13 @@
4443
4358
  "visibility": "public",
4444
4359
  "participantFacing": true,
4445
4360
  "public": true,
4446
- "inputCount": 4,
4361
+ "inputCount": 5,
4447
4362
  "inputs": [
4448
4363
  "aws-region",
4449
4364
  "aws-role",
4450
4365
  "aws-root",
4451
- "manager"
4366
+ "manager",
4367
+ "universal-request-json"
4452
4368
  ],
4453
4369
  "reverseAuditSource": ".github/workflows"
4454
4370
  },
@@ -4462,7 +4378,7 @@
4462
4378
  "visibility": "public",
4463
4379
  "participantFacing": true,
4464
4380
  "public": true,
4465
- "inputCount": 13,
4381
+ "inputCount": 14,
4466
4382
  "inputs": [
4467
4383
  "aws-region",
4468
4384
  "aws-role-arn",
@@ -4476,6 +4392,7 @@
4476
4392
  "release-path",
4477
4393
  "release-url",
4478
4394
  "repo",
4395
+ "universal-request-json",
4479
4396
  "upper-edge"
4480
4397
  ],
4481
4398
  "reverseAuditSource": ".github/workflows"
@@ -4490,12 +4407,13 @@
4490
4407
  "visibility": "public",
4491
4408
  "participantFacing": true,
4492
4409
  "public": true,
4493
- "inputCount": 4,
4410
+ "inputCount": 5,
4494
4411
  "inputs": [
4495
4412
  "force",
4496
4413
  "remote-host",
4497
4414
  "remote-path",
4498
- "remote-repo"
4415
+ "remote-repo",
4416
+ "universal-request-json"
4499
4417
  ],
4500
4418
  "reverseAuditSource": ".github/workflows"
4501
4419
  },
@@ -4509,7 +4427,7 @@
4509
4427
  "visibility": "public",
4510
4428
  "participantFacing": true,
4511
4429
  "public": true,
4512
- "inputCount": 43,
4430
+ "inputCount": 44,
4513
4431
  "inputs": [
4514
4432
  "artifact-path",
4515
4433
  "aws-region",
@@ -4552,29 +4470,12 @@
4552
4470
  "staging-apply",
4553
4471
  "staging-aws-role-arn",
4554
4472
  "staging-environment",
4473
+ "universal-request-json",
4555
4474
  "verify-command",
4556
4475
  "working-directory"
4557
4476
  ],
4558
4477
  "reverseAuditSource": ".github/workflows"
4559
4478
  },
4560
- {
4561
- "id": "workflow:.wheel-release",
4562
- "name": "workflow:.wheel-release",
4563
- "kind": "workflow",
4564
- "sourcePath": ".github/workflows/.wheel-release.yml",
4565
- "evidencePath": ".github/workflows/.wheel-release.yml",
4566
- "availability": "shipped",
4567
- "visibility": "public",
4568
- "participantFacing": true,
4569
- "public": true,
4570
- "inputCount": 3,
4571
- "inputs": [
4572
- "aws-region",
4573
- "aws-user-region",
4574
- "bucket-release"
4575
- ],
4576
- "reverseAuditSource": ".github/workflows"
4577
- },
4578
4479
  {
4579
4480
  "id": "workflow:.wheel-verify",
4580
4481
  "name": "workflow:.wheel-verify",
@@ -4585,13 +4486,14 @@
4585
4486
  "visibility": "public",
4586
4487
  "participantFacing": true,
4587
4488
  "public": true,
4588
- "inputCount": 5,
4489
+ "inputCount": 6,
4589
4490
  "inputs": [
4590
4491
  "aws-user-region",
4591
4492
  "bucket-release",
4592
4493
  "max-preview-links",
4593
4494
  "node-version",
4594
- "preview-files"
4495
+ "preview-files",
4496
+ "universal-request-json"
4595
4497
  ],
4596
4498
  "reverseAuditSource": ".github/workflows"
4597
4499
  },
@@ -4665,6 +4567,22 @@
4665
4567
  "inputs": [],
4666
4568
  "reverseAuditSource": ".github/workflows"
4667
4569
  },
4570
+ {
4571
+ "id": "workflow:bootstrap",
4572
+ "name": "workflow:bootstrap",
4573
+ "kind": "workflow",
4574
+ "sourcePath": ".github/workflows/bootstrap.yml",
4575
+ "evidencePath": ".github/workflows/bootstrap.yml",
4576
+ "availability": "shipped",
4577
+ "visibility": "public",
4578
+ "participantFacing": true,
4579
+ "public": true,
4580
+ "inputCount": 1,
4581
+ "inputs": [
4582
+ "request-json"
4583
+ ],
4584
+ "reverseAuditSource": ".github/workflows"
4585
+ },
4668
4586
  {
4669
4587
  "id": "workflow:build-surface-fixture",
4670
4588
  "name": "workflow:build-surface-fixture",
@@ -4689,7 +4607,7 @@
4689
4607
  "visibility": "public",
4690
4608
  "participantFacing": true,
4691
4609
  "public": true,
4692
- "inputCount": 96,
4610
+ "inputCount": 97,
4693
4611
  "inputs": [
4694
4612
  "artifact-compression-level",
4695
4613
  "artifact-finalization-command",
@@ -4783,6 +4701,7 @@
4783
4701
  "setup-rust",
4784
4702
  "shifu-cache-profile-digest",
4785
4703
  "shifu-cache-profile-ref",
4704
+ "universal-request-json",
4786
4705
  "untrusted-policy",
4787
4706
  "verify-command",
4788
4707
  "verify-substage-evidence-path",
@@ -4884,7 +4803,7 @@
4884
4803
  "visibility": "public",
4885
4804
  "participantFacing": true,
4886
4805
  "public": true,
4887
- "inputCount": 16,
4806
+ "inputCount": 17,
4888
4807
  "inputs": [
4889
4808
  "allowed-head-prefixes",
4890
4809
  "block-labels",
@@ -4901,7 +4820,8 @@
4901
4820
  "require-approval",
4902
4821
  "required-status-checks",
4903
4822
  "same-repository-only",
4904
- "target-branch"
4823
+ "target-branch",
4824
+ "universal-request-json"
4905
4825
  ],
4906
4826
  "reverseAuditSource": ".github/workflows"
4907
4827
  },
@@ -4985,7 +4905,7 @@
4985
4905
  "visibility": "public",
4986
4906
  "participantFacing": true,
4987
4907
  "public": true,
4988
- "inputCount": 12,
4908
+ "inputCount": 13,
4989
4909
  "inputs": [
4990
4910
  "buildchain-ref",
4991
4911
  "buildchain-repository",
@@ -4997,6 +4917,7 @@
4997
4917
  "source-proof-policy-paths-json",
4998
4918
  "source-proof-required-contexts-json",
4999
4919
  "source-proof-reuse",
4920
+ "universal-request-json",
5000
4921
  "upload-artifacts",
5001
4922
  "working-directory"
5002
4923
  ],
@@ -5012,7 +4933,7 @@
5012
4933
  "visibility": "public",
5013
4934
  "participantFacing": true,
5014
4935
  "public": true,
5015
- "inputCount": 15,
4936
+ "inputCount": 16,
5016
4937
  "inputs": [
5017
4938
  "alpha-workflow-path",
5018
4939
  "auto-merge",
@@ -5028,7 +4949,8 @@
5028
4949
  "reactivation-authorized",
5029
4950
  "settlement-authorized",
5030
4951
  "source-branch",
5031
- "target-branch"
4952
+ "target-branch",
4953
+ "universal-request-json"
5032
4954
  ],
5033
4955
  "reverseAuditSource": ".github/workflows"
5034
4956
  },
@@ -5042,7 +4964,7 @@
5042
4964
  "visibility": "public",
5043
4965
  "participantFacing": true,
5044
4966
  "public": true,
5045
- "inputCount": 12,
4967
+ "inputCount": 13,
5046
4968
  "inputs": [
5047
4969
  "buildchain-ref",
5048
4970
  "buildchain-repository",
@@ -5055,7 +4977,8 @@
5055
4977
  "outcome",
5056
4978
  "reason",
5057
4979
  "target-branch",
5058
- "terminal-evidence-root"
4980
+ "terminal-evidence-root",
4981
+ "universal-request-json"
5059
4982
  ],
5060
4983
  "reverseAuditSource": ".github/workflows"
5061
4984
  },
@@ -5069,7 +4992,7 @@
5069
4992
  "visibility": "public",
5070
4993
  "participantFacing": true,
5071
4994
  "public": true,
5072
- "inputCount": 13,
4995
+ "inputCount": 14,
5073
4996
  "inputs": [
5074
4997
  "buildchain-ref",
5075
4998
  "buildchain-repository",
@@ -5083,7 +5006,8 @@
5083
5006
  "replay-tree-sha",
5084
5007
  "required-context-roots-json",
5085
5008
  "target-branch",
5086
- "terminal-evidence-root"
5009
+ "terminal-evidence-root",
5010
+ "universal-request-json"
5087
5011
  ],
5088
5012
  "reverseAuditSource": ".github/workflows"
5089
5013
  },
@@ -5111,7 +5035,7 @@
5111
5035
  "visibility": "public",
5112
5036
  "participantFacing": true,
5113
5037
  "public": true,
5114
- "inputCount": 44,
5038
+ "inputCount": 45,
5115
5039
  "inputs": [
5116
5040
  "active-lease-context",
5117
5041
  "affected-paths-json",
@@ -5156,6 +5080,7 @@
5156
5080
  "source-workflow-run-id",
5157
5081
  "target-branch",
5158
5082
  "toolchain-root",
5083
+ "universal-request-json",
5159
5084
  "warrant-lease-seconds"
5160
5085
  ],
5161
5086
  "reverseAuditSource": ".github/workflows"
@@ -5170,7 +5095,7 @@
5170
5095
  "visibility": "public",
5171
5096
  "participantFacing": true,
5172
5097
  "public": true,
5173
- "inputCount": 10,
5098
+ "inputCount": 11,
5174
5099
  "inputs": [
5175
5100
  "buildchain-ref",
5176
5101
  "buildchain-repository",
@@ -5181,7 +5106,8 @@
5181
5106
  "mutation-authorized",
5182
5107
  "preflight-workflow-path",
5183
5108
  "priority-workflows-json",
5184
- "source-branch"
5109
+ "source-branch",
5110
+ "universal-request-json"
5185
5111
  ],
5186
5112
  "reverseAuditSource": ".github/workflows"
5187
5113
  },
@@ -5237,7 +5163,7 @@
5237
5163
  "visibility": "public",
5238
5164
  "participantFacing": true,
5239
5165
  "public": true,
5240
- "inputCount": 14,
5166
+ "inputCount": 15,
5241
5167
  "inputs": [
5242
5168
  "apply-enabled",
5243
5169
  "artifact-prefix",
@@ -5252,7 +5178,8 @@
5252
5178
  "stale-days",
5253
5179
  "stale-pull-request-label",
5254
5180
  "target-branch",
5255
- "temporary-branch-patterns"
5181
+ "temporary-branch-patterns",
5182
+ "universal-request-json"
5256
5183
  ],
5257
5184
  "reverseAuditSource": ".github/workflows"
5258
5185
  },
@@ -5266,7 +5193,7 @@
5266
5193
  "visibility": "public",
5267
5194
  "participantFacing": true,
5268
5195
  "public": true,
5269
- "inputCount": 13,
5196
+ "inputCount": 14,
5270
5197
  "inputs": [
5271
5198
  "buildchain-ref",
5272
5199
  "environment",
@@ -5280,7 +5207,8 @@
5280
5207
  "retention-days",
5281
5208
  "source-sha",
5282
5209
  "subject-artifact-name",
5283
- "subject-relative-path"
5210
+ "subject-relative-path",
5211
+ "universal-request-json"
5284
5212
  ],
5285
5213
  "reverseAuditSource": ".github/workflows"
5286
5214
  },
@@ -5322,7 +5250,7 @@
5322
5250
  "visibility": "public",
5323
5251
  "participantFacing": true,
5324
5252
  "public": true,
5325
- "inputCount": 26,
5253
+ "inputCount": 27,
5326
5254
  "inputs": [
5327
5255
  "artifact-name",
5328
5256
  "artifact-paths",
@@ -5348,6 +5276,7 @@
5348
5276
  "target-ref",
5349
5277
  "target-sha",
5350
5278
  "toolchain-type",
5279
+ "universal-request-json",
5351
5280
  "verify-command",
5352
5281
  "working-directory"
5353
5282
  ],
@@ -5363,7 +5292,7 @@
5363
5292
  "visibility": "public",
5364
5293
  "participantFacing": true,
5365
5294
  "public": true,
5366
- "inputCount": 38,
5295
+ "inputCount": 39,
5367
5296
  "inputs": [
5368
5297
  "artifact-name",
5369
5298
  "artifact-retention-days",
@@ -5401,6 +5330,7 @@
5401
5330
  "toolchain-digest",
5402
5331
  "toolchain-image",
5403
5332
  "toolchain-type",
5333
+ "universal-request-json",
5404
5334
  "verify-command",
5405
5335
  "working-directory"
5406
5336
  ],
@@ -5416,7 +5346,7 @@
5416
5346
  "visibility": "public",
5417
5347
  "participantFacing": true,
5418
5348
  "public": true,
5419
- "inputCount": 13,
5349
+ "inputCount": 14,
5420
5350
  "inputs": [
5421
5351
  "allowed-head-prefixes",
5422
5352
  "block-labels",
@@ -5430,7 +5360,8 @@
5430
5360
  "require-approval",
5431
5361
  "required-status-checks",
5432
5362
  "same-repository-only",
5433
- "target-branch"
5363
+ "target-branch",
5364
+ "universal-request-json"
5434
5365
  ],
5435
5366
  "reverseAuditSource": ".github/workflows"
5436
5367
  },
@@ -5444,12 +5375,13 @@
5444
5375
  "visibility": "public",
5445
5376
  "participantFacing": true,
5446
5377
  "public": true,
5447
- "inputCount": 4,
5378
+ "inputCount": 5,
5448
5379
  "inputs": [
5449
5380
  "buildchain-ref",
5450
5381
  "buildchain-repository",
5451
5382
  "dry-run",
5452
- "target-branch"
5383
+ "target-branch",
5384
+ "universal-request-json"
5453
5385
  ],
5454
5386
  "reverseAuditSource": ".github/workflows"
5455
5387
  },
@@ -5463,7 +5395,7 @@
5463
5395
  "visibility": "public",
5464
5396
  "participantFacing": true,
5465
5397
  "public": true,
5466
- "inputCount": 12,
5398
+ "inputCount": 13,
5467
5399
  "inputs": [
5468
5400
  "artifact-path",
5469
5401
  "build-command",
@@ -5476,6 +5408,7 @@
5476
5408
  "production-aws-role-arn",
5477
5409
  "production-bucket",
5478
5410
  "production-environment",
5411
+ "universal-request-json",
5479
5412
  "verify-command"
5480
5413
  ],
5481
5414
  "reverseAuditSource": ".github/workflows"
@@ -5490,12 +5423,13 @@
5490
5423
  "visibility": "public",
5491
5424
  "participantFacing": true,
5492
5425
  "public": true,
5493
- "inputCount": 4,
5426
+ "inputCount": 5,
5494
5427
  "inputs": [
5495
5428
  "buildchain-ref",
5496
5429
  "buildchain-repository",
5497
5430
  "dry-run",
5498
- "target-branch"
5431
+ "target-branch",
5432
+ "universal-request-json"
5499
5433
  ],
5500
5434
  "reverseAuditSource": ".github/workflows"
5501
5435
  },
@@ -5509,7 +5443,7 @@
5509
5443
  "visibility": "public",
5510
5444
  "participantFacing": true,
5511
5445
  "public": true,
5512
- "inputCount": 23,
5446
+ "inputCount": 24,
5513
5447
  "inputs": [
5514
5448
  "artifact-name",
5515
5449
  "artifact-paths",
@@ -5532,6 +5466,7 @@
5532
5466
  "toolchain-digest",
5533
5467
  "toolchain-image",
5534
5468
  "toolchain-type",
5469
+ "universal-request-json",
5535
5470
  "verify-command",
5536
5471
  "working-directory"
5537
5472
  ],
@@ -5547,7 +5482,7 @@
5547
5482
  "visibility": "public",
5548
5483
  "participantFacing": true,
5549
5484
  "public": true,
5550
- "inputCount": 106,
5485
+ "inputCount": 107,
5551
5486
  "inputs": [
5552
5487
  "allow-repository",
5553
5488
  "artifact-name",
@@ -5654,7 +5589,8 @@
5654
5589
  "standalone-binary-distribution",
5655
5590
  "target-ref",
5656
5591
  "target-sha",
5657
- "trusted-publishing"
5592
+ "trusted-publishing",
5593
+ "universal-request-json"
5658
5594
  ],
5659
5595
  "reverseAuditSource": ".github/workflows"
5660
5596
  },
@@ -5668,12 +5604,13 @@
5668
5604
  "visibility": "public",
5669
5605
  "participantFacing": true,
5670
5606
  "public": true,
5671
- "inputCount": 4,
5607
+ "inputCount": 5,
5672
5608
  "inputs": [
5673
5609
  "apply",
5674
5610
  "branch",
5675
5611
  "buildchain-ref",
5676
- "candidate-sha"
5612
+ "candidate-sha",
5613
+ "universal-request-json"
5677
5614
  ],
5678
5615
  "reverseAuditSource": ".github/workflows"
5679
5616
  },
@@ -5715,7 +5652,7 @@
5715
5652
  "visibility": "public",
5716
5653
  "participantFacing": true,
5717
5654
  "public": true,
5718
- "inputCount": 19,
5655
+ "inputCount": 20,
5719
5656
  "inputs": [
5720
5657
  "agent-work-context-json",
5721
5658
  "agent-work-mode",
@@ -5735,6 +5672,7 @@
5735
5672
  "pr-title",
5736
5673
  "refresh-managed-readme-badges",
5737
5674
  "source-node",
5675
+ "universal-request-json",
5738
5676
  "upstream-release-json"
5739
5677
  ],
5740
5678
  "reverseAuditSource": ".github/workflows"
@@ -5749,7 +5687,7 @@
5749
5687
  "visibility": "public",
5750
5688
  "participantFacing": true,
5751
5689
  "public": true,
5752
- "inputCount": 14,
5690
+ "inputCount": 15,
5753
5691
  "inputs": [
5754
5692
  "buildchain-ref",
5755
5693
  "candidate-root",
@@ -5764,7 +5702,8 @@
5764
5702
  "rehearsal-capsule-path",
5765
5703
  "rehearsal-evidence-path",
5766
5704
  "rehearsal-mode",
5767
- "state-path"
5705
+ "state-path",
5706
+ "universal-request-json"
5768
5707
  ],
5769
5708
  "reverseAuditSource": ".github/workflows"
5770
5709
  },
@@ -5782,20 +5721,6 @@
5782
5721
  "inputs": [],
5783
5722
  "reverseAuditSource": ".github/workflows"
5784
5723
  },
5785
- {
5786
- "id": "workflow:schedule-purge-artifacts",
5787
- "name": "workflow:schedule-purge-artifacts",
5788
- "kind": "workflow",
5789
- "sourcePath": ".github/workflows/schedule-purge-artifacts.yml",
5790
- "evidencePath": ".github/workflows/schedule-purge-artifacts.yml",
5791
- "availability": "shipped",
5792
- "visibility": "public",
5793
- "participantFacing": true,
5794
- "public": true,
5795
- "inputCount": 0,
5796
- "inputs": [],
5797
- "reverseAuditSource": ".github/workflows"
5798
- },
5799
5724
  {
5800
5725
  "id": "workflow:self-hosted-runner-smoke",
5801
5726
  "name": "workflow:self-hosted-runner-smoke",
@@ -5820,7 +5745,7 @@
5820
5745
  "visibility": "public",
5821
5746
  "participantFacing": true,
5822
5747
  "public": true,
5823
- "inputCount": 16,
5748
+ "inputCount": 17,
5824
5749
  "inputs": [
5825
5750
  "auto-approve",
5826
5751
  "auto-merge",
@@ -5837,7 +5762,38 @@
5837
5762
  "required-checks",
5838
5763
  "revoke-reason",
5839
5764
  "revoked-versions",
5840
- "target-branch"
5765
+ "target-branch",
5766
+ "universal-request-json"
5767
+ ],
5768
+ "reverseAuditSource": ".github/workflows"
5769
+ },
5770
+ {
5771
+ "id": "workflow:universal-bootstrap-dogfood",
5772
+ "name": "workflow:universal-bootstrap-dogfood",
5773
+ "kind": "workflow",
5774
+ "sourcePath": ".github/workflows/universal-bootstrap-dogfood.yml",
5775
+ "evidencePath": ".github/workflows/universal-bootstrap-dogfood.yml",
5776
+ "availability": "shipped",
5777
+ "visibility": "public",
5778
+ "participantFacing": true,
5779
+ "public": true,
5780
+ "inputCount": 0,
5781
+ "inputs": [],
5782
+ "reverseAuditSource": ".github/workflows"
5783
+ },
5784
+ {
5785
+ "id": "workflow:universal-bootstrap-recovery",
5786
+ "name": "workflow:universal-bootstrap-recovery",
5787
+ "kind": "workflow",
5788
+ "sourcePath": ".github/workflows/universal-bootstrap-recovery.yml",
5789
+ "evidencePath": ".github/workflows/universal-bootstrap-recovery.yml",
5790
+ "availability": "shipped",
5791
+ "visibility": "public",
5792
+ "participantFacing": true,
5793
+ "public": true,
5794
+ "inputCount": 1,
5795
+ "inputs": [
5796
+ "request-json"
5841
5797
  ],
5842
5798
  "reverseAuditSource": ".github/workflows"
5843
5799
  },
@@ -5865,7 +5821,7 @@
5865
5821
  "visibility": "public",
5866
5822
  "participantFacing": true,
5867
5823
  "public": true,
5868
- "inputCount": 8,
5824
+ "inputCount": 9,
5869
5825
  "inputs": [
5870
5826
  "archive-path",
5871
5827
  "bootstrap-path",
@@ -5874,7 +5830,8 @@
5874
5830
  "consumer-repository",
5875
5831
  "input-path",
5876
5832
  "invocation-source-path",
5877
- "node-version"
5833
+ "node-version",
5834
+ "universal-request-json"
5878
5835
  ],
5879
5836
  "reverseAuditSource": ".github/workflows"
5880
5837
  },
@@ -5930,13 +5887,14 @@
5930
5887
  "visibility": "public",
5931
5888
  "participantFacing": true,
5932
5889
  "public": true,
5933
- "inputCount": 6,
5890
+ "inputCount": 7,
5934
5891
  "inputs": [
5935
5892
  "build-artifact-path",
5936
5893
  "consumer",
5937
5894
  "go-version",
5938
5895
  "install-artifact-path",
5939
5896
  "node-version",
5897
+ "universal-request-json",
5940
5898
  "verify-artifact-path"
5941
5899
  ],
5942
5900
  "reverseAuditSource": ".github/workflows"
@@ -5951,12 +5909,13 @@
5951
5909
  "visibility": "public",
5952
5910
  "participantFacing": true,
5953
5911
  "public": true,
5954
- "inputCount": 4,
5912
+ "inputCount": 5,
5955
5913
  "inputs": [
5956
5914
  "artifact-retention-days",
5957
5915
  "consumer-policy-receipt-json",
5958
5916
  "macos-finalization-command",
5959
- "request-json"
5917
+ "request-json",
5918
+ "universal-request-json"
5960
5919
  ],
5961
5920
  "reverseAuditSource": ".github/workflows"
5962
5921
  },
@@ -6275,18 +6234,37 @@
6275
6234
  "visibility": "public",
6276
6235
  "participantFacing": true,
6277
6236
  "public": true,
6278
- "inputCount": 11,
6237
+ "inputCount": 30,
6279
6238
  "inputs": [
6280
6239
  "artifact-paths",
6240
+ "candidate-build-summary-path",
6281
6241
  "candidate-passport-path",
6282
6242
  "failure-after-capability",
6243
+ "mutation-token",
6244
+ "product-publication-intent-path",
6283
6245
  "publication-qualification-path",
6246
+ "publish-auth",
6247
+ "publish-command",
6248
+ "publish-dist-tag",
6249
+ "publish-mode",
6250
+ "publish-package-main",
6251
+ "publish-package-set-order",
6252
+ "publish-rematerialize-on-resume",
6253
+ "publish-transaction-override",
6284
6254
  "publisher-workflow-sha",
6285
6255
  "repository",
6256
+ "required-artifacts-path",
6257
+ "required-status-check",
6258
+ "resume-transaction-id",
6286
6259
  "runtime-commit",
6287
6260
  "runtime-tree",
6261
+ "sealed-bundle-manifest",
6262
+ "sealed-bundle-root",
6263
+ "source-sha",
6288
6264
  "stage-capsules-path",
6289
6265
  "state-path",
6266
+ "target-ref",
6267
+ "target-sha",
6290
6268
  "token"
6291
6269
  ],
6292
6270
  "reverseAuditSource": "actions/*/action.yml"
@@ -7488,6 +7466,6 @@
7488
7466
  }
7489
7467
  }
7490
7468
  ],
7491
- "publicSurfaceCount": 481
7469
+ "publicSurfaceCount": 478
7492
7470
  }
7493
7471
  }