@kungfu-tech/buildchain 2.12.4 → 2.12.5-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/bin/buildchain.mjs +3 -0
- package/dist/site/agent-index.json +1 -0
- package/dist/site/artifact-schemas.json +1 -0
- package/dist/site/buildchain-contract.json +2008 -12
- package/dist/site/buildchain-site.json +74 -11
- package/dist/site/capability-registry.json +4 -3
- package/dist/site/controller-registry.json +1626 -0
- package/dist/site/kfd-claims.json +88 -74
- package/dist/site/kfd-upstream-aggregate.json +1 -1
- package/dist/site/manual-registry.json +18 -2
- package/dist/site/node-api-registry.json +20 -7
- package/dist/site/page-registry.json +58 -5
- package/dist/site/public-surface-audit.json +572 -102
- package/dist/site/publication-registry.json +4 -4
- package/dist/site/release-provenance.json +2 -0
- package/dist/site/site-manifest.json +15 -6
- package/dist/site/workflow-registry.json +534 -68
- package/docs/MAP.md +2 -1
- package/docs/controller-evidence.md +113 -0
- package/docs/release-passport.md +6 -0
- package/package.json +3 -1
- package/packages/core/buildchain-contract.js +62 -1
- package/packages/core/buildchain-kfd-claims.js +3 -0
- package/packages/core/controller-evidence.js +505 -0
- package/packages/core/index.js +17 -0
- package/packages/core/public-surface-audit.js +40 -3
- package/packages/core/release-candidate.js +26 -0
- package/packages/core/release-passport.js +19 -0
- package/scripts/check-inventory.mjs +4 -1
- package/scripts/controller-evidence.mjs +170 -0
- package/scripts/generate-channel-build-workflow.mjs +141 -2
- package/scripts/generate-release-candidate-passport.mjs +4 -0
- package/scripts/generate-site-bundle.mjs +11 -1
|
@@ -14,19 +14,19 @@
|
|
|
14
14
|
},
|
|
15
15
|
"runtimeContract": {
|
|
16
16
|
"contract": "kungfu-buildchain-runtime-contract-world",
|
|
17
|
-
"compatibilityDigest": "sha256:
|
|
17
|
+
"compatibilityDigest": "sha256:2520207c5d6d6a737dd32251a42be9c5299644d9aebf690a8402ead1724ed495",
|
|
18
18
|
"majorLine": "v2"
|
|
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": "da49ee5526b44e5e9baa9aa846c35776aa5fcb64fd76e4b6611a4cd517555034",
|
|
25
25
|
"summary": {
|
|
26
26
|
"cliCommandCount": 76,
|
|
27
27
|
"workflowCount": 43,
|
|
28
28
|
"actionCount": 4,
|
|
29
|
-
"sitePageCount":
|
|
29
|
+
"sitePageCount": 48,
|
|
30
30
|
"docCommandRefCount": 241,
|
|
31
31
|
"failureCount": 0
|
|
32
32
|
},
|
|
@@ -225,12 +225,12 @@
|
|
|
225
225
|
"contract": "kungfu-buildchain-public-surface-reverse-audit",
|
|
226
226
|
"path": "dist/site/public-surface-audit.json",
|
|
227
227
|
"status": "passed",
|
|
228
|
-
"sha256": "
|
|
228
|
+
"sha256": "da49ee5526b44e5e9baa9aa846c35776aa5fcb64fd76e4b6611a4cd517555034",
|
|
229
229
|
"summary": {
|
|
230
230
|
"cliCommandCount": 76,
|
|
231
231
|
"workflowCount": 43,
|
|
232
232
|
"actionCount": 4,
|
|
233
|
-
"sitePageCount":
|
|
233
|
+
"sitePageCount": 48,
|
|
234
234
|
"docCommandRefCount": 241,
|
|
235
235
|
"failureCount": 0
|
|
236
236
|
},
|
|
@@ -365,6 +365,18 @@
|
|
|
365
365
|
"public": true,
|
|
366
366
|
"plane": "use"
|
|
367
367
|
},
|
|
368
|
+
{
|
|
369
|
+
"id": "doc:docs/controller-evidence.md",
|
|
370
|
+
"name": "Controller evidence contract",
|
|
371
|
+
"kind": "documentation",
|
|
372
|
+
"sourcePath": "docs/controller-evidence.md",
|
|
373
|
+
"evidencePath": "docs/controller-evidence.md",
|
|
374
|
+
"availability": "shipped",
|
|
375
|
+
"visibility": "public",
|
|
376
|
+
"participantFacing": true,
|
|
377
|
+
"public": true,
|
|
378
|
+
"plane": "verify"
|
|
379
|
+
},
|
|
368
380
|
{
|
|
369
381
|
"id": "doc:docs/homebrew.md",
|
|
370
382
|
"name": "Homebrew distribution indexes",
|
|
@@ -808,6 +820,17 @@
|
|
|
808
820
|
"participantFacing": true,
|
|
809
821
|
"public": true
|
|
810
822
|
},
|
|
823
|
+
{
|
|
824
|
+
"id": "schema:packages/core/controller-evidence.js",
|
|
825
|
+
"name": "schema:packages/core/controller-evidence.js",
|
|
826
|
+
"kind": "schema",
|
|
827
|
+
"sourcePath": "packages/core/controller-evidence.js",
|
|
828
|
+
"evidencePath": "packages/core/controller-evidence.js",
|
|
829
|
+
"availability": "shipped",
|
|
830
|
+
"visibility": "public",
|
|
831
|
+
"participantFacing": true,
|
|
832
|
+
"public": true
|
|
833
|
+
},
|
|
811
834
|
{
|
|
812
835
|
"id": "schema:packages/core/buildchain-kfd-claims.js",
|
|
813
836
|
"name": "schema:packages/core/buildchain-kfd-claims.js",
|
|
@@ -983,6 +1006,18 @@
|
|
|
983
1006
|
"public": true,
|
|
984
1007
|
"packageExport": "./buildchain-contract"
|
|
985
1008
|
},
|
|
1009
|
+
{
|
|
1010
|
+
"id": "export:./controller-evidence",
|
|
1011
|
+
"name": "@kungfu-tech/buildchain/controller-evidence",
|
|
1012
|
+
"kind": "package-export",
|
|
1013
|
+
"sourcePath": "packages/core/controller-evidence.js",
|
|
1014
|
+
"evidencePath": "packages/core/controller-evidence.js",
|
|
1015
|
+
"availability": "shipped",
|
|
1016
|
+
"visibility": "public",
|
|
1017
|
+
"participantFacing": true,
|
|
1018
|
+
"public": true,
|
|
1019
|
+
"packageExport": "./controller-evidence"
|
|
1020
|
+
},
|
|
986
1021
|
{
|
|
987
1022
|
"id": "export:./diagnostics",
|
|
988
1023
|
"name": "@kungfu-tech/buildchain/diagnostics",
|
|
@@ -1300,6 +1335,17 @@
|
|
|
1300
1335
|
"participantFacing": true,
|
|
1301
1336
|
"public": true
|
|
1302
1337
|
},
|
|
1338
|
+
{
|
|
1339
|
+
"id": "site:dist/site/controller-registry.json",
|
|
1340
|
+
"name": "site:dist/site/controller-registry.json",
|
|
1341
|
+
"kind": "site-consumption-contract",
|
|
1342
|
+
"sourcePath": "dist/site/controller-registry.json",
|
|
1343
|
+
"evidencePath": "dist/site/controller-registry.json",
|
|
1344
|
+
"availability": "shipped",
|
|
1345
|
+
"visibility": "public",
|
|
1346
|
+
"participantFacing": true,
|
|
1347
|
+
"public": true
|
|
1348
|
+
},
|
|
1303
1349
|
{
|
|
1304
1350
|
"id": "site:dist/site/public-surface-audit.json",
|
|
1305
1351
|
"name": "site:dist/site/public-surface-audit.json",
|
|
@@ -2747,11 +2793,8 @@
|
|
|
2747
2793
|
"visibility": "public",
|
|
2748
2794
|
"participantFacing": true,
|
|
2749
2795
|
"public": true,
|
|
2750
|
-
"inputCount":
|
|
2751
|
-
"inputs": [
|
|
2752
|
-
"tag",
|
|
2753
|
-
"upload-release"
|
|
2754
|
-
],
|
|
2796
|
+
"inputCount": 0,
|
|
2797
|
+
"inputs": [],
|
|
2755
2798
|
"reverseAuditSource": ".github/workflows"
|
|
2756
2799
|
},
|
|
2757
2800
|
{
|
|
@@ -2764,10 +2807,8 @@
|
|
|
2764
2807
|
"visibility": "public",
|
|
2765
2808
|
"participantFacing": true,
|
|
2766
2809
|
"public": true,
|
|
2767
|
-
"inputCount":
|
|
2768
|
-
"inputs": [
|
|
2769
|
-
"artifact-transfer-mode"
|
|
2770
|
-
],
|
|
2810
|
+
"inputCount": 0,
|
|
2811
|
+
"inputs": [],
|
|
2771
2812
|
"reverseAuditSource": ".github/workflows"
|
|
2772
2813
|
},
|
|
2773
2814
|
{
|
|
@@ -2870,11 +2911,8 @@
|
|
|
2870
2911
|
"visibility": "public",
|
|
2871
2912
|
"participantFacing": true,
|
|
2872
2913
|
"public": true,
|
|
2873
|
-
"inputCount":
|
|
2874
|
-
"inputs": [
|
|
2875
|
-
"buildchain-ref",
|
|
2876
|
-
"dry-run"
|
|
2877
|
-
],
|
|
2914
|
+
"inputCount": 0,
|
|
2915
|
+
"inputs": [],
|
|
2878
2916
|
"reverseAuditSource": ".github/workflows"
|
|
2879
2917
|
},
|
|
2880
2918
|
{
|
|
@@ -2887,11 +2925,8 @@
|
|
|
2887
2925
|
"visibility": "public",
|
|
2888
2926
|
"participantFacing": true,
|
|
2889
2927
|
"public": true,
|
|
2890
|
-
"inputCount":
|
|
2891
|
-
"inputs": [
|
|
2892
|
-
"buildchain-ref",
|
|
2893
|
-
"dry-run"
|
|
2894
|
-
],
|
|
2928
|
+
"inputCount": 0,
|
|
2929
|
+
"inputs": [],
|
|
2895
2930
|
"reverseAuditSource": ".github/workflows"
|
|
2896
2931
|
},
|
|
2897
2932
|
{
|
|
@@ -2904,11 +2939,8 @@
|
|
|
2904
2939
|
"visibility": "public",
|
|
2905
2940
|
"participantFacing": true,
|
|
2906
2941
|
"public": true,
|
|
2907
|
-
"inputCount":
|
|
2908
|
-
"inputs": [
|
|
2909
|
-
"buildchain-ref",
|
|
2910
|
-
"dry-run"
|
|
2911
|
-
],
|
|
2942
|
+
"inputCount": 0,
|
|
2943
|
+
"inputs": [],
|
|
2912
2944
|
"reverseAuditSource": ".github/workflows"
|
|
2913
2945
|
},
|
|
2914
2946
|
{
|
|
@@ -2951,12 +2983,8 @@
|
|
|
2951
2983
|
"visibility": "public",
|
|
2952
2984
|
"participantFacing": true,
|
|
2953
2985
|
"public": true,
|
|
2954
|
-
"inputCount":
|
|
2955
|
-
"inputs": [
|
|
2956
|
-
"dry-run",
|
|
2957
|
-
"sha",
|
|
2958
|
-
"target-ref"
|
|
2959
|
-
],
|
|
2986
|
+
"inputCount": 0,
|
|
2987
|
+
"inputs": [],
|
|
2960
2988
|
"reverseAuditSource": ".github/workflows"
|
|
2961
2989
|
},
|
|
2962
2990
|
{
|
|
@@ -2969,12 +2997,8 @@
|
|
|
2969
2997
|
"visibility": "public",
|
|
2970
2998
|
"participantFacing": true,
|
|
2971
2999
|
"public": true,
|
|
2972
|
-
"inputCount":
|
|
2973
|
-
"inputs": [
|
|
2974
|
-
"buildchain-ref",
|
|
2975
|
-
"dry-run",
|
|
2976
|
-
"release-now"
|
|
2977
|
-
],
|
|
3000
|
+
"inputCount": 0,
|
|
3001
|
+
"inputs": [],
|
|
2978
3002
|
"reverseAuditSource": ".github/workflows"
|
|
2979
3003
|
},
|
|
2980
3004
|
{
|
|
@@ -2987,11 +3011,8 @@
|
|
|
2987
3011
|
"visibility": "public",
|
|
2988
3012
|
"participantFacing": true,
|
|
2989
3013
|
"public": true,
|
|
2990
|
-
"inputCount":
|
|
2991
|
-
"inputs": [
|
|
2992
|
-
"candidate-sha",
|
|
2993
|
-
"dry-run"
|
|
2994
|
-
],
|
|
3014
|
+
"inputCount": 0,
|
|
3015
|
+
"inputs": [],
|
|
2995
3016
|
"reverseAuditSource": ".github/workflows"
|
|
2996
3017
|
},
|
|
2997
3018
|
{
|
|
@@ -3004,13 +3025,8 @@
|
|
|
3004
3025
|
"visibility": "public",
|
|
3005
3026
|
"participantFacing": true,
|
|
3006
3027
|
"public": true,
|
|
3007
|
-
"inputCount":
|
|
3008
|
-
"inputs": [
|
|
3009
|
-
"buildchain_ref",
|
|
3010
|
-
"legacy_workflows_ref",
|
|
3011
|
-
"publish",
|
|
3012
|
-
"target_fixture"
|
|
3013
|
-
],
|
|
3028
|
+
"inputCount": 0,
|
|
3029
|
+
"inputs": [],
|
|
3014
3030
|
"reverseAuditSource": ".github/workflows"
|
|
3015
3031
|
},
|
|
3016
3032
|
{
|
|
@@ -3072,11 +3088,8 @@
|
|
|
3072
3088
|
"visibility": "public",
|
|
3073
3089
|
"participantFacing": true,
|
|
3074
3090
|
"public": true,
|
|
3075
|
-
"inputCount":
|
|
3076
|
-
"inputs": [
|
|
3077
|
-
"ref",
|
|
3078
|
-
"run-check"
|
|
3079
|
-
],
|
|
3091
|
+
"inputCount": 0,
|
|
3092
|
+
"inputs": [],
|
|
3080
3093
|
"reverseAuditSource": ".github/workflows"
|
|
3081
3094
|
},
|
|
3082
3095
|
{
|
|
@@ -3292,17 +3305,8 @@
|
|
|
3292
3305
|
"visibility": "public",
|
|
3293
3306
|
"participantFacing": true,
|
|
3294
3307
|
"public": true,
|
|
3295
|
-
"inputCount":
|
|
3296
|
-
"inputs": [
|
|
3297
|
-
"apply",
|
|
3298
|
-
"create-alpha-pr",
|
|
3299
|
-
"initial-version",
|
|
3300
|
-
"major",
|
|
3301
|
-
"minor",
|
|
3302
|
-
"required-status-check",
|
|
3303
|
-
"set-default-branch",
|
|
3304
|
-
"source-ref"
|
|
3305
|
-
],
|
|
3308
|
+
"inputCount": 0,
|
|
3309
|
+
"inputs": [],
|
|
3306
3310
|
"reverseAuditSource": ".github/workflows"
|
|
3307
3311
|
},
|
|
3308
3312
|
{
|
|
@@ -3371,10 +3375,8 @@
|
|
|
3371
3375
|
"visibility": "public",
|
|
3372
3376
|
"participantFacing": true,
|
|
3373
3377
|
"public": true,
|
|
3374
|
-
"inputCount":
|
|
3375
|
-
"inputs": [
|
|
3376
|
-
"enable-legacy-purge"
|
|
3377
|
-
],
|
|
3378
|
+
"inputCount": 0,
|
|
3379
|
+
"inputs": [],
|
|
3378
3380
|
"reverseAuditSource": ".github/workflows"
|
|
3379
3381
|
},
|
|
3380
3382
|
{
|
|
@@ -3865,6 +3867,18 @@
|
|
|
3865
3867
|
"public": true,
|
|
3866
3868
|
"reverseAuditSource": "dist/site/page-registry.json"
|
|
3867
3869
|
},
|
|
3870
|
+
{
|
|
3871
|
+
"id": "site-page:manual:controller-evidence",
|
|
3872
|
+
"name": "site-page:manual:controller-evidence",
|
|
3873
|
+
"kind": "site-page",
|
|
3874
|
+
"sourcePath": "dist/site/page-registry.json",
|
|
3875
|
+
"evidencePath": "dist/site/page-registry.json",
|
|
3876
|
+
"availability": "shipped",
|
|
3877
|
+
"visibility": "public",
|
|
3878
|
+
"participantFacing": true,
|
|
3879
|
+
"public": true,
|
|
3880
|
+
"reverseAuditSource": "dist/site/page-registry.json"
|
|
3881
|
+
},
|
|
3868
3882
|
{
|
|
3869
3883
|
"id": "site-page:manual:homebrew",
|
|
3870
3884
|
"name": "site-page:manual:homebrew",
|
|
@@ -4282,6 +4296,6 @@
|
|
|
4282
4296
|
}
|
|
4283
4297
|
}
|
|
4284
4298
|
],
|
|
4285
|
-
"publicSurfaceCount":
|
|
4299
|
+
"publicSurfaceCount": 280
|
|
4286
4300
|
}
|
|
4287
4301
|
}
|
|
@@ -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:223c7e2d20680d4a10c84f6a7c7875602538607217e9dfe291a356bbd21ac4f1",
|
|
13
13
|
"capabilityGroup": "getting-started",
|
|
14
14
|
"audience": [
|
|
15
15
|
"agent",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"title": "Release Passport protocol",
|
|
37
37
|
"path": "docs/release-passport.md",
|
|
38
38
|
"plane": "verify",
|
|
39
|
-
"digest": "sha256:
|
|
39
|
+
"digest": "sha256:2421e3e9f2dd892971bea5deb605492dfec38f3a83e539229442b55380bebe25",
|
|
40
40
|
"capabilityGroup": "release-passport-trust",
|
|
41
41
|
"audience": [
|
|
42
42
|
"release-operator",
|
|
@@ -45,6 +45,21 @@
|
|
|
45
45
|
"maturity": "stable",
|
|
46
46
|
"order": 100
|
|
47
47
|
},
|
|
48
|
+
{
|
|
49
|
+
"id": "controller-evidence",
|
|
50
|
+
"title": "Controller evidence contract",
|
|
51
|
+
"path": "docs/controller-evidence.md",
|
|
52
|
+
"plane": "verify",
|
|
53
|
+
"digest": "sha256:442e1b72e3977af56a8ae5e081ffd89c2f3ebcd9cfd50f07af730344bdf9fb0e",
|
|
54
|
+
"capabilityGroup": "reusable-build",
|
|
55
|
+
"audience": [
|
|
56
|
+
"consumer",
|
|
57
|
+
"release-operator",
|
|
58
|
+
"agent"
|
|
59
|
+
],
|
|
60
|
+
"maturity": "draft",
|
|
61
|
+
"order": 205
|
|
62
|
+
},
|
|
48
63
|
{
|
|
49
64
|
"id": "release-candidate",
|
|
50
65
|
"title": "Release Candidate Passport",
|
|
@@ -376,6 +391,7 @@
|
|
|
376
391
|
"docs/stable-candidate-patrol.md",
|
|
377
392
|
"docs/release-governance.md",
|
|
378
393
|
"docs/release-passport.md",
|
|
394
|
+
"docs/controller-evidence.md",
|
|
379
395
|
"docs/publish-transaction.md",
|
|
380
396
|
"docs/homebrew.md",
|
|
381
397
|
"docs/site-bundle-contract.md",
|
|
@@ -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:cb4a5547027b38acbffd0359c2c08192b8696f0fff841e24c05ebd887ae05fc5",
|
|
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:cb4a5547027b38acbffd0359c2c08192b8696f0fff841e24c05ebd887ae05fc5",
|
|
51
51
|
"summary": "Alias for the root public toolkit export.",
|
|
52
52
|
"capabilityGroup": "api-cli-reference",
|
|
53
53
|
"audience": [
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"specifier": "@kungfu-tech/buildchain/buildchain-contract",
|
|
74
74
|
"export": "./buildchain-contract",
|
|
75
75
|
"target": "./packages/core/buildchain-contract.js",
|
|
76
|
-
"digest": "sha256:
|
|
76
|
+
"digest": "sha256:a7af059ca8fd80a3e12485d3f756276326a1593edc40e3e1518ff709c47399fe",
|
|
77
77
|
"summary": "Runtime contract world and compatibility digest APIs for floating-ref drift checks.",
|
|
78
78
|
"capabilityGroup": "governance-versioning",
|
|
79
79
|
"audience": [
|
|
@@ -82,6 +82,19 @@
|
|
|
82
82
|
],
|
|
83
83
|
"maturity": "stable"
|
|
84
84
|
},
|
|
85
|
+
{
|
|
86
|
+
"specifier": "@kungfu-tech/buildchain/controller-evidence",
|
|
87
|
+
"export": "./controller-evidence",
|
|
88
|
+
"target": "./packages/core/controller-evidence.js",
|
|
89
|
+
"digest": "sha256:6aba1af5216feaec16581a1ea36fdf318cf4af4e03b22fe5399a8bf597b8c003",
|
|
90
|
+
"summary": "Project-independent controller descriptors, source/runtime-bound plans, receipts, aggregates, and validation APIs.",
|
|
91
|
+
"capabilityGroup": "reusable-build",
|
|
92
|
+
"audience": [
|
|
93
|
+
"developer",
|
|
94
|
+
"agent"
|
|
95
|
+
],
|
|
96
|
+
"maturity": "stable"
|
|
97
|
+
},
|
|
85
98
|
{
|
|
86
99
|
"specifier": "@kungfu-tech/buildchain/diagnostics",
|
|
87
100
|
"export": "./diagnostics",
|
|
@@ -177,7 +190,7 @@
|
|
|
177
190
|
"specifier": "@kungfu-tech/buildchain/public-surface-audit",
|
|
178
191
|
"export": "./public-surface-audit",
|
|
179
192
|
"target": "./packages/core/public-surface-audit.js",
|
|
180
|
-
"digest": "sha256:
|
|
193
|
+
"digest": "sha256:1a7ab71556fa0c42a9d2c3b4a8613903ee830035a385d487aaa751c4c81b2809",
|
|
181
194
|
"summary": "Reverse audit APIs for CLI, workflow, action, site page, and documentation command surfaces.",
|
|
182
195
|
"capabilityGroup": "kfd-trust",
|
|
183
196
|
"audience": [
|
|
@@ -242,7 +255,7 @@
|
|
|
242
255
|
"specifier": "@kungfu-tech/buildchain/release-candidate",
|
|
243
256
|
"export": "./release-candidate",
|
|
244
257
|
"target": "./packages/core/release-candidate.js",
|
|
245
|
-
"digest": "sha256:
|
|
258
|
+
"digest": "sha256:8d47b3dc103be8056fd2c4adec637efc663896dfd55d27a4642d0ee49ad0ded2",
|
|
246
259
|
"summary": "PR-stage release-candidate artifact, passport, and promote-only resolver APIs.",
|
|
247
260
|
"capabilityGroup": "reusable-build",
|
|
248
261
|
"audience": [
|
|
@@ -268,7 +281,7 @@
|
|
|
268
281
|
"specifier": "@kungfu-tech/buildchain/release-passport",
|
|
269
282
|
"export": "./release-passport",
|
|
270
283
|
"target": "./packages/core/release-passport.js",
|
|
271
|
-
"digest": "sha256:
|
|
284
|
+
"digest": "sha256:32fd54ceb8e1a0219918e7744797e3a1bf3f614bb8498028209275b98304ac5b",
|
|
272
285
|
"summary": "Release passport collection, verification, explanation, and evidence APIs.",
|
|
273
286
|
"capabilityGroup": "release-passport-trust",
|
|
274
287
|
"audience": [
|
|
@@ -307,7 +320,7 @@
|
|
|
307
320
|
"specifier": "@kungfu-tech/buildchain/buildchain-kfd-claims",
|
|
308
321
|
"export": "./buildchain-kfd-claims",
|
|
309
322
|
"target": "./packages/core/buildchain-kfd-claims.js",
|
|
310
|
-
"digest": "sha256:
|
|
323
|
+
"digest": "sha256:41d5d3257bb7052b44d034fb64fdd6f57c637fbdc7b20c93d9f0abd79844252a",
|
|
311
324
|
"summary": "Buildchain self KFD claim registry, witnesses, and public claim APIs.",
|
|
312
325
|
"capabilityGroup": "kfd-trust",
|
|
313
326
|
"audience": [
|