@kungfu-tech/buildchain 4.0.2-alpha.0 → 4.0.2-alpha.2
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/architecture/agent-change-map.md +4 -4
- package/architecture/ci-lane-change-budget.json +76 -8
- package/architecture/maintainability-debt.json +41 -115
- package/architecture/maintainability-policy.json +12 -7
- package/architecture/release-tail-contract-inventory.json +4 -4
- package/architecture/v3-v4-live-capability-inventory.json +17 -17
- package/architecture/v4-release-invocation-fixtures.json +119 -0
- package/architecture/v4-release-topology.json +238 -0
- package/contracts/buildchain-v2-residuals-v1.json +0 -9
- package/contracts/fixtures/v4-tail-reseal-v1/valid.json +1 -1
- package/contracts/v4-release-invocation-v1.schema.json +86 -0
- package/dist/site/buildchain-contract.json +9 -9
- package/dist/site/buildchain-site.json +7 -7
- package/dist/site/kfd-claims.json +7 -5
- package/dist/site/kfd-upstream-aggregate.json +1 -1
- package/dist/site/manual-registry.json +1 -1
- package/dist/site/node-api-registry.json +3 -3
- package/dist/site/page-registry.json +2 -2
- package/dist/site/public-surface-audit.json +17 -9
- package/dist/site/publication-authority-registry.json +2 -3
- package/dist/site/publication-registry.json +4 -4
- package/dist/site/site-manifest.json +5 -5
- package/dist/site/workflow-registry.json +19 -11
- package/docs/node-api-reference.md +3 -3
- package/package.json +2 -2
- package/packages/core/dev-delivery-candidate-identity.js +45 -17
- package/packages/core/dev-delivery-provider-heartbeat.js +22 -6
- package/packages/core/dev-delivery-warrant-state.js +12 -28
- package/packages/core/v4-canonical-contracts.js +8 -0
- package/packages/core/v4-floating-consumer-policy.js +4 -1
- package/packages/core/v4-release-invocation.js +356 -0
- package/scripts/audit-publication-control-plane.mjs +0 -1
- package/scripts/check-inventory.mjs +27 -59
- package/scripts/check-maintainability.mjs +13 -5
- package/scripts/check-v3-v4-capability-inventory.mjs +3 -61
- package/scripts/check-v4-floating-consumer-policy-contract.mjs +10 -20
- package/scripts/check-v4-release-topology.mjs +237 -0
- package/scripts/dev-delivery-warrant.mjs +13 -4
- package/scripts/generate-channel-promotion-workflow.mjs +12 -54
- package/scripts/v3-v4-capability-catalog.mjs +107 -0
- package/scripts/v4-declarative-promotion-admission.mjs +4 -1
- package/scripts/capture-package-release-propagation.mjs +0 -263
- package/scripts/publication-commit-evidence.mjs +0 -444
- package/scripts/publish-github-artifact-attestation-evidence.mjs +0 -201
- package/scripts/stage-github-artifact-attestation-inputs.mjs +0 -65
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"contract": "kungfu-buildchain-public-surface-reverse-audit",
|
|
22
22
|
"path": "dist/site/public-surface-audit.json",
|
|
23
23
|
"status": "passed",
|
|
24
|
-
"sha256": "
|
|
24
|
+
"sha256": "8d010dd61c202e32a8d893fe4ede12e89b89825dddf98bc3cab8a67837c17f15",
|
|
25
25
|
"summary": {
|
|
26
26
|
"cliCommandCount": 117,
|
|
27
27
|
"workflowCount": 77,
|
|
@@ -246,7 +246,7 @@
|
|
|
246
246
|
"contract": "kungfu-buildchain-public-surface-reverse-audit",
|
|
247
247
|
"path": "dist/site/public-surface-audit.json",
|
|
248
248
|
"status": "passed",
|
|
249
|
-
"sha256": "
|
|
249
|
+
"sha256": "8d010dd61c202e32a8d893fe4ede12e89b89825dddf98bc3cab8a67837c17f15",
|
|
250
250
|
"summary": {
|
|
251
251
|
"cliCommandCount": 117,
|
|
252
252
|
"workflowCount": 77,
|
|
@@ -4104,10 +4104,9 @@
|
|
|
4104
4104
|
"visibility": "public",
|
|
4105
4105
|
"participantFacing": true,
|
|
4106
4106
|
"public": true,
|
|
4107
|
-
"inputCount":
|
|
4107
|
+
"inputCount": 37,
|
|
4108
4108
|
"inputs": [
|
|
4109
4109
|
"admission-json",
|
|
4110
|
-
"authority-job-id",
|
|
4111
4110
|
"authority-workflow-path",
|
|
4112
4111
|
"auto-admission",
|
|
4113
4112
|
"auto-admission-kind",
|
|
@@ -6276,13 +6275,16 @@
|
|
|
6276
6275
|
"visibility": "public",
|
|
6277
6276
|
"participantFacing": true,
|
|
6278
6277
|
"public": true,
|
|
6279
|
-
"inputCount":
|
|
6278
|
+
"inputCount": 11,
|
|
6280
6279
|
"inputs": [
|
|
6281
6280
|
"artifact-paths",
|
|
6282
6281
|
"candidate-passport-path",
|
|
6283
6282
|
"failure-after-capability",
|
|
6284
6283
|
"publication-qualification-path",
|
|
6284
|
+
"publisher-workflow-sha",
|
|
6285
6285
|
"repository",
|
|
6286
|
+
"runtime-commit",
|
|
6287
|
+
"runtime-tree",
|
|
6286
6288
|
"stage-capsules-path",
|
|
6287
6289
|
"state-path",
|
|
6288
6290
|
"token"
|
|
@@ -362,7 +362,7 @@
|
|
|
362
362
|
"title": "Generated Node API reference",
|
|
363
363
|
"path": "docs/node-api-reference.md",
|
|
364
364
|
"plane": "use",
|
|
365
|
-
"digest": "sha256:
|
|
365
|
+
"digest": "sha256:cf61043790140da9953b53522dec4f2c408ffae87ba69168f6625bf17f7063e1",
|
|
366
366
|
"capabilityGroup": "api-cli-reference",
|
|
367
367
|
"audience": [
|
|
368
368
|
"agent",
|
|
@@ -25849,7 +25849,7 @@
|
|
|
25849
25849
|
],
|
|
25850
25850
|
"source": {
|
|
25851
25851
|
"path": "packages/core/v4-floating-consumer-policy.js",
|
|
25852
|
-
"line":
|
|
25852
|
+
"line": 432
|
|
25853
25853
|
},
|
|
25854
25854
|
"example": "import { scanV4FloatingConsumerPolicy } from \"@kungfu-tech/buildchain\";",
|
|
25855
25855
|
"maturity": "stable",
|
|
@@ -29519,7 +29519,7 @@
|
|
|
29519
29519
|
"specifier": "@kungfu-tech/buildchain/v4-floating-consumer-policy",
|
|
29520
29520
|
"export": "./v4-floating-consumer-policy",
|
|
29521
29521
|
"target": "./packages/core/v4-floating-consumer-policy.js",
|
|
29522
|
-
"digest": "sha256:
|
|
29522
|
+
"digest": "sha256:df1b9d27dc28324fc89dc5af7838d8d1b57aa91355e43653882286070ff2308c",
|
|
29523
29523
|
"summary": "Semantic floating-selector admission, dual-lock receipt, and independent v4 consumer certification APIs.",
|
|
29524
29524
|
"capabilityGroup": "governance-versioning",
|
|
29525
29525
|
"audience": [
|
|
@@ -31119,7 +31119,7 @@
|
|
|
31119
31119
|
{
|
|
31120
31120
|
"id": "node-api-reference",
|
|
31121
31121
|
"path": "docs/node-api-reference.md",
|
|
31122
|
-
"digest": "sha256:
|
|
31122
|
+
"digest": "sha256:cf61043790140da9953b53522dec4f2c408ffae87ba69168f6625bf17f7063e1"
|
|
31123
31123
|
},
|
|
31124
31124
|
{
|
|
31125
31125
|
"id": "build-facts",
|