@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
@@ -75,6 +75,7 @@
75
75
  "scripts/v4-stage-capsule-qualification.mjs",
76
76
  "packages/core/dev-delivery-warrant.js",
77
77
  "packages/core/dev-delivery-warrant-state.js",
78
+ "packages/core/dev-delivery-warrant-native-compatibility.js",
78
79
  "packages/core/dev-delivery-warrant-qualification.js",
79
80
  "packages/core/dev-delivery-warrant-legacy-recovery.js",
80
81
  "packages/core/dev-delivery-native-proof.js",
@@ -136,6 +137,12 @@
136
137
  "crates/buildchain-v4-contracts/src/adopter_delivery.rs",
137
138
  "crates/buildchain-v4-contracts/src/compatibility_facts.rs",
138
139
  "crates/buildchain-v4-contracts/src/compatibility_facts",
140
+ "packages/core/v4-universal-workflow-bootstrap.js",
141
+ "scripts/check-v4-universal-workflow-bootstrap.mjs",
142
+ "scripts/generate-v4-universal-workflow-facades.mjs",
143
+ "scripts/v4-universal-workflow-backflow.mjs",
144
+ "scripts/v4-universal-workflow-engine.mjs",
145
+ "scripts/v4-universal-workflow-self-dogfood.mjs",
139
146
  "scripts/check-internal-architecture.mjs",
140
147
  "scripts/check-maintainability.mjs",
141
148
  "scripts/maintainability-metrics.mjs",
@@ -270,11 +277,13 @@
270
277
  "id": "promotion-channel-orchestration",
271
278
  "owner": "Buildchain action maintainers",
272
279
  "implementation": [
280
+ "actions/promote-buildchain-ref/internal/contained-published-version-state.js",
273
281
  "actions/promote-buildchain-ref/internal/promote-alpha-channel.js",
274
282
  "actions/promote-buildchain-ref/internal/promote-major-channel.js",
275
283
  "actions/promote-buildchain-ref/internal/promote-release-channel.js"
276
284
  ],
277
285
  "tests": [
286
+ "tests/promote-buildchain-ref-contained-published-version-state.test.mjs",
278
287
  "tests/promote-buildchain-ref.test.mjs",
279
288
  "tests/promote-buildchain-ref-recovery.test.mjs",
280
289
  "tests/promote-buildchain-ref-governance.test.mjs",
@@ -286,7 +295,7 @@
286
295
  ],
287
296
  "generatedOutputs": ["actions/promote-buildchain-ref/dist/index.js"],
288
297
  "validationCommands": [
289
- "node --test tests/promote-buildchain-ref.test.mjs tests/promote-buildchain-ref-recovery.test.mjs tests/promote-buildchain-ref-governance.test.mjs tests/promotion-responsibilities.test.mjs"
298
+ "node --test tests/promote-buildchain-ref-contained-published-version-state.test.mjs tests/promote-buildchain-ref.test.mjs tests/promote-buildchain-ref-recovery.test.mjs tests/promote-buildchain-ref-governance.test.mjs tests/promotion-responsibilities.test.mjs"
290
299
  ]
291
300
  },
292
301
  {
@@ -591,6 +600,7 @@
591
600
  "implementation": [
592
601
  "packages/core/dev-delivery-warrant.js",
593
602
  "packages/core/dev-delivery-warrant-state.js",
603
+ "packages/core/dev-delivery-warrant-native-compatibility.js",
594
604
  "packages/core/dev-delivery-warrant-qualification.js",
595
605
  "packages/core/dev-delivery-warrant-legacy-recovery.js",
596
606
  "packages/core/dev-delivery-native-proof.js",
@@ -831,6 +841,39 @@
831
841
  "node --test tests/v4-architecture.test.mjs tests/v4-bridge.test.mjs tests/v4-provider-operation-journal.test.mjs tests/v4-provider-readback-idempotency.test.mjs tests/v4-release-activation-shadow.test.mjs tests/v4-stable-publication-fence.test.mjs tests/v4-partial-mutation-recovery-qualification.test.mjs tests/v4-stage-capsule.test.mjs tests/v4-stage-capsule-store.test.mjs tests/v4-platform-stage-checkpoints.test.mjs tests/v4-stage-capsule-qualification.test.mjs tests/v4-runtime-ref-resume-authority.test.mjs tests/v4-tail-reseal.test.mjs tests/v4-tail-reseal-parity.test.mjs"
832
842
  ]
833
843
  },
844
+ {
845
+ "id": "v4-universal-workflow-bootstrap",
846
+ "owner": "Buildchain workflow maintainers",
847
+ "implementation": [
848
+ "packages/core/v4-universal-workflow-bootstrap.js",
849
+ "scripts/check-v4-universal-workflow-bootstrap.mjs",
850
+ "scripts/generate-v4-universal-workflow-facades.mjs",
851
+ "scripts/v4-universal-workflow-backflow.mjs",
852
+ "scripts/v4-universal-workflow-engine.mjs",
853
+ "scripts/v4-universal-workflow-self-dogfood.mjs"
854
+ ],
855
+ "tests": [
856
+ "tests/v4-universal-workflow-backflow.test.mjs",
857
+ "tests/v4-universal-workflow-bootstrap.test.mjs",
858
+ "tests/v4-universal-workflow-fault-campaign.test.mjs",
859
+ "tests/v4-universal-workflow-self-dogfood.test.mjs"
860
+ ],
861
+ "contracts": [
862
+ "architecture/v4-universal-workflow-bootstrap.json",
863
+ "architecture/v4-universal-workflow-fault-campaign.json",
864
+ "architecture/v4-universal-workflow-train-admission.json",
865
+ ".github/workflows/bootstrap.yml",
866
+ ".github/workflows/universal-bootstrap-dogfood.yml",
867
+ "templates/universal-buildchain-bootstrap-recovery.yml"
868
+ ],
869
+ "generatedOutputs": [
870
+ ".github/workflows/universal-bootstrap-recovery.yml"
871
+ ],
872
+ "validationCommands": [
873
+ "node scripts/check-v4-universal-workflow-bootstrap.mjs",
874
+ "node --test tests/v4-universal-workflow-bootstrap.test.mjs tests/v4-universal-workflow-backflow.test.mjs tests/v4-universal-workflow-fault-campaign.test.mjs tests/v4-universal-workflow-self-dogfood.test.mjs"
875
+ ]
876
+ },
834
877
  {
835
878
  "id": "maintainability-governance",
836
879
  "owner": "Buildchain architecture maintainers",
@@ -7,8 +7,8 @@
7
7
  },
8
8
  "totalExcessLedger": {
9
9
  "metric": "calibrated-full-dimensional-excess-v1",
10
- "measuredExcess": 67948,
11
- "current": 59887
10
+ "measuredExcess": 64347,
11
+ "current": 56286
12
12
  },
13
13
  "defaults": {
14
14
  "owner": "Buildchain architecture maintainers",
@@ -92,21 +92,21 @@
92
92
  "actions/promote-buildchain-ref/internal/durable-transaction-operations.js": {
93
93
  "baseline": {
94
94
  "functions": {
95
- "createDurableTransactionOperations@11": {
95
+ "createDurableTransactionOperations@80": {
96
96
  "lines": 378
97
97
  }
98
98
  }
99
99
  },
100
100
  "current": {
101
101
  "functions": {
102
- "createDurableTransactionOperations@11": {
102
+ "createDurableTransactionOperations@80": {
103
103
  "lines": 378
104
104
  }
105
105
  }
106
106
  },
107
107
  "target": {
108
108
  "functions": {
109
- "createDurableTransactionOperations@11": {
109
+ "createDurableTransactionOperations@80": {
110
110
  "lines": 180
111
111
  }
112
112
  }
@@ -379,21 +379,21 @@
379
379
  "packages/core/dev-delivery-execution-transfer.js": {
380
380
  "baseline": {
381
381
  "functions": {
382
- "verifyNativeExecutionTransfer@469": {
382
+ "verifyNativeExecutionTransfer@468": {
383
383
  "complexity": 36
384
384
  }
385
385
  }
386
386
  },
387
387
  "current": {
388
388
  "functions": {
389
- "verifyNativeExecutionTransfer@469": {
389
+ "verifyNativeExecutionTransfer@468": {
390
390
  "complexity": 36
391
391
  }
392
392
  }
393
393
  },
394
394
  "target": {
395
395
  "functions": {
396
- "verifyNativeExecutionTransfer@469": {
396
+ "verifyNativeExecutionTransfer@468": {
397
397
  "complexity": 25
398
398
  }
399
399
  }
@@ -1123,7 +1123,7 @@
1123
1123
  },
1124
1124
  "executeReleaseTailTransaction@1016": {
1125
1125
  "lines": 190,
1126
- "complexity": 27
1126
+ "complexity": 26
1127
1127
  }
1128
1128
  }
1129
1129
  },
@@ -1220,7 +1220,7 @@
1220
1220
  "scripts/audit-publication-control-plane.mjs": {
1221
1221
  "baseline": {
1222
1222
  "functions": {
1223
- "main@200": {
1223
+ "main@199": {
1224
1224
  "lines": 322,
1225
1225
  "complexity": 92
1226
1226
  }
@@ -1228,7 +1228,7 @@
1228
1228
  },
1229
1229
  "current": {
1230
1230
  "functions": {
1231
- "main@200": {
1231
+ "main@199": {
1232
1232
  "lines": 322,
1233
1233
  "complexity": 92
1234
1234
  }
@@ -1236,7 +1236,7 @@
1236
1236
  },
1237
1237
  "target": {
1238
1238
  "functions": {
1239
- "main@200": {
1239
+ "main@199": {
1240
1240
  "lines": 180,
1241
1241
  "complexity": 25
1242
1242
  }
@@ -1270,7 +1270,7 @@
1270
1270
  "lines": 1515
1271
1271
  },
1272
1272
  "current": {
1273
- "lines": 1515
1273
+ "lines": 1483
1274
1274
  },
1275
1275
  "target": {
1276
1276
  "lines": 600
@@ -1279,21 +1279,21 @@
1279
1279
  "scripts/check-maintainability.mjs": {
1280
1280
  "baseline": {
1281
1281
  "functions": {
1282
- "evaluateMaintainability@353": {
1282
+ "evaluateMaintainability@253": {
1283
1283
  "complexity": 29
1284
1284
  }
1285
1285
  }
1286
1286
  },
1287
1287
  "current": {
1288
1288
  "functions": {
1289
- "evaluateMaintainability@353": {
1289
+ "evaluateMaintainability@253": {
1290
1290
  "complexity": 29
1291
1291
  }
1292
1292
  }
1293
1293
  },
1294
1294
  "target": {
1295
1295
  "functions": {
1296
- "evaluateMaintainability@353": {
1296
+ "evaluateMaintainability@253": {
1297
1297
  "complexity": 25
1298
1298
  }
1299
1299
  }
@@ -1491,21 +1491,21 @@
1491
1491
  "scripts/generate-channel-promotion-workflow.mjs": {
1492
1492
  "baseline": {
1493
1493
  "functions": {
1494
- "generateChannelPromotionWorkflow@277": {
1494
+ "generateChannelPromotionWorkflow@279": {
1495
1495
  "lines": 282
1496
1496
  }
1497
1497
  }
1498
1498
  },
1499
1499
  "current": {
1500
1500
  "functions": {
1501
- "generateChannelPromotionWorkflow@277": {
1502
- "lines": 282
1501
+ "generateChannelPromotionWorkflow@279": {
1502
+ "lines": 240
1503
1503
  }
1504
1504
  }
1505
1505
  },
1506
1506
  "target": {
1507
1507
  "functions": {
1508
- "generateChannelPromotionWorkflow@277": {
1508
+ "generateChannelPromotionWorkflow@279": {
1509
1509
  "lines": 180
1510
1510
  }
1511
1511
  }
@@ -1664,38 +1664,6 @@
1664
1664
  }
1665
1665
  }
1666
1666
  },
1667
- "scripts/publication-commit-evidence.mjs": {
1668
- "baseline": {
1669
- "functions": {
1670
- "validateInstallerBundle@85": {
1671
- "complexity": 42
1672
- },
1673
- "verifyInstallerBundleReadback@307": {
1674
- "complexity": 30
1675
- }
1676
- }
1677
- },
1678
- "current": {
1679
- "functions": {
1680
- "validateInstallerBundle@85": {
1681
- "complexity": 42
1682
- },
1683
- "verifyInstallerBundleReadback@307": {
1684
- "complexity": 30
1685
- }
1686
- }
1687
- },
1688
- "target": {
1689
- "functions": {
1690
- "validateInstallerBundle@85": {
1691
- "complexity": 25
1692
- },
1693
- "verifyInstallerBundleReadback@307": {
1694
- "complexity": 25
1695
- }
1696
- }
1697
- }
1698
- },
1699
1667
  "scripts/reconcile-github-governance.mjs": {
1700
1668
  "baseline": {
1701
1669
  "lines": 689
@@ -1715,19 +1683,19 @@
1715
1683
  "lines": 309,
1716
1684
  "complexity": 62
1717
1685
  },
1718
- "resolveReleaseCandidateArtifactsCli@785": {
1686
+ "resolveReleaseCandidateArtifactsCli@784": {
1719
1687
  "complexity": 29
1720
1688
  }
1721
1689
  }
1722
1690
  },
1723
1691
  "current": {
1724
- "lines": 854,
1692
+ "lines": 853,
1725
1693
  "functions": {
1726
1694
  "resolveReleaseCandidateArtifacts@475": {
1727
- "lines": 309,
1728
- "complexity": 62
1695
+ "lines": 308,
1696
+ "complexity": 61
1729
1697
  },
1730
- "resolveReleaseCandidateArtifactsCli@785": {
1698
+ "resolveReleaseCandidateArtifactsCli@784": {
1731
1699
  "complexity": 29
1732
1700
  }
1733
1701
  }
@@ -1739,7 +1707,7 @@
1739
1707
  "lines": 180,
1740
1708
  "complexity": 25
1741
1709
  },
1742
- "resolveReleaseCandidateArtifactsCli@785": {
1710
+ "resolveReleaseCandidateArtifactsCli@784": {
1743
1711
  "complexity": 25
1744
1712
  }
1745
1713
  }
@@ -1773,7 +1741,7 @@
1773
1741
  "lines": 1125
1774
1742
  },
1775
1743
  "current": {
1776
- "lines": 1125
1744
+ "lines": 1124
1777
1745
  },
1778
1746
  "target": {
1779
1747
  "lines": 600
@@ -2231,15 +2199,15 @@
2231
2199
  "baseline": {
2232
2200
  "lines": 3181,
2233
2201
  "functions": {
2234
- "<anonymous@2013>@2013": {
2202
+ "<anonymous@1559>@1559": {
2235
2203
  "lines": 206
2236
2204
  }
2237
2205
  }
2238
2206
  },
2239
2207
  "current": {
2240
- "lines": 3178,
2208
+ "lines": 2727,
2241
2209
  "functions": {
2242
- "<anonymous@2013>@2013": {
2210
+ "<anonymous@1559>@1559": {
2243
2211
  "lines": 206
2244
2212
  }
2245
2213
  }
@@ -2247,7 +2215,7 @@
2247
2215
  "target": {
2248
2216
  "lines": 600,
2249
2217
  "functions": {
2250
- "<anonymous@2013>@2013": {
2218
+ "<anonymous@1559>@1559": {
2251
2219
  "lines": 180
2252
2220
  }
2253
2221
  }
@@ -2260,36 +2228,30 @@
2260
2228
  "<anonymous@170>@170": {
2261
2229
  "lines": 195
2262
2230
  },
2263
- "<anonymous@553>@553": {
2231
+ "<anonymous@544>@544": {
2264
2232
  "lines": 183
2265
2233
  },
2266
- "<anonymous@737>@737": {
2267
- "lines": 506
2268
- },
2269
- "<anonymous@2153>@2153": {
2234
+ "<anonymous@1678>@1678": {
2270
2235
  "lines": 249
2271
2236
  },
2272
- "<anonymous@3337>@3337": {
2237
+ "<anonymous@2684>@2684": {
2273
2238
  "lines": 188
2274
2239
  }
2275
2240
  }
2276
2241
  },
2277
2242
  "current": {
2278
- "lines": 3680,
2243
+ "lines": 3027,
2279
2244
  "functions": {
2280
2245
  "<anonymous@170>@170": {
2281
- "lines": 195
2246
+ "lines": 186
2282
2247
  },
2283
- "<anonymous@553>@553": {
2248
+ "<anonymous@544>@544": {
2284
2249
  "lines": 183
2285
2250
  },
2286
- "<anonymous@737>@737": {
2287
- "lines": 506
2288
- },
2289
- "<anonymous@2153>@2153": {
2251
+ "<anonymous@1678>@1678": {
2290
2252
  "lines": 249
2291
2253
  },
2292
- "<anonymous@3337>@3337": {
2254
+ "<anonymous@2684>@2684": {
2293
2255
  "lines": 188
2294
2256
  }
2295
2257
  }
@@ -2300,16 +2262,13 @@
2300
2262
  "<anonymous@170>@170": {
2301
2263
  "lines": 180
2302
2264
  },
2303
- "<anonymous@553>@553": {
2265
+ "<anonymous@544>@544": {
2304
2266
  "lines": 180
2305
2267
  },
2306
- "<anonymous@737>@737": {
2268
+ "<anonymous@1678>@1678": {
2307
2269
  "lines": 180
2308
2270
  },
2309
- "<anonymous@2153>@2153": {
2310
- "lines": 180
2311
- },
2312
- "<anonymous@3337>@3337": {
2271
+ "<anonymous@2684>@2684": {
2313
2272
  "lines": 180
2314
2273
  }
2315
2274
  }
@@ -2403,7 +2362,7 @@
2403
2362
  "lines": 806
2404
2363
  },
2405
2364
  "current": {
2406
- "lines": 806
2365
+ "lines": 805
2407
2366
  },
2408
2367
  "target": {
2409
2368
  "lines": 600
@@ -2452,7 +2411,7 @@
2452
2411
  }
2453
2412
  },
2454
2413
  "current": {
2455
- "lines": 1179,
2414
+ "lines": 1178,
2456
2415
  "functions": {
2457
2416
  "<anonymous@817>@817": {
2458
2417
  "lines": 205
@@ -2655,7 +2614,7 @@
2655
2614
  "lines": 1217
2656
2615
  },
2657
2616
  "current": {
2658
- "lines": 1208
2617
+ "lines": 1132
2659
2618
  },
2660
2619
  "target": {
2661
2620
  "lines": 600
@@ -2688,7 +2647,7 @@
2688
2647
  "lines": 1355
2689
2648
  },
2690
2649
  "current": {
2691
- "lines": 1355
2650
+ "lines": 1270
2692
2651
  },
2693
2652
  "target": {
2694
2653
  "lines": 600
@@ -2723,29 +2682,6 @@
2723
2682
  }
2724
2683
  }
2725
2684
  },
2726
- "tests/v4-floating-consumer-policy-contract.test.mjs": {
2727
- "baseline": {
2728
- "functions": {
2729
- "<anonymous@76>@76": {
2730
- "lines": 292
2731
- }
2732
- }
2733
- },
2734
- "current": {
2735
- "functions": {
2736
- "<anonymous@76>@76": {
2737
- "lines": 292
2738
- }
2739
- }
2740
- },
2741
- "target": {
2742
- "functions": {
2743
- "<anonymous@76>@76": {
2744
- "lines": 180
2745
- }
2746
- }
2747
- }
2748
- },
2749
2685
  "tests/v4-floating-consumer-policy.test.mjs": {
2750
2686
  "baseline": {
2751
2687
  "lines": 714
@@ -2986,7 +2922,7 @@
2986
2922
  "decisions": 27
2987
2923
  },
2988
2924
  "current": {
2989
- "lines": 1007,
2925
+ "lines": 1006,
2990
2926
  "maxStepsPerJob": 30,
2991
2927
  "decisions": 27
2992
2928
  },
@@ -2998,25 +2934,13 @@
2998
2934
  },
2999
2935
  ".github/workflows/.release-candidate-promote.yml": {
3000
2936
  "baseline": {
3001
- "lines": 2736,
3002
- "jobs": 13,
3003
- "steps": 99,
3004
- "maxStepsPerJob": 47,
3005
- "decisions": 75
2937
+ "lines": 2736
3006
2938
  },
3007
2939
  "current": {
3008
- "lines": 2677,
3009
- "jobs": 13,
3010
- "steps": 99,
3011
- "maxStepsPerJob": 47,
3012
- "decisions": 75
2940
+ "lines": 1147
3013
2941
  },
3014
2942
  "target": {
3015
- "lines": 600,
3016
- "jobs": 8,
3017
- "steps": 50,
3018
- "maxStepsPerJob": 20,
3019
- "decisions": 25
2943
+ "lines": 600
3020
2944
  }
3021
2945
  },
3022
2946
  ".github/workflows/.release-verify.yml": {
@@ -3084,7 +3008,7 @@
3084
3008
  "decisions": 28
3085
3009
  },
3086
3010
  "current": {
3087
- "lines": 1529,
3011
+ "lines": 1528,
3088
3012
  "decisions": 28
3089
3013
  },
3090
3014
  "target": {
@@ -3136,7 +3060,7 @@
3136
3060
  "lines": 1218
3137
3061
  },
3138
3062
  "current": {
3139
- "lines": 1218
3063
+ "lines": 1095
3140
3064
  },
3141
3065
  "target": {
3142
3066
  "lines": 600
@@ -3159,8 +3083,11 @@
3159
3083
  }
3160
3084
  },
3161
3085
  "hotspots": [
3086
+ ".github/workflows/bootstrap.yml",
3087
+ "scripts/check-v4-universal-workflow-bootstrap.mjs",
3162
3088
  "tests/v3-v4-capability-inventory.test.mjs",
3163
3089
  "tests/v4-floating-consumer-policy-contract.test.mjs",
3090
+ "tests/v4-publication-qualification.test.mjs",
3164
3091
  ".github/workflows/v4-adopter-delivery.yml",
3165
3092
  ".github/workflows/buildchain-ref-promotion.yml",
3166
3093
  "tests/release-candidate-recovery.test.mjs",
@@ -3173,21 +3100,26 @@
3173
3100
  "scripts/check-v3-v4-capability-inventory.mjs",
3174
3101
  ".github/workflows/release-candidate-promote.yml",
3175
3102
  "actions/promote-buildchain-ref/lib.js",
3103
+ "actions/v4-release-candidate-promote/index.js",
3104
+ "actions/v4-release-candidate-promote/product-provider.js",
3176
3105
  "scripts/check-inventory.mjs",
3177
3106
  "tests/promote-buildchain-ref.test.mjs",
3178
3107
  "tests/promotion-channel-router.test.mjs",
3108
+ "tests/v4-release-topology.test.mjs",
3179
3109
  "scripts/site-capability-metadata.mjs",
3180
3110
  "tests/v4-floating-consumer-policy.test.mjs",
3111
+ "tests/v4-declarative-promotion-mode.test.mjs",
3181
3112
  "scripts/buildchain-cli-help.mjs",
3182
3113
  "scripts/check-v4-floating-consumer-policy-contract.mjs",
3183
3114
  "tests/dev-delivery-warrant.test.mjs",
3115
+ "packages/core/dev-delivery-warrant-state.js",
3184
3116
  "actions/promote-buildchain-ref/internal/version-state.js",
3185
- "packages/core/v4-floating-consumer-policy.js",
3186
3117
  "packages/core/v4-floating-consumer-release-passport.js",
3187
3118
  "packages/core/release-passport.js",
3188
3119
  "tests/promote-buildchain-ref-governance.test.mjs",
3189
- "tests/v4-declarative-promotion-mode.test.mjs",
3190
- "scripts/buildchain-cli-help.mjs"
3120
+ "scripts/buildchain-cli-help.mjs",
3121
+ "scripts/check-maintainability.mjs",
3122
+ "tests/maintainability.test.mjs"
3191
3123
  ],
3192
3124
  "burnDownSlices": [
3193
3125
  {
@@ -3202,14 +3134,14 @@
3202
3134
  "path": "tests/build-surface.test.mjs",
3203
3135
  "metric": "lines",
3204
3136
  "baseline": 4639,
3205
- "current": 3680
3137
+ "current": 3027
3206
3138
  },
3207
3139
  {
3208
3140
  "domain": "workflows",
3209
3141
  "path": ".github/workflows/.release-candidate-promote.yml",
3210
3142
  "metric": "lines",
3211
3143
  "baseline": 2736,
3212
- "current": 2677
3144
+ "current": 1147
3213
3145
  },
3214
3146
  {
3215
3147
  "domain": "sources",