@kungfu-tech/buildchain 4.0.2-alpha.7 → 4.0.2-alpha.9
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 +5 -1
- package/architecture/internal-capabilities.json +3 -1
- package/architecture/maintainability-debt.json +11 -9
- package/architecture/maintainability-policy.json +6 -6
- package/architecture/v4-release-topology.json +73 -0
- package/dist/site/buildchain-contract.json +7 -7
- package/dist/site/buildchain-site.json +7 -7
- package/dist/site/kfd-claims.json +4 -3
- 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 +4 -3
- package/dist/site/publication-registry.json +4 -4
- package/dist/site/site-manifest.json +5 -5
- package/dist/site/workflow-registry.json +6 -5
- package/docs/node-api-reference.md +3 -3
- package/package.json +1 -1
- package/packages/core/release-tail-product-capabilities.js +29 -0
- package/packages/core/release-tail-provider-plane.js +2 -2
- package/packages/core/v4-canonical-contracts.js +4 -0
- package/packages/core/v4-product-publication.js +387 -0
- package/scripts/check-v4-release-topology.mjs +128 -21
- package/scripts/release-candidate-resolver.mjs +8 -9
- package/scripts/v4-product-publication-intent.mjs +114 -0
|
@@ -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": "8333ebb2a3177f40749363fc4dfce66e9c49928ad43c9b025d177344d068e124",
|
|
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": "8333ebb2a3177f40749363fc4dfce66e9c49928ad43c9b025d177344d068e124",
|
|
250
250
|
"summary": {
|
|
251
251
|
"cliCommandCount": 117,
|
|
252
252
|
"workflowCount": 77,
|
|
@@ -6275,13 +6275,14 @@
|
|
|
6275
6275
|
"visibility": "public",
|
|
6276
6276
|
"participantFacing": true,
|
|
6277
6277
|
"public": true,
|
|
6278
|
-
"inputCount":
|
|
6278
|
+
"inputCount": 30,
|
|
6279
6279
|
"inputs": [
|
|
6280
6280
|
"artifact-paths",
|
|
6281
6281
|
"candidate-build-summary-path",
|
|
6282
6282
|
"candidate-passport-path",
|
|
6283
6283
|
"failure-after-capability",
|
|
6284
6284
|
"mutation-token",
|
|
6285
|
+
"product-publication-intent-path",
|
|
6285
6286
|
"publication-qualification-path",
|
|
6286
6287
|
"publish-auth",
|
|
6287
6288
|
"publish-command",
|
|
@@ -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:1f50b0f7a45632b6e08b492687818ccbd3e0f00d7f189a21e1512e1a61df7df8",
|
|
366
366
|
"capabilityGroup": "api-cli-reference",
|
|
367
367
|
"audience": [
|
|
368
368
|
"agent",
|
|
@@ -23793,7 +23793,7 @@
|
|
|
23793
23793
|
],
|
|
23794
23794
|
"source": {
|
|
23795
23795
|
"path": "packages/core/release-tail-provider-plane.js",
|
|
23796
|
-
"line":
|
|
23796
|
+
"line": 30
|
|
23797
23797
|
},
|
|
23798
23798
|
"example": "import { RELEASE_TAIL_CAPABILITY_REGISTRY } from \"@kungfu-tech/buildchain\";",
|
|
23799
23799
|
"maturity": "stable",
|
|
@@ -31035,7 +31035,7 @@
|
|
|
31035
31035
|
"specifier": "@kungfu-tech/buildchain/release-tail-provider-plane",
|
|
31036
31036
|
"export": "./release-tail-provider-plane",
|
|
31037
31037
|
"target": "./packages/core/release-tail-provider-plane.js",
|
|
31038
|
-
"digest": "sha256:
|
|
31038
|
+
"digest": "sha256:83661b137cf7945ba263954d9e11933a767933ad3e223791909721c048e2d377",
|
|
31039
31039
|
"summary": "Versioned declarative release-tail parsing, deterministic effect planning, durable transaction execution, readback, retry, and rooted receipt APIs.",
|
|
31040
31040
|
"capabilityGroup": "release-passport-trust",
|
|
31041
31041
|
"audience": [
|
|
@@ -31194,7 +31194,7 @@
|
|
|
31194
31194
|
{
|
|
31195
31195
|
"id": "node-api-reference",
|
|
31196
31196
|
"path": "docs/node-api-reference.md",
|
|
31197
|
-
"digest": "sha256:
|
|
31197
|
+
"digest": "sha256:1f50b0f7a45632b6e08b492687818ccbd3e0f00d7f189a21e1512e1a61df7df8"
|
|
31198
31198
|
},
|
|
31199
31199
|
{
|
|
31200
31200
|
"id": "build-facts",
|