@kungfu-tech/buildchain 2.8.2-alpha.1 → 2.8.2-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.
@@ -0,0 +1,786 @@
1
+ {
2
+ "schemaVersion": 1,
3
+ "contract": "kungfu-buildchain-kfd-claim-registry",
4
+ "product": {
5
+ "name": "Buildchain",
6
+ "package": "@kungfu-tech/buildchain",
7
+ "repository": "kungfu-systems/buildchain"
8
+ },
9
+ "source": {
10
+ "repo": "kungfu-systems/buildchain",
11
+ "ref": "",
12
+ "package": "@kungfu-tech/buildchain",
13
+ "sourceModule": "packages/core/buildchain-kfd-claims.js"
14
+ },
15
+ "runtimeContract": {
16
+ "contract": "kungfu-buildchain-runtime-contract-world",
17
+ "compatibilityDigest": "sha256:36421b592a782decbfe31a7d8d42d70ce1100a56a2c4f4a0ccc21f0617dc72bf",
18
+ "majorLine": "v2"
19
+ },
20
+ "publicClaims": [
21
+ {
22
+ "id": "claim:buildchain-kfd-release-passport-support",
23
+ "claim": "Buildchain release passports support KFD-1 self contract verification, KFD-2 public release claim audits, and KFD-3 collaboration-interface trust proofs.",
24
+ "sourcePaths": [
25
+ "packages/core/release-passport.js",
26
+ "packages/core/kfd-gate.js",
27
+ "packages/core/buildchain-kfd-claims.js",
28
+ "docs/release-passport.md"
29
+ ],
30
+ "artifactPaths": [
31
+ "dist/site/buildchain-contract.json",
32
+ "dist/site/kfd-claims.json",
33
+ "dist/site/artifact-schemas.json"
34
+ ]
35
+ },
36
+ {
37
+ "id": "claim:buildchain-agent-first-source-of-truth",
38
+ "claim": "The npm package ships Buildchain's agent-first manuals, Node API registry, site facts, and release model as the single source of truth for downstream sites and agents.",
39
+ "sourcePaths": [
40
+ "scripts/generate-site-bundle.mjs",
41
+ "packages/core/buildchain-kfd-claims.js",
42
+ "docs/MAP.md",
43
+ "docs/site-bundle-contract.md",
44
+ "docs/cli.md"
45
+ ],
46
+ "artifactPaths": [
47
+ "dist/site/manual-registry.json",
48
+ "dist/site/node-api-registry.json",
49
+ "dist/site/buildchain-site.json",
50
+ "dist/site/site-manifest.json"
51
+ ]
52
+ },
53
+ {
54
+ "id": "claim:buildchain-floating-contract-lock",
55
+ "claim": "Consumers using floating Buildchain refs can lock the observed runtime contract and receive drift checks before expensive build or publish work proceeds.",
56
+ "sourcePaths": [
57
+ "packages/core/buildchain-contract.js",
58
+ "scripts/buildchain-contract-lock.mjs",
59
+ ".github/workflows/.build.yml",
60
+ ".github/workflows/release-candidate-promote.yml",
61
+ "docs/reusable-build-surface.md"
62
+ ],
63
+ "artifactPaths": [
64
+ "dist/site/buildchain-contract.json",
65
+ "dist/site/release-model.json"
66
+ ]
67
+ },
68
+ {
69
+ "id": "claim:buildchain-semver-github-release",
70
+ "claim": "Semver promotion can create or update an exact-tag GitHub Release only after the publish transaction completes, and uploads Buildchain release passport/evidence assets.",
71
+ "sourcePaths": [
72
+ "actions/promote-buildchain-ref/index.js",
73
+ "actions/promote-buildchain-ref/action.yml",
74
+ "scripts/ensure-github-release.mjs",
75
+ ".github/workflows/release-candidate-promote.yml",
76
+ "docs/release-governance.md"
77
+ ],
78
+ "artifactPaths": [
79
+ "dist/site/release-model.json",
80
+ "dist/site/workflow-registry.json"
81
+ ]
82
+ },
83
+ {
84
+ "id": "claim:buildchain-release-propagation",
85
+ "claim": "Buildchain can propagate upstream alpha or stable releases to downstream repositories while preserving release channels through exact release locks.",
86
+ "sourcePaths": [
87
+ "packages/core/release-propagation.js",
88
+ "scripts/release-propagation.mjs",
89
+ ".github/workflows/release-propagation.yml",
90
+ "docs/release-propagation.md"
91
+ ],
92
+ "artifactPaths": [
93
+ "dist/site/release-model.json",
94
+ "dist/site/workflow-registry.json"
95
+ ]
96
+ },
97
+ {
98
+ "id": "claim:buildchain-npm-publish-evidence",
99
+ "claim": "Buildchain npm publish transactions bind trusted publishing, package-set required artifacts, publish evidence, durable release state, and final release passports.",
100
+ "sourcePaths": [
101
+ "scripts/npm-publish-transaction.mjs",
102
+ "actions/promote-buildchain-ref/index.js",
103
+ ".github/workflows/release-candidate-promote.yml",
104
+ "docs/publish-transaction.md"
105
+ ],
106
+ "artifactPaths": [
107
+ "dist/site/release-model.json",
108
+ "dist/site/artifact-schemas.json"
109
+ ]
110
+ }
111
+ ],
112
+ "collaborationSurfaces": {
113
+ "schemaVersion": 1,
114
+ "contract": "kungfu-buildchain-kfd-collaboration-interface",
115
+ "groups": {
116
+ "docs": [
117
+ {
118
+ "id": "doc:install",
119
+ "name": "Install and verify Buildchain",
120
+ "kind": "documentation",
121
+ "sourcePath": "docs/install.md",
122
+ "evidencePath": "docs/install.md",
123
+ "availability": "shipped",
124
+ "visibility": "public",
125
+ "participantFacing": true,
126
+ "public": true,
127
+ "plane": "use"
128
+ },
129
+ {
130
+ "id": "doc:release-passport",
131
+ "name": "Release Passport protocol",
132
+ "kind": "documentation",
133
+ "sourcePath": "docs/release-passport.md",
134
+ "evidencePath": "docs/release-passport.md",
135
+ "availability": "shipped",
136
+ "visibility": "public",
137
+ "participantFacing": true,
138
+ "public": true,
139
+ "plane": "verify"
140
+ },
141
+ {
142
+ "id": "doc:release-propagation",
143
+ "name": "Release propagation",
144
+ "kind": "documentation",
145
+ "sourcePath": "docs/release-propagation.md",
146
+ "evidencePath": "docs/release-propagation.md",
147
+ "availability": "shipped",
148
+ "visibility": "public",
149
+ "participantFacing": true,
150
+ "public": true,
151
+ "plane": "use"
152
+ },
153
+ {
154
+ "id": "doc:binary-distribution",
155
+ "name": "Binary distribution contract",
156
+ "kind": "documentation",
157
+ "sourcePath": "docs/binary-distribution.md",
158
+ "evidencePath": "docs/binary-distribution.md",
159
+ "availability": "shipped",
160
+ "visibility": "public",
161
+ "participantFacing": true,
162
+ "public": true,
163
+ "plane": "verify"
164
+ },
165
+ {
166
+ "id": "doc:toolkit-observability",
167
+ "name": "Toolkit observability",
168
+ "kind": "documentation",
169
+ "sourcePath": "docs/toolkit-observability.md",
170
+ "evidencePath": "docs/toolkit-observability.md",
171
+ "availability": "shipped",
172
+ "visibility": "public",
173
+ "participantFacing": true,
174
+ "public": true,
175
+ "plane": "use"
176
+ },
177
+ {
178
+ "id": "doc:site-bundle-contract",
179
+ "name": "Site bundle contract",
180
+ "kind": "documentation",
181
+ "sourcePath": "docs/site-bundle-contract.md",
182
+ "evidencePath": "docs/site-bundle-contract.md",
183
+ "availability": "shipped",
184
+ "visibility": "public",
185
+ "participantFacing": true,
186
+ "public": true,
187
+ "plane": "use"
188
+ },
189
+ {
190
+ "id": "doc:product-mechanism",
191
+ "name": "Product mechanism",
192
+ "kind": "documentation",
193
+ "sourcePath": "docs/product-mechanism.md",
194
+ "evidencePath": "docs/product-mechanism.md",
195
+ "availability": "shipped",
196
+ "visibility": "public",
197
+ "participantFacing": true,
198
+ "public": true,
199
+ "plane": "why"
200
+ },
201
+ {
202
+ "id": "doc:cli",
203
+ "name": "CLI and npm package",
204
+ "kind": "documentation",
205
+ "sourcePath": "docs/cli.md",
206
+ "evidencePath": "docs/cli.md",
207
+ "availability": "shipped",
208
+ "visibility": "public",
209
+ "participantFacing": true,
210
+ "public": true,
211
+ "plane": "use"
212
+ },
213
+ {
214
+ "id": "doc:lifecycle-protocol",
215
+ "name": "Lifecycle protocol",
216
+ "kind": "documentation",
217
+ "sourcePath": "docs/lifecycle-protocol.md",
218
+ "evidencePath": "docs/lifecycle-protocol.md",
219
+ "availability": "shipped",
220
+ "visibility": "public",
221
+ "participantFacing": true,
222
+ "public": true,
223
+ "plane": "use"
224
+ },
225
+ {
226
+ "id": "doc:reusable-build-surface",
227
+ "name": "Reusable build surface",
228
+ "kind": "documentation",
229
+ "sourcePath": "docs/reusable-build-surface.md",
230
+ "evidencePath": "docs/reusable-build-surface.md",
231
+ "availability": "shipped",
232
+ "visibility": "public",
233
+ "participantFacing": true,
234
+ "public": true,
235
+ "plane": "use"
236
+ },
237
+ {
238
+ "id": "doc:publish-transaction",
239
+ "name": "Publish transaction",
240
+ "kind": "documentation",
241
+ "sourcePath": "docs/publish-transaction.md",
242
+ "evidencePath": "docs/publish-transaction.md",
243
+ "availability": "shipped",
244
+ "visibility": "public",
245
+ "participantFacing": true,
246
+ "public": true,
247
+ "plane": "verify"
248
+ },
249
+ {
250
+ "id": "doc:release-governance",
251
+ "name": "Release governance",
252
+ "kind": "documentation",
253
+ "sourcePath": "docs/release-governance.md",
254
+ "evidencePath": "docs/release-governance.md",
255
+ "availability": "shipped",
256
+ "visibility": "public",
257
+ "participantFacing": true,
258
+ "public": true,
259
+ "plane": "why"
260
+ },
261
+ {
262
+ "id": "doc:release-flow",
263
+ "name": "Release flow",
264
+ "kind": "documentation",
265
+ "sourcePath": "docs/release-flow.md",
266
+ "evidencePath": "docs/release-flow.md",
267
+ "availability": "shipped",
268
+ "visibility": "public",
269
+ "participantFacing": true,
270
+ "public": true,
271
+ "plane": "verify"
272
+ },
273
+ {
274
+ "id": "doc:versioning",
275
+ "name": "Versioning",
276
+ "kind": "documentation",
277
+ "sourcePath": "docs/versioning.md",
278
+ "evidencePath": "docs/versioning.md",
279
+ "availability": "shipped",
280
+ "visibility": "public",
281
+ "participantFacing": true,
282
+ "public": true,
283
+ "plane": "why"
284
+ },
285
+ {
286
+ "id": "doc:web-surface-deployments",
287
+ "name": "Web surface deployments",
288
+ "kind": "documentation",
289
+ "sourcePath": "docs/web-surface-deployments.md",
290
+ "evidencePath": "docs/web-surface-deployments.md",
291
+ "availability": "shipped",
292
+ "visibility": "public",
293
+ "participantFacing": true,
294
+ "public": true,
295
+ "plane": "use"
296
+ },
297
+ {
298
+ "id": "doc:infra-contract",
299
+ "name": "Infra Contract",
300
+ "kind": "documentation",
301
+ "sourcePath": "docs/infra-contract.md",
302
+ "evidencePath": "docs/infra-contract.md",
303
+ "availability": "shipped",
304
+ "visibility": "public",
305
+ "participantFacing": true,
306
+ "public": true,
307
+ "plane": "use"
308
+ }
309
+ ],
310
+ "schemas": [
311
+ {
312
+ "id": "schema:packages/core/kfd-gate.js",
313
+ "name": "schema:packages/core/kfd-gate.js",
314
+ "kind": "schema",
315
+ "sourcePath": "packages/core/kfd-gate.js",
316
+ "evidencePath": "packages/core/kfd-gate.js",
317
+ "availability": "shipped",
318
+ "visibility": "public",
319
+ "participantFacing": true,
320
+ "public": true
321
+ },
322
+ {
323
+ "id": "schema:packages/core/release-passport.js",
324
+ "name": "schema:packages/core/release-passport.js",
325
+ "kind": "schema",
326
+ "sourcePath": "packages/core/release-passport.js",
327
+ "evidencePath": "packages/core/release-passport.js",
328
+ "availability": "shipped",
329
+ "visibility": "public",
330
+ "participantFacing": true,
331
+ "public": true
332
+ },
333
+ {
334
+ "id": "schema:packages/core/buildchain-contract.js",
335
+ "name": "schema:packages/core/buildchain-contract.js",
336
+ "kind": "schema",
337
+ "sourcePath": "packages/core/buildchain-contract.js",
338
+ "evidencePath": "packages/core/buildchain-contract.js",
339
+ "availability": "shipped",
340
+ "visibility": "public",
341
+ "participantFacing": true,
342
+ "public": true
343
+ },
344
+ {
345
+ "id": "schema:packages/core/buildchain-kfd-claims.js",
346
+ "name": "schema:packages/core/buildchain-kfd-claims.js",
347
+ "kind": "schema",
348
+ "sourcePath": "packages/core/buildchain-kfd-claims.js",
349
+ "evidencePath": "packages/core/buildchain-kfd-claims.js",
350
+ "availability": "shipped",
351
+ "visibility": "public",
352
+ "participantFacing": true,
353
+ "public": true
354
+ },
355
+ {
356
+ "id": "schema:dist/site/artifact-schemas.json",
357
+ "name": "schema:dist/site/artifact-schemas.json",
358
+ "kind": "schema",
359
+ "sourcePath": "dist/site/artifact-schemas.json",
360
+ "evidencePath": "dist/site/artifact-schemas.json",
361
+ "availability": "shipped",
362
+ "visibility": "public",
363
+ "participantFacing": true,
364
+ "public": true
365
+ },
366
+ {
367
+ "id": "schema:dist/site/buildchain-contract.json",
368
+ "name": "schema:dist/site/buildchain-contract.json",
369
+ "kind": "schema",
370
+ "sourcePath": "dist/site/buildchain-contract.json",
371
+ "evidencePath": "dist/site/buildchain-contract.json",
372
+ "availability": "shipped",
373
+ "visibility": "public",
374
+ "participantFacing": true,
375
+ "public": true
376
+ }
377
+ ],
378
+ "standardsMetadata": [
379
+ {
380
+ "id": "metadata:package-json",
381
+ "name": "metadata:package-json",
382
+ "kind": "standards-metadata",
383
+ "sourcePath": "package.json",
384
+ "evidencePath": "package.json",
385
+ "availability": "shipped",
386
+ "visibility": "public",
387
+ "participantFacing": true,
388
+ "public": true
389
+ },
390
+ {
391
+ "id": "metadata:buildchain-contract-world",
392
+ "name": "metadata:buildchain-contract-world",
393
+ "kind": "standards-metadata",
394
+ "sourcePath": "dist/site/buildchain-contract.json",
395
+ "evidencePath": "dist/site/buildchain-contract.json",
396
+ "availability": "shipped",
397
+ "visibility": "public",
398
+ "participantFacing": true,
399
+ "public": true
400
+ },
401
+ {
402
+ "id": "metadata:kfd-claim-registry",
403
+ "name": "metadata:kfd-claim-registry",
404
+ "kind": "standards-metadata",
405
+ "sourcePath": "dist/site/kfd-claims.json",
406
+ "evidencePath": "dist/site/kfd-claims.json",
407
+ "availability": "shipped",
408
+ "visibility": "public",
409
+ "participantFacing": true,
410
+ "public": true
411
+ },
412
+ {
413
+ "id": "metadata:release-model",
414
+ "name": "metadata:release-model",
415
+ "kind": "standards-metadata",
416
+ "sourcePath": "dist/site/release-model.json",
417
+ "evidencePath": "dist/site/release-model.json",
418
+ "availability": "shipped",
419
+ "visibility": "public",
420
+ "participantFacing": true,
421
+ "public": true
422
+ }
423
+ ],
424
+ "packageExports": [
425
+ {
426
+ "id": "export:.",
427
+ "name": "@kungfu-tech/buildchain",
428
+ "kind": "package-export",
429
+ "sourcePath": "packages/core/index.js",
430
+ "evidencePath": "packages/core/index.js",
431
+ "availability": "shipped",
432
+ "visibility": "public",
433
+ "participantFacing": true,
434
+ "public": true,
435
+ "packageExport": "."
436
+ },
437
+ {
438
+ "id": "export:./core",
439
+ "name": "@kungfu-tech/buildchain/core",
440
+ "kind": "package-export",
441
+ "sourcePath": "packages/core/index.js",
442
+ "evidencePath": "packages/core/index.js",
443
+ "availability": "shipped",
444
+ "visibility": "public",
445
+ "participantFacing": true,
446
+ "public": true,
447
+ "packageExport": "./core"
448
+ },
449
+ {
450
+ "id": "export:./artifact-passport",
451
+ "name": "@kungfu-tech/buildchain/artifact-passport",
452
+ "kind": "package-export",
453
+ "sourcePath": "packages/core/artifact-passport.js",
454
+ "evidencePath": "packages/core/artifact-passport.js",
455
+ "availability": "shipped",
456
+ "visibility": "public",
457
+ "participantFacing": true,
458
+ "public": true,
459
+ "packageExport": "./artifact-passport"
460
+ },
461
+ {
462
+ "id": "export:./buildchain-contract",
463
+ "name": "@kungfu-tech/buildchain/buildchain-contract",
464
+ "kind": "package-export",
465
+ "sourcePath": "packages/core/buildchain-contract.js",
466
+ "evidencePath": "packages/core/buildchain-contract.js",
467
+ "availability": "shipped",
468
+ "visibility": "public",
469
+ "participantFacing": true,
470
+ "public": true,
471
+ "packageExport": "./buildchain-contract"
472
+ },
473
+ {
474
+ "id": "export:./diagnostics",
475
+ "name": "@kungfu-tech/buildchain/diagnostics",
476
+ "kind": "package-export",
477
+ "sourcePath": "packages/core/diagnostics.js",
478
+ "evidencePath": "packages/core/diagnostics.js",
479
+ "availability": "shipped",
480
+ "visibility": "public",
481
+ "participantFacing": true,
482
+ "public": true,
483
+ "packageExport": "./diagnostics"
484
+ },
485
+ {
486
+ "id": "export:./issue-reporting",
487
+ "name": "@kungfu-tech/buildchain/issue-reporting",
488
+ "kind": "package-export",
489
+ "sourcePath": "packages/core/issue-reporting.js",
490
+ "evidencePath": "packages/core/issue-reporting.js",
491
+ "availability": "shipped",
492
+ "visibility": "public",
493
+ "participantFacing": true,
494
+ "public": true,
495
+ "packageExport": "./issue-reporting"
496
+ },
497
+ {
498
+ "id": "export:./logging",
499
+ "name": "@kungfu-tech/buildchain/logging",
500
+ "kind": "package-export",
501
+ "sourcePath": "packages/core/logging.js",
502
+ "evidencePath": "packages/core/logging.js",
503
+ "availability": "shipped",
504
+ "visibility": "public",
505
+ "participantFacing": true,
506
+ "public": true,
507
+ "packageExport": "./logging"
508
+ },
509
+ {
510
+ "id": "export:./kfd-gate",
511
+ "name": "@kungfu-tech/buildchain/kfd-gate",
512
+ "kind": "package-export",
513
+ "sourcePath": "packages/core/kfd-gate.js",
514
+ "evidencePath": "packages/core/kfd-gate.js",
515
+ "availability": "shipped",
516
+ "visibility": "public",
517
+ "participantFacing": true,
518
+ "public": true,
519
+ "packageExport": "./kfd-gate"
520
+ },
521
+ {
522
+ "id": "export:./release-candidate",
523
+ "name": "@kungfu-tech/buildchain/release-candidate",
524
+ "kind": "package-export",
525
+ "sourcePath": "packages/core/release-candidate.js",
526
+ "evidencePath": "packages/core/release-candidate.js",
527
+ "availability": "shipped",
528
+ "visibility": "public",
529
+ "participantFacing": true,
530
+ "public": true,
531
+ "packageExport": "./release-candidate"
532
+ },
533
+ {
534
+ "id": "export:./release-passport",
535
+ "name": "@kungfu-tech/buildchain/release-passport",
536
+ "kind": "package-export",
537
+ "sourcePath": "packages/core/release-passport.js",
538
+ "evidencePath": "packages/core/release-passport.js",
539
+ "availability": "shipped",
540
+ "visibility": "public",
541
+ "participantFacing": true,
542
+ "public": true,
543
+ "packageExport": "./release-passport"
544
+ },
545
+ {
546
+ "id": "export:./release-propagation",
547
+ "name": "@kungfu-tech/buildchain/release-propagation",
548
+ "kind": "package-export",
549
+ "sourcePath": "packages/core/release-propagation.js",
550
+ "evidencePath": "packages/core/release-propagation.js",
551
+ "availability": "shipped",
552
+ "visibility": "public",
553
+ "participantFacing": true,
554
+ "public": true,
555
+ "packageExport": "./release-propagation"
556
+ },
557
+ {
558
+ "id": "export:./buildchain-kfd-claims",
559
+ "name": "@kungfu-tech/buildchain/buildchain-kfd-claims",
560
+ "kind": "package-export",
561
+ "sourcePath": "packages/core/buildchain-kfd-claims.js",
562
+ "evidencePath": "packages/core/buildchain-kfd-claims.js",
563
+ "availability": "shipped",
564
+ "visibility": "public",
565
+ "participantFacing": true,
566
+ "public": true,
567
+ "packageExport": "./buildchain-kfd-claims"
568
+ }
569
+ ],
570
+ "siteConsumptionContracts": [
571
+ {
572
+ "id": "site:dist/site/buildchain-site.json",
573
+ "name": "site:dist/site/buildchain-site.json",
574
+ "kind": "site-consumption-contract",
575
+ "sourcePath": "dist/site/buildchain-site.json",
576
+ "evidencePath": "dist/site/buildchain-site.json",
577
+ "availability": "shipped",
578
+ "visibility": "public",
579
+ "participantFacing": true,
580
+ "public": true
581
+ },
582
+ {
583
+ "id": "site:dist/site/site-manifest.json",
584
+ "name": "site:dist/site/site-manifest.json",
585
+ "kind": "site-consumption-contract",
586
+ "sourcePath": "dist/site/site-manifest.json",
587
+ "evidencePath": "dist/site/site-manifest.json",
588
+ "availability": "shipped",
589
+ "visibility": "public",
590
+ "participantFacing": true,
591
+ "public": true
592
+ },
593
+ {
594
+ "id": "site:dist/site/cli-registry.json",
595
+ "name": "site:dist/site/cli-registry.json",
596
+ "kind": "site-consumption-contract",
597
+ "sourcePath": "dist/site/cli-registry.json",
598
+ "evidencePath": "dist/site/cli-registry.json",
599
+ "availability": "shipped",
600
+ "visibility": "public",
601
+ "participantFacing": true,
602
+ "public": true
603
+ },
604
+ {
605
+ "id": "site:dist/site/manual-registry.json",
606
+ "name": "site:dist/site/manual-registry.json",
607
+ "kind": "site-consumption-contract",
608
+ "sourcePath": "dist/site/manual-registry.json",
609
+ "evidencePath": "dist/site/manual-registry.json",
610
+ "availability": "shipped",
611
+ "visibility": "public",
612
+ "participantFacing": true,
613
+ "public": true
614
+ },
615
+ {
616
+ "id": "site:dist/site/node-api-registry.json",
617
+ "name": "site:dist/site/node-api-registry.json",
618
+ "kind": "site-consumption-contract",
619
+ "sourcePath": "dist/site/node-api-registry.json",
620
+ "evidencePath": "dist/site/node-api-registry.json",
621
+ "availability": "shipped",
622
+ "visibility": "public",
623
+ "participantFacing": true,
624
+ "public": true
625
+ },
626
+ {
627
+ "id": "site:dist/site/workflow-registry.json",
628
+ "name": "site:dist/site/workflow-registry.json",
629
+ "kind": "site-consumption-contract",
630
+ "sourcePath": "dist/site/workflow-registry.json",
631
+ "evidencePath": "dist/site/workflow-registry.json",
632
+ "availability": "shipped",
633
+ "visibility": "public",
634
+ "participantFacing": true,
635
+ "public": true
636
+ },
637
+ {
638
+ "id": "site:dist/site/release-model.json",
639
+ "name": "site:dist/site/release-model.json",
640
+ "kind": "site-consumption-contract",
641
+ "sourcePath": "dist/site/release-model.json",
642
+ "evidencePath": "dist/site/release-model.json",
643
+ "availability": "shipped",
644
+ "visibility": "public",
645
+ "participantFacing": true,
646
+ "public": true
647
+ },
648
+ {
649
+ "id": "site:dist/site/artifact-schemas.json",
650
+ "name": "site:dist/site/artifact-schemas.json",
651
+ "kind": "site-consumption-contract",
652
+ "sourcePath": "dist/site/artifact-schemas.json",
653
+ "evidencePath": "dist/site/artifact-schemas.json",
654
+ "availability": "shipped",
655
+ "visibility": "public",
656
+ "participantFacing": true,
657
+ "public": true
658
+ },
659
+ {
660
+ "id": "site:dist/site/buildchain-contract.json",
661
+ "name": "site:dist/site/buildchain-contract.json",
662
+ "kind": "site-consumption-contract",
663
+ "sourcePath": "dist/site/buildchain-contract.json",
664
+ "evidencePath": "dist/site/buildchain-contract.json",
665
+ "availability": "shipped",
666
+ "visibility": "public",
667
+ "participantFacing": true,
668
+ "public": true
669
+ },
670
+ {
671
+ "id": "site:dist/site/product-mechanism.json",
672
+ "name": "site:dist/site/product-mechanism.json",
673
+ "kind": "site-consumption-contract",
674
+ "sourcePath": "dist/site/product-mechanism.json",
675
+ "evidencePath": "dist/site/product-mechanism.json",
676
+ "availability": "shipped",
677
+ "visibility": "public",
678
+ "participantFacing": true,
679
+ "public": true
680
+ },
681
+ {
682
+ "id": "site:dist/site/release-provenance.json",
683
+ "name": "site:dist/site/release-provenance.json",
684
+ "kind": "site-consumption-contract",
685
+ "sourcePath": "dist/site/release-provenance.json",
686
+ "evidencePath": "dist/site/release-provenance.json",
687
+ "availability": "shipped",
688
+ "visibility": "public",
689
+ "participantFacing": true,
690
+ "public": true
691
+ },
692
+ {
693
+ "id": "site:dist/site/agent-index.json",
694
+ "name": "site:dist/site/agent-index.json",
695
+ "kind": "site-consumption-contract",
696
+ "sourcePath": "dist/site/agent-index.json",
697
+ "evidencePath": "dist/site/agent-index.json",
698
+ "availability": "shipped",
699
+ "visibility": "public",
700
+ "participantFacing": true,
701
+ "public": true
702
+ },
703
+ {
704
+ "id": "site:dist/site/kfd-claims.json",
705
+ "name": "site:dist/site/kfd-claims.json",
706
+ "kind": "site-consumption-contract",
707
+ "sourcePath": "dist/site/kfd-claims.json",
708
+ "evidencePath": "dist/site/kfd-claims.json",
709
+ "availability": "shipped",
710
+ "visibility": "public",
711
+ "participantFacing": true,
712
+ "public": true
713
+ }
714
+ ]
715
+ },
716
+ "additionalSurfaces": [
717
+ {
718
+ "id": "control:.github/workflows/.build.yml",
719
+ "name": "control:.github/workflows/.build.yml",
720
+ "kind": "workflow",
721
+ "sourcePath": ".github/workflows/.build.yml",
722
+ "evidencePath": ".github/workflows/.build.yml",
723
+ "availability": "shipped",
724
+ "visibility": "public",
725
+ "participantFacing": true,
726
+ "public": true
727
+ },
728
+ {
729
+ "id": "control:.github/workflows/release-candidate-promote.yml",
730
+ "name": "control:.github/workflows/release-candidate-promote.yml",
731
+ "kind": "workflow",
732
+ "sourcePath": ".github/workflows/release-candidate-promote.yml",
733
+ "evidencePath": ".github/workflows/release-candidate-promote.yml",
734
+ "availability": "shipped",
735
+ "visibility": "public",
736
+ "participantFacing": true,
737
+ "public": true
738
+ },
739
+ {
740
+ "id": "control:.github/workflows/buildchain-ref-promotion.yml",
741
+ "name": "control:.github/workflows/buildchain-ref-promotion.yml",
742
+ "kind": "workflow",
743
+ "sourcePath": ".github/workflows/buildchain-ref-promotion.yml",
744
+ "evidencePath": ".github/workflows/buildchain-ref-promotion.yml",
745
+ "availability": "shipped",
746
+ "visibility": "public",
747
+ "participantFacing": true,
748
+ "public": true
749
+ },
750
+ {
751
+ "id": "control:.github/workflows/release-propagation.yml",
752
+ "name": "control:.github/workflows/release-propagation.yml",
753
+ "kind": "workflow",
754
+ "sourcePath": ".github/workflows/release-propagation.yml",
755
+ "evidencePath": ".github/workflows/release-propagation.yml",
756
+ "availability": "shipped",
757
+ "visibility": "public",
758
+ "participantFacing": true,
759
+ "public": true
760
+ },
761
+ {
762
+ "id": "control:actions/promote-buildchain-ref/action.yml",
763
+ "name": "control:actions/promote-buildchain-ref/action.yml",
764
+ "kind": "action",
765
+ "sourcePath": "actions/promote-buildchain-ref/action.yml",
766
+ "evidencePath": "actions/promote-buildchain-ref/action.yml",
767
+ "availability": "shipped",
768
+ "visibility": "public",
769
+ "participantFacing": true,
770
+ "public": true
771
+ },
772
+ {
773
+ "id": "control:actions/promote-buildchain-ref/index.js",
774
+ "name": "control:actions/promote-buildchain-ref/index.js",
775
+ "kind": "action",
776
+ "sourcePath": "actions/promote-buildchain-ref/index.js",
777
+ "evidencePath": "actions/promote-buildchain-ref/index.js",
778
+ "availability": "shipped",
779
+ "visibility": "public",
780
+ "participantFacing": true,
781
+ "public": true
782
+ }
783
+ ],
784
+ "publicSurfaceCount": 57
785
+ }
786
+ }