@kungfu-tech/buildchain 3.0.8 → 3.0.9-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/actions/promote-buildchain-ref/README.md +8 -7
- package/bin/buildchain.mjs +34 -33
- package/bin/internal/trust-release-release-handlers.mjs +5 -0
- package/dist/site/agent-index.json +0 -1
- package/dist/site/artifact-schemas.json +0 -2
- package/dist/site/badge-endpoint-registry.json +9 -9
- package/dist/site/badges/v1/kfd-8/aligned.json +1 -1
- package/dist/site/badges/v1/kfd-8/declared.json +1 -1
- package/dist/site/badges/v1/kfd-8/downgraded.json +1 -1
- package/dist/site/badges/v1/kfd-8/draft.json +1 -1
- package/dist/site/badges/v1/kfd-8/failed.json +1 -1
- package/dist/site/badges/v1/kfd-8/missing.json +1 -1
- package/dist/site/badges/v1/kfd-8/passed.json +1 -1
- package/dist/site/badges/v1/kfd-8/planned.json +1 -1
- package/dist/site/buildchain-contract.json +27 -22
- package/dist/site/buildchain-site.json +38 -28
- package/dist/site/capability-registry.json +1 -1
- package/dist/site/cli-registry.json +8 -7
- package/dist/site/controller-registry.json +6 -2
- package/dist/site/kfd-claims.json +34 -7
- package/dist/site/kfd-upstream-aggregate.json +10 -10
- package/dist/site/manual-registry.json +6 -6
- package/dist/site/node-api-registry.json +754 -228
- package/dist/site/page-registry.json +28 -18
- package/dist/site/public-surface-audit.json +19 -9
- package/dist/site/publication-registry.json +4 -4
- package/dist/site/release-passport-check-manifest.json +33 -5
- package/dist/site/release-provenance.json +2 -1
- package/dist/site/schemas/release-passport-v1.schema.json +3 -0
- package/dist/site/site-manifest.json +10 -10
- package/dist/site/workflow-registry.json +19 -9
- package/docs/aws-us-elastic-runner-burst-plane.md +15 -3
- package/docs/cli-reference.md +6 -6
- package/docs/cli.md +2 -3
- package/docs/dev-alpha-candidate-patrol.md +45 -20
- package/docs/kfd-support.md +7 -7
- package/docs/node-api-reference.md +179 -140
- package/docs/release-passport.md +18 -12
- package/docs/release-train.md +8 -0
- package/package.json +4 -3
- package/packages/core/artifact-verification-envelope.js +114 -0
- package/packages/core/dev-alpha-active-release-train.js +460 -0
- package/packages/core/dev-alpha-candidate-selection.js +181 -0
- package/packages/core/index.js +4 -5
- package/packages/core/kfd-adopter-manifest.js +390 -0
- package/packages/core/kfd-product-gates.js +0 -300
- package/packages/core/release-passport-contract.js +219 -6
- package/packages/core/release-passport.js +139 -242
- package/scripts/aws-macos-jit-controller-core.mjs +76 -0
- package/scripts/aws-macos-jit-controller.mjs +29 -0
- package/scripts/aws-macos-jit-source-rebind.mjs +503 -0
- package/scripts/buildchain-cli-help.mjs +4 -2
- package/scripts/check-inventory.mjs +2 -2
- package/scripts/dev-alpha-candidate-patrol.mjs +196 -201
- package/scripts/generate-site-bundle.mjs +1 -8
- package/scripts/site-capability-metadata.mjs +3 -1
- package/dist/site/schemas/kfd-support-projection-v1.schema.json +0 -106
|
@@ -354,7 +354,7 @@
|
|
|
354
354
|
"collect github-release"
|
|
355
355
|
],
|
|
356
356
|
"syntaxes": [
|
|
357
|
-
"buildchain collect github-release --tag <tag> [--repository <owner/repo>] [--assets-dir <dir>] [--assets-json <json-or-path>] [--release-json <json-or-path>] [--package-set-json <json-or-path>] [--product-name <name>] [--publish-evidence-json <json-or-path>] [--trusted-publishing-json <json-or-path>] [--transaction-json <json-or-path>] [--anchor-manifest-json <json-or-path>] [--impact-json <json-or-path>] [--build-summary-json <json-or-path>] [--build-facts-json <json-or-path>]... [--platform-manifest-json <json-or-path>]... [--dist-tag-evidence-json <json-or-path>] [--kfd-1-witness-json <json-or-path>]... [--kfd-2-claim-json <json-or-path>]... [--kfd-3-prebuild-witness-json <json-or-path>]... [--kfd-3-artifact-witness-json <json-or-path>]... [--kfd-3-artifact-verify-cmd <command>] [--kfd-support-matrix-json <json-or-path>] [--kfd-product-gate-json <json-or-path>]... [--invariant-passport-json <json-or-path>]... [--invariant-passport-cmd <command>] [--release-evidence-json <json-or-path>]... [--github-artifact-attestation-policy-json <json-or-path>]... [--kfd-agent-hub-evidence-json <json-or-path>] [--base-passport-json <json-or-path>] [--require-base-kfd] [--release-extra-json <json-or-path>] [--publish-json <json-or-path>] [--output-dir <dir>] [--json]"
|
|
357
|
+
"buildchain collect github-release --tag <tag> [--repository <owner/repo>] [--assets-dir <dir>] [--assets-json <json-or-path>] [--release-json <json-or-path>] [--package-set-json <json-or-path>] [--product-name <name>] [--publish-evidence-json <json-or-path>] [--trusted-publishing-json <json-or-path>] [--transaction-json <json-or-path>] [--anchor-manifest-json <json-or-path>] [--impact-json <json-or-path>] [--build-summary-json <json-or-path>] [--build-facts-json <json-or-path>]... [--platform-manifest-json <json-or-path>]... [--dist-tag-evidence-json <json-or-path>] [--kfd-1-witness-json <json-or-path>]... [--kfd-2-claim-json <json-or-path>]... [--kfd-3-prebuild-witness-json <json-or-path>]... [--kfd-3-artifact-witness-json <json-or-path>]... [--kfd-3-artifact-verify-cmd <command>] [--kfd-adopter-manifest-json <json-or-path>] [--kfd-support-matrix-json <json-or-path>] [--kfd-product-gate-json <json-or-path>]... [--invariant-passport-json <json-or-path>]... [--invariant-passport-cmd <command>] [--release-evidence-json <json-or-path>]... [--github-artifact-attestation-policy-json <json-or-path>]... [--kfd-agent-hub-evidence-json <json-or-path>] [--base-passport-json <json-or-path>] [--require-base-kfd] [--release-extra-json <json-or-path>] [--publish-json <json-or-path>] [--output-dir <dir>] [--json]"
|
|
358
358
|
],
|
|
359
359
|
"options": [
|
|
360
360
|
"--anchor-manifest-json",
|
|
@@ -374,6 +374,7 @@
|
|
|
374
374
|
"--kfd-3-artifact-verify-cmd",
|
|
375
375
|
"--kfd-3-artifact-witness-json",
|
|
376
376
|
"--kfd-3-prebuild-witness-json",
|
|
377
|
+
"--kfd-adopter-manifest-json",
|
|
377
378
|
"--kfd-agent-hub-evidence-json",
|
|
378
379
|
"--kfd-product-gate-json",
|
|
379
380
|
"--kfd-support-matrix-json",
|
|
@@ -2168,21 +2169,21 @@
|
|
|
2168
2169
|
{
|
|
2169
2170
|
"id": "kfd-support",
|
|
2170
2171
|
"source": "bin/buildchain.mjs",
|
|
2171
|
-
"usage": "buildchain kfd support project --
|
|
2172
|
+
"usage": "buildchain kfd support project --manifest-json <file-or-json> --manifest-gate-json <file-or-json>",
|
|
2172
2173
|
"paths": [
|
|
2173
2174
|
"kfd support project",
|
|
2174
2175
|
"kfd support verify"
|
|
2175
2176
|
],
|
|
2176
2177
|
"syntaxes": [
|
|
2177
|
-
"buildchain kfd support project --
|
|
2178
|
-
"buildchain kfd support verify --projection-json <file-or-json> [--expected-source-sha <sha>] [--checked-at <date-time>] [--json]"
|
|
2178
|
+
"buildchain kfd support project --manifest-json <file-or-json> --manifest-gate-json <file-or-json> [--expected-source-sha <sha>] [--checked-at <date-time>] [--output <file>] [--json]",
|
|
2179
|
+
"buildchain kfd support verify --projection-json <file-or-json> --manifest-json <file-or-json> --manifest-gate-json <file-or-json> [--expected-source-sha <sha>] [--checked-at <date-time>] [--json]"
|
|
2179
2180
|
],
|
|
2180
2181
|
"options": [
|
|
2181
2182
|
"--checked-at",
|
|
2182
2183
|
"--expected-source-sha",
|
|
2183
|
-
"--gate-json",
|
|
2184
2184
|
"--json",
|
|
2185
|
-
"--
|
|
2185
|
+
"--manifest-gate-json",
|
|
2186
|
+
"--manifest-json",
|
|
2186
2187
|
"--output",
|
|
2187
2188
|
"--projection-json"
|
|
2188
2189
|
],
|
|
@@ -2191,7 +2192,7 @@
|
|
|
2191
2192
|
"buildchain kfd support project --help",
|
|
2192
2193
|
"buildchain kfd support verify --help"
|
|
2193
2194
|
],
|
|
2194
|
-
"purpose": "Project and verify a
|
|
2195
|
+
"purpose": "Project and verify a legacy KFD support matrix from one exact standard adopter manifest authority closure.",
|
|
2195
2196
|
"capabilityGroup": "kfd-trust",
|
|
2196
2197
|
"audience": [
|
|
2197
2198
|
"agent",
|
|
@@ -2079,6 +2079,10 @@
|
|
|
2079
2079
|
"classification": "digest-only",
|
|
2080
2080
|
"source": "workflow-call-input"
|
|
2081
2081
|
},
|
|
2082
|
+
"release-passport-kfd-adopter-manifest-json": {
|
|
2083
|
+
"classification": "digest-only",
|
|
2084
|
+
"source": "workflow-call-input"
|
|
2085
|
+
},
|
|
2082
2086
|
"release-passport-kfd-product-gate-jsons": {
|
|
2083
2087
|
"classification": "digest-only",
|
|
2084
2088
|
"source": "workflow-call-input"
|
|
@@ -2209,7 +2213,7 @@
|
|
|
2209
2213
|
"controller-receipt"
|
|
2210
2214
|
]
|
|
2211
2215
|
},
|
|
2212
|
-
"digest": "sha256:
|
|
2216
|
+
"digest": "sha256:4d44d0f729fbc112aa309ed22e74b9f1401b0470b99c1e6061c278babe5e4b8b"
|
|
2213
2217
|
},
|
|
2214
2218
|
{
|
|
2215
2219
|
"schemaVersion": 1,
|
|
@@ -2402,5 +2406,5 @@
|
|
|
2402
2406
|
"digest": "sha256:b6f53563c0adc859bc586c05fce560a5094d7d9666438d63c5fd3e1fc4774555"
|
|
2403
2407
|
}
|
|
2404
2408
|
],
|
|
2405
|
-
"digest": "sha256:
|
|
2409
|
+
"digest": "sha256:af18b46d8441d29c319a30ba30dfed9707bf2188c8eac868de34db366efef880"
|
|
2406
2410
|
}
|
|
@@ -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": "edd1ea15c121e884183c808de482f5eafc058cfb7adb46ada167cefb5c81b852",
|
|
25
25
|
"summary": {
|
|
26
26
|
"cliCommandCount": 114,
|
|
27
27
|
"workflowCount": 69,
|
|
@@ -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": "edd1ea15c121e884183c808de482f5eafc058cfb7adb46ada167cefb5c81b852",
|
|
250
250
|
"summary": {
|
|
251
251
|
"cliCommandCount": 114,
|
|
252
252
|
"workflowCount": 69,
|
|
@@ -1472,6 +1472,30 @@
|
|
|
1472
1472
|
"public": true,
|
|
1473
1473
|
"packageExport": "./kfd-product-gates"
|
|
1474
1474
|
},
|
|
1475
|
+
{
|
|
1476
|
+
"id": "export:./kfd-adopter-manifest",
|
|
1477
|
+
"name": "@kungfu-tech/buildchain/kfd-adopter-manifest",
|
|
1478
|
+
"kind": "package-export",
|
|
1479
|
+
"sourcePath": "packages/core/kfd-adopter-manifest.js",
|
|
1480
|
+
"evidencePath": "packages/core/kfd-adopter-manifest.js",
|
|
1481
|
+
"availability": "shipped",
|
|
1482
|
+
"visibility": "public",
|
|
1483
|
+
"participantFacing": true,
|
|
1484
|
+
"public": true,
|
|
1485
|
+
"packageExport": "./kfd-adopter-manifest"
|
|
1486
|
+
},
|
|
1487
|
+
{
|
|
1488
|
+
"id": "export:./kfd-adopter-release-binding",
|
|
1489
|
+
"name": "@kungfu-tech/buildchain/kfd-adopter-release-binding",
|
|
1490
|
+
"kind": "package-export",
|
|
1491
|
+
"sourcePath": "packages/core/artifact-verification-envelope.js",
|
|
1492
|
+
"evidencePath": "packages/core/artifact-verification-envelope.js",
|
|
1493
|
+
"availability": "shipped",
|
|
1494
|
+
"visibility": "public",
|
|
1495
|
+
"participantFacing": true,
|
|
1496
|
+
"public": true,
|
|
1497
|
+
"packageExport": "./kfd-adopter-release-binding"
|
|
1498
|
+
},
|
|
1475
1499
|
{
|
|
1476
1500
|
"id": "export:./kfd-agent-hub",
|
|
1477
1501
|
"name": "@kungfu-tech/buildchain/kfd-agent-hub",
|
|
@@ -2838,7 +2862,7 @@
|
|
|
2838
2862
|
},
|
|
2839
2863
|
{
|
|
2840
2864
|
"id": "cli:kfd-support",
|
|
2841
|
-
"name": "buildchain kfd support project --
|
|
2865
|
+
"name": "buildchain kfd support project --manifest-json <file-or-json> --manifest-gate-json <file-or-json>",
|
|
2842
2866
|
"kind": "cli-command",
|
|
2843
2867
|
"sourcePath": "bin/buildchain.mjs",
|
|
2844
2868
|
"evidencePath": "bin/buildchain.mjs",
|
|
@@ -3777,7 +3801,7 @@
|
|
|
3777
3801
|
"visibility": "public",
|
|
3778
3802
|
"participantFacing": true,
|
|
3779
3803
|
"public": true,
|
|
3780
|
-
"inputCount":
|
|
3804
|
+
"inputCount": 111,
|
|
3781
3805
|
"inputs": [
|
|
3782
3806
|
"allow-repository",
|
|
3783
3807
|
"artifact-name",
|
|
@@ -3867,6 +3891,7 @@
|
|
|
3867
3891
|
"release-passport-kfd-3-artifact-verify-command",
|
|
3868
3892
|
"release-passport-kfd-3-artifact-witness-jsons",
|
|
3869
3893
|
"release-passport-kfd-3-prebuild-witness-jsons",
|
|
3894
|
+
"release-passport-kfd-adopter-manifest-json",
|
|
3870
3895
|
"release-passport-kfd-product-gate-jsons",
|
|
3871
3896
|
"release-passport-kfd-support-matrix-json",
|
|
3872
3897
|
"release-passport-output-dir",
|
|
@@ -5119,7 +5144,7 @@
|
|
|
5119
5144
|
"visibility": "public",
|
|
5120
5145
|
"participantFacing": true,
|
|
5121
5146
|
"public": true,
|
|
5122
|
-
"inputCount":
|
|
5147
|
+
"inputCount": 102,
|
|
5123
5148
|
"inputs": [
|
|
5124
5149
|
"allow-repository",
|
|
5125
5150
|
"artifact-name",
|
|
@@ -5200,6 +5225,7 @@
|
|
|
5200
5225
|
"release-passport-kfd-3-artifact-verify-command",
|
|
5201
5226
|
"release-passport-kfd-3-artifact-witness-jsons",
|
|
5202
5227
|
"release-passport-kfd-3-prebuild-witness-jsons",
|
|
5228
|
+
"release-passport-kfd-adopter-manifest-json",
|
|
5203
5229
|
"release-passport-kfd-product-gate-jsons",
|
|
5204
5230
|
"release-passport-kfd-support-matrix-json",
|
|
5205
5231
|
"release-passport-output-dir",
|
|
@@ -5488,7 +5514,7 @@
|
|
|
5488
5514
|
"visibility": "public",
|
|
5489
5515
|
"participantFacing": true,
|
|
5490
5516
|
"public": true,
|
|
5491
|
-
"inputCount":
|
|
5517
|
+
"inputCount": 81,
|
|
5492
5518
|
"inputs": [
|
|
5493
5519
|
"allow-repository",
|
|
5494
5520
|
"branch-protection-bypass-apps",
|
|
@@ -5552,6 +5578,7 @@
|
|
|
5552
5578
|
"release-passport-kfd-3-artifact-verify-command",
|
|
5553
5579
|
"release-passport-kfd-3-artifact-witness-jsons",
|
|
5554
5580
|
"release-passport-kfd-3-prebuild-witness-jsons",
|
|
5581
|
+
"release-passport-kfd-adopter-manifest-json",
|
|
5555
5582
|
"release-passport-kfd-product-gate-jsons",
|
|
5556
5583
|
"release-passport-kfd-support-matrix-json",
|
|
5557
5584
|
"release-passport-output-dir",
|
|
@@ -6731,6 +6758,6 @@
|
|
|
6731
6758
|
}
|
|
6732
6759
|
}
|
|
6733
6760
|
],
|
|
6734
|
-
"publicSurfaceCount":
|
|
6761
|
+
"publicSurfaceCount": 430
|
|
6735
6762
|
}
|
|
6736
6763
|
}
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"product": {
|
|
5
5
|
"id": "kungfu-tech-buildchain",
|
|
6
6
|
"name": "@kungfu-tech/buildchain",
|
|
7
|
-
"version": "3.0.
|
|
7
|
+
"version": "3.0.9-alpha.0",
|
|
8
8
|
"repository": "https://github.com/kungfu-systems/buildchain"
|
|
9
9
|
},
|
|
10
10
|
"source": {
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"roleValid": true,
|
|
22
22
|
"package": {
|
|
23
23
|
"name": "@kungfu-tech/kfd",
|
|
24
|
-
"version": "1.0.0-alpha.
|
|
24
|
+
"version": "1.0.0-alpha.60"
|
|
25
25
|
},
|
|
26
26
|
"repository": "kungfu-systems/kfd",
|
|
27
27
|
"kfd": {
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"line": "v1.0",
|
|
47
47
|
"channel": "alpha",
|
|
48
48
|
"npmPackage": "@kungfu-tech/kfd",
|
|
49
|
-
"npmVersion": "1.0.0-alpha.
|
|
49
|
+
"npmVersion": "1.0.0-alpha.60",
|
|
50
50
|
"source": {
|
|
51
51
|
"repository": "kungfu-systems/kfd",
|
|
52
52
|
"branch": "alpha/v1/v1.0"
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
{
|
|
59
59
|
"path": "kfd.release.json",
|
|
60
60
|
"kind": "package",
|
|
61
|
-
"sha256": "sha256:
|
|
61
|
+
"sha256": "sha256:f7b01599964eead22b1d2a78bad5cc4cbf40f42825c848a3a57f6a90d836fbb7",
|
|
62
62
|
"contract": "kfd-release-anchor",
|
|
63
63
|
"role": "",
|
|
64
64
|
"directory": false
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
{
|
|
67
67
|
"path": ".buildchain/kfd-1/contract-world.witness.json",
|
|
68
68
|
"kind": "package",
|
|
69
|
-
"sha256": "sha256:
|
|
69
|
+
"sha256": "sha256:fb3cc58ec545c22f52ee083539fbbb133c931675dcf3766de5355fa4d4c2a1c4",
|
|
70
70
|
"contract": "",
|
|
71
71
|
"role": "",
|
|
72
72
|
"directory": false
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
{
|
|
75
75
|
"path": ".buildchain/kfd-2/public-release-trust.claim.json",
|
|
76
76
|
"kind": "package",
|
|
77
|
-
"sha256": "sha256:
|
|
77
|
+
"sha256": "sha256:d6f168dd736dd00a434cf2a8b808454115e5855bca8be1245657e210c650b502",
|
|
78
78
|
"contract": "",
|
|
79
79
|
"role": "",
|
|
80
80
|
"directory": false
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
{
|
|
83
83
|
"path": ".buildchain/kfd-2/kfd-foundation.trust-claims.json",
|
|
84
84
|
"kind": "package",
|
|
85
|
-
"sha256": "sha256:
|
|
85
|
+
"sha256": "sha256:4f1536860cf98288512ce5b5a6d7fd46be4b8ed17ac7d36eedfe2657a6821873",
|
|
86
86
|
"contract": "kfd-2-trust-claims",
|
|
87
87
|
"role": "",
|
|
88
88
|
"directory": false
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
{
|
|
91
91
|
"path": ".buildchain/kfd-2/kfd-foundation.trust-assessment.json",
|
|
92
92
|
"kind": "package",
|
|
93
|
-
"sha256": "sha256:
|
|
93
|
+
"sha256": "sha256:77cc790e951613fb47898a00941488b29272a6ecbb9aec6f0ca5d22342dada5b",
|
|
94
94
|
"contract": "kfd-2-trust-assessment",
|
|
95
95
|
"role": "",
|
|
96
96
|
"directory": false
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
{
|
|
107
107
|
"path": "standards.json",
|
|
108
108
|
"kind": "package",
|
|
109
|
-
"sha256": "sha256:
|
|
109
|
+
"sha256": "sha256:4cc77b8364fa5d4f158933ee3c89640b9ef1e2979c45c2fd9e7d69060258255e",
|
|
110
110
|
"contract": "kfd-standards-metadata",
|
|
111
111
|
"role": "",
|
|
112
112
|
"directory": false
|
|
@@ -122,7 +122,7 @@
|
|
|
122
122
|
"kfd"
|
|
123
123
|
],
|
|
124
124
|
"packageVersions": {
|
|
125
|
-
"kfd": "1.0.0-alpha.
|
|
125
|
+
"kfd": "1.0.0-alpha.60"
|
|
126
126
|
},
|
|
127
127
|
"status": "collected"
|
|
128
128
|
}
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"title": "Release Passport protocol",
|
|
65
65
|
"path": "docs/release-passport.md",
|
|
66
66
|
"plane": "verify",
|
|
67
|
-
"digest": "sha256:
|
|
67
|
+
"digest": "sha256:4ce3c2edb095d7a103b3b1d22033b4ac3709ce709f8990b21995d491898bd051",
|
|
68
68
|
"capabilityGroup": "release-passport-trust",
|
|
69
69
|
"audience": [
|
|
70
70
|
"release-operator",
|
|
@@ -150,7 +150,7 @@
|
|
|
150
150
|
"title": "Release Train and Release Cut",
|
|
151
151
|
"path": "docs/release-train.md",
|
|
152
152
|
"plane": "verify",
|
|
153
|
-
"digest": "sha256:
|
|
153
|
+
"digest": "sha256:7e97af1d4b32e34e944e5137d8a4d3b4efdd357e0542b4f483d941bc003be495",
|
|
154
154
|
"capabilityGroup": "governance-versioning",
|
|
155
155
|
"audience": [
|
|
156
156
|
"release-operator",
|
|
@@ -318,7 +318,7 @@
|
|
|
318
318
|
"title": "CLI and npm package",
|
|
319
319
|
"path": "docs/cli.md",
|
|
320
320
|
"plane": "use",
|
|
321
|
-
"digest": "sha256:
|
|
321
|
+
"digest": "sha256:142d4c11dde521dae8d829372ef28eb0b7b4d05ff29d0ce35d7fc33a7230dca5",
|
|
322
322
|
"capabilityGroup": "api-cli-reference",
|
|
323
323
|
"audience": [
|
|
324
324
|
"agent",
|
|
@@ -332,7 +332,7 @@
|
|
|
332
332
|
"title": "Generated CLI reference",
|
|
333
333
|
"path": "docs/cli-reference.md",
|
|
334
334
|
"plane": "use",
|
|
335
|
-
"digest": "sha256:
|
|
335
|
+
"digest": "sha256:9b3b7425b5a487afa81520cfac215466c71265915c1465bf6f185cb42b1c340e",
|
|
336
336
|
"capabilityGroup": "api-cli-reference",
|
|
337
337
|
"audience": [
|
|
338
338
|
"agent",
|
|
@@ -347,7 +347,7 @@
|
|
|
347
347
|
"title": "Generated Node API reference",
|
|
348
348
|
"path": "docs/node-api-reference.md",
|
|
349
349
|
"plane": "use",
|
|
350
|
-
"digest": "sha256:
|
|
350
|
+
"digest": "sha256:5caa3d6020c9449cb57bdeff92ec04255e7dafca8dd3639d3e134d72e75c5a2d",
|
|
351
351
|
"capabilityGroup": "api-cli-reference",
|
|
352
352
|
"audience": [
|
|
353
353
|
"agent",
|
|
@@ -375,7 +375,7 @@
|
|
|
375
375
|
"title": "KFD support and KFD-3 surface registration",
|
|
376
376
|
"path": "docs/kfd-support.md",
|
|
377
377
|
"plane": "verify",
|
|
378
|
-
"digest": "sha256:
|
|
378
|
+
"digest": "sha256:4efc8fb6f94293b75606aa0631dfa122edccc970c2cfc00c7e35f81817ea8335",
|
|
379
379
|
"capabilityGroup": "kfd-trust",
|
|
380
380
|
"audience": [
|
|
381
381
|
"agent",
|