@kungfu-tech/buildchain 3.0.0 → 3.0.1-alpha.1
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/README.md +3 -0
- package/dist/site/buildchain-contract.json +101 -26
- package/dist/site/buildchain-site.json +93 -17
- package/dist/site/capability-registry.json +6 -5
- package/dist/site/controller-registry.json +23 -3
- package/dist/site/kfd-claims.json +92 -11
- package/dist/site/kfd-upstream-aggregate.json +1 -1
- package/dist/site/manual-registry.json +17 -3
- package/dist/site/node-api-registry.json +19 -6
- package/dist/site/page-registry.json +77 -9
- package/dist/site/public-surface-audit.json +61 -9
- package/dist/site/publication-authority-registry.json +19 -1
- package/dist/site/publication-registry.json +4 -4
- package/dist/site/release-provenance.json +1 -0
- package/dist/site/site-manifest.json +15 -7
- package/dist/site/workflow-registry.json +52 -5
- package/docs/MAP.md +1 -0
- package/docs/auditable-demo.md +155 -0
- package/docs/github-governance-authority.md +2 -2
- package/docs/release-activation-transaction.md +38 -0
- package/docs/versioning.md +1 -0
- package/package.json +2 -1
- package/packages/core/buildchain-config.js +14 -0
- package/packages/core/buildchain-contract.js +45 -0
- package/packages/core/buildchain-kfd-claims.js +1 -0
- package/packages/core/buildchain-publication-authority.js +1 -0
- package/packages/core/github-governance-authority.js +3 -3
- package/packages/core/index.js +14 -0
- package/packages/core/release-activation-transaction.js +421 -0
- package/scripts/auditable-demo.mjs +576 -0
- package/scripts/check-inventory.mjs +4 -0
- package/scripts/generate-site-bundle.mjs +5 -0
- package/scripts/installer-publication.mjs +15 -5
- package/scripts/publication-commit-evidence.mjs +298 -12
- package/scripts/resolve-artifact-coordinates.mjs +174 -0
|
@@ -1006,6 +1006,10 @@
|
|
|
1006
1006
|
"classification": "redacted",
|
|
1007
1007
|
"source": "workflow-call-input"
|
|
1008
1008
|
},
|
|
1009
|
+
"production-source-sha": {
|
|
1010
|
+
"classification": "included",
|
|
1011
|
+
"source": "workflow-call-input"
|
|
1012
|
+
},
|
|
1009
1013
|
"publication-admission-json": {
|
|
1010
1014
|
"classification": "digest-only",
|
|
1011
1015
|
"source": "workflow-call-input"
|
|
@@ -1098,7 +1102,7 @@
|
|
|
1098
1102
|
"controller-receipt"
|
|
1099
1103
|
]
|
|
1100
1104
|
},
|
|
1101
|
-
"digest": "sha256:
|
|
1105
|
+
"digest": "sha256:c5274b37f04d0054559fdc8698c51bd0f0d8ae470baf163e9caa7699aa970575"
|
|
1102
1106
|
},
|
|
1103
1107
|
{
|
|
1104
1108
|
"schemaVersion": 1,
|
|
@@ -1722,6 +1726,14 @@
|
|
|
1722
1726
|
"classification": "included",
|
|
1723
1727
|
"source": "workflow-call-input"
|
|
1724
1728
|
},
|
|
1729
|
+
"release-activation-command": {
|
|
1730
|
+
"classification": "digest-only",
|
|
1731
|
+
"source": "workflow-call-input"
|
|
1732
|
+
},
|
|
1733
|
+
"release-activation-receipt-set-path": {
|
|
1734
|
+
"classification": "digest-only",
|
|
1735
|
+
"source": "workflow-call-input"
|
|
1736
|
+
},
|
|
1725
1737
|
"release-candidate-workflow-file": {
|
|
1726
1738
|
"classification": "included",
|
|
1727
1739
|
"source": "workflow-call-input"
|
|
@@ -1738,6 +1750,14 @@
|
|
|
1738
1750
|
"classification": "included",
|
|
1739
1751
|
"source": "workflow-call-input"
|
|
1740
1752
|
},
|
|
1753
|
+
"release-passport-evidence-command": {
|
|
1754
|
+
"classification": "digest-only",
|
|
1755
|
+
"source": "workflow-call-input"
|
|
1756
|
+
},
|
|
1757
|
+
"release-passport-evidence-path": {
|
|
1758
|
+
"classification": "digest-only",
|
|
1759
|
+
"source": "workflow-call-input"
|
|
1760
|
+
},
|
|
1741
1761
|
"release-passport-impact-json": {
|
|
1742
1762
|
"classification": "digest-only",
|
|
1743
1763
|
"source": "workflow-call-input"
|
|
@@ -1852,7 +1872,7 @@
|
|
|
1852
1872
|
"controller-receipt"
|
|
1853
1873
|
]
|
|
1854
1874
|
},
|
|
1855
|
-
"digest": "sha256:
|
|
1875
|
+
"digest": "sha256:2bae7310eb27f48a3afc6b7f993872d6b6121cf3f67ad4d6e2da35b254c4d047"
|
|
1856
1876
|
},
|
|
1857
1877
|
{
|
|
1858
1878
|
"schemaVersion": 1,
|
|
@@ -2028,5 +2048,5 @@
|
|
|
2028
2048
|
"digest": "sha256:b6f53563c0adc859bc586c05fce560a5094d7d9666438d63c5fd3e1fc4774555"
|
|
2029
2049
|
}
|
|
2030
2050
|
],
|
|
2031
|
-
"digest": "sha256:
|
|
2051
|
+
"digest": "sha256:4b5425a3111fa55d3c9244c4af08effa9045362680bd0833a30d718aba256600"
|
|
2032
2052
|
}
|
|
@@ -14,19 +14,19 @@
|
|
|
14
14
|
},
|
|
15
15
|
"runtimeContract": {
|
|
16
16
|
"contract": "kungfu-buildchain-runtime-contract-world",
|
|
17
|
-
"compatibilityDigest": "sha256:
|
|
17
|
+
"compatibilityDigest": "sha256:008b1c5a90a787cf30106829ac7aca68ab501f6d9c375e415d9c5c6b89039f46",
|
|
18
18
|
"majorLine": "v3"
|
|
19
19
|
},
|
|
20
20
|
"publicSurfaceReverseAudit": {
|
|
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": "b95d6937fa884cbb0f69c64b8361e3e862a87bd659f793c3d8e7a145d0a0c2dc",
|
|
25
25
|
"summary": {
|
|
26
26
|
"cliCommandCount": 87,
|
|
27
|
-
"workflowCount":
|
|
27
|
+
"workflowCount": 53,
|
|
28
28
|
"actionCount": 5,
|
|
29
|
-
"sitePageCount":
|
|
29
|
+
"sitePageCount": 56,
|
|
30
30
|
"docCommandRefCount": 276,
|
|
31
31
|
"failureCount": 0
|
|
32
32
|
},
|
|
@@ -228,12 +228,12 @@
|
|
|
228
228
|
"contract": "kungfu-buildchain-public-surface-reverse-audit",
|
|
229
229
|
"path": "dist/site/public-surface-audit.json",
|
|
230
230
|
"status": "passed",
|
|
231
|
-
"sha256": "
|
|
231
|
+
"sha256": "b95d6937fa884cbb0f69c64b8361e3e862a87bd659f793c3d8e7a145d0a0c2dc",
|
|
232
232
|
"summary": {
|
|
233
233
|
"cliCommandCount": 87,
|
|
234
|
-
"workflowCount":
|
|
234
|
+
"workflowCount": 53,
|
|
235
235
|
"actionCount": 5,
|
|
236
|
-
"sitePageCount":
|
|
236
|
+
"sitePageCount": 56,
|
|
237
237
|
"docCommandRefCount": 276,
|
|
238
238
|
"failureCount": 0
|
|
239
239
|
},
|
|
@@ -332,6 +332,18 @@
|
|
|
332
332
|
"public": true,
|
|
333
333
|
"plane": "use"
|
|
334
334
|
},
|
|
335
|
+
{
|
|
336
|
+
"id": "doc:docs/auditable-demo.md",
|
|
337
|
+
"name": "Auditable demo artifact pipeline",
|
|
338
|
+
"kind": "documentation",
|
|
339
|
+
"sourcePath": "docs/auditable-demo.md",
|
|
340
|
+
"evidencePath": "docs/auditable-demo.md",
|
|
341
|
+
"availability": "shipped",
|
|
342
|
+
"visibility": "public",
|
|
343
|
+
"participantFacing": true,
|
|
344
|
+
"public": true,
|
|
345
|
+
"plane": "verify"
|
|
346
|
+
},
|
|
335
347
|
{
|
|
336
348
|
"id": "doc:docs/binary-distribution.md",
|
|
337
349
|
"name": "Binary distribution contract",
|
|
@@ -1425,6 +1437,18 @@
|
|
|
1425
1437
|
"public": true,
|
|
1426
1438
|
"packageExport": "./release-propagation"
|
|
1427
1439
|
},
|
|
1440
|
+
{
|
|
1441
|
+
"id": "export:./release-activation-transaction",
|
|
1442
|
+
"name": "@kungfu-tech/buildchain/release-activation-transaction",
|
|
1443
|
+
"kind": "package-export",
|
|
1444
|
+
"sourcePath": "packages/core/release-activation-transaction.js",
|
|
1445
|
+
"evidencePath": "packages/core/release-activation-transaction.js",
|
|
1446
|
+
"availability": "shipped",
|
|
1447
|
+
"visibility": "public",
|
|
1448
|
+
"participantFacing": true,
|
|
1449
|
+
"public": true,
|
|
1450
|
+
"packageExport": "./release-activation-transaction"
|
|
1451
|
+
},
|
|
1428
1452
|
{
|
|
1429
1453
|
"id": "export:./surface-manifest",
|
|
1430
1454
|
"name": "@kungfu-tech/buildchain/surface-manifest",
|
|
@@ -2717,6 +2741,30 @@
|
|
|
2717
2741
|
"public": true,
|
|
2718
2742
|
"reverseAuditSource": "bin/buildchain.mjs"
|
|
2719
2743
|
},
|
|
2744
|
+
{
|
|
2745
|
+
"id": "workflow:.auditable-demo",
|
|
2746
|
+
"name": "workflow:.auditable-demo",
|
|
2747
|
+
"kind": "workflow",
|
|
2748
|
+
"sourcePath": ".github/workflows/.auditable-demo.yml",
|
|
2749
|
+
"evidencePath": ".github/workflows/.auditable-demo.yml",
|
|
2750
|
+
"availability": "shipped",
|
|
2751
|
+
"visibility": "public",
|
|
2752
|
+
"participantFacing": true,
|
|
2753
|
+
"public": true,
|
|
2754
|
+
"inputCount": 9,
|
|
2755
|
+
"inputs": [
|
|
2756
|
+
"adapter-path",
|
|
2757
|
+
"artifact-retention-days",
|
|
2758
|
+
"buildchain-repository",
|
|
2759
|
+
"render-media",
|
|
2760
|
+
"renderer-image",
|
|
2761
|
+
"require-trusted-event",
|
|
2762
|
+
"source-artifact-digest",
|
|
2763
|
+
"source-artifact-name",
|
|
2764
|
+
"source-ref"
|
|
2765
|
+
],
|
|
2766
|
+
"reverseAuditSource": ".github/workflows"
|
|
2767
|
+
},
|
|
2720
2768
|
{
|
|
2721
2769
|
"id": "workflow:.binary-release-assets",
|
|
2722
2770
|
"name": "workflow:.binary-release-assets",
|
|
@@ -2933,7 +2981,7 @@
|
|
|
2933
2981
|
"visibility": "public",
|
|
2934
2982
|
"participantFacing": true,
|
|
2935
2983
|
"public": true,
|
|
2936
|
-
"inputCount":
|
|
2984
|
+
"inputCount": 83,
|
|
2937
2985
|
"inputs": [
|
|
2938
2986
|
"allow-repository",
|
|
2939
2987
|
"artifact-name",
|
|
@@ -2992,10 +3040,14 @@
|
|
|
2992
3040
|
"publish-required-artifacts-json",
|
|
2993
3041
|
"publish-target",
|
|
2994
3042
|
"publish-transaction-override",
|
|
3043
|
+
"release-activation-command",
|
|
3044
|
+
"release-activation-receipt-set-path",
|
|
2995
3045
|
"release-candidate-workflow-file",
|
|
2996
3046
|
"release-candidate-workflow-name",
|
|
2997
3047
|
"release-passport",
|
|
2998
3048
|
"release-passport-buildchain-self-kfd",
|
|
3049
|
+
"release-passport-evidence-command",
|
|
3050
|
+
"release-passport-evidence-path",
|
|
2999
3051
|
"release-passport-impact-json",
|
|
3000
3052
|
"release-passport-invariant-passport-command",
|
|
3001
3053
|
"release-passport-invariant-passport-jsons",
|
|
@@ -3244,7 +3296,7 @@
|
|
|
3244
3296
|
"visibility": "public",
|
|
3245
3297
|
"participantFacing": true,
|
|
3246
3298
|
"public": true,
|
|
3247
|
-
"inputCount":
|
|
3299
|
+
"inputCount": 41,
|
|
3248
3300
|
"inputs": [
|
|
3249
3301
|
"artifact-path",
|
|
3250
3302
|
"aws-region",
|
|
@@ -3274,6 +3326,7 @@
|
|
|
3274
3326
|
"production-release-on-main",
|
|
3275
3327
|
"production-release-pr-mode",
|
|
3276
3328
|
"production-release-pr-token",
|
|
3329
|
+
"production-source-sha",
|
|
3277
3330
|
"publication-admission-json",
|
|
3278
3331
|
"publication-control-plane-audit-json",
|
|
3279
3332
|
"publication-expected-json",
|
|
@@ -3920,7 +3973,7 @@
|
|
|
3920
3973
|
"visibility": "public",
|
|
3921
3974
|
"participantFacing": true,
|
|
3922
3975
|
"public": true,
|
|
3923
|
-
"inputCount":
|
|
3976
|
+
"inputCount": 75,
|
|
3924
3977
|
"inputs": [
|
|
3925
3978
|
"allow-repository",
|
|
3926
3979
|
"artifact-name",
|
|
@@ -3971,10 +4024,14 @@
|
|
|
3971
4024
|
"publish-required-artifacts-json",
|
|
3972
4025
|
"publish-target",
|
|
3973
4026
|
"publish-transaction-override",
|
|
4027
|
+
"release-activation-command",
|
|
4028
|
+
"release-activation-receipt-set-path",
|
|
3974
4029
|
"release-candidate-workflow-file",
|
|
3975
4030
|
"release-candidate-workflow-name",
|
|
3976
4031
|
"release-passport",
|
|
3977
4032
|
"release-passport-buildchain-self-kfd",
|
|
4033
|
+
"release-passport-evidence-command",
|
|
4034
|
+
"release-passport-evidence-path",
|
|
3978
4035
|
"release-passport-impact-json",
|
|
3979
4036
|
"release-passport-invariant-passport-command",
|
|
3980
4037
|
"release-passport-invariant-passport-jsons",
|
|
@@ -4614,6 +4671,18 @@
|
|
|
4614
4671
|
"public": true,
|
|
4615
4672
|
"reverseAuditSource": "dist/site/page-registry.json"
|
|
4616
4673
|
},
|
|
4674
|
+
{
|
|
4675
|
+
"id": "site-page:manual:auditable-demo",
|
|
4676
|
+
"name": "site-page:manual:auditable-demo",
|
|
4677
|
+
"kind": "site-page",
|
|
4678
|
+
"sourcePath": "dist/site/page-registry.json",
|
|
4679
|
+
"evidencePath": "dist/site/page-registry.json",
|
|
4680
|
+
"availability": "shipped",
|
|
4681
|
+
"visibility": "public",
|
|
4682
|
+
"participantFacing": true,
|
|
4683
|
+
"public": true,
|
|
4684
|
+
"reverseAuditSource": "dist/site/page-registry.json"
|
|
4685
|
+
},
|
|
4617
4686
|
{
|
|
4618
4687
|
"id": "site-page:manual:binary-distribution",
|
|
4619
4688
|
"name": "site-page:manual:binary-distribution",
|
|
@@ -4866,6 +4935,18 @@
|
|
|
4866
4935
|
"public": true,
|
|
4867
4936
|
"reverseAuditSource": "dist/site/page-registry.json"
|
|
4868
4937
|
},
|
|
4938
|
+
{
|
|
4939
|
+
"id": "site-page:manual:release-activation-transaction",
|
|
4940
|
+
"name": "site-page:manual:release-activation-transaction",
|
|
4941
|
+
"kind": "site-page",
|
|
4942
|
+
"sourcePath": "dist/site/page-registry.json",
|
|
4943
|
+
"evidencePath": "dist/site/page-registry.json",
|
|
4944
|
+
"availability": "shipped",
|
|
4945
|
+
"visibility": "public",
|
|
4946
|
+
"participantFacing": true,
|
|
4947
|
+
"public": true,
|
|
4948
|
+
"reverseAuditSource": "dist/site/page-registry.json"
|
|
4949
|
+
},
|
|
4869
4950
|
{
|
|
4870
4951
|
"id": "site-page:manual:release-candidate",
|
|
4871
4952
|
"name": "site-page:manual:release-candidate",
|
|
@@ -5172,6 +5253,6 @@
|
|
|
5172
5253
|
}
|
|
5173
5254
|
}
|
|
5174
5255
|
],
|
|
5175
|
-
"publicSurfaceCount":
|
|
5256
|
+
"publicSurfaceCount": 334
|
|
5176
5257
|
}
|
|
5177
5258
|
}
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"title": "Buildchain documentation map",
|
|
10
10
|
"path": "docs/MAP.md",
|
|
11
11
|
"plane": "use",
|
|
12
|
-
"digest": "sha256:
|
|
12
|
+
"digest": "sha256:11ccb0a90cc0583a1a67da36609a8b07207f259815ac9ac0926c2ec8d7a8764a",
|
|
13
13
|
"capabilityGroup": "getting-started",
|
|
14
14
|
"audience": [
|
|
15
15
|
"agent",
|
|
@@ -18,6 +18,20 @@
|
|
|
18
18
|
"maturity": "stable",
|
|
19
19
|
"order": 10
|
|
20
20
|
},
|
|
21
|
+
{
|
|
22
|
+
"id": "auditable-demo",
|
|
23
|
+
"title": "Auditable demo artifact pipeline",
|
|
24
|
+
"path": "docs/auditable-demo.md",
|
|
25
|
+
"plane": "verify",
|
|
26
|
+
"digest": "sha256:cff9786d4de098c84ea7e494b523627d6431909f15c82940e2193dbda1ef10e9",
|
|
27
|
+
"capabilityGroup": "reusable-build",
|
|
28
|
+
"audience": [
|
|
29
|
+
"consumer",
|
|
30
|
+
"agent"
|
|
31
|
+
],
|
|
32
|
+
"maturity": "preview",
|
|
33
|
+
"order": 207
|
|
34
|
+
},
|
|
21
35
|
{
|
|
22
36
|
"id": "install",
|
|
23
37
|
"title": "Install and verify Buildchain",
|
|
@@ -79,7 +93,7 @@
|
|
|
79
93
|
"title": "GitHub governance authority",
|
|
80
94
|
"path": "docs/github-governance-authority.md",
|
|
81
95
|
"plane": "verify",
|
|
82
|
-
"digest": "sha256:
|
|
96
|
+
"digest": "sha256:b8c3d9ad53c2509bbd95804ccc31f6aa89989c3aadf3a2b75d9c73aef168b7e8",
|
|
83
97
|
"capabilityGroup": "governance-versioning",
|
|
84
98
|
"audience": [
|
|
85
99
|
"maintainer",
|
|
@@ -401,7 +415,7 @@
|
|
|
401
415
|
"title": "Versioning",
|
|
402
416
|
"path": "docs/versioning.md",
|
|
403
417
|
"plane": "why",
|
|
404
|
-
"digest": "sha256:
|
|
418
|
+
"digest": "sha256:f3665f2f173bdcb287cf8aa509035164e818b20088849f4a2bce098951c84ea3",
|
|
405
419
|
"capabilityGroup": "governance-versioning",
|
|
406
420
|
"audience": [
|
|
407
421
|
"maintainer"
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"specifier": "@kungfu-tech/buildchain",
|
|
9
9
|
"export": ".",
|
|
10
10
|
"target": "./packages/core/index.js",
|
|
11
|
-
"digest": "sha256:
|
|
11
|
+
"digest": "sha256:7f1f3ce6c862e556dc73a0b3b7fe96b8c6772b96de3e677a77eed87c8a03047f",
|
|
12
12
|
"summary": "Root toolkit export for Buildchain's public Node API.",
|
|
13
13
|
"capabilityGroup": "api-cli-reference",
|
|
14
14
|
"audience": [
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"specifier": "@kungfu-tech/buildchain/core",
|
|
48
48
|
"export": "./core",
|
|
49
49
|
"target": "./packages/core/index.js",
|
|
50
|
-
"digest": "sha256:
|
|
50
|
+
"digest": "sha256:7f1f3ce6c862e556dc73a0b3b7fe96b8c6772b96de3e677a77eed87c8a03047f",
|
|
51
51
|
"summary": "Alias for the root public toolkit export.",
|
|
52
52
|
"capabilityGroup": "api-cli-reference",
|
|
53
53
|
"audience": [
|
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
"specifier": "@kungfu-tech/buildchain/buildchain-contract",
|
|
100
100
|
"export": "./buildchain-contract",
|
|
101
101
|
"target": "./packages/core/buildchain-contract.js",
|
|
102
|
-
"digest": "sha256:
|
|
102
|
+
"digest": "sha256:5772ad10d66e8fbbc07c06f4df521c7d60b631b0505b47540ce05804bcb576b0",
|
|
103
103
|
"summary": "Runtime contract world and compatibility digest APIs for floating-ref drift checks.",
|
|
104
104
|
"capabilityGroup": "governance-versioning",
|
|
105
105
|
"audience": [
|
|
@@ -333,7 +333,7 @@
|
|
|
333
333
|
"specifier": "@kungfu-tech/buildchain/buildchain-publication-authority",
|
|
334
334
|
"export": "./buildchain-publication-authority",
|
|
335
335
|
"target": "./packages/core/buildchain-publication-authority.js",
|
|
336
|
-
"digest": "sha256:
|
|
336
|
+
"digest": "sha256:85f524a61cfc9931cae24158f8ff718ef0eae3a2a839670ab01744cbdfdd10c3",
|
|
337
337
|
"summary": "Buildchain-owned closed-world publication authority descriptor registry.",
|
|
338
338
|
"capabilityGroup": "release-passport-trust",
|
|
339
339
|
"audience": [
|
|
@@ -346,7 +346,7 @@
|
|
|
346
346
|
"specifier": "@kungfu-tech/buildchain/github-governance-authority",
|
|
347
347
|
"export": "./github-governance-authority",
|
|
348
348
|
"target": "./packages/core/github-governance-authority.js",
|
|
349
|
-
"digest": "sha256:
|
|
349
|
+
"digest": "sha256:63f3ce1520edf99e4f877b1dd28afa33d85150266940cd60f82c2aadba38c50d",
|
|
350
350
|
"summary": "Fail-closed GitHub ownership, effective-policy, managed-zone admission, rollout-plan, and immutable receipt APIs.",
|
|
351
351
|
"capabilityGroup": "governance-versioning",
|
|
352
352
|
"audience": [
|
|
@@ -433,6 +433,19 @@
|
|
|
433
433
|
],
|
|
434
434
|
"maturity": "stable"
|
|
435
435
|
},
|
|
436
|
+
{
|
|
437
|
+
"specifier": "@kungfu-tech/buildchain/release-activation-transaction",
|
|
438
|
+
"export": "./release-activation-transaction",
|
|
439
|
+
"target": "./packages/core/release-activation-transaction.js",
|
|
440
|
+
"digest": "sha256:a37ecb18d123febc53503184fe725d6f5cb1ac85d522846b5112bd21f52ff8ac",
|
|
441
|
+
"summary": "Ordered cross-repository activation, exact receipt-set binding, retry, abort, rollback, and shadow-rehearsal APIs.",
|
|
442
|
+
"capabilityGroup": "release-passport-trust",
|
|
443
|
+
"audience": [
|
|
444
|
+
"developer",
|
|
445
|
+
"agent"
|
|
446
|
+
],
|
|
447
|
+
"maturity": "stable"
|
|
448
|
+
},
|
|
436
449
|
{
|
|
437
450
|
"specifier": "@kungfu-tech/buildchain/surface-manifest",
|
|
438
451
|
"export": "./surface-manifest",
|
|
@@ -450,7 +463,7 @@
|
|
|
450
463
|
"specifier": "@kungfu-tech/buildchain/buildchain-kfd-claims",
|
|
451
464
|
"export": "./buildchain-kfd-claims",
|
|
452
465
|
"target": "./packages/core/buildchain-kfd-claims.js",
|
|
453
|
-
"digest": "sha256:
|
|
466
|
+
"digest": "sha256:f3a719c64881e650a6ef68e3e0d4acd40878722b0eb76b88d30081db77ad92c8",
|
|
454
467
|
"summary": "Buildchain self KFD claim registry, witnesses, and public claim APIs.",
|
|
455
468
|
"capabilityGroup": "kfd-trust",
|
|
456
469
|
"audience": [
|