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

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 (59) hide show
  1. package/architecture/agent-change-map.md +7 -4
  2. package/architecture/ci-lane-change-budget.json +76 -8
  3. package/architecture/internal-capabilities.json +2 -0
  4. package/architecture/maintainability-debt.json +52 -124
  5. package/architecture/maintainability-policy.json +15 -10
  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 +243 -0
  12. package/architecture/v4-runtime-semantic-closure.json +4 -1
  13. package/contracts/buildchain-v2-residuals-v1.json +0 -9
  14. package/contracts/fixtures/v4-tail-reseal-v1/valid.json +1 -1
  15. package/contracts/v4-release-invocation-v1.schema.json +134 -0
  16. package/dist/site/buildchain-contract.json +9 -9
  17. package/dist/site/buildchain-site.json +7 -7
  18. package/dist/site/kfd-claims.json +24 -5
  19. package/dist/site/kfd-upstream-aggregate.json +1 -1
  20. package/dist/site/manual-registry.json +1 -1
  21. package/dist/site/node-api-registry.json +90 -15
  22. package/dist/site/page-registry.json +2 -2
  23. package/dist/site/public-surface-audit.json +34 -9
  24. package/dist/site/publication-authority-registry.json +2 -3
  25. package/dist/site/publication-registry.json +4 -4
  26. package/dist/site/site-manifest.json +5 -5
  27. package/dist/site/workflow-registry.json +36 -11
  28. package/docs/node-api-reference.md +16 -13
  29. package/package.json +2 -2
  30. package/packages/core/dev-delivery-candidate-identity.js +45 -17
  31. package/packages/core/dev-delivery-execution-transfer.js +6 -7
  32. package/packages/core/dev-delivery-provider-heartbeat.js +22 -6
  33. package/packages/core/dev-delivery-warrant-legacy-recovery.js +4 -2
  34. package/packages/core/dev-delivery-warrant-native-compatibility.js +33 -0
  35. package/packages/core/dev-delivery-warrant-state.js +54 -54
  36. package/packages/core/dev-delivery-warrant.js +8 -0
  37. package/packages/core/dev-delivery-writer-protocol-transition.js +72 -0
  38. package/packages/core/v4-canonical-contracts.js +10 -0
  39. package/packages/core/v4-floating-consumer-policy.js +4 -1
  40. package/packages/core/v4-protected-publication-source.js +93 -0
  41. package/packages/core/v4-publication-qualification.js +1 -0
  42. package/packages/core/v4-release-invocation.js +425 -0
  43. package/scripts/audit-publication-control-plane.mjs +0 -1
  44. package/scripts/check-inventory.mjs +27 -59
  45. package/scripts/check-maintainability.mjs +13 -5
  46. package/scripts/check-v3-v4-capability-inventory.mjs +3 -61
  47. package/scripts/check-v4-floating-consumer-policy-contract.mjs +10 -20
  48. package/scripts/check-v4-release-topology.mjs +383 -0
  49. package/scripts/dev-delivery-warrant.mjs +26 -5
  50. package/scripts/generate-channel-promotion-workflow.mjs +14 -55
  51. package/scripts/release-candidate-resolver.mjs +17 -17
  52. package/scripts/resume-from-candidate-run.mjs +15 -16
  53. package/scripts/v3-v4-capability-catalog.mjs +107 -0
  54. package/scripts/v4-declarative-promotion-admission.mjs +4 -1
  55. package/scripts/v4-release-candidate-adapter.mjs +41 -0
  56. package/scripts/capture-package-release-propagation.mjs +0 -263
  57. package/scripts/publication-commit-evidence.mjs +0 -444
  58. package/scripts/publish-github-artifact-attestation-evidence.mjs +0 -201
  59. package/scripts/stage-github-artifact-attestation-inputs.mjs +0 -65
@@ -77,7 +77,6 @@ Safe change route: Reduce one owned responsibility behind the stable facade, run
77
77
  - sources: `scripts/locked-source-checkout.mjs`
78
78
  - sources: `scripts/maintainability-domain-metrics.mjs`
79
79
  - sources: `scripts/paper.mjs`
80
- - sources: `scripts/publication-commit-evidence.mjs`
81
80
  - sources: `scripts/reconcile-github-governance.mjs`
82
81
  - sources: `scripts/release-candidate-resolver.mjs`
83
82
  - sources: `scripts/release-line-policy.mjs`
@@ -124,7 +123,6 @@ Safe change route: Reduce one owned responsibility behind the stable facade, run
124
123
  - tests: `tests/release-passport.test.mjs`
125
124
  - tests: `tests/release-propagation.test.mjs`
126
125
  - tests: `tests/v4-delivery-authority-parity.test.mjs`
127
- - tests: `tests/v4-floating-consumer-policy-contract.test.mjs`
128
126
  - tests: `tests/v4-floating-consumer-policy.test.mjs`
129
127
  - tests: `tests/v4-publication-rehearsal.test.mjs`
130
128
  - tests: `tests/web-surface.test.mjs`
@@ -154,6 +152,7 @@ Safe change route: Reduce one owned responsibility behind the stable facade, run
154
152
 
155
153
  - `tests/v3-v4-capability-inventory.test.mjs`
156
154
  - `tests/v4-floating-consumer-policy-contract.test.mjs`
155
+ - `tests/v4-publication-qualification.test.mjs`
157
156
  - `.github/workflows/v4-adopter-delivery.yml`
158
157
  - `.github/workflows/buildchain-ref-promotion.yml`
159
158
  - `tests/release-candidate-recovery.test.mjs`
@@ -166,21 +165,24 @@ Safe change route: Reduce one owned responsibility behind the stable facade, run
166
165
  - `scripts/check-v3-v4-capability-inventory.mjs`
167
166
  - `.github/workflows/release-candidate-promote.yml`
168
167
  - `actions/promote-buildchain-ref/lib.js`
168
+ - `actions/v4-release-candidate-promote/index.js`
169
169
  - `scripts/check-inventory.mjs`
170
170
  - `tests/promote-buildchain-ref.test.mjs`
171
171
  - `tests/promotion-channel-router.test.mjs`
172
172
  - `scripts/site-capability-metadata.mjs`
173
173
  - `tests/v4-floating-consumer-policy.test.mjs`
174
+ - `tests/v4-declarative-promotion-mode.test.mjs`
174
175
  - `scripts/buildchain-cli-help.mjs`
175
176
  - `scripts/check-v4-floating-consumer-policy-contract.mjs`
176
177
  - `tests/dev-delivery-warrant.test.mjs`
178
+ - `packages/core/dev-delivery-warrant-state.js`
177
179
  - `actions/promote-buildchain-ref/internal/version-state.js`
178
- - `packages/core/v4-floating-consumer-policy.js`
179
180
  - `packages/core/v4-floating-consumer-release-passport.js`
180
181
  - `packages/core/release-passport.js`
181
182
  - `tests/promote-buildchain-ref-governance.test.mjs`
182
- - `tests/v4-declarative-promotion-mode.test.mjs`
183
183
  - `scripts/buildchain-cli-help.mjs`
184
+ - `scripts/check-maintainability.mjs`
185
+ - `tests/maintainability.test.mjs`
184
186
 
185
187
  ## cli-command-registry
186
188
 
@@ -893,6 +895,7 @@ Owner: Buildchain protected delivery maintainers
893
895
 
894
896
  - `packages/core/dev-delivery-warrant.js`
895
897
  - `packages/core/dev-delivery-warrant-state.js`
898
+ - `packages/core/dev-delivery-warrant-native-compatibility.js`
896
899
  - `packages/core/dev-delivery-warrant-qualification.js`
897
900
  - `packages/core/dev-delivery-warrant-legacy-recovery.js`
898
901
  - `packages/core/dev-delivery-native-proof.js`
@@ -185,37 +185,105 @@
185
185
  },
186
186
  "declarations": [
187
187
  {
188
- "laneId": ".github/workflows/.release-candidate-promote.yml#legacy-promote",
188
+ "laneId": ".github/workflows/.release-candidate-promote.yml#qualify",
189
+ "authorityClass": "evidence",
190
+ "triggerClass": "reusable",
191
+ "concurrencyPolicy": {
192
+ "mode": "serialized",
193
+ "cancelInProgress": false
194
+ },
195
+ "expectedRunnerMinutes": 30,
196
+ "cancellationBehavior": "finish-started",
197
+ "sloImpact": {
198
+ "mergeCritical": false,
199
+ "metric": "protected release qualification latency",
200
+ "expectedContributionSeconds": 0,
201
+ "rationale": "QUALIFY is the read-only exact-runtime and sealed-candidate admission boundary."
202
+ }
203
+ },
204
+ {
205
+ "laneId": ".github/workflows/.release-candidate-promote.yml#apply",
189
206
  "authorityClass": "release",
190
207
  "triggerClass": "reusable",
208
+ "concurrencyPolicy": {
209
+ "mode": "serialized",
210
+ "cancelInProgress": false
211
+ },
212
+ "expectedRunnerMinutes": 30,
213
+ "cancellationBehavior": "finish-started",
214
+ "sloImpact": {
215
+ "mergeCritical": false,
216
+ "metric": "protected release APPLY latency",
217
+ "expectedContributionSeconds": 0,
218
+ "rationale": "APPLY is the sole contents-write and provider-mutation OIDC authority boundary."
219
+ }
220
+ },
221
+ {
222
+ "laneId": ".github/workflows/.release-candidate-promote.yml#settle",
223
+ "authorityClass": "evidence",
224
+ "triggerClass": "reusable",
225
+ "concurrencyPolicy": {
226
+ "mode": "serialized",
227
+ "cancelInProgress": false
228
+ },
229
+ "expectedRunnerMinutes": 10,
230
+ "cancellationBehavior": "finish-started",
231
+ "sloImpact": {
232
+ "mergeCritical": false,
233
+ "metric": "terminal receipt projection latency",
234
+ "expectedContributionSeconds": 0,
235
+ "rationale": "SETTLE verifies and projects the already durable terminal ReleaseReceipt without mutation authority."
236
+ }
237
+ },
238
+ {
239
+ "laneId": ".github/workflows/buildchain-ref-promotion-recovery.yml#resume",
240
+ "authorityClass": "release",
241
+ "triggerClass": "manual",
191
242
  "concurrencyPolicy": {
192
243
  "mode": "none",
193
244
  "cancelInProgress": false
194
245
  },
195
- "expectedRunnerMinutes": 45,
246
+ "expectedRunnerMinutes": 35,
196
247
  "cancellationBehavior": "finish-started",
197
248
  "sloImpact": {
198
249
  "mergeCritical": false,
199
- "metric": "protected release completion latency",
250
+ "metric": "manual recovery adapter latency",
200
251
  "expectedContributionSeconds": 0,
201
- "rationale": "This is the existing v3 promotion lane under an explicit legacy identity, not an added execution path."
252
+ "rationale": "The recovery surface is a one-way adapter into the same canonical publisher."
202
253
  }
203
254
  },
204
255
  {
205
- "laneId": ".github/workflows/.release-candidate-promote.yml#v4-declarative-promote",
256
+ "laneId": ".github/workflows/buildchain-ref-promotion.yml#promote",
257
+ "authorityClass": "release",
258
+ "triggerClass": "mixed",
259
+ "concurrencyPolicy": {
260
+ "mode": "none",
261
+ "cancelInProgress": false
262
+ },
263
+ "expectedRunnerMinutes": 35,
264
+ "cancellationBehavior": "finish-started",
265
+ "sloImpact": {
266
+ "mergeCritical": false,
267
+ "metric": "Buildchain alpha promotion adapter latency",
268
+ "expectedContributionSeconds": 0,
269
+ "rationale": "The Buildchain-owned alpha entry delegates to the single v4 publisher."
270
+ }
271
+ },
272
+ {
273
+ "laneId": ".github/workflows/release-candidate-promote.yml#invoke",
206
274
  "authorityClass": "release",
207
275
  "triggerClass": "reusable",
208
276
  "concurrencyPolicy": {
209
277
  "mode": "none",
210
278
  "cancelInProgress": false
211
279
  },
212
- "expectedRunnerMinutes": 30,
280
+ "expectedRunnerMinutes": 35,
213
281
  "cancellationBehavior": "finish-started",
214
282
  "sloImpact": {
215
283
  "mergeCritical": false,
216
- "metric": "protected release completion latency",
284
+ "metric": "public promotion adapter latency",
217
285
  "expectedContributionSeconds": 0,
218
- "rationale": "The v4 provider lane replaces consumer tail execution only for release invocations and is outside merge-critical CI."
286
+ "rationale": "The public compatibility surface resolves discovery facts and invokes one fixed v4 publisher."
219
287
  }
220
288
  },
221
289
  {
@@ -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",
@@ -591,6 +592,7 @@
591
592
  "implementation": [
592
593
  "packages/core/dev-delivery-warrant.js",
593
594
  "packages/core/dev-delivery-warrant-state.js",
595
+ "packages/core/dev-delivery-warrant-native-compatibility.js",
594
596
  "packages/core/dev-delivery-warrant-qualification.js",
595
597
  "packages/core/dev-delivery-warrant-legacy-recovery.js",
596
598
  "packages/core/dev-delivery-native-proof.js",
@@ -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": 64324,
11
+ "current": 56263
12
12
  },
13
13
  "defaults": {
14
14
  "owner": "Buildchain architecture maintainers",
@@ -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
  }
@@ -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@361": {
1283
1283
  "complexity": 29
1284
1284
  }
1285
1285
  }
1286
1286
  },
1287
1287
  "current": {
1288
1288
  "functions": {
1289
- "evaluateMaintainability@353": {
1289
+ "evaluateMaintainability@361": {
1290
1290
  "complexity": 29
1291
1291
  }
1292
1292
  }
1293
1293
  },
1294
1294
  "target": {
1295
1295
  "functions": {
1296
- "evaluateMaintainability@353": {
1296
+ "evaluateMaintainability@361": {
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@278": {
1495
1495
  "lines": 282
1496
1496
  }
1497
1497
  }
1498
1498
  },
1499
1499
  "current": {
1500
1500
  "functions": {
1501
- "generateChannelPromotionWorkflow@277": {
1502
- "lines": 282
1501
+ "generateChannelPromotionWorkflow@278": {
1502
+ "lines": 240
1503
1503
  }
1504
1504
  }
1505
1505
  },
1506
1506
  "target": {
1507
1507
  "functions": {
1508
- "generateChannelPromotionWorkflow@277": {
1508
+ "generateChannelPromotionWorkflow@278": {
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
@@ -1725,7 +1693,7 @@
1725
1693
  "functions": {
1726
1694
  "resolveReleaseCandidateArtifacts@475": {
1727
1695
  "lines": 309,
1728
- "complexity": 62
1696
+ "complexity": 61
1729
1697
  },
1730
1698
  "resolveReleaseCandidateArtifactsCli@785": {
1731
1699
  "complexity": 29
@@ -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": 1137
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": 1116
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
@@ -3161,6 +3085,7 @@
3161
3085
  "hotspots": [
3162
3086
  "tests/v3-v4-capability-inventory.test.mjs",
3163
3087
  "tests/v4-floating-consumer-policy-contract.test.mjs",
3088
+ "tests/v4-publication-qualification.test.mjs",
3164
3089
  ".github/workflows/v4-adopter-delivery.yml",
3165
3090
  ".github/workflows/buildchain-ref-promotion.yml",
3166
3091
  "tests/release-candidate-recovery.test.mjs",
@@ -3173,21 +3098,24 @@
3173
3098
  "scripts/check-v3-v4-capability-inventory.mjs",
3174
3099
  ".github/workflows/release-candidate-promote.yml",
3175
3100
  "actions/promote-buildchain-ref/lib.js",
3101
+ "actions/v4-release-candidate-promote/index.js",
3176
3102
  "scripts/check-inventory.mjs",
3177
3103
  "tests/promote-buildchain-ref.test.mjs",
3178
3104
  "tests/promotion-channel-router.test.mjs",
3179
3105
  "scripts/site-capability-metadata.mjs",
3180
3106
  "tests/v4-floating-consumer-policy.test.mjs",
3107
+ "tests/v4-declarative-promotion-mode.test.mjs",
3181
3108
  "scripts/buildchain-cli-help.mjs",
3182
3109
  "scripts/check-v4-floating-consumer-policy-contract.mjs",
3183
3110
  "tests/dev-delivery-warrant.test.mjs",
3111
+ "packages/core/dev-delivery-warrant-state.js",
3184
3112
  "actions/promote-buildchain-ref/internal/version-state.js",
3185
- "packages/core/v4-floating-consumer-policy.js",
3186
3113
  "packages/core/v4-floating-consumer-release-passport.js",
3187
3114
  "packages/core/release-passport.js",
3188
3115
  "tests/promote-buildchain-ref-governance.test.mjs",
3189
- "tests/v4-declarative-promotion-mode.test.mjs",
3190
- "scripts/buildchain-cli-help.mjs"
3116
+ "scripts/buildchain-cli-help.mjs",
3117
+ "scripts/check-maintainability.mjs",
3118
+ "tests/maintainability.test.mjs"
3191
3119
  ],
3192
3120
  "burnDownSlices": [
3193
3121
  {
@@ -3202,14 +3130,14 @@
3202
3130
  "path": "tests/build-surface.test.mjs",
3203
3131
  "metric": "lines",
3204
3132
  "baseline": 4639,
3205
- "current": 3680
3133
+ "current": 3027
3206
3134
  },
3207
3135
  {
3208
3136
  "domain": "workflows",
3209
3137
  "path": ".github/workflows/.release-candidate-promote.yml",
3210
3138
  "metric": "lines",
3211
3139
  "baseline": 2736,
3212
- "current": 2677
3140
+ "current": 1116
3213
3141
  },
3214
3142
  {
3215
3143
  "domain": "sources",