@kungfu-tech/buildchain 2.14.17-alpha.8 → 2.14.17
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 +0 -8
- package/dist/site/buildchain-contract.json +27 -182
- package/dist/site/buildchain-site.json +16 -43
- package/dist/site/capability-registry.json +2 -2
- package/dist/site/controller-registry.json +4 -85
- package/dist/site/kfd-claims.json +13 -105
- package/dist/site/kfd-upstream-aggregate.json +1 -1
- package/dist/site/manual-registry.json +3 -3
- package/dist/site/node-api-registry.json +4 -4
- package/dist/site/page-registry.json +9 -36
- package/dist/site/public-surface-audit.json +15 -71
- package/dist/site/publication-authority-registry.json +1 -2
- package/dist/site/publication-registry.json +4 -4
- package/dist/site/site-manifest.json +7 -7
- package/dist/site/workflow-registry.json +11 -65
- package/docs/kfd-support.md +0 -6
- package/docs/reusable-build-surface.md +0 -48
- package/docs/versioning.md +0 -1
- package/package.json +1 -1
- package/packages/core/buildchain-contract.js +0 -58
- package/packages/core/buildchain-kfd-claims.js +0 -2
- package/packages/core/controller-evidence.js +2 -9
- package/packages/core/kfd3-surface-register.js +1 -51
- package/scripts/aggregate-build-summary.mjs +2 -7
- package/scripts/check-inventory.mjs +0 -1
- package/scripts/generate-channel-build-workflow.mjs +1 -17
- package/actions/macos-credential-island/README.md +0 -18
- package/scripts/seal-macos-credential-input.mjs +0 -135
|
@@ -285,11 +285,11 @@
|
|
|
285
285
|
"maturity": "stable",
|
|
286
286
|
"counts": {
|
|
287
287
|
"manualCount": 1,
|
|
288
|
-
"pageCount":
|
|
288
|
+
"pageCount": 6,
|
|
289
289
|
"cliCommandCount": 0,
|
|
290
290
|
"nodeApiCount": 2,
|
|
291
291
|
"workflowCount": 33,
|
|
292
|
-
"actionCount":
|
|
292
|
+
"actionCount": 0
|
|
293
293
|
},
|
|
294
294
|
"manuals": [
|
|
295
295
|
"docs/cli.md"
|
|
@@ -98,26 +98,6 @@
|
|
|
98
98
|
"classification": "redacted",
|
|
99
99
|
"source": "workflow-call-secret"
|
|
100
100
|
},
|
|
101
|
-
"BUILDCHAIN_MACOS_CERTIFICATE_P12_BASE64": {
|
|
102
|
-
"classification": "redacted",
|
|
103
|
-
"source": "workflow-call-secret"
|
|
104
|
-
},
|
|
105
|
-
"BUILDCHAIN_MACOS_CERTIFICATE_PASSWORD": {
|
|
106
|
-
"classification": "redacted",
|
|
107
|
-
"source": "workflow-call-secret"
|
|
108
|
-
},
|
|
109
|
-
"BUILDCHAIN_MACOS_NOTARY_API_ISSUER": {
|
|
110
|
-
"classification": "redacted",
|
|
111
|
-
"source": "workflow-call-secret"
|
|
112
|
-
},
|
|
113
|
-
"BUILDCHAIN_MACOS_NOTARY_API_KEY_ID": {
|
|
114
|
-
"classification": "redacted",
|
|
115
|
-
"source": "workflow-call-secret"
|
|
116
|
-
},
|
|
117
|
-
"BUILDCHAIN_MACOS_NOTARY_API_KEY_P8_BASE64": {
|
|
118
|
-
"classification": "redacted",
|
|
119
|
-
"source": "workflow-call-secret"
|
|
120
|
-
},
|
|
121
101
|
"artifact-name": {
|
|
122
102
|
"classification": "included",
|
|
123
103
|
"source": "workflow-call-input"
|
|
@@ -222,26 +202,10 @@
|
|
|
222
202
|
"classification": "digest-only",
|
|
223
203
|
"source": "workflow-call-input"
|
|
224
204
|
},
|
|
225
|
-
"credential-island-environment": {
|
|
226
|
-
"classification": "digest-only",
|
|
227
|
-
"source": "workflow-call-input"
|
|
228
|
-
},
|
|
229
|
-
"credential-island-macos-app-path": {
|
|
230
|
-
"classification": "digest-only",
|
|
231
|
-
"source": "workflow-call-input"
|
|
232
|
-
},
|
|
233
|
-
"credential-island-macos-platform-id": {
|
|
234
|
-
"classification": "included",
|
|
235
|
-
"source": "workflow-call-input"
|
|
236
|
-
},
|
|
237
205
|
"expected-artifacts-json": {
|
|
238
206
|
"classification": "digest-only",
|
|
239
207
|
"source": "workflow-call-input"
|
|
240
208
|
},
|
|
241
|
-
"fail-fast": {
|
|
242
|
-
"classification": "included",
|
|
243
|
-
"source": "workflow-call-input"
|
|
244
|
-
},
|
|
245
209
|
"gate-profile-aggregate-json": {
|
|
246
210
|
"classification": "digest-only",
|
|
247
211
|
"source": "workflow-call-input"
|
|
@@ -393,10 +357,6 @@
|
|
|
393
357
|
"id": "build",
|
|
394
358
|
"required": true
|
|
395
359
|
},
|
|
396
|
-
{
|
|
397
|
-
"id": "credential-island",
|
|
398
|
-
"required": false
|
|
399
|
-
},
|
|
400
360
|
{
|
|
401
361
|
"id": "verify",
|
|
402
362
|
"required": true
|
|
@@ -409,7 +369,6 @@
|
|
|
409
369
|
"capabilities": [
|
|
410
370
|
"source-lock",
|
|
411
371
|
"lifecycle-build",
|
|
412
|
-
"credential-island",
|
|
413
372
|
"lifecycle-verify",
|
|
414
373
|
"artifact-admission"
|
|
415
374
|
],
|
|
@@ -419,7 +378,7 @@
|
|
|
419
378
|
"controller-receipt"
|
|
420
379
|
]
|
|
421
380
|
},
|
|
422
|
-
"digest": "sha256:
|
|
381
|
+
"digest": "sha256:b3e101ac0b0f75aebff59b2129e4eff512c38d4d0a34a0a3785e8ea8f998846a"
|
|
423
382
|
},
|
|
424
383
|
{
|
|
425
384
|
"schemaVersion": 1,
|
|
@@ -443,26 +402,6 @@
|
|
|
443
402
|
"classification": "redacted",
|
|
444
403
|
"source": "workflow-call-secret"
|
|
445
404
|
},
|
|
446
|
-
"BUILDCHAIN_MACOS_CERTIFICATE_P12_BASE64": {
|
|
447
|
-
"classification": "redacted",
|
|
448
|
-
"source": "workflow-call-secret"
|
|
449
|
-
},
|
|
450
|
-
"BUILDCHAIN_MACOS_CERTIFICATE_PASSWORD": {
|
|
451
|
-
"classification": "redacted",
|
|
452
|
-
"source": "workflow-call-secret"
|
|
453
|
-
},
|
|
454
|
-
"BUILDCHAIN_MACOS_NOTARY_API_ISSUER": {
|
|
455
|
-
"classification": "redacted",
|
|
456
|
-
"source": "workflow-call-secret"
|
|
457
|
-
},
|
|
458
|
-
"BUILDCHAIN_MACOS_NOTARY_API_KEY_ID": {
|
|
459
|
-
"classification": "redacted",
|
|
460
|
-
"source": "workflow-call-secret"
|
|
461
|
-
},
|
|
462
|
-
"BUILDCHAIN_MACOS_NOTARY_API_KEY_P8_BASE64": {
|
|
463
|
-
"classification": "redacted",
|
|
464
|
-
"source": "workflow-call-secret"
|
|
465
|
-
},
|
|
466
405
|
"artifact-name": {
|
|
467
406
|
"classification": "included",
|
|
468
407
|
"source": "workflow-call-input"
|
|
@@ -579,26 +518,10 @@
|
|
|
579
518
|
"classification": "digest-only",
|
|
580
519
|
"source": "workflow-call-input"
|
|
581
520
|
},
|
|
582
|
-
"credential-island-environment": {
|
|
583
|
-
"classification": "digest-only",
|
|
584
|
-
"source": "workflow-call-input"
|
|
585
|
-
},
|
|
586
|
-
"credential-island-macos-app-path": {
|
|
587
|
-
"classification": "digest-only",
|
|
588
|
-
"source": "workflow-call-input"
|
|
589
|
-
},
|
|
590
|
-
"credential-island-macos-platform-id": {
|
|
591
|
-
"classification": "included",
|
|
592
|
-
"source": "workflow-call-input"
|
|
593
|
-
},
|
|
594
521
|
"expected-artifacts-json": {
|
|
595
522
|
"classification": "digest-only",
|
|
596
523
|
"source": "workflow-call-input"
|
|
597
524
|
},
|
|
598
|
-
"fail-fast": {
|
|
599
|
-
"classification": "included",
|
|
600
|
-
"source": "workflow-call-input"
|
|
601
|
-
},
|
|
602
525
|
"gate-profile-aggregate-json": {
|
|
603
526
|
"classification": "digest-only",
|
|
604
527
|
"source": "workflow-call-input"
|
|
@@ -757,7 +680,7 @@
|
|
|
757
680
|
"controller-receipt"
|
|
758
681
|
]
|
|
759
682
|
},
|
|
760
|
-
"digest": "sha256:
|
|
683
|
+
"digest": "sha256:5ca752570c4180746f09df3fdf5c17e7ce90b04ed06fff362d2a195048024dda"
|
|
761
684
|
},
|
|
762
685
|
{
|
|
763
686
|
"schemaVersion": 1,
|
|
@@ -1662,10 +1585,6 @@
|
|
|
1662
1585
|
"classification": "included",
|
|
1663
1586
|
"source": "workflow-call-input"
|
|
1664
1587
|
},
|
|
1665
|
-
"publish-rematerialize-on-resume": {
|
|
1666
|
-
"classification": "included",
|
|
1667
|
-
"source": "workflow-call-input"
|
|
1668
|
-
},
|
|
1669
1588
|
"publish-required-artifacts-json": {
|
|
1670
1589
|
"classification": "digest-only",
|
|
1671
1590
|
"source": "workflow-call-input"
|
|
@@ -1804,7 +1723,7 @@
|
|
|
1804
1723
|
"controller-receipt"
|
|
1805
1724
|
]
|
|
1806
1725
|
},
|
|
1807
|
-
"digest": "sha256:
|
|
1726
|
+
"digest": "sha256:2bb0137a7dd25706b86beeb212938df2a71c69d2ef6e49391c615e4cb21a19a6"
|
|
1808
1727
|
},
|
|
1809
1728
|
{
|
|
1810
1729
|
"schemaVersion": 1,
|
|
@@ -1980,5 +1899,5 @@
|
|
|
1980
1899
|
"digest": "sha256:b6f53563c0adc859bc586c05fce560a5094d7d9666438d63c5fd3e1fc4774555"
|
|
1981
1900
|
}
|
|
1982
1901
|
],
|
|
1983
|
-
"digest": "sha256:
|
|
1902
|
+
"digest": "sha256:40a7362d72303c106c064126881dae0716ed2d1902a8cac43f409af78bd7cddf"
|
|
1984
1903
|
}
|
|
@@ -14,19 +14,19 @@
|
|
|
14
14
|
},
|
|
15
15
|
"runtimeContract": {
|
|
16
16
|
"contract": "kungfu-buildchain-runtime-contract-world",
|
|
17
|
-
"compatibilityDigest": "sha256:
|
|
17
|
+
"compatibilityDigest": "sha256:cdf588422ec6b460bd6f631400efa6e361a045e052c8967d6c50fadd7aa4dd90",
|
|
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": "847949ab0db4f76342603c628bf668218f9046ad1eceb27c8368e0e539d9bd8f",
|
|
25
25
|
"summary": {
|
|
26
26
|
"cliCommandCount": 86,
|
|
27
27
|
"workflowCount": 51,
|
|
28
|
-
"actionCount":
|
|
29
|
-
"sitePageCount":
|
|
28
|
+
"actionCount": 4,
|
|
29
|
+
"sitePageCount": 52,
|
|
30
30
|
"docCommandRefCount": 265,
|
|
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": "847949ab0db4f76342603c628bf668218f9046ad1eceb27c8368e0e539d9bd8f",
|
|
232
232
|
"summary": {
|
|
233
233
|
"cliCommandCount": 86,
|
|
234
234
|
"workflowCount": 51,
|
|
235
|
-
"actionCount":
|
|
236
|
-
"sitePageCount":
|
|
235
|
+
"actionCount": 4,
|
|
236
|
+
"sitePageCount": 52,
|
|
237
237
|
"docCommandRefCount": 265,
|
|
238
238
|
"failureCount": 0
|
|
239
239
|
},
|
|
@@ -260,18 +260,6 @@
|
|
|
260
260
|
"public": true,
|
|
261
261
|
"plane": "use"
|
|
262
262
|
},
|
|
263
|
-
{
|
|
264
|
-
"id": "doc:actions/macos-credential-island/README.md",
|
|
265
|
-
"name": "actions/macos-credential-island/README.md",
|
|
266
|
-
"kind": "documentation",
|
|
267
|
-
"sourcePath": "actions/macos-credential-island/README.md",
|
|
268
|
-
"evidencePath": "actions/macos-credential-island/README.md",
|
|
269
|
-
"availability": "shipped",
|
|
270
|
-
"visibility": "public",
|
|
271
|
-
"participantFacing": true,
|
|
272
|
-
"public": true,
|
|
273
|
-
"plane": "action"
|
|
274
|
-
},
|
|
275
263
|
{
|
|
276
264
|
"id": "doc:actions/promote-buildchain-ref/README.md",
|
|
277
265
|
"name": "actions/promote-buildchain-ref/README.md",
|
|
@@ -2709,7 +2697,7 @@
|
|
|
2709
2697
|
"visibility": "public",
|
|
2710
2698
|
"participantFacing": true,
|
|
2711
2699
|
"public": true,
|
|
2712
|
-
"inputCount":
|
|
2700
|
+
"inputCount": 60,
|
|
2713
2701
|
"inputs": [
|
|
2714
2702
|
"artifact-name",
|
|
2715
2703
|
"artifact-name-template",
|
|
@@ -2737,11 +2725,7 @@
|
|
|
2737
2725
|
"checkout-cache-mode",
|
|
2738
2726
|
"checkout-cache-reference-repository-template",
|
|
2739
2727
|
"checkout-cache-timeout-seconds",
|
|
2740
|
-
"credential-island-environment",
|
|
2741
|
-
"credential-island-macos-app-path",
|
|
2742
|
-
"credential-island-macos-platform-id",
|
|
2743
2728
|
"expected-artifacts-json",
|
|
2744
|
-
"fail-fast",
|
|
2745
2729
|
"gate-profile-aggregate-json",
|
|
2746
2730
|
"install-command",
|
|
2747
2731
|
"kfd-agent-hub",
|
|
@@ -2883,7 +2867,7 @@
|
|
|
2883
2867
|
"visibility": "public",
|
|
2884
2868
|
"participantFacing": true,
|
|
2885
2869
|
"public": true,
|
|
2886
|
-
"inputCount":
|
|
2870
|
+
"inputCount": 73,
|
|
2887
2871
|
"inputs": [
|
|
2888
2872
|
"allow-repository",
|
|
2889
2873
|
"artifact-name",
|
|
@@ -2934,7 +2918,6 @@
|
|
|
2934
2918
|
"publish-mode",
|
|
2935
2919
|
"publish-package-main",
|
|
2936
2920
|
"publish-package-set-order",
|
|
2937
|
-
"publish-rematerialize-on-resume",
|
|
2938
2921
|
"publish-required-artifacts-json",
|
|
2939
2922
|
"publish-target",
|
|
2940
2923
|
"release-candidate-workflow-file",
|
|
@@ -3323,7 +3306,7 @@
|
|
|
3323
3306
|
"visibility": "public",
|
|
3324
3307
|
"participantFacing": true,
|
|
3325
3308
|
"public": true,
|
|
3326
|
-
"inputCount":
|
|
3309
|
+
"inputCount": 63,
|
|
3327
3310
|
"inputs": [
|
|
3328
3311
|
"artifact-name",
|
|
3329
3312
|
"artifact-name-template",
|
|
@@ -3354,11 +3337,7 @@
|
|
|
3354
3337
|
"checkout-cache-mode",
|
|
3355
3338
|
"checkout-cache-reference-repository-template",
|
|
3356
3339
|
"checkout-cache-timeout-seconds",
|
|
3357
|
-
"credential-island-environment",
|
|
3358
|
-
"credential-island-macos-app-path",
|
|
3359
|
-
"credential-island-macos-platform-id",
|
|
3360
3340
|
"expected-artifacts-json",
|
|
3361
|
-
"fail-fast",
|
|
3362
3341
|
"gate-profile-aggregate-json",
|
|
3363
3342
|
"install-command",
|
|
3364
3343
|
"kfd-agent-hub",
|
|
@@ -3847,7 +3826,7 @@
|
|
|
3847
3826
|
"visibility": "public",
|
|
3848
3827
|
"participantFacing": true,
|
|
3849
3828
|
"public": true,
|
|
3850
|
-
"inputCount":
|
|
3829
|
+
"inputCount": 65,
|
|
3851
3830
|
"inputs": [
|
|
3852
3831
|
"allow-repository",
|
|
3853
3832
|
"artifact-name",
|
|
@@ -3890,7 +3869,6 @@
|
|
|
3890
3869
|
"publish-mode",
|
|
3891
3870
|
"publish-package-main",
|
|
3892
3871
|
"publish-package-set-order",
|
|
3893
|
-
"publish-rematerialize-on-resume",
|
|
3894
3872
|
"publish-required-artifacts-json",
|
|
3895
3873
|
"publish-target",
|
|
3896
3874
|
"release-candidate-workflow-file",
|
|
@@ -4082,41 +4060,6 @@
|
|
|
4082
4060
|
"inputs": [],
|
|
4083
4061
|
"reverseAuditSource": ".github/workflows"
|
|
4084
4062
|
},
|
|
4085
|
-
{
|
|
4086
|
-
"id": "action:macos-credential-island",
|
|
4087
|
-
"name": "action:macos-credential-island",
|
|
4088
|
-
"kind": "action",
|
|
4089
|
-
"sourcePath": "actions/macos-credential-island/action.yml",
|
|
4090
|
-
"evidencePath": "actions/macos-credential-island/action.yml",
|
|
4091
|
-
"availability": "shipped",
|
|
4092
|
-
"visibility": "public",
|
|
4093
|
-
"participantFacing": true,
|
|
4094
|
-
"public": true,
|
|
4095
|
-
"inputCount": 20,
|
|
4096
|
-
"inputs": [
|
|
4097
|
-
"artifact-name",
|
|
4098
|
-
"artifact-relative-output",
|
|
4099
|
-
"artifact-stem",
|
|
4100
|
-
"buildchain-runtime-sha",
|
|
4101
|
-
"certificate-p12-base64",
|
|
4102
|
-
"certificate-password",
|
|
4103
|
-
"certificate-sha1",
|
|
4104
|
-
"entitlements-profile",
|
|
4105
|
-
"expected-bundle-id",
|
|
4106
|
-
"expected-team-id",
|
|
4107
|
-
"input-root",
|
|
4108
|
-
"notary-api-issuer",
|
|
4109
|
-
"notary-api-key-id",
|
|
4110
|
-
"notary-api-key-p8-base64",
|
|
4111
|
-
"output-root",
|
|
4112
|
-
"platform-id",
|
|
4113
|
-
"source-ref",
|
|
4114
|
-
"source-repository",
|
|
4115
|
-
"source-sha",
|
|
4116
|
-
"source-tree-sha"
|
|
4117
|
-
],
|
|
4118
|
-
"reverseAuditSource": "actions/*/action.yml"
|
|
4119
|
-
},
|
|
4120
4063
|
{
|
|
4121
4064
|
"id": "action:promote-buildchain-ref",
|
|
4122
4065
|
"name": "action:promote-buildchain-ref",
|
|
@@ -4127,7 +4070,7 @@
|
|
|
4127
4070
|
"visibility": "public",
|
|
4128
4071
|
"participantFacing": true,
|
|
4129
4072
|
"public": true,
|
|
4130
|
-
"inputCount":
|
|
4073
|
+
"inputCount": 62,
|
|
4131
4074
|
"inputs": [
|
|
4132
4075
|
"allow-repository",
|
|
4133
4076
|
"branch-protection-bypass-apps",
|
|
@@ -4153,7 +4096,6 @@
|
|
|
4153
4096
|
"publish-mode",
|
|
4154
4097
|
"publish-package-main",
|
|
4155
4098
|
"publish-package-set-order",
|
|
4156
|
-
"publish-rematerialize-on-resume",
|
|
4157
4099
|
"publish-required-artifacts-json",
|
|
4158
4100
|
"publish-source-locked",
|
|
4159
4101
|
"publish-source-ref",
|
|
@@ -4307,18 +4249,6 @@
|
|
|
4307
4249
|
],
|
|
4308
4250
|
"reverseAuditSource": "actions/*/action.yml"
|
|
4309
4251
|
},
|
|
4310
|
-
{
|
|
4311
|
-
"id": "site-page:action:macos-credential-island",
|
|
4312
|
-
"name": "site-page:action:macos-credential-island",
|
|
4313
|
-
"kind": "site-page",
|
|
4314
|
-
"sourcePath": "dist/site/page-registry.json",
|
|
4315
|
-
"evidencePath": "dist/site/page-registry.json",
|
|
4316
|
-
"availability": "shipped",
|
|
4317
|
-
"visibility": "public",
|
|
4318
|
-
"participantFacing": true,
|
|
4319
|
-
"public": true,
|
|
4320
|
-
"reverseAuditSource": "dist/site/page-registry.json"
|
|
4321
|
-
},
|
|
4322
4252
|
{
|
|
4323
4253
|
"id": "site-page:action:promote-buildchain-ref",
|
|
4324
4254
|
"name": "site-page:action:promote-buildchain-ref",
|
|
@@ -5001,28 +4931,6 @@
|
|
|
5001
4931
|
"participantFacing": true,
|
|
5002
4932
|
"public": true
|
|
5003
4933
|
},
|
|
5004
|
-
{
|
|
5005
|
-
"id": "control:actions/macos-credential-island/action.yml",
|
|
5006
|
-
"name": "control:actions/macos-credential-island/action.yml",
|
|
5007
|
-
"kind": "action",
|
|
5008
|
-
"sourcePath": "actions/macos-credential-island/action.yml",
|
|
5009
|
-
"evidencePath": "actions/macos-credential-island/action.yml",
|
|
5010
|
-
"availability": "shipped",
|
|
5011
|
-
"visibility": "public",
|
|
5012
|
-
"participantFacing": true,
|
|
5013
|
-
"public": true
|
|
5014
|
-
},
|
|
5015
|
-
{
|
|
5016
|
-
"id": "control:actions/macos-credential-island/index.js",
|
|
5017
|
-
"name": "control:actions/macos-credential-island/index.js",
|
|
5018
|
-
"kind": "action",
|
|
5019
|
-
"sourcePath": "actions/macos-credential-island/index.js",
|
|
5020
|
-
"evidencePath": "actions/macos-credential-island/index.js",
|
|
5021
|
-
"availability": "shipped",
|
|
5022
|
-
"visibility": "public",
|
|
5023
|
-
"participantFacing": true,
|
|
5024
|
-
"public": true
|
|
5025
|
-
},
|
|
5026
4934
|
{
|
|
5027
4935
|
"id": "control:actions/promote-buildchain-ref/action.yml",
|
|
5028
4936
|
"name": "control:actions/promote-buildchain-ref/action.yml",
|
|
@@ -5081,6 +4989,6 @@
|
|
|
5081
4989
|
}
|
|
5082
4990
|
}
|
|
5083
4991
|
],
|
|
5084
|
-
"publicSurfaceCount":
|
|
4992
|
+
"publicSurfaceCount": 318
|
|
5085
4993
|
}
|
|
5086
4994
|
}
|
|
@@ -274,7 +274,7 @@
|
|
|
274
274
|
"title": "KFD support and KFD-3 surface registration",
|
|
275
275
|
"path": "docs/kfd-support.md",
|
|
276
276
|
"plane": "verify",
|
|
277
|
-
"digest": "sha256:
|
|
277
|
+
"digest": "sha256:ab15de33a1a9e292b6da74c00b8b96b7c46330d0553a454d1de4c24c672fc025",
|
|
278
278
|
"capabilityGroup": "kfd-trust",
|
|
279
279
|
"audience": [
|
|
280
280
|
"agent",
|
|
@@ -317,7 +317,7 @@
|
|
|
317
317
|
"title": "Reusable build surface",
|
|
318
318
|
"path": "docs/reusable-build-surface.md",
|
|
319
319
|
"plane": "use",
|
|
320
|
-
"digest": "sha256:
|
|
320
|
+
"digest": "sha256:9c125f6d2b519c96718f45da62ac1a891ab618bcb331d3b14c4b88b5158fc4a9",
|
|
321
321
|
"capabilityGroup": "reusable-build",
|
|
322
322
|
"audience": [
|
|
323
323
|
"consumer",
|
|
@@ -386,7 +386,7 @@
|
|
|
386
386
|
"title": "Versioning",
|
|
387
387
|
"path": "docs/versioning.md",
|
|
388
388
|
"plane": "why",
|
|
389
|
-
"digest": "sha256:
|
|
389
|
+
"digest": "sha256:10ec868fcb3fd58ae35b54ecd8ccd9a4556516f460c262f0c1ee41c81bdbc264",
|
|
390
390
|
"capabilityGroup": "governance-versioning",
|
|
391
391
|
"audience": [
|
|
392
392
|
"maintainer"
|
|
@@ -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:1e5f8a1741a0a98116e754ef0874337db4c1821bb7a153ab398009145509681c",
|
|
103
103
|
"summary": "Runtime contract world and compatibility digest APIs for floating-ref drift checks.",
|
|
104
104
|
"capabilityGroup": "governance-versioning",
|
|
105
105
|
"audience": [
|
|
@@ -125,7 +125,7 @@
|
|
|
125
125
|
"specifier": "@kungfu-tech/buildchain/controller-evidence",
|
|
126
126
|
"export": "./controller-evidence",
|
|
127
127
|
"target": "./packages/core/controller-evidence.js",
|
|
128
|
-
"digest": "sha256:
|
|
128
|
+
"digest": "sha256:c061ed32e02713fd99ffd291ee8ed4a4dba563265ee530deef4b37197cbb65e6",
|
|
129
129
|
"summary": "Project-independent controller descriptors, source/runtime-bound plans, receipts, aggregates, and validation APIs.",
|
|
130
130
|
"capabilityGroup": "reusable-build",
|
|
131
131
|
"audience": [
|
|
@@ -437,7 +437,7 @@
|
|
|
437
437
|
"specifier": "@kungfu-tech/buildchain/buildchain-kfd-claims",
|
|
438
438
|
"export": "./buildchain-kfd-claims",
|
|
439
439
|
"target": "./packages/core/buildchain-kfd-claims.js",
|
|
440
|
-
"digest": "sha256:
|
|
440
|
+
"digest": "sha256:a2c297daa22fb8d3bf7e84e2ee22ba269e81c206b2772ac9fd18bf095dcb2b84",
|
|
441
441
|
"summary": "Buildchain self KFD claim registry, witnesses, and public claim APIs.",
|
|
442
442
|
"capabilityGroup": "kfd-trust",
|
|
443
443
|
"audience": [
|
|
@@ -461,7 +461,7 @@
|
|
|
461
461
|
{
|
|
462
462
|
"id": "kfd-support",
|
|
463
463
|
"path": "docs/kfd-support.md",
|
|
464
|
-
"digest": "sha256:
|
|
464
|
+
"digest": "sha256:ab15de33a1a9e292b6da74c00b8b96b7c46330d0553a454d1de4c24c672fc025"
|
|
465
465
|
},
|
|
466
466
|
{
|
|
467
467
|
"id": "readme-badges",
|