@kungfu-tech/buildchain 4.0.2-alpha.5 → 4.0.2-alpha.50
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/AGENTS.md +10 -1
- package/CONTRIBUTING.md +24 -0
- package/README.md +2 -2
- package/actions/promote-buildchain-ref/README.md +1 -1
- package/actions/v4-release-candidate-promote/README.md +28 -0
- package/architecture/agent-change-map.md +70 -9
- package/architecture/ci-lane-change-budget.json +384 -0
- package/architecture/internal-capabilities.json +56 -9
- package/architecture/maintainability-debt.json +162 -107
- package/architecture/maintainability-policy.json +34 -30
- package/architecture/release-tail-contract-inventory.json +6 -6
- package/architecture/v4-architecture-constitution.md +23 -20
- package/architecture/v4-cross-platform-adopter-qualification.json +1 -1
- package/architecture/v4-delivery-authority-parity.json +2 -2
- package/architecture/v4-delivery-warrant-shadow-bootstrap-plan.json +1 -1
- package/architecture/v4-floating-consumer-policy.json +2 -2
- package/architecture/v4-next-development-parity.json +5 -5
- package/architecture/v4-partial-mutation-recovery-qualification.json +4 -1
- package/architecture/v4-platform-stage-checkpoints.json +1 -1
- package/architecture/v4-provider-operation-journal-contract.json +5 -2
- package/architecture/v4-publication-facade-patches.json +64 -0
- package/architecture/v4-release-activation-shadow-domain.json +5 -2
- package/architecture/v4-release-topology.json +198 -38
- package/architecture/v4-rust-wasm-production-authority.json +58 -0
- package/architecture/v4-stable-publication-fence.json +5 -2
- package/architecture/v4-stage-capsule-qualification.json +2 -2
- package/architecture/v4-tail-reseal-parity.json +8 -6
- package/architecture/v4-universal-workflow-bootstrap.json +176 -0
- package/architecture/v4-universal-workflow-fault-campaign.json +72 -0
- package/architecture/v4-universal-workflow-train-admission.json +40 -0
- package/architecture/workflow-taxonomy.json +1462 -0
- package/bin/buildchain.mjs +7 -7
- package/contracts/buildchain-v2-residuals-v1.json +57 -48
- package/contracts/dev-delivery-authority-v2.schema.json +16 -2
- package/contracts/fixtures/v4-tail-reseal-v1/valid.json +1 -1
- package/contracts/v4-canonical-contracts-v1.schema.json +1 -0
- package/dist/site/buildchain-contract.json +93 -48
- package/dist/site/buildchain-site.json +276 -72
- package/dist/site/capability-registry.json +5 -5
- package/dist/site/controller-registry.json +50 -13
- package/dist/site/kfd-claims.json +2610 -983
- package/dist/site/kfd-upstream-aggregate.json +1 -1
- package/dist/site/manual-registry.json +14 -14
- package/dist/site/node-api-registry.json +273 -127
- package/dist/site/page-registry.json +257 -53
- package/dist/site/public-surface-audit.json +3239 -1232
- package/dist/site/publication-authority-registry.json +1135 -363
- package/dist/site/publication-registry.json +4 -4
- package/dist/site/release-provenance.json +2 -1
- package/dist/site/schemas/dev-delivery-authority-v2.schema.json +16 -2
- package/dist/site/site-manifest.json +18 -18
- package/dist/site/workflow-registry.json +5097 -1659
- package/docs/MAP.md +2 -0
- package/docs/auditable-demo.md +1 -1
- package/docs/cli.md +21 -8
- package/docs/dev-delivery-warrant.md +1 -1
- package/docs/engineering-housekeeper.md +3 -3
- package/docs/kfd-support.md +26 -2
- package/docs/next-development-transition.md +2 -2
- package/docs/node-api-reference.md +216 -205
- package/docs/oci-publication.md +160 -0
- package/docs/publication-authority.md +2 -2
- package/docs/publish-transaction.md +36 -3
- package/docs/release-candidate.md +3 -3
- package/docs/release-flow.md +67 -19
- package/docs/release-governance.md +8 -8
- package/docs/release-passport.md +27 -2
- package/docs/reusable-build-surface.md +16 -0
- package/docs/v4-adopter-delivery.md +2 -2
- package/docs/v4-production-release.md +71 -8
- package/docs/v4-rust-wasm-production-authority.md +58 -0
- package/docs/v4-stage-capsule.md +2 -2
- package/docs/v4-tail-reseal.md +1 -1
- package/docs/workflow-catalog.md +155 -0
- package/docs/workflow-path-migration.md +109 -0
- package/package.json +12 -7
- package/packages/core/artifact-verification-envelope.js +5 -5
- package/packages/core/buildchain-contract.js +1 -1
- package/packages/core/buildchain-kfd-claims.js +2 -2
- package/packages/core/buildchain-publication-authority.js +43 -26
- package/packages/core/buildchain-v4-domain.wasm +0 -0
- package/packages/core/ci-lane-change-budget.js +14 -1
- package/packages/core/controller-evidence.js +4 -1
- package/packages/core/dev-delivery-candidate-identity.js +40 -6
- package/packages/core/dev-delivery-warrant-state.js +3 -4
- package/packages/core/dev-delivery-warrant.js +12 -2
- package/packages/core/github-governance-authority.js +4 -4
- package/packages/core/kfd-adopter-manifest.js +46 -47
- package/packages/core/next-development-projection.js +2 -2
- package/packages/core/next-development-transition.js +5 -6
- package/packages/core/oci-compose-qualification.js +140 -0
- package/packages/core/oci-publication-bundle.js +281 -0
- package/packages/core/oci-publication-graph.js +206 -0
- package/packages/core/paper-agent-entry.js +30 -4
- package/packages/core/paper-fleet.js +1 -1
- package/packages/core/paper-runtime-channels.js +348 -0
- package/packages/core/paper-scaffold-content.js +10 -0
- package/packages/core/paper.js +37 -71
- package/packages/core/publication-sealed-bundle.js +78 -13
- package/packages/core/release-line-dry-run.js +1 -1
- package/packages/core/release-passport-contract.js +5 -5
- package/packages/core/release-passport.js +5 -4
- package/packages/core/release-tail-product-capabilities.js +38 -0
- package/packages/core/release-tail-provider-plane.js +68 -1048
- package/packages/core/v4-canonical-contracts.js +15 -75
- package/packages/core/v4-domain-wasm-artifact.js +7 -0
- package/packages/core/v4-domain-wasm.js +216 -0
- package/packages/core/v4-floating-consumer-evidence.js +1 -1
- package/packages/core/v4-floating-consumer-policy.js +1 -1
- package/packages/core/v4-partial-mutation-recovery-qualification.js +9 -386
- package/packages/core/v4-product-publication.js +59 -0
- package/packages/core/v4-protected-publication-source.js +19 -21
- package/packages/core/v4-provider-operation-journal.js +18 -487
- package/packages/core/v4-provider-readback-idempotency.js +12 -97
- package/packages/core/v4-release-activation-shadow.js +13 -500
- package/packages/core/v4-release-invocation.js +28 -389
- package/packages/core/v4-stable-publication-fence.js +13 -342
- package/packages/core/v4-universal-workflow-bootstrap.js +586 -0
- package/scripts/binary-publication-evidence.mjs +135 -0
- package/scripts/build-contract-core.mjs +1 -14
- package/scripts/build-v4-domain-wasm.mjs +189 -0
- package/scripts/check-action-bundles.mjs +12 -2
- package/scripts/check-ci-lane-change-budget.mjs +4 -1
- package/scripts/check-core-mechanism-inventory.mjs +4 -3
- package/scripts/check-inventory.mjs +35 -44
- package/scripts/check-maintainability.mjs +16 -113
- package/scripts/check-v4-floating-consumer-policy-contract.mjs +2 -2
- package/scripts/check-v4-public-dogfood-contract.mjs +22 -9
- package/scripts/check-v4-release-topology.mjs +236 -50
- package/scripts/check-v4-runtime-semantic-closure.mjs +4 -1
- package/scripts/check-v4-universal-workflow-bootstrap.mjs +266 -0
- package/scripts/check-workflow-taxonomy.mjs +6 -0
- package/scripts/copy-v4-domain-wasm.mjs +14 -0
- package/scripts/dev-delivery-authority-command-adapters.mjs +1 -1
- package/scripts/dev-delivery-authority.mjs +8 -8
- package/scripts/dev-delivery-source-proof-reuse.mjs +2 -1
- package/scripts/dev-delivery-warrant-options.mjs +14 -9
- package/scripts/dev-delivery-warrant-store.mjs +73 -7
- package/scripts/dev-delivery-warrant-transition.mjs +109 -0
- package/scripts/dev-delivery-warrant.mjs +76 -99
- package/scripts/dev-pr-auto-merge.mjs +15 -15
- package/scripts/generate-channel-build-workflow.mjs +7 -2
- package/scripts/generate-channel-promotion-workflow.mjs +10 -25
- package/scripts/generate-site-bundle.mjs +11 -11
- package/scripts/generate-v4-universal-workflow-facades.mjs +497 -0
- package/scripts/generate-workflow-taxonomy.mjs +25 -0
- package/scripts/github-output.mjs +31 -0
- package/scripts/maintainability-metrics.mjs +16 -5
- package/scripts/maintainability-public-surface.mjs +115 -0
- package/scripts/next-development-review.mjs +307 -0
- package/scripts/oci-compose-preview.mjs +250 -0
- package/scripts/paper-work-fleet-cli.mjs +2 -0
- package/scripts/publication-candidate-kind.mjs +93 -0
- package/scripts/publication-candidate-sealer.mjs +16 -1
- package/scripts/release-asset-client.mjs +91 -0
- package/scripts/release-candidate-resolver.mjs +23 -35
- package/scripts/resume-from-candidate-run.mjs +11 -18
- package/scripts/site-capability-metadata.mjs +1 -0
- package/scripts/source-verification-evidence.mjs +344 -0
- package/scripts/stable-candidate-qualification.mjs +1 -1
- package/scripts/universal-facade-maintainability.mjs +91 -0
- package/scripts/v4-product-publication-intent.mjs +129 -0
- package/scripts/v4-publication-settlement.mjs +211 -0
- package/scripts/v4-universal-workflow-backflow.mjs +212 -0
- package/scripts/v4-universal-workflow-engine.mjs +620 -0
- package/scripts/v4-universal-workflow-self-dogfood.mjs +205 -0
- package/scripts/verify-version-state-delta.mjs +173 -0
- package/scripts/workflow-taxonomy.mjs +507 -0
- package/templates/native-dev-delivery.yml +4 -7
- package/templates/universal-buildchain-bootstrap-recovery.yml +282 -0
- package/templates/universal-buildchain-bootstrap.yml +28 -0
|
@@ -7,8 +7,8 @@
|
|
|
7
7
|
},
|
|
8
8
|
"totalExcessLedger": {
|
|
9
9
|
"metric": "calibrated-full-dimensional-excess-v1",
|
|
10
|
-
"measuredExcess":
|
|
11
|
-
"current":
|
|
10
|
+
"measuredExcess": 64598,
|
|
11
|
+
"current": 56537
|
|
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@
|
|
95
|
+
"createDurableTransactionOperations@80": {
|
|
96
96
|
"lines": 378
|
|
97
97
|
}
|
|
98
98
|
}
|
|
99
99
|
},
|
|
100
100
|
"current": {
|
|
101
101
|
"functions": {
|
|
102
|
-
"createDurableTransactionOperations@
|
|
102
|
+
"createDurableTransactionOperations@80": {
|
|
103
103
|
"lines": 378
|
|
104
104
|
}
|
|
105
105
|
}
|
|
106
106
|
},
|
|
107
107
|
"target": {
|
|
108
108
|
"functions": {
|
|
109
|
-
"createDurableTransactionOperations@
|
|
109
|
+
"createDurableTransactionOperations@80": {
|
|
110
110
|
"lines": 180
|
|
111
111
|
}
|
|
112
112
|
}
|
|
@@ -790,7 +790,7 @@
|
|
|
790
790
|
"lines": 738
|
|
791
791
|
},
|
|
792
792
|
"current": {
|
|
793
|
-
"lines":
|
|
793
|
+
"lines": 737
|
|
794
794
|
},
|
|
795
795
|
"target": {
|
|
796
796
|
"lines": 600
|
|
@@ -826,35 +826,35 @@
|
|
|
826
826
|
"baseline": {
|
|
827
827
|
"lines": 2878,
|
|
828
828
|
"functions": {
|
|
829
|
-
"collectPaperStatus@
|
|
829
|
+
"collectPaperStatus@1124": {
|
|
830
830
|
"lines": 190,
|
|
831
831
|
"complexity": 47
|
|
832
832
|
},
|
|
833
|
-
"validatePaperProvisioningAuthority@
|
|
833
|
+
"validatePaperProvisioningAuthority@1315": {
|
|
834
834
|
"complexity": 45
|
|
835
835
|
}
|
|
836
836
|
}
|
|
837
837
|
},
|
|
838
838
|
"current": {
|
|
839
|
-
"lines":
|
|
839
|
+
"lines": 2478,
|
|
840
840
|
"functions": {
|
|
841
|
-
"collectPaperStatus@
|
|
841
|
+
"collectPaperStatus@1124": {
|
|
842
842
|
"lines": 190,
|
|
843
843
|
"complexity": 47
|
|
844
844
|
},
|
|
845
|
-
"validatePaperProvisioningAuthority@
|
|
846
|
-
"complexity":
|
|
845
|
+
"validatePaperProvisioningAuthority@1315": {
|
|
846
|
+
"complexity": 36
|
|
847
847
|
}
|
|
848
848
|
}
|
|
849
849
|
},
|
|
850
850
|
"target": {
|
|
851
851
|
"lines": 600,
|
|
852
852
|
"functions": {
|
|
853
|
-
"collectPaperStatus@
|
|
853
|
+
"collectPaperStatus@1124": {
|
|
854
854
|
"lines": 180,
|
|
855
855
|
"complexity": 25
|
|
856
856
|
},
|
|
857
|
-
"validatePaperProvisioningAuthority@
|
|
857
|
+
"validatePaperProvisioningAuthority@1315": {
|
|
858
858
|
"complexity": 25
|
|
859
859
|
}
|
|
860
860
|
}
|
|
@@ -1034,13 +1034,13 @@
|
|
|
1034
1034
|
"validateKfd2ReleaseTrustPassportAudit@1786": {
|
|
1035
1035
|
"complexity": 65
|
|
1036
1036
|
},
|
|
1037
|
-
"validateReleaseEvidenceAttachments@
|
|
1037
|
+
"validateReleaseEvidenceAttachments@2106": {
|
|
1038
1038
|
"complexity": 26
|
|
1039
1039
|
}
|
|
1040
1040
|
}
|
|
1041
1041
|
},
|
|
1042
1042
|
"current": {
|
|
1043
|
-
"lines":
|
|
1043
|
+
"lines": 2884,
|
|
1044
1044
|
"functions": {
|
|
1045
1045
|
"mergeAuthoritativePassportBase@407": {
|
|
1046
1046
|
"complexity": 29
|
|
@@ -1059,7 +1059,7 @@
|
|
|
1059
1059
|
"validateKfd2ReleaseTrustPassportAudit@1786": {
|
|
1060
1060
|
"complexity": 65
|
|
1061
1061
|
},
|
|
1062
|
-
"validateReleaseEvidenceAttachments@
|
|
1062
|
+
"validateReleaseEvidenceAttachments@2106": {
|
|
1063
1063
|
"complexity": 26
|
|
1064
1064
|
}
|
|
1065
1065
|
}
|
|
@@ -1084,63 +1084,7 @@
|
|
|
1084
1084
|
"validateKfd2ReleaseTrustPassportAudit@1786": {
|
|
1085
1085
|
"complexity": 25
|
|
1086
1086
|
},
|
|
1087
|
-
"validateReleaseEvidenceAttachments@
|
|
1088
|
-
"complexity": 25
|
|
1089
|
-
}
|
|
1090
|
-
}
|
|
1091
|
-
}
|
|
1092
|
-
},
|
|
1093
|
-
"packages/core/release-tail-provider-plane.js": {
|
|
1094
|
-
"baseline": {
|
|
1095
|
-
"lines": 1228,
|
|
1096
|
-
"functions": {
|
|
1097
|
-
"normalizeCapability@235": {
|
|
1098
|
-
"lines": 255
|
|
1099
|
-
},
|
|
1100
|
-
"validateReleaseTailEffectPlan@602": {
|
|
1101
|
-
"complexity": 30
|
|
1102
|
-
},
|
|
1103
|
-
"validateReleaseTailTransaction@744": {
|
|
1104
|
-
"complexity": 33
|
|
1105
|
-
},
|
|
1106
|
-
"executeReleaseTailTransaction@1016": {
|
|
1107
|
-
"lines": 190,
|
|
1108
|
-
"complexity": 27
|
|
1109
|
-
}
|
|
1110
|
-
}
|
|
1111
|
-
},
|
|
1112
|
-
"current": {
|
|
1113
|
-
"lines": 1228,
|
|
1114
|
-
"functions": {
|
|
1115
|
-
"normalizeCapability@235": {
|
|
1116
|
-
"lines": 255
|
|
1117
|
-
},
|
|
1118
|
-
"validateReleaseTailEffectPlan@602": {
|
|
1119
|
-
"complexity": 30
|
|
1120
|
-
},
|
|
1121
|
-
"validateReleaseTailTransaction@744": {
|
|
1122
|
-
"complexity": 33
|
|
1123
|
-
},
|
|
1124
|
-
"executeReleaseTailTransaction@1016": {
|
|
1125
|
-
"lines": 190,
|
|
1126
|
-
"complexity": 27
|
|
1127
|
-
}
|
|
1128
|
-
}
|
|
1129
|
-
},
|
|
1130
|
-
"target": {
|
|
1131
|
-
"lines": 600,
|
|
1132
|
-
"functions": {
|
|
1133
|
-
"normalizeCapability@235": {
|
|
1134
|
-
"lines": 180
|
|
1135
|
-
},
|
|
1136
|
-
"validateReleaseTailEffectPlan@602": {
|
|
1137
|
-
"complexity": 25
|
|
1138
|
-
},
|
|
1139
|
-
"validateReleaseTailTransaction@744": {
|
|
1140
|
-
"complexity": 25
|
|
1141
|
-
},
|
|
1142
|
-
"executeReleaseTailTransaction@1016": {
|
|
1143
|
-
"lines": 180,
|
|
1087
|
+
"validateReleaseEvidenceAttachments@2106": {
|
|
1144
1088
|
"complexity": 25
|
|
1145
1089
|
}
|
|
1146
1090
|
}
|
|
@@ -1259,7 +1203,7 @@
|
|
|
1259
1203
|
"lines": 1229
|
|
1260
1204
|
},
|
|
1261
1205
|
"current": {
|
|
1262
|
-
"lines":
|
|
1206
|
+
"lines": 1216
|
|
1263
1207
|
},
|
|
1264
1208
|
"target": {
|
|
1265
1209
|
"lines": 600
|
|
@@ -1270,7 +1214,7 @@
|
|
|
1270
1214
|
"lines": 1515
|
|
1271
1215
|
},
|
|
1272
1216
|
"current": {
|
|
1273
|
-
"lines":
|
|
1217
|
+
"lines": 1474
|
|
1274
1218
|
},
|
|
1275
1219
|
"target": {
|
|
1276
1220
|
"lines": 600
|
|
@@ -1279,21 +1223,21 @@
|
|
|
1279
1223
|
"scripts/check-maintainability.mjs": {
|
|
1280
1224
|
"baseline": {
|
|
1281
1225
|
"functions": {
|
|
1282
|
-
"evaluateMaintainability@
|
|
1226
|
+
"evaluateMaintainability@253": {
|
|
1283
1227
|
"complexity": 29
|
|
1284
1228
|
}
|
|
1285
1229
|
}
|
|
1286
1230
|
},
|
|
1287
1231
|
"current": {
|
|
1288
1232
|
"functions": {
|
|
1289
|
-
"evaluateMaintainability@
|
|
1233
|
+
"evaluateMaintainability@253": {
|
|
1290
1234
|
"complexity": 29
|
|
1291
1235
|
}
|
|
1292
1236
|
}
|
|
1293
1237
|
},
|
|
1294
1238
|
"target": {
|
|
1295
1239
|
"functions": {
|
|
1296
|
-
"evaluateMaintainability@
|
|
1240
|
+
"evaluateMaintainability@253": {
|
|
1297
1241
|
"complexity": 25
|
|
1298
1242
|
}
|
|
1299
1243
|
}
|
|
@@ -1425,7 +1369,7 @@
|
|
|
1425
1369
|
"evaluatePullRequest@204": {
|
|
1426
1370
|
"complexity": 31
|
|
1427
1371
|
},
|
|
1428
|
-
"runDevPrAdmission@
|
|
1372
|
+
"runDevPrAdmission@767": {
|
|
1429
1373
|
"complexity": 32
|
|
1430
1374
|
},
|
|
1431
1375
|
"runDevPrAutoMerge@909": {
|
|
@@ -1440,7 +1384,7 @@
|
|
|
1440
1384
|
"evaluatePullRequest@204": {
|
|
1441
1385
|
"complexity": 31
|
|
1442
1386
|
},
|
|
1443
|
-
"runDevPrAdmission@
|
|
1387
|
+
"runDevPrAdmission@767": {
|
|
1444
1388
|
"complexity": 32
|
|
1445
1389
|
},
|
|
1446
1390
|
"runDevPrAutoMerge@909": {
|
|
@@ -1455,7 +1399,7 @@
|
|
|
1455
1399
|
"evaluatePullRequest@204": {
|
|
1456
1400
|
"complexity": 25
|
|
1457
1401
|
},
|
|
1458
|
-
"runDevPrAdmission@
|
|
1402
|
+
"runDevPrAdmission@767": {
|
|
1459
1403
|
"complexity": 25
|
|
1460
1404
|
},
|
|
1461
1405
|
"runDevPrAutoMerge@909": {
|
|
@@ -1491,21 +1435,21 @@
|
|
|
1491
1435
|
"scripts/generate-channel-promotion-workflow.mjs": {
|
|
1492
1436
|
"baseline": {
|
|
1493
1437
|
"functions": {
|
|
1494
|
-
"generateChannelPromotionWorkflow@
|
|
1438
|
+
"generateChannelPromotionWorkflow@280": {
|
|
1495
1439
|
"lines": 282
|
|
1496
1440
|
}
|
|
1497
1441
|
}
|
|
1498
1442
|
},
|
|
1499
1443
|
"current": {
|
|
1500
1444
|
"functions": {
|
|
1501
|
-
"generateChannelPromotionWorkflow@
|
|
1502
|
-
"lines":
|
|
1445
|
+
"generateChannelPromotionWorkflow@280": {
|
|
1446
|
+
"lines": 223
|
|
1503
1447
|
}
|
|
1504
1448
|
}
|
|
1505
1449
|
},
|
|
1506
1450
|
"target": {
|
|
1507
1451
|
"functions": {
|
|
1508
|
-
"generateChannelPromotionWorkflow@
|
|
1452
|
+
"generateChannelPromotionWorkflow@280": {
|
|
1509
1453
|
"lines": 180
|
|
1510
1454
|
}
|
|
1511
1455
|
}
|
|
@@ -1515,7 +1459,7 @@
|
|
|
1515
1459
|
"baseline": {
|
|
1516
1460
|
"lines": 1410,
|
|
1517
1461
|
"functions": {
|
|
1518
|
-
"buildSiteBundle@
|
|
1462
|
+
"buildSiteBundle@720": {
|
|
1519
1463
|
"lines": 637
|
|
1520
1464
|
}
|
|
1521
1465
|
}
|
|
@@ -1523,15 +1467,15 @@
|
|
|
1523
1467
|
"current": {
|
|
1524
1468
|
"lines": 1410,
|
|
1525
1469
|
"functions": {
|
|
1526
|
-
"buildSiteBundle@
|
|
1527
|
-
"lines":
|
|
1470
|
+
"buildSiteBundle@720": {
|
|
1471
|
+
"lines": 636
|
|
1528
1472
|
}
|
|
1529
1473
|
}
|
|
1530
1474
|
},
|
|
1531
1475
|
"target": {
|
|
1532
1476
|
"lines": 600,
|
|
1533
1477
|
"functions": {
|
|
1534
|
-
"buildSiteBundle@
|
|
1478
|
+
"buildSiteBundle@720": {
|
|
1535
1479
|
"lines": 180
|
|
1536
1480
|
}
|
|
1537
1481
|
}
|
|
@@ -1683,19 +1627,19 @@
|
|
|
1683
1627
|
"lines": 309,
|
|
1684
1628
|
"complexity": 62
|
|
1685
1629
|
},
|
|
1686
|
-
"resolveReleaseCandidateArtifactsCli@
|
|
1630
|
+
"resolveReleaseCandidateArtifactsCli@773": {
|
|
1687
1631
|
"complexity": 29
|
|
1688
1632
|
}
|
|
1689
1633
|
}
|
|
1690
1634
|
},
|
|
1691
1635
|
"current": {
|
|
1692
|
-
"lines":
|
|
1636
|
+
"lines": 842,
|
|
1693
1637
|
"functions": {
|
|
1694
1638
|
"resolveReleaseCandidateArtifacts@475": {
|
|
1695
|
-
"lines":
|
|
1639
|
+
"lines": 297,
|
|
1696
1640
|
"complexity": 61
|
|
1697
1641
|
},
|
|
1698
|
-
"resolveReleaseCandidateArtifactsCli@
|
|
1642
|
+
"resolveReleaseCandidateArtifactsCli@773": {
|
|
1699
1643
|
"complexity": 29
|
|
1700
1644
|
}
|
|
1701
1645
|
}
|
|
@@ -1707,7 +1651,7 @@
|
|
|
1707
1651
|
"lines": 180,
|
|
1708
1652
|
"complexity": 25
|
|
1709
1653
|
},
|
|
1710
|
-
"resolveReleaseCandidateArtifactsCli@
|
|
1654
|
+
"resolveReleaseCandidateArtifactsCli@773": {
|
|
1711
1655
|
"complexity": 25
|
|
1712
1656
|
}
|
|
1713
1657
|
}
|
|
@@ -1741,7 +1685,7 @@
|
|
|
1741
1685
|
"lines": 1125
|
|
1742
1686
|
},
|
|
1743
1687
|
"current": {
|
|
1744
|
-
"lines":
|
|
1688
|
+
"lines": 1117
|
|
1745
1689
|
},
|
|
1746
1690
|
"target": {
|
|
1747
1691
|
"lines": 600
|
|
@@ -1804,6 +1748,17 @@
|
|
|
1804
1748
|
}
|
|
1805
1749
|
}
|
|
1806
1750
|
},
|
|
1751
|
+
"scripts/v4-universal-workflow-engine.mjs": {
|
|
1752
|
+
"baseline": {
|
|
1753
|
+
"lines": 620
|
|
1754
|
+
},
|
|
1755
|
+
"current": {
|
|
1756
|
+
"lines": 620
|
|
1757
|
+
},
|
|
1758
|
+
"target": {
|
|
1759
|
+
"lines": 600
|
|
1760
|
+
}
|
|
1761
|
+
},
|
|
1807
1762
|
"scripts/v4-architecture.mjs": {
|
|
1808
1763
|
"baseline": {
|
|
1809
1764
|
"lines": 610
|
|
@@ -2047,6 +2002,93 @@
|
|
|
2047
2002
|
}
|
|
2048
2003
|
}
|
|
2049
2004
|
},
|
|
2005
|
+
"crates/buildchain-v4-contracts/src/product_publication.rs": {
|
|
2006
|
+
"baseline": {
|
|
2007
|
+
"functions": {
|
|
2008
|
+
"select_product_publication_intent@219": {
|
|
2009
|
+
"complexity": 38
|
|
2010
|
+
}
|
|
2011
|
+
}
|
|
2012
|
+
},
|
|
2013
|
+
"current": {
|
|
2014
|
+
"functions": {
|
|
2015
|
+
"select_product_publication_intent@219": {
|
|
2016
|
+
"complexity": 35
|
|
2017
|
+
}
|
|
2018
|
+
}
|
|
2019
|
+
},
|
|
2020
|
+
"target": {
|
|
2021
|
+
"functions": {
|
|
2022
|
+
"select_product_publication_intent@219": {
|
|
2023
|
+
"complexity": 30
|
|
2024
|
+
}
|
|
2025
|
+
}
|
|
2026
|
+
}
|
|
2027
|
+
},
|
|
2028
|
+
"crates/buildchain-v4-contracts/src/release_tail.rs": {
|
|
2029
|
+
"baseline": {
|
|
2030
|
+
"lines": 1399,
|
|
2031
|
+
"functions": {
|
|
2032
|
+
"normalize_capability@149": {
|
|
2033
|
+
"lines": 245,
|
|
2034
|
+
"complexity": 51
|
|
2035
|
+
},
|
|
2036
|
+
"advance_release_tail_execution@1115": {
|
|
2037
|
+
"lines": 193
|
|
2038
|
+
}
|
|
2039
|
+
}
|
|
2040
|
+
},
|
|
2041
|
+
"current": {
|
|
2042
|
+
"lines": 1307,
|
|
2043
|
+
"functions": {
|
|
2044
|
+
"normalize_capability@149": {
|
|
2045
|
+
"lines": 245,
|
|
2046
|
+
"complexity": 51
|
|
2047
|
+
},
|
|
2048
|
+
"advance_release_tail_execution@1115": {
|
|
2049
|
+
"lines": 193
|
|
2050
|
+
}
|
|
2051
|
+
}
|
|
2052
|
+
},
|
|
2053
|
+
"target": {
|
|
2054
|
+
"lines": 600,
|
|
2055
|
+
"functions": {
|
|
2056
|
+
"normalize_capability@149": {
|
|
2057
|
+
"lines": 140,
|
|
2058
|
+
"complexity": 30
|
|
2059
|
+
},
|
|
2060
|
+
"advance_release_tail_execution@1115": {
|
|
2061
|
+
"lines": 140
|
|
2062
|
+
}
|
|
2063
|
+
}
|
|
2064
|
+
}
|
|
2065
|
+
},
|
|
2066
|
+
"crates/buildchain-v4-contracts/src/wasm.rs": {
|
|
2067
|
+
"baseline": {
|
|
2068
|
+
"functions": {
|
|
2069
|
+
"dispatch@61": {
|
|
2070
|
+
"lines": 214,
|
|
2071
|
+
"complexity": 64
|
|
2072
|
+
}
|
|
2073
|
+
}
|
|
2074
|
+
},
|
|
2075
|
+
"current": {
|
|
2076
|
+
"functions": {
|
|
2077
|
+
"dispatch@61": {
|
|
2078
|
+
"lines": 207,
|
|
2079
|
+
"complexity": 64
|
|
2080
|
+
}
|
|
2081
|
+
}
|
|
2082
|
+
},
|
|
2083
|
+
"target": {
|
|
2084
|
+
"functions": {
|
|
2085
|
+
"dispatch@61": {
|
|
2086
|
+
"lines": 140,
|
|
2087
|
+
"complexity": 30
|
|
2088
|
+
}
|
|
2089
|
+
}
|
|
2090
|
+
}
|
|
2091
|
+
},
|
|
2050
2092
|
"crates/buildchain-v4-contracts/src/provider_operation_journal.rs": {
|
|
2051
2093
|
"baseline": {
|
|
2052
2094
|
"functions": {
|
|
@@ -2205,7 +2247,7 @@
|
|
|
2205
2247
|
}
|
|
2206
2248
|
},
|
|
2207
2249
|
"current": {
|
|
2208
|
-
"lines":
|
|
2250
|
+
"lines": 2738,
|
|
2209
2251
|
"functions": {
|
|
2210
2252
|
"<anonymous@1559>@1559": {
|
|
2211
2253
|
"lines": 206
|
|
@@ -2373,7 +2415,7 @@
|
|
|
2373
2415
|
"lines": 626
|
|
2374
2416
|
},
|
|
2375
2417
|
"current": {
|
|
2376
|
-
"lines":
|
|
2418
|
+
"lines": 624
|
|
2377
2419
|
},
|
|
2378
2420
|
"target": {
|
|
2379
2421
|
"lines": 600
|
|
@@ -2480,7 +2522,7 @@
|
|
|
2480
2522
|
"lines": 1202
|
|
2481
2523
|
},
|
|
2482
2524
|
"current": {
|
|
2483
|
-
"lines":
|
|
2525
|
+
"lines": 1201
|
|
2484
2526
|
},
|
|
2485
2527
|
"target": {
|
|
2486
2528
|
"lines": 600
|
|
@@ -2550,7 +2592,6 @@
|
|
|
2550
2592
|
},
|
|
2551
2593
|
"tests/promote-buildchain-ref.test.mjs": {
|
|
2552
2594
|
"baseline": {
|
|
2553
|
-
"lines": 4211,
|
|
2554
2595
|
"functions": {
|
|
2555
2596
|
"<anonymous@62>@62": {
|
|
2556
2597
|
"lines": 203
|
|
@@ -2614,7 +2655,7 @@
|
|
|
2614
2655
|
"lines": 1217
|
|
2615
2656
|
},
|
|
2616
2657
|
"current": {
|
|
2617
|
-
"lines":
|
|
2658
|
+
"lines": 1132
|
|
2618
2659
|
},
|
|
2619
2660
|
"target": {
|
|
2620
2661
|
"lines": 600
|
|
@@ -2937,7 +2978,7 @@
|
|
|
2937
2978
|
"lines": 2736
|
|
2938
2979
|
},
|
|
2939
2980
|
"current": {
|
|
2940
|
-
"lines":
|
|
2981
|
+
"lines": 1217
|
|
2941
2982
|
},
|
|
2942
2983
|
"target": {
|
|
2943
2984
|
"lines": 600
|
|
@@ -3083,12 +3124,20 @@
|
|
|
3083
3124
|
}
|
|
3084
3125
|
},
|
|
3085
3126
|
"hotspots": [
|
|
3127
|
+
".github/workflows/.build.yml",
|
|
3128
|
+
".github/workflows/.publication-authority.yml",
|
|
3129
|
+
".github/workflows/bootstrap.yml",
|
|
3130
|
+
"scripts/check-v4-universal-workflow-bootstrap.mjs",
|
|
3131
|
+
"scripts/v4-universal-workflow-engine.mjs",
|
|
3132
|
+
"tests/v4-universal-workflow-bootstrap.test.mjs",
|
|
3086
3133
|
"tests/v3-v4-capability-inventory.test.mjs",
|
|
3087
3134
|
"tests/v4-floating-consumer-policy-contract.test.mjs",
|
|
3088
3135
|
"tests/v4-publication-qualification.test.mjs",
|
|
3089
3136
|
".github/workflows/v4-adopter-delivery.yml",
|
|
3090
3137
|
".github/workflows/buildchain-ref-promotion.yml",
|
|
3138
|
+
".github/workflows/dev-pr-auto-merge.yml",
|
|
3091
3139
|
"tests/release-candidate-recovery.test.mjs",
|
|
3140
|
+
"tests/buildchain-ref-promotion-recovery-entry.test.mjs",
|
|
3092
3141
|
".github/workflows/.release-candidate-promote.yml",
|
|
3093
3142
|
"tests/build-surface-promotion.test.mjs",
|
|
3094
3143
|
".github/workflows/buildchain-ref-promotion-recovery.yml",
|
|
@@ -3099,9 +3148,13 @@
|
|
|
3099
3148
|
".github/workflows/release-candidate-promote.yml",
|
|
3100
3149
|
"actions/promote-buildchain-ref/lib.js",
|
|
3101
3150
|
"actions/v4-release-candidate-promote/index.js",
|
|
3151
|
+
"actions/v4-release-candidate-promote/product-provider.js",
|
|
3152
|
+
"actions/v4-release-candidate-promote/product-provider-github-adapters.js",
|
|
3153
|
+
"tests/v4-release-candidate-promote.test.mjs",
|
|
3102
3154
|
"scripts/check-inventory.mjs",
|
|
3103
3155
|
"tests/promote-buildchain-ref.test.mjs",
|
|
3104
3156
|
"tests/promotion-channel-router.test.mjs",
|
|
3157
|
+
"tests/v4-release-topology.test.mjs",
|
|
3105
3158
|
"scripts/site-capability-metadata.mjs",
|
|
3106
3159
|
"tests/v4-floating-consumer-policy.test.mjs",
|
|
3107
3160
|
"tests/v4-declarative-promotion-mode.test.mjs",
|
|
@@ -3113,9 +3166,11 @@
|
|
|
3113
3166
|
"packages/core/v4-floating-consumer-release-passport.js",
|
|
3114
3167
|
"packages/core/release-passport.js",
|
|
3115
3168
|
"tests/promote-buildchain-ref-governance.test.mjs",
|
|
3116
|
-
"scripts/buildchain-cli-help.mjs",
|
|
3117
3169
|
"scripts/check-maintainability.mjs",
|
|
3118
|
-
"tests/maintainability.test.mjs"
|
|
3170
|
+
"tests/maintainability.test.mjs",
|
|
3171
|
+
"scripts/generate-v4-universal-workflow-facades.mjs",
|
|
3172
|
+
"scripts/check-v4-release-topology.mjs",
|
|
3173
|
+
"actions/v4-release-candidate-promote/product-provider-adapters.js"
|
|
3119
3174
|
],
|
|
3120
3175
|
"burnDownSlices": [
|
|
3121
3176
|
{
|
|
@@ -3137,21 +3192,21 @@
|
|
|
3137
3192
|
"path": ".github/workflows/.release-candidate-promote.yml",
|
|
3138
3193
|
"metric": "lines",
|
|
3139
3194
|
"baseline": 2736,
|
|
3140
|
-
"current":
|
|
3195
|
+
"current": 1217
|
|
3141
3196
|
},
|
|
3142
3197
|
{
|
|
3143
3198
|
"domain": "sources",
|
|
3144
3199
|
"path": "packages/core/release-passport.js",
|
|
3145
3200
|
"metric": "lines",
|
|
3146
3201
|
"baseline": 2987,
|
|
3147
|
-
"current":
|
|
3202
|
+
"current": 2884
|
|
3148
3203
|
},
|
|
3149
3204
|
{
|
|
3150
3205
|
"domain": "sources",
|
|
3151
3206
|
"path": "packages/core/paper.js",
|
|
3152
3207
|
"metric": "lines",
|
|
3153
3208
|
"baseline": 2878,
|
|
3154
|
-
"current":
|
|
3209
|
+
"current": 2478
|
|
3155
3210
|
}
|
|
3156
3211
|
]
|
|
3157
3212
|
}
|