@kungfu-tech/buildchain 4.0.2-alpha.9 → 4.0.3-alpha.0
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 +14 -5
- package/CONTRIBUTING.md +58 -0
- package/README.md +3 -3
- package/actions/promote-buildchain-ref/README.md +1 -1
- package/actions/release-candidate-promote/README.md +31 -0
- package/architecture/agent-change-map.md +190 -126
- package/architecture/{v4-architecture-constitution.md → architecture-constitution.md} +33 -30
- package/architecture/{v3-core-mechanism-inventory.md → baseline-core-mechanism-inventory.md} +1 -1
- package/architecture/{v4-bootstrap-authority.json → bootstrap-authority.json} +3 -3
- package/architecture/{v3-v4-capability-closure.md → capability-parity-closure.md} +3 -3
- package/architecture/{v3-v4-live-capability-inventory.json → capability-parity-live-capability-inventory.json} +4 -4
- package/architecture/{v4-capability-state-machine-manifest.json → capability-state-machine-manifest.json} +2 -2
- package/architecture/{v4-capability-state-machine-manifest.schema.json → capability-state-machine-manifest.schema.json} +2 -2
- package/architecture/ci-lane-change-budget.json +384 -0
- package/architecture/{v4-cross-platform-adopter-qualification.json → cross-platform-adopter-qualification.json} +4 -4
- package/architecture/{v4-delivery-authority-parity.json → delivery-authority-parity.json} +17 -17
- package/architecture/{v4-delivery-warrant-shadow-bootstrap-plan.json → delivery-warrant-shadow-bootstrap-plan.json} +4 -4
- package/architecture/{v4-delivery-warrant-shadow-bootstrap-plan.md → delivery-warrant-shadow-bootstrap-plan.md} +7 -7
- package/architecture/{v4-floating-consumer-policy.json → floating-consumer-policy.json} +2 -2
- package/architecture/{v4-floating-consumer-policy.md → floating-consumer-policy.md} +1 -1
- package/architecture/implementation-naming.json +1273 -0
- package/architecture/internal-capabilities.json +201 -154
- package/architecture/maintainability-debt.json +205 -146
- package/architecture/maintainability-policy.json +37 -33
- package/architecture/{v4-next-development-parity.json → next-development-parity.json} +12 -12
- package/architecture/{v4-partial-mutation-recovery-qualification.json → partial-mutation-recovery-qualification.json} +8 -5
- package/architecture/{v4-platform-stage-checkpoints.json → platform-stage-checkpoints.json} +3 -3
- package/architecture/{v4-provider-operation-journal-contract.json → provider-operation-journal-contract.json} +10 -7
- package/architecture/publication-facade-patches.json +64 -0
- package/architecture/{v4-publication-rehearsal-parity.json → publication-rehearsal-parity.json} +4 -4
- package/architecture/{v4-release-activation-shadow-domain.json → release-activation-shadow-domain.json} +9 -6
- package/architecture/release-tail-contract-inventory.json +6 -6
- package/architecture/{v4-release-topology.json → release-topology.json} +163 -72
- package/architecture/{v4-release-train-parity.json → release-train-parity.json} +2 -2
- package/architecture/{v4-runtime-ref-resume-authority.json → runtime-ref-resume-authority.json} +1 -1
- package/architecture/{v4-runtime-semantic-closure.json → runtime-semantic-closure.json} +2 -2
- package/architecture/{v4-rust-libnode-bridge-evaluation.json → rust-libnode-bridge-evaluation.json} +3 -3
- package/architecture/{v4-rust-libnode-bridge-spike.md → rust-libnode-bridge-spike.md} +6 -6
- package/architecture/rust-wasm-production-authority.json +58 -0
- package/architecture/{v4-stable-publication-fence.json → stable-publication-fence.json} +7 -4
- package/architecture/{v4-stage-capsule-contract.json → stage-capsule-contract.json} +1 -1
- package/architecture/{v4-stage-capsule-qualification.json → stage-capsule-qualification.json} +8 -8
- package/architecture/{v4-stage-capsule-resume-planner.json → stage-capsule-resume-planner.json} +2 -2
- package/architecture/{v4-stage-capsule-store-contract.json → stage-capsule-store-contract.json} +4 -4
- package/architecture/{v4-tail-reseal-parity.json → tail-reseal-parity.json} +35 -33
- package/architecture/universal-workflow-bootstrap.json +176 -0
- package/architecture/universal-workflow-fault-campaign.json +72 -0
- package/architecture/universal-workflow-train-admission.json +40 -0
- package/architecture/workflow-taxonomy.json +1462 -0
- package/bin/buildchain.mjs +10 -10
- package/bin/internal/adopter-delivery-cli.mjs +9 -9
- 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/crates/{buildchain-v4-bridge → buildchain-host-bridge}/Cargo.lock +1 -1
- package/crates/{buildchain-v4-bridge → buildchain-host-bridge}/Cargo.toml +1 -1
- package/crates/{buildchain-v4-bridge → buildchain-host-bridge}/src/main.rs +3 -3
- package/dist/site/buildchain-contract.json +98 -53
- package/dist/site/buildchain-site.json +351 -102
- package/dist/site/capability-registry.json +7 -7
- package/dist/site/controller-registry.json +50 -13
- package/dist/site/kfd-claims.json +2773 -1052
- package/dist/site/kfd-upstream-aggregate.json +1 -1
- package/dist/site/manual-registry.json +14 -14
- package/dist/site/node-api-registry.json +13176 -10733
- package/dist/site/page-registry.json +332 -83
- package/dist/site/public-surface-audit.json +3227 -1222
- package/dist/site/publication-authority-registry.json +1135 -363
- package/dist/site/publication-registry.json +4 -4
- package/dist/site/release-provenance.json +18 -9
- 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 +5367 -1931
- package/docs/MAP.md +5 -3
- 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 +26 -3
- package/docs/node-api-reference.md +618 -358
- package/docs/oci-publication.md +173 -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 +17 -1
- package/docs/v4-adopter-delivery.md +4 -4
- package/docs/v4-canonical-contracts.md +7 -7
- package/docs/v4-delivery-warrant-read-candidate.md +3 -3
- package/docs/v4-delivery-warrant-semantic-diff.md +3 -3
- package/docs/v4-production-release.md +77 -8
- package/docs/v4-publication-rehearsal.md +3 -3
- package/docs/v4-runtime-ref-resume-authority.md +2 -2
- package/docs/v4-rust-wasm-production-authority.md +58 -0
- package/docs/v4-stage-capsule.md +9 -9
- package/docs/v4-tail-reseal.md +2 -2
- package/docs/workflow-catalog.md +155 -0
- package/docs/workflow-path-migration.md +109 -0
- package/package.json +39 -24
- package/packages/compatibility/adopter-delivery.js +16 -0
- package/packages/compatibility/cross-platform-adopter-qualification.js +12 -0
- package/packages/compatibility/floating-consumer-policy.js +14 -0
- package/packages/compatibility/publication-qualification.js +11 -0
- package/packages/compatibility/publication-rehearsal.js +18 -0
- package/packages/compatibility/runtime-ref-resume-authority.js +13 -0
- package/packages/compatibility/tail-reseal-receipt.js +7 -0
- package/packages/compatibility/tail-reseal.js +11 -0
- package/packages/core/{v4-adopter-delivery-parity.js → adopter-delivery-parity.js} +12 -12
- package/packages/core/{v4-adopter-delivery.js → adopter-delivery.js} +24 -24
- package/packages/core/artifact-verification-envelope.js +5 -5
- package/packages/core/buildchain-contract.js +6 -6
- package/packages/core/buildchain-domain.wasm +0 -0
- package/packages/core/buildchain-kfd-claims.js +2 -2
- package/packages/core/buildchain-publication-authority.js +43 -26
- package/packages/core/{v4-canonical-contracts.js → canonical-contracts.js} +39 -103
- package/packages/core/ci-lane-change-budget.js +14 -1
- package/packages/core/controller-evidence.js +4 -1
- package/packages/core/{v4-cross-platform-adopter-qualification.js → cross-platform-adopter-qualification.js} +19 -19
- package/packages/core/{v4-delivery-warrant-fixture-runner.js → delivery-warrant-fixture-runner.js} +36 -32
- package/packages/core/{v4-delivery-warrant-read-candidate.js → delivery-warrant-read-candidate.js} +40 -40
- package/packages/core/{v4-delivery-warrant-semantic-diff-gate.js → delivery-warrant-semantic-diff-gate.js} +58 -59
- package/packages/core/{v4-delivery-warrant-shadow-adapter.js → delivery-warrant-shadow-adapter.js} +15 -15
- package/packages/core/dev-delivery-candidate-identity.js +40 -6
- package/packages/core/dev-delivery-execution-transfer.js +6 -6
- package/packages/core/dev-delivery-native-proof.js +12 -8
- package/packages/core/dev-delivery-warrant-legacy-recovery.js +1 -1
- package/packages/core/dev-delivery-warrant-native-compatibility.js +4 -4
- package/packages/core/dev-delivery-warrant-state.js +14 -15
- package/packages/core/dev-delivery-warrant.js +15 -5
- package/packages/core/domain-wasm-artifact.js +7 -0
- package/packages/core/domain-wasm.js +216 -0
- package/packages/core/{v4-floating-consumer-evidence.js → floating-consumer-evidence.js} +14 -14
- package/packages/core/{v4-floating-consumer-policy.js → floating-consumer-policy.js} +28 -30
- package/packages/core/{v4-floating-consumer-release-passport.js → floating-consumer-release-passport.js} +25 -25
- package/packages/core/github-governance-authority.js +4 -4
- package/packages/core/index.js +4 -8
- package/packages/core/kfd-adopter-manifest.js +46 -47
- package/packages/core/next-development-projection.js +26 -3
- package/packages/core/next-development-transition.js +5 -6
- package/packages/core/oci-compose-qualification.js +143 -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/partial-mutation-recovery-qualification.js +18 -0
- package/packages/core/{v4-platform-stage-checkpoints.js → platform-stage-checkpoints.js} +37 -37
- package/packages/core/product-publication.js +59 -0
- package/packages/core/{v4-protected-publication-source.js → protected-publication-source.js} +22 -24
- package/packages/core/provider-operation-journal.js +62 -0
- package/packages/core/{v4-provider-readback-idempotency.js → provider-readback-idempotency.js} +40 -125
- package/packages/core/public-export-compatibility.js +33 -0
- package/packages/core/publication-development.js +72 -0
- package/packages/core/{v4-publication-qualification.js → publication-qualification.js} +17 -17
- package/packages/core/{v4-publication-rehearsal-capsule.js → publication-rehearsal-capsule.js} +23 -23
- package/packages/core/publication-rehearsal-projection.js +2 -2
- package/packages/core/{v4-publication-rehearsal-provider-bindings.js → publication-rehearsal-provider-bindings.js} +4 -4
- package/packages/core/publication-rehearsal-runtime.js +21 -21
- package/packages/core/{v4-publication-rehearsal.js → publication-rehearsal.js} +33 -33
- package/packages/core/publication-sealed-bundle.js +78 -13
- package/packages/core/release-activation-shadow.js +32 -0
- package/packages/core/release-candidate.js +6 -6
- package/packages/core/release-invocation.js +64 -0
- 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 +41 -40
- package/packages/core/release-tail-product-capabilities.js +9 -0
- package/packages/core/release-tail-provider-plane.js +68 -1048
- package/packages/core/{v4-runtime-ref-resume-authority.js → runtime-ref-resume-authority.js} +36 -40
- package/packages/core/{v4-runtime-selector-persistence.js → runtime-selector-persistence.js} +7 -7
- package/packages/core/stable-publication-fence.js +28 -0
- package/packages/core/{v4-stage-capsule-local-store.js → stage-capsule-local-store.js} +56 -54
- package/packages/core/{v4-stage-capsule-qualification-campaign.js → stage-capsule-qualification-campaign.js} +37 -38
- package/packages/core/{v4-stage-capsule-qualification.js → stage-capsule-qualification.js} +28 -29
- package/packages/core/{v4-stage-capsule-resume-planner.js → stage-capsule-resume-planner.js} +29 -29
- package/packages/core/{v4-stage-capsule-store.js → stage-capsule-store.js} +59 -56
- package/packages/core/{v4-stage-capsule.js → stage-capsule.js} +45 -45
- package/packages/core/{v4-tail-reseal-contract.js → tail-reseal-contract.js} +6 -6
- package/packages/core/{v4-tail-reseal-github.js → tail-reseal-github.js} +12 -12
- package/packages/core/{v4-tail-reseal-receipt.js → tail-reseal-receipt.js} +22 -22
- package/packages/core/{v4-tail-reseal.js → tail-reseal.js} +29 -29
- package/packages/core/universal-workflow-bootstrap.js +586 -0
- package/scripts/{v4-architecture.mjs → architecture.mjs} +6 -6
- package/scripts/binary-publication-evidence.mjs +135 -0
- package/scripts/{v4-bridge-bootstrap.mjs → bridge-bootstrap.mjs} +14 -18
- package/scripts/{v4-bridge-evidence.mjs → bridge-evidence.mjs} +8 -8
- package/scripts/build-contract-core.mjs +1 -14
- package/scripts/build-domain-wasm.mjs +177 -0
- package/scripts/{v3-v4-capability-catalog.mjs → capability-parity-catalog.mjs} +19 -19
- package/scripts/check-action-bundles.mjs +12 -2
- package/scripts/{check-v3-v4-capability-inventory.mjs → check-capability-parity-inventory.mjs} +42 -42
- package/scripts/check-ci-lane-change-budget.mjs +4 -1
- package/scripts/check-core-mechanism-inventory.mjs +8 -4
- package/scripts/{check-v4-floating-consumer-policy-contract.mjs → check-floating-consumer-policy-contract.mjs} +10 -10
- package/scripts/check-implementation-naming.mjs +135 -0
- package/scripts/check-inventory.mjs +39 -47
- package/scripts/check-maintainability.mjs +25 -115
- package/scripts/{check-v4-public-dogfood-contract.mjs → check-public-dogfood-contract.mjs} +37 -24
- package/scripts/{check-v4-release-topology.mjs → check-release-topology.mjs} +131 -52
- package/scripts/{check-v4-runtime-semantic-closure.mjs → check-runtime-semantic-closure.mjs} +23 -17
- package/scripts/check-universal-workflow-bootstrap.mjs +266 -0
- package/scripts/check-workflow-taxonomy.mjs +6 -0
- package/scripts/{v4-consumer-policy.mjs → consumer-policy.mjs} +15 -15
- package/scripts/copy-domain-wasm.mjs +14 -0
- package/scripts/{v4-cross-platform-adopter-qualification.mjs → cross-platform-adopter-qualification.mjs} +9 -9
- package/scripts/{v4-declarative-promotion-admission.mjs → declarative-promotion-admission.mjs} +4 -4
- 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 +15 -10
- package/scripts/dev-delivery-warrant-store.mjs +98 -13
- package/scripts/dev-delivery-warrant-transition.mjs +109 -0
- package/scripts/dev-delivery-warrant.mjs +80 -103
- package/scripts/dev-pr-auto-merge.mjs +15 -15
- package/scripts/dev-pr-delivery-warrant.mjs +1 -1
- package/scripts/generate-channel-build-workflow.mjs +7 -2
- package/scripts/generate-channel-promotion-workflow.mjs +19 -34
- package/scripts/generate-release-candidate-passport.mjs +23 -23
- package/scripts/generate-site-bundle.mjs +28 -28
- package/scripts/generate-universal-workflow-facades.mjs +498 -0
- package/scripts/generate-workflow-taxonomy.mjs +25 -0
- package/scripts/github-output.mjs +31 -0
- package/scripts/{v4-host-adapter.mjs → host-adapter.mjs} +1 -1
- package/scripts/implementation-references.mjs +25 -0
- package/scripts/init-repo.mjs +1 -1
- package/scripts/maintainability-metrics.mjs +16 -5
- package/scripts/maintainability-public-surface.mjs +115 -0
- package/scripts/next-development-review.mjs +313 -0
- package/scripts/oci-compose-preview.mjs +261 -0
- package/scripts/paper-work-fleet-cli.mjs +2 -0
- package/scripts/{v4-platform-stage-checkpoint-rehearsal.mjs → platform-stage-checkpoint-rehearsal.mjs} +17 -17
- package/scripts/{v4-product-publication-intent.mjs → product-publication-intent.mjs} +28 -13
- package/scripts/publication-candidate-kind.mjs +93 -0
- package/scripts/publication-candidate-sealer.mjs +16 -1
- package/scripts/{v4-publication-rehearsal-fixture.mjs → publication-rehearsal-fixture.mjs} +5 -5
- package/scripts/publication-settlement.mjs +211 -0
- package/scripts/release-asset-client.mjs +91 -0
- package/scripts/{v4-release-candidate-adapter.mjs → release-candidate-adapter.mjs} +4 -4
- package/scripts/release-candidate-resolver.mjs +24 -35
- package/scripts/release-tail.mjs +5 -5
- package/scripts/resume-from-candidate-run.mjs +35 -42
- package/scripts/site-capability-metadata.mjs +9 -0
- package/scripts/source-verification-evidence.mjs +344 -0
- package/scripts/stable-candidate-qualification.mjs +1 -1
- package/scripts/{v4-stage-capsule-qualification.mjs → stage-capsule-qualification.mjs} +62 -62
- package/scripts/{v4-stage-capsule-resume-rehearsal.mjs → stage-capsule-resume-rehearsal.mjs} +6 -6
- package/scripts/{v4-tail-reseal-macos-rehearsal.mjs → tail-reseal-macos-rehearsal.mjs} +9 -9
- package/scripts/{v4-tail-reseal.mjs → tail-reseal.mjs} +19 -19
- package/scripts/universal-facade-maintainability.mjs +91 -0
- package/scripts/universal-workflow-backflow.mjs +212 -0
- package/scripts/universal-workflow-engine.mjs +620 -0
- package/scripts/universal-workflow-self-dogfood.mjs +205 -0
- package/scripts/verify-version-state-delta.mjs +175 -0
- package/scripts/{v4-warrant-shadow-plan.mjs → warrant-shadow-plan.mjs} +6 -6
- 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
- package/actions/v4-release-candidate-promote/README.md +0 -3
- package/packages/core/v4-partial-mutation-recovery-qualification.js +0 -395
- package/packages/core/v4-product-publication.js +0 -387
- package/packages/core/v4-provider-operation-journal.js +0 -531
- package/packages/core/v4-release-activation-shadow.js +0 -519
- package/packages/core/v4-release-invocation.js +0 -425
- package/packages/core/v4-stable-publication-fence.js +0 -357
- /package/architecture/{v4-adopter-delivery-parity.json → adopter-delivery-parity.json} +0 -0
- /package/architecture/{v3-core-mechanism-inventory.json → baseline-core-mechanism-inventory.json} +0 -0
- /package/architecture/{v4-canonical-contract-fixtures.json → canonical-contract-fixtures.json} +0 -0
- /package/architecture/{v4-compatibility-facts-parity.json → compatibility-facts-parity.json} +0 -0
- /package/architecture/{v4-delivery-warrant-shadow-bootstrap-plan.schema.json → delivery-warrant-shadow-bootstrap-plan.schema.json} +0 -0
- /package/architecture/{v4-delivery-warrant-shadow-fixtures.json → delivery-warrant-shadow-fixtures.json} +0 -0
- /package/architecture/{v4-delivery-warrant-shadow-fixtures.schema.json → delivery-warrant-shadow-fixtures.schema.json} +0 -0
- /package/architecture/{v4-exception-ledger.json → exception-ledger.json} +0 -0
- /package/architecture/{v4-exception-ledger.schema.json → exception-ledger.schema.json} +0 -0
- /package/architecture/{v4-release-invocation-fixtures.json → release-invocation-fixtures.json} +0 -0
|
@@ -7,8 +7,8 @@
|
|
|
7
7
|
},
|
|
8
8
|
"totalExcessLedger": {
|
|
9
9
|
"metric": "calibrated-full-dimensional-excess-v1",
|
|
10
|
-
"measuredExcess":
|
|
11
|
-
"current":
|
|
10
|
+
"measuredExcess": 64542,
|
|
11
|
+
"current": 56481
|
|
12
12
|
},
|
|
13
13
|
"defaults": {
|
|
14
14
|
"owner": "Buildchain architecture maintainers",
|
|
@@ -174,28 +174,28 @@
|
|
|
174
174
|
"baseline": {
|
|
175
175
|
"lines": 5132,
|
|
176
176
|
"functions": {
|
|
177
|
-
"resolvePublishContract@
|
|
177
|
+
"resolvePublishContract@259": {
|
|
178
178
|
"complexity": 30
|
|
179
179
|
},
|
|
180
|
-
"validatePromotionReleaseCandidate@
|
|
180
|
+
"validatePromotionReleaseCandidate@529": {
|
|
181
181
|
"complexity": 27
|
|
182
182
|
},
|
|
183
|
-
"runPublishTransaction@
|
|
183
|
+
"runPublishTransaction@1420": {
|
|
184
184
|
"lines": 247,
|
|
185
185
|
"complexity": 33
|
|
186
186
|
}
|
|
187
187
|
}
|
|
188
188
|
},
|
|
189
189
|
"current": {
|
|
190
|
-
"lines":
|
|
190
|
+
"lines": 3423,
|
|
191
191
|
"functions": {
|
|
192
|
-
"resolvePublishContract@
|
|
192
|
+
"resolvePublishContract@259": {
|
|
193
193
|
"complexity": 30
|
|
194
194
|
},
|
|
195
|
-
"validatePromotionReleaseCandidate@
|
|
195
|
+
"validatePromotionReleaseCandidate@529": {
|
|
196
196
|
"complexity": 27
|
|
197
197
|
},
|
|
198
|
-
"runPublishTransaction@
|
|
198
|
+
"runPublishTransaction@1420": {
|
|
199
199
|
"lines": 247,
|
|
200
200
|
"complexity": 33
|
|
201
201
|
}
|
|
@@ -204,13 +204,13 @@
|
|
|
204
204
|
"target": {
|
|
205
205
|
"lines": 600,
|
|
206
206
|
"functions": {
|
|
207
|
-
"resolvePublishContract@
|
|
207
|
+
"resolvePublishContract@259": {
|
|
208
208
|
"complexity": 25
|
|
209
209
|
},
|
|
210
|
-
"validatePromotionReleaseCandidate@
|
|
210
|
+
"validatePromotionReleaseCandidate@529": {
|
|
211
211
|
"complexity": 25
|
|
212
212
|
},
|
|
213
|
-
"runPublishTransaction@
|
|
213
|
+
"runPublishTransaction@1420": {
|
|
214
214
|
"lines": 180,
|
|
215
215
|
"complexity": 25
|
|
216
216
|
}
|
|
@@ -402,21 +402,21 @@
|
|
|
402
402
|
"packages/core/dev-delivery-native-proof.js": {
|
|
403
403
|
"baseline": {
|
|
404
404
|
"functions": {
|
|
405
|
-
"validateActiveDevDeliveryWarrant@
|
|
405
|
+
"validateActiveDevDeliveryWarrant@79": {
|
|
406
406
|
"complexity": 29
|
|
407
407
|
}
|
|
408
408
|
}
|
|
409
409
|
},
|
|
410
410
|
"current": {
|
|
411
411
|
"functions": {
|
|
412
|
-
"validateActiveDevDeliveryWarrant@
|
|
412
|
+
"validateActiveDevDeliveryWarrant@79": {
|
|
413
413
|
"complexity": 29
|
|
414
414
|
}
|
|
415
415
|
}
|
|
416
416
|
},
|
|
417
417
|
"target": {
|
|
418
418
|
"functions": {
|
|
419
|
-
"validateActiveDevDeliveryWarrant@
|
|
419
|
+
"validateActiveDevDeliveryWarrant@79": {
|
|
420
420
|
"complexity": 25
|
|
421
421
|
}
|
|
422
422
|
}
|
|
@@ -569,7 +569,7 @@
|
|
|
569
569
|
"lines": 705
|
|
570
570
|
},
|
|
571
571
|
"current": {
|
|
572
|
-
"lines":
|
|
572
|
+
"lines": 701
|
|
573
573
|
},
|
|
574
574
|
"target": {
|
|
575
575
|
"lines": 600
|
|
@@ -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
|
}
|
|
@@ -1180,12 +1124,12 @@
|
|
|
1180
1124
|
}
|
|
1181
1125
|
}
|
|
1182
1126
|
},
|
|
1183
|
-
"packages/core/
|
|
1127
|
+
"packages/core/runtime-ref-resume-authority.js": {
|
|
1184
1128
|
"baseline": {
|
|
1185
1129
|
"lines": 625
|
|
1186
1130
|
},
|
|
1187
1131
|
"current": {
|
|
1188
|
-
"lines":
|
|
1132
|
+
"lines": 621
|
|
1189
1133
|
},
|
|
1190
1134
|
"target": {
|
|
1191
1135
|
"lines": 600
|
|
@@ -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": 1475
|
|
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@260": {
|
|
1283
1227
|
"complexity": 29
|
|
1284
1228
|
}
|
|
1285
1229
|
}
|
|
1286
1230
|
},
|
|
1287
1231
|
"current": {
|
|
1288
1232
|
"functions": {
|
|
1289
|
-
"evaluateMaintainability@
|
|
1233
|
+
"evaluateMaintainability@260": {
|
|
1290
1234
|
"complexity": 29
|
|
1291
1235
|
}
|
|
1292
1236
|
}
|
|
1293
1237
|
},
|
|
1294
1238
|
"target": {
|
|
1295
1239
|
"functions": {
|
|
1296
|
-
"evaluateMaintainability@
|
|
1240
|
+
"evaluateMaintainability@260": {
|
|
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,7 +1748,18 @@
|
|
|
1804
1748
|
}
|
|
1805
1749
|
}
|
|
1806
1750
|
},
|
|
1807
|
-
"scripts/
|
|
1751
|
+
"scripts/universal-workflow-engine.mjs": {
|
|
1752
|
+
"baseline": {
|
|
1753
|
+
"lines": 620
|
|
1754
|
+
},
|
|
1755
|
+
"current": {
|
|
1756
|
+
"lines": 620
|
|
1757
|
+
},
|
|
1758
|
+
"target": {
|
|
1759
|
+
"lines": 600
|
|
1760
|
+
}
|
|
1761
|
+
},
|
|
1762
|
+
"scripts/architecture.mjs": {
|
|
1808
1763
|
"baseline": {
|
|
1809
1764
|
"lines": 610
|
|
1810
1765
|
},
|
|
@@ -1815,7 +1770,7 @@
|
|
|
1815
1770
|
"lines": 600
|
|
1816
1771
|
}
|
|
1817
1772
|
},
|
|
1818
|
-
"scripts/
|
|
1773
|
+
"scripts/warrant-shadow-plan.mjs": {
|
|
1819
1774
|
"baseline": {
|
|
1820
1775
|
"lines": 601,
|
|
1821
1776
|
"functions": {
|
|
@@ -2001,7 +1956,7 @@
|
|
|
2001
1956
|
}
|
|
2002
1957
|
},
|
|
2003
1958
|
"rust": {
|
|
2004
|
-
"crates/buildchain-
|
|
1959
|
+
"crates/buildchain-host-bridge/src/main.rs": {
|
|
2005
1960
|
"baseline": {
|
|
2006
1961
|
"functions": {
|
|
2007
1962
|
"execute@222": {
|
|
@@ -2024,30 +1979,117 @@
|
|
|
2024
1979
|
}
|
|
2025
1980
|
}
|
|
2026
1981
|
},
|
|
2027
|
-
"crates/buildchain-
|
|
1982
|
+
"crates/buildchain-domain-contracts/src/main.rs": {
|
|
2028
1983
|
"baseline": {
|
|
2029
1984
|
"functions": {
|
|
2030
|
-
"run@
|
|
1985
|
+
"run@484": {
|
|
2031
1986
|
"complexity": 32
|
|
2032
1987
|
}
|
|
2033
1988
|
}
|
|
2034
1989
|
},
|
|
2035
1990
|
"current": {
|
|
2036
1991
|
"functions": {
|
|
2037
|
-
"run@
|
|
1992
|
+
"run@484": {
|
|
2038
1993
|
"complexity": 32
|
|
2039
1994
|
}
|
|
2040
1995
|
}
|
|
2041
1996
|
},
|
|
2042
1997
|
"target": {
|
|
2043
1998
|
"functions": {
|
|
2044
|
-
"run@
|
|
1999
|
+
"run@484": {
|
|
2045
2000
|
"complexity": 30
|
|
2046
2001
|
}
|
|
2047
2002
|
}
|
|
2048
2003
|
}
|
|
2049
2004
|
},
|
|
2050
|
-
"crates/buildchain-
|
|
2005
|
+
"crates/buildchain-domain-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-domain-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-domain-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
|
+
},
|
|
2092
|
+
"crates/buildchain-domain-contracts/src/provider_operation_journal.rs": {
|
|
2051
2093
|
"baseline": {
|
|
2052
2094
|
"functions": {
|
|
2053
2095
|
"validate@239": {
|
|
@@ -2070,7 +2112,7 @@
|
|
|
2070
2112
|
}
|
|
2071
2113
|
}
|
|
2072
2114
|
},
|
|
2073
|
-
"crates/buildchain-
|
|
2115
|
+
"crates/buildchain-domain-contracts/src/provider_operation_journal/fold.rs": {
|
|
2074
2116
|
"baseline": {
|
|
2075
2117
|
"functions": {
|
|
2076
2118
|
"fold_provider_operation_journal@43": {
|
|
@@ -2096,7 +2138,7 @@
|
|
|
2096
2138
|
}
|
|
2097
2139
|
}
|
|
2098
2140
|
},
|
|
2099
|
-
"crates/buildchain-
|
|
2141
|
+
"crates/buildchain-domain-contracts/src/warrant.rs": {
|
|
2100
2142
|
"baseline": {
|
|
2101
2143
|
"functions": {
|
|
2102
2144
|
"validate@150": {
|
|
@@ -2119,7 +2161,7 @@
|
|
|
2119
2161
|
}
|
|
2120
2162
|
}
|
|
2121
2163
|
},
|
|
2122
|
-
"crates/buildchain-
|
|
2164
|
+
"crates/buildchain-domain-contracts/src/warrant/decision.rs": {
|
|
2123
2165
|
"baseline": {
|
|
2124
2166
|
"functions": {
|
|
2125
2167
|
"decide_delivery_warrant@126": {
|
|
@@ -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
|
|
@@ -2653,7 +2694,7 @@
|
|
|
2653
2694
|
"lines": 600
|
|
2654
2695
|
}
|
|
2655
2696
|
},
|
|
2656
|
-
"tests/
|
|
2697
|
+
"tests/delivery-authority-parity.test.mjs": {
|
|
2657
2698
|
"baseline": {
|
|
2658
2699
|
"lines": 1038,
|
|
2659
2700
|
"functions": {
|
|
@@ -2682,18 +2723,18 @@
|
|
|
2682
2723
|
}
|
|
2683
2724
|
}
|
|
2684
2725
|
},
|
|
2685
|
-
"tests/
|
|
2726
|
+
"tests/floating-consumer-policy.test.mjs": {
|
|
2686
2727
|
"baseline": {
|
|
2687
2728
|
"lines": 714
|
|
2688
2729
|
},
|
|
2689
2730
|
"current": {
|
|
2690
|
-
"lines":
|
|
2731
|
+
"lines": 710
|
|
2691
2732
|
},
|
|
2692
2733
|
"target": {
|
|
2693
2734
|
"lines": 600
|
|
2694
2735
|
}
|
|
2695
2736
|
},
|
|
2696
|
-
"tests/
|
|
2737
|
+
"tests/publication-rehearsal.test.mjs": {
|
|
2697
2738
|
"baseline": {
|
|
2698
2739
|
"lines": 773
|
|
2699
2740
|
},
|
|
@@ -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,41 +3124,59 @@
|
|
|
3083
3124
|
}
|
|
3084
3125
|
},
|
|
3085
3126
|
"hotspots": [
|
|
3086
|
-
"tests/
|
|
3087
|
-
"
|
|
3088
|
-
"
|
|
3127
|
+
"tests/product-publication-topology.test.mjs",
|
|
3128
|
+
".github/workflows/.build.yml",
|
|
3129
|
+
".github/workflows/.publication-authority.yml",
|
|
3130
|
+
".github/workflows/bootstrap.yml",
|
|
3131
|
+
"scripts/check-universal-workflow-bootstrap.mjs",
|
|
3132
|
+
"scripts/universal-workflow-engine.mjs",
|
|
3133
|
+
"tests/universal-workflow-bootstrap.test.mjs",
|
|
3134
|
+
"tests/capability-parity-inventory.test.mjs",
|
|
3135
|
+
"tests/floating-consumer-policy-contract.test.mjs",
|
|
3136
|
+
"tests/publication-qualification.test.mjs",
|
|
3089
3137
|
".github/workflows/v4-adopter-delivery.yml",
|
|
3090
3138
|
".github/workflows/buildchain-ref-promotion.yml",
|
|
3139
|
+
".github/workflows/dev-pr-auto-merge.yml",
|
|
3091
3140
|
"tests/release-candidate-recovery.test.mjs",
|
|
3141
|
+
"tests/buildchain-ref-promotion-recovery-entry.test.mjs",
|
|
3092
3142
|
".github/workflows/.release-candidate-promote.yml",
|
|
3093
3143
|
"tests/build-surface-promotion.test.mjs",
|
|
3094
3144
|
".github/workflows/buildchain-ref-promotion-recovery.yml",
|
|
3095
3145
|
"tests/build-surface.test.mjs",
|
|
3096
3146
|
"tests/internal-architecture.test.mjs",
|
|
3097
3147
|
"scripts/resume-from-candidate-run.mjs",
|
|
3098
|
-
"scripts/check-
|
|
3148
|
+
"scripts/check-capability-parity-inventory.mjs",
|
|
3099
3149
|
".github/workflows/release-candidate-promote.yml",
|
|
3100
3150
|
"actions/promote-buildchain-ref/lib.js",
|
|
3101
|
-
"actions/
|
|
3102
|
-
"actions/
|
|
3151
|
+
"actions/release-candidate-promote/index.js",
|
|
3152
|
+
"actions/release-candidate-promote/product-provider.js",
|
|
3153
|
+
"actions/release-candidate-promote/product-provider-github-adapters.js",
|
|
3154
|
+
"tests/release-candidate-promote.test.mjs",
|
|
3103
3155
|
"scripts/check-inventory.mjs",
|
|
3104
3156
|
"tests/promote-buildchain-ref.test.mjs",
|
|
3105
3157
|
"tests/promotion-channel-router.test.mjs",
|
|
3106
|
-
"tests/
|
|
3158
|
+
"tests/release-topology.test.mjs",
|
|
3107
3159
|
"scripts/site-capability-metadata.mjs",
|
|
3108
|
-
"tests/
|
|
3109
|
-
"tests/
|
|
3160
|
+
"tests/floating-consumer-policy.test.mjs",
|
|
3161
|
+
"tests/declarative-promotion-mode.test.mjs",
|
|
3110
3162
|
"scripts/buildchain-cli-help.mjs",
|
|
3111
|
-
"scripts/check-
|
|
3163
|
+
"scripts/check-floating-consumer-policy-contract.mjs",
|
|
3112
3164
|
"tests/dev-delivery-warrant.test.mjs",
|
|
3113
3165
|
"packages/core/dev-delivery-warrant-state.js",
|
|
3114
3166
|
"actions/promote-buildchain-ref/internal/version-state.js",
|
|
3115
|
-
"packages/core/
|
|
3167
|
+
"packages/core/floating-consumer-release-passport.js",
|
|
3116
3168
|
"packages/core/release-passport.js",
|
|
3117
3169
|
"tests/promote-buildchain-ref-governance.test.mjs",
|
|
3118
|
-
"scripts/buildchain-cli-help.mjs",
|
|
3119
3170
|
"scripts/check-maintainability.mjs",
|
|
3120
|
-
"tests/maintainability.test.mjs"
|
|
3171
|
+
"tests/maintainability.test.mjs",
|
|
3172
|
+
"scripts/generate-universal-workflow-facades.mjs",
|
|
3173
|
+
"scripts/check-release-topology.mjs",
|
|
3174
|
+
"actions/release-candidate-promote/product-provider-adapters.js",
|
|
3175
|
+
"scripts/release-candidate-resolver.mjs",
|
|
3176
|
+
"scripts/dev-delivery-warrant.mjs",
|
|
3177
|
+
"scripts/generate-channel-promotion-workflow.mjs",
|
|
3178
|
+
".github/workflows/v4-stage-capsule-canary.yml",
|
|
3179
|
+
"packages/core/release-tail-provider-plane.js"
|
|
3121
3180
|
],
|
|
3122
3181
|
"burnDownSlices": [
|
|
3123
3182
|
{
|
|
@@ -3125,7 +3184,7 @@
|
|
|
3125
3184
|
"path": "actions/promote-buildchain-ref/lib.js",
|
|
3126
3185
|
"metric": "lines",
|
|
3127
3186
|
"baseline": 5132,
|
|
3128
|
-
"current":
|
|
3187
|
+
"current": 3423
|
|
3129
3188
|
},
|
|
3130
3189
|
{
|
|
3131
3190
|
"domain": "tests",
|
|
@@ -3139,21 +3198,21 @@
|
|
|
3139
3198
|
"path": ".github/workflows/.release-candidate-promote.yml",
|
|
3140
3199
|
"metric": "lines",
|
|
3141
3200
|
"baseline": 2736,
|
|
3142
|
-
"current":
|
|
3201
|
+
"current": 1217
|
|
3143
3202
|
},
|
|
3144
3203
|
{
|
|
3145
3204
|
"domain": "sources",
|
|
3146
3205
|
"path": "packages/core/release-passport.js",
|
|
3147
3206
|
"metric": "lines",
|
|
3148
3207
|
"baseline": 2987,
|
|
3149
|
-
"current":
|
|
3208
|
+
"current": 2884
|
|
3150
3209
|
},
|
|
3151
3210
|
{
|
|
3152
3211
|
"domain": "sources",
|
|
3153
3212
|
"path": "packages/core/paper.js",
|
|
3154
3213
|
"metric": "lines",
|
|
3155
3214
|
"baseline": 2878,
|
|
3156
|
-
"current":
|
|
3215
|
+
"current": 2478
|
|
3157
3216
|
}
|
|
3158
3217
|
]
|
|
3159
3218
|
}
|