@kungfu-tech/buildchain 2.8.7-alpha.1 → 2.8.7
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 +29 -1
- package/dist/site/agent-index.json +1 -0
- package/dist/site/artifact-schemas.json +1 -0
- package/dist/site/buildchain-contract.json +4 -4
- package/dist/site/buildchain-site.json +1619 -10
- package/dist/site/kfd-claims.json +326 -50
- package/dist/site/manual-registry.json +49 -10
- package/dist/site/node-api-registry.json +2 -2
- package/dist/site/page-registry.json +1437 -0
- package/dist/site/release-provenance.json +1 -0
- package/dist/site/site-manifest.json +56 -10
- package/dist/site/workflow-registry.json +5 -0
- package/docs/runtime-train-validation.md +123 -0
- package/docs/site-bundle-contract.md +30 -0
- package/docs/web-surface-deployments.md +22 -9
- package/package.json +4 -23
- package/packages/core/buildchain-kfd-claims.js +37 -6
- package/scripts/check-inventory.mjs +114 -5
- package/scripts/generate-site-bundle.mjs +311 -1
- package/scripts/web-surface-production-release-pr.mjs +315 -0
|
@@ -46,6 +46,7 @@
|
|
|
46
46
|
"artifactPaths": [
|
|
47
47
|
"dist/site/manual-registry.json",
|
|
48
48
|
"dist/site/node-api-registry.json",
|
|
49
|
+
"dist/site/page-registry.json",
|
|
49
50
|
"dist/site/buildchain-site.json",
|
|
50
51
|
"dist/site/site-manifest.json"
|
|
51
52
|
]
|
|
@@ -115,11 +116,11 @@
|
|
|
115
116
|
"groups": {
|
|
116
117
|
"docs": [
|
|
117
118
|
{
|
|
118
|
-
"id": "doc:
|
|
119
|
-
"name": "
|
|
119
|
+
"id": "doc:README.md",
|
|
120
|
+
"name": "README.md",
|
|
120
121
|
"kind": "documentation",
|
|
121
|
-
"sourcePath": "
|
|
122
|
-
"evidencePath": "
|
|
122
|
+
"sourcePath": "README.md",
|
|
123
|
+
"evidencePath": "README.md",
|
|
123
124
|
"availability": "shipped",
|
|
124
125
|
"visibility": "public",
|
|
125
126
|
"participantFacing": true,
|
|
@@ -127,23 +128,59 @@
|
|
|
127
128
|
"plane": "use"
|
|
128
129
|
},
|
|
129
130
|
{
|
|
130
|
-
"id": "doc:
|
|
131
|
-
"name": "
|
|
131
|
+
"id": "doc:actions/promote-buildchain-ref/README.md",
|
|
132
|
+
"name": "actions/promote-buildchain-ref/README.md",
|
|
132
133
|
"kind": "documentation",
|
|
133
|
-
"sourcePath": "
|
|
134
|
-
"evidencePath": "
|
|
134
|
+
"sourcePath": "actions/promote-buildchain-ref/README.md",
|
|
135
|
+
"evidencePath": "actions/promote-buildchain-ref/README.md",
|
|
135
136
|
"availability": "shipped",
|
|
136
137
|
"visibility": "public",
|
|
137
138
|
"participantFacing": true,
|
|
138
139
|
"public": true,
|
|
139
|
-
"plane": "
|
|
140
|
+
"plane": "action"
|
|
140
141
|
},
|
|
141
142
|
{
|
|
142
|
-
"id": "doc:
|
|
143
|
-
"name": "
|
|
143
|
+
"id": "doc:actions/report-buildchain-issue/README.md",
|
|
144
|
+
"name": "actions/report-buildchain-issue/README.md",
|
|
144
145
|
"kind": "documentation",
|
|
145
|
-
"sourcePath": "
|
|
146
|
-
"evidencePath": "
|
|
146
|
+
"sourcePath": "actions/report-buildchain-issue/README.md",
|
|
147
|
+
"evidencePath": "actions/report-buildchain-issue/README.md",
|
|
148
|
+
"availability": "shipped",
|
|
149
|
+
"visibility": "public",
|
|
150
|
+
"participantFacing": true,
|
|
151
|
+
"public": true,
|
|
152
|
+
"plane": "action"
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
"id": "doc:actions/run-lifecycle/README.md",
|
|
156
|
+
"name": "actions/run-lifecycle/README.md",
|
|
157
|
+
"kind": "documentation",
|
|
158
|
+
"sourcePath": "actions/run-lifecycle/README.md",
|
|
159
|
+
"evidencePath": "actions/run-lifecycle/README.md",
|
|
160
|
+
"availability": "shipped",
|
|
161
|
+
"visibility": "public",
|
|
162
|
+
"participantFacing": true,
|
|
163
|
+
"public": true,
|
|
164
|
+
"plane": "action"
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
"id": "doc:actions/validate-config/README.md",
|
|
168
|
+
"name": "actions/validate-config/README.md",
|
|
169
|
+
"kind": "documentation",
|
|
170
|
+
"sourcePath": "actions/validate-config/README.md",
|
|
171
|
+
"evidencePath": "actions/validate-config/README.md",
|
|
172
|
+
"availability": "shipped",
|
|
173
|
+
"visibility": "public",
|
|
174
|
+
"participantFacing": true,
|
|
175
|
+
"public": true,
|
|
176
|
+
"plane": "action"
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
"id": "doc:docs/MAP.md",
|
|
180
|
+
"name": "Buildchain documentation map",
|
|
181
|
+
"kind": "documentation",
|
|
182
|
+
"sourcePath": "docs/MAP.md",
|
|
183
|
+
"evidencePath": "docs/MAP.md",
|
|
147
184
|
"availability": "shipped",
|
|
148
185
|
"visibility": "public",
|
|
149
186
|
"participantFacing": true,
|
|
@@ -151,7 +188,7 @@
|
|
|
151
188
|
"plane": "use"
|
|
152
189
|
},
|
|
153
190
|
{
|
|
154
|
-
"id": "doc:binary-distribution",
|
|
191
|
+
"id": "doc:docs/binary-distribution.md",
|
|
155
192
|
"name": "Binary distribution contract",
|
|
156
193
|
"kind": "documentation",
|
|
157
194
|
"sourcePath": "docs/binary-distribution.md",
|
|
@@ -163,11 +200,11 @@
|
|
|
163
200
|
"plane": "verify"
|
|
164
201
|
},
|
|
165
202
|
{
|
|
166
|
-
"id": "doc:
|
|
167
|
-
"name": "
|
|
203
|
+
"id": "doc:docs/cli.md",
|
|
204
|
+
"name": "CLI and npm package",
|
|
168
205
|
"kind": "documentation",
|
|
169
|
-
"sourcePath": "docs/
|
|
170
|
-
"evidencePath": "docs/
|
|
206
|
+
"sourcePath": "docs/cli.md",
|
|
207
|
+
"evidencePath": "docs/cli.md",
|
|
171
208
|
"availability": "shipped",
|
|
172
209
|
"visibility": "public",
|
|
173
210
|
"participantFacing": true,
|
|
@@ -175,11 +212,11 @@
|
|
|
175
212
|
"plane": "use"
|
|
176
213
|
},
|
|
177
214
|
{
|
|
178
|
-
"id": "doc:
|
|
179
|
-
"name": "
|
|
215
|
+
"id": "doc:docs/consumer-issue-reporting.md",
|
|
216
|
+
"name": "Consumer issue reporting",
|
|
180
217
|
"kind": "documentation",
|
|
181
|
-
"sourcePath": "docs/
|
|
182
|
-
"evidencePath": "docs/
|
|
218
|
+
"sourcePath": "docs/consumer-issue-reporting.md",
|
|
219
|
+
"evidencePath": "docs/consumer-issue-reporting.md",
|
|
183
220
|
"availability": "shipped",
|
|
184
221
|
"visibility": "public",
|
|
185
222
|
"participantFacing": true,
|
|
@@ -187,23 +224,23 @@
|
|
|
187
224
|
"plane": "use"
|
|
188
225
|
},
|
|
189
226
|
{
|
|
190
|
-
"id": "doc:
|
|
191
|
-
"name": "
|
|
227
|
+
"id": "doc:docs/infra-contract.md",
|
|
228
|
+
"name": "Infra Contract",
|
|
192
229
|
"kind": "documentation",
|
|
193
|
-
"sourcePath": "docs/
|
|
194
|
-
"evidencePath": "docs/
|
|
230
|
+
"sourcePath": "docs/infra-contract.md",
|
|
231
|
+
"evidencePath": "docs/infra-contract.md",
|
|
195
232
|
"availability": "shipped",
|
|
196
233
|
"visibility": "public",
|
|
197
234
|
"participantFacing": true,
|
|
198
235
|
"public": true,
|
|
199
|
-
"plane": "
|
|
236
|
+
"plane": "use"
|
|
200
237
|
},
|
|
201
238
|
{
|
|
202
|
-
"id": "doc:
|
|
203
|
-
"name": "
|
|
239
|
+
"id": "doc:docs/install.md",
|
|
240
|
+
"name": "Install and verify Buildchain",
|
|
204
241
|
"kind": "documentation",
|
|
205
|
-
"sourcePath": "docs/
|
|
206
|
-
"evidencePath": "docs/
|
|
242
|
+
"sourcePath": "docs/install.md",
|
|
243
|
+
"evidencePath": "docs/install.md",
|
|
207
244
|
"availability": "shipped",
|
|
208
245
|
"visibility": "public",
|
|
209
246
|
"participantFacing": true,
|
|
@@ -211,7 +248,7 @@
|
|
|
211
248
|
"plane": "use"
|
|
212
249
|
},
|
|
213
250
|
{
|
|
214
|
-
"id": "doc:lifecycle-protocol",
|
|
251
|
+
"id": "doc:docs/lifecycle-protocol.md",
|
|
215
252
|
"name": "Lifecycle protocol",
|
|
216
253
|
"kind": "documentation",
|
|
217
254
|
"sourcePath": "docs/lifecycle-protocol.md",
|
|
@@ -223,19 +260,43 @@
|
|
|
223
260
|
"plane": "use"
|
|
224
261
|
},
|
|
225
262
|
{
|
|
226
|
-
"id": "doc:
|
|
227
|
-
"name": "
|
|
263
|
+
"id": "doc:docs/migration-inventory.md",
|
|
264
|
+
"name": "Migration inventory",
|
|
228
265
|
"kind": "documentation",
|
|
229
|
-
"sourcePath": "docs/
|
|
230
|
-
"evidencePath": "docs/
|
|
266
|
+
"sourcePath": "docs/migration-inventory.md",
|
|
267
|
+
"evidencePath": "docs/migration-inventory.md",
|
|
231
268
|
"availability": "shipped",
|
|
232
269
|
"visibility": "public",
|
|
233
270
|
"participantFacing": true,
|
|
234
271
|
"public": true,
|
|
235
|
-
"plane": "
|
|
272
|
+
"plane": "verify"
|
|
236
273
|
},
|
|
237
274
|
{
|
|
238
|
-
"id": "doc:
|
|
275
|
+
"id": "doc:docs/ownership.md",
|
|
276
|
+
"name": "Ownership",
|
|
277
|
+
"kind": "documentation",
|
|
278
|
+
"sourcePath": "docs/ownership.md",
|
|
279
|
+
"evidencePath": "docs/ownership.md",
|
|
280
|
+
"availability": "shipped",
|
|
281
|
+
"visibility": "public",
|
|
282
|
+
"participantFacing": true,
|
|
283
|
+
"public": true,
|
|
284
|
+
"plane": "why"
|
|
285
|
+
},
|
|
286
|
+
{
|
|
287
|
+
"id": "doc:docs/product-mechanism.md",
|
|
288
|
+
"name": "Product mechanism",
|
|
289
|
+
"kind": "documentation",
|
|
290
|
+
"sourcePath": "docs/product-mechanism.md",
|
|
291
|
+
"evidencePath": "docs/product-mechanism.md",
|
|
292
|
+
"availability": "shipped",
|
|
293
|
+
"visibility": "public",
|
|
294
|
+
"participantFacing": true,
|
|
295
|
+
"public": true,
|
|
296
|
+
"plane": "why"
|
|
297
|
+
},
|
|
298
|
+
{
|
|
299
|
+
"id": "doc:docs/publish-transaction.md",
|
|
239
300
|
"name": "Publish transaction",
|
|
240
301
|
"kind": "documentation",
|
|
241
302
|
"sourcePath": "docs/publish-transaction.md",
|
|
@@ -247,7 +308,19 @@
|
|
|
247
308
|
"plane": "verify"
|
|
248
309
|
},
|
|
249
310
|
{
|
|
250
|
-
"id": "doc:release-
|
|
311
|
+
"id": "doc:docs/release-flow.md",
|
|
312
|
+
"name": "Release flow",
|
|
313
|
+
"kind": "documentation",
|
|
314
|
+
"sourcePath": "docs/release-flow.md",
|
|
315
|
+
"evidencePath": "docs/release-flow.md",
|
|
316
|
+
"availability": "shipped",
|
|
317
|
+
"visibility": "public",
|
|
318
|
+
"participantFacing": true,
|
|
319
|
+
"public": true,
|
|
320
|
+
"plane": "verify"
|
|
321
|
+
},
|
|
322
|
+
{
|
|
323
|
+
"id": "doc:docs/release-governance.md",
|
|
251
324
|
"name": "Release governance",
|
|
252
325
|
"kind": "documentation",
|
|
253
326
|
"sourcePath": "docs/release-governance.md",
|
|
@@ -259,11 +332,47 @@
|
|
|
259
332
|
"plane": "why"
|
|
260
333
|
},
|
|
261
334
|
{
|
|
262
|
-
"id": "doc:release-
|
|
263
|
-
"name": "Release
|
|
335
|
+
"id": "doc:docs/release-passport.md",
|
|
336
|
+
"name": "Release Passport protocol",
|
|
264
337
|
"kind": "documentation",
|
|
265
|
-
"sourcePath": "docs/release-
|
|
266
|
-
"evidencePath": "docs/release-
|
|
338
|
+
"sourcePath": "docs/release-passport.md",
|
|
339
|
+
"evidencePath": "docs/release-passport.md",
|
|
340
|
+
"availability": "shipped",
|
|
341
|
+
"visibility": "public",
|
|
342
|
+
"participantFacing": true,
|
|
343
|
+
"public": true,
|
|
344
|
+
"plane": "verify"
|
|
345
|
+
},
|
|
346
|
+
{
|
|
347
|
+
"id": "doc:docs/release-propagation.md",
|
|
348
|
+
"name": "Release propagation",
|
|
349
|
+
"kind": "documentation",
|
|
350
|
+
"sourcePath": "docs/release-propagation.md",
|
|
351
|
+
"evidencePath": "docs/release-propagation.md",
|
|
352
|
+
"availability": "shipped",
|
|
353
|
+
"visibility": "public",
|
|
354
|
+
"participantFacing": true,
|
|
355
|
+
"public": true,
|
|
356
|
+
"plane": "use"
|
|
357
|
+
},
|
|
358
|
+
{
|
|
359
|
+
"id": "doc:docs/reusable-build-surface.md",
|
|
360
|
+
"name": "Reusable build surface",
|
|
361
|
+
"kind": "documentation",
|
|
362
|
+
"sourcePath": "docs/reusable-build-surface.md",
|
|
363
|
+
"evidencePath": "docs/reusable-build-surface.md",
|
|
364
|
+
"availability": "shipped",
|
|
365
|
+
"visibility": "public",
|
|
366
|
+
"participantFacing": true,
|
|
367
|
+
"public": true,
|
|
368
|
+
"plane": "use"
|
|
369
|
+
},
|
|
370
|
+
{
|
|
371
|
+
"id": "doc:docs/runtime-train-validation.md",
|
|
372
|
+
"name": "Runtime train validation",
|
|
373
|
+
"kind": "documentation",
|
|
374
|
+
"sourcePath": "docs/runtime-train-validation.md",
|
|
375
|
+
"evidencePath": "docs/runtime-train-validation.md",
|
|
267
376
|
"availability": "shipped",
|
|
268
377
|
"visibility": "public",
|
|
269
378
|
"participantFacing": true,
|
|
@@ -271,7 +380,31 @@
|
|
|
271
380
|
"plane": "verify"
|
|
272
381
|
},
|
|
273
382
|
{
|
|
274
|
-
"id": "doc:
|
|
383
|
+
"id": "doc:docs/site-bundle-contract.md",
|
|
384
|
+
"name": "Site bundle contract",
|
|
385
|
+
"kind": "documentation",
|
|
386
|
+
"sourcePath": "docs/site-bundle-contract.md",
|
|
387
|
+
"evidencePath": "docs/site-bundle-contract.md",
|
|
388
|
+
"availability": "shipped",
|
|
389
|
+
"visibility": "public",
|
|
390
|
+
"participantFacing": true,
|
|
391
|
+
"public": true,
|
|
392
|
+
"plane": "use"
|
|
393
|
+
},
|
|
394
|
+
{
|
|
395
|
+
"id": "doc:docs/toolkit-observability.md",
|
|
396
|
+
"name": "Toolkit observability",
|
|
397
|
+
"kind": "documentation",
|
|
398
|
+
"sourcePath": "docs/toolkit-observability.md",
|
|
399
|
+
"evidencePath": "docs/toolkit-observability.md",
|
|
400
|
+
"availability": "shipped",
|
|
401
|
+
"visibility": "public",
|
|
402
|
+
"participantFacing": true,
|
|
403
|
+
"public": true,
|
|
404
|
+
"plane": "use"
|
|
405
|
+
},
|
|
406
|
+
{
|
|
407
|
+
"id": "doc:docs/versioning.md",
|
|
275
408
|
"name": "Versioning",
|
|
276
409
|
"kind": "documentation",
|
|
277
410
|
"sourcePath": "docs/versioning.md",
|
|
@@ -283,7 +416,7 @@
|
|
|
283
416
|
"plane": "why"
|
|
284
417
|
},
|
|
285
418
|
{
|
|
286
|
-
"id": "doc:web-surface-deployments",
|
|
419
|
+
"id": "doc:docs/web-surface-deployments.md",
|
|
287
420
|
"name": "Web surface deployments",
|
|
288
421
|
"kind": "documentation",
|
|
289
422
|
"sourcePath": "docs/web-surface-deployments.md",
|
|
@@ -295,11 +428,143 @@
|
|
|
295
428
|
"plane": "use"
|
|
296
429
|
},
|
|
297
430
|
{
|
|
298
|
-
"id": "doc:infra-contract",
|
|
299
|
-
"name": "
|
|
431
|
+
"id": "doc:fixtures/infra-contract-aws-cdk-shaped/README.md",
|
|
432
|
+
"name": "fixtures/infra-contract-aws-cdk-shaped/README.md",
|
|
300
433
|
"kind": "documentation",
|
|
301
|
-
"sourcePath": "
|
|
302
|
-
"evidencePath": "
|
|
434
|
+
"sourcePath": "fixtures/infra-contract-aws-cdk-shaped/README.md",
|
|
435
|
+
"evidencePath": "fixtures/infra-contract-aws-cdk-shaped/README.md",
|
|
436
|
+
"availability": "shipped",
|
|
437
|
+
"visibility": "public",
|
|
438
|
+
"participantFacing": true,
|
|
439
|
+
"public": true,
|
|
440
|
+
"plane": "fixture"
|
|
441
|
+
},
|
|
442
|
+
{
|
|
443
|
+
"id": "doc:fixtures/infra-contract-aws-cli-shaped/README.md",
|
|
444
|
+
"name": "fixtures/infra-contract-aws-cli-shaped/README.md",
|
|
445
|
+
"kind": "documentation",
|
|
446
|
+
"sourcePath": "fixtures/infra-contract-aws-cli-shaped/README.md",
|
|
447
|
+
"evidencePath": "fixtures/infra-contract-aws-cli-shaped/README.md",
|
|
448
|
+
"availability": "shipped",
|
|
449
|
+
"visibility": "public",
|
|
450
|
+
"participantFacing": true,
|
|
451
|
+
"public": true,
|
|
452
|
+
"plane": "fixture"
|
|
453
|
+
},
|
|
454
|
+
{
|
|
455
|
+
"id": "doc:fixtures/infra-contract-cloudformation-shaped/README.md",
|
|
456
|
+
"name": "fixtures/infra-contract-cloudformation-shaped/README.md",
|
|
457
|
+
"kind": "documentation",
|
|
458
|
+
"sourcePath": "fixtures/infra-contract-cloudformation-shaped/README.md",
|
|
459
|
+
"evidencePath": "fixtures/infra-contract-cloudformation-shaped/README.md",
|
|
460
|
+
"availability": "shipped",
|
|
461
|
+
"visibility": "public",
|
|
462
|
+
"participantFacing": true,
|
|
463
|
+
"public": true,
|
|
464
|
+
"plane": "fixture"
|
|
465
|
+
},
|
|
466
|
+
{
|
|
467
|
+
"id": "doc:fixtures/infra-contract-opentofu-shaped/README.md",
|
|
468
|
+
"name": "fixtures/infra-contract-opentofu-shaped/README.md",
|
|
469
|
+
"kind": "documentation",
|
|
470
|
+
"sourcePath": "fixtures/infra-contract-opentofu-shaped/README.md",
|
|
471
|
+
"evidencePath": "fixtures/infra-contract-opentofu-shaped/README.md",
|
|
472
|
+
"availability": "shipped",
|
|
473
|
+
"visibility": "public",
|
|
474
|
+
"participantFacing": true,
|
|
475
|
+
"public": true,
|
|
476
|
+
"plane": "fixture"
|
|
477
|
+
},
|
|
478
|
+
{
|
|
479
|
+
"id": "doc:fixtures/infra-contract-pulumi-shaped/README.md",
|
|
480
|
+
"name": "fixtures/infra-contract-pulumi-shaped/README.md",
|
|
481
|
+
"kind": "documentation",
|
|
482
|
+
"sourcePath": "fixtures/infra-contract-pulumi-shaped/README.md",
|
|
483
|
+
"evidencePath": "fixtures/infra-contract-pulumi-shaped/README.md",
|
|
484
|
+
"availability": "shipped",
|
|
485
|
+
"visibility": "public",
|
|
486
|
+
"participantFacing": true,
|
|
487
|
+
"public": true,
|
|
488
|
+
"plane": "fixture"
|
|
489
|
+
},
|
|
490
|
+
{
|
|
491
|
+
"id": "doc:fixtures/infra-contract-shaped/README.md",
|
|
492
|
+
"name": "fixtures/infra-contract-shaped/README.md",
|
|
493
|
+
"kind": "documentation",
|
|
494
|
+
"sourcePath": "fixtures/infra-contract-shaped/README.md",
|
|
495
|
+
"evidencePath": "fixtures/infra-contract-shaped/README.md",
|
|
496
|
+
"availability": "shipped",
|
|
497
|
+
"visibility": "public",
|
|
498
|
+
"participantFacing": true,
|
|
499
|
+
"public": true,
|
|
500
|
+
"plane": "fixture"
|
|
501
|
+
},
|
|
502
|
+
{
|
|
503
|
+
"id": "doc:fixtures/infra-contract-terraform-shaped/README.md",
|
|
504
|
+
"name": "fixtures/infra-contract-terraform-shaped/README.md",
|
|
505
|
+
"kind": "documentation",
|
|
506
|
+
"sourcePath": "fixtures/infra-contract-terraform-shaped/README.md",
|
|
507
|
+
"evidencePath": "fixtures/infra-contract-terraform-shaped/README.md",
|
|
508
|
+
"availability": "shipped",
|
|
509
|
+
"visibility": "public",
|
|
510
|
+
"participantFacing": true,
|
|
511
|
+
"public": true,
|
|
512
|
+
"plane": "fixture"
|
|
513
|
+
},
|
|
514
|
+
{
|
|
515
|
+
"id": "doc:fixtures/libnode-shaped/README.md",
|
|
516
|
+
"name": "fixtures/libnode-shaped/README.md",
|
|
517
|
+
"kind": "documentation",
|
|
518
|
+
"sourcePath": "fixtures/libnode-shaped/README.md",
|
|
519
|
+
"evidencePath": "fixtures/libnode-shaped/README.md",
|
|
520
|
+
"availability": "shipped",
|
|
521
|
+
"visibility": "public",
|
|
522
|
+
"participantFacing": true,
|
|
523
|
+
"public": true,
|
|
524
|
+
"plane": "fixture"
|
|
525
|
+
},
|
|
526
|
+
{
|
|
527
|
+
"id": "doc:fixtures/publish-transaction-shaped/README.md",
|
|
528
|
+
"name": "fixtures/publish-transaction-shaped/README.md",
|
|
529
|
+
"kind": "documentation",
|
|
530
|
+
"sourcePath": "fixtures/publish-transaction-shaped/README.md",
|
|
531
|
+
"evidencePath": "fixtures/publish-transaction-shaped/README.md",
|
|
532
|
+
"availability": "shipped",
|
|
533
|
+
"visibility": "public",
|
|
534
|
+
"participantFacing": true,
|
|
535
|
+
"public": true,
|
|
536
|
+
"plane": "fixture"
|
|
537
|
+
},
|
|
538
|
+
{
|
|
539
|
+
"id": "doc:fixtures/release-propagation-shaped/README.md",
|
|
540
|
+
"name": "fixtures/release-propagation-shaped/README.md",
|
|
541
|
+
"kind": "documentation",
|
|
542
|
+
"sourcePath": "fixtures/release-propagation-shaped/README.md",
|
|
543
|
+
"evidencePath": "fixtures/release-propagation-shaped/README.md",
|
|
544
|
+
"availability": "shipped",
|
|
545
|
+
"visibility": "public",
|
|
546
|
+
"participantFacing": true,
|
|
547
|
+
"public": true,
|
|
548
|
+
"plane": "fixture"
|
|
549
|
+
},
|
|
550
|
+
{
|
|
551
|
+
"id": "doc:fixtures/web-surface-shaped/README.md",
|
|
552
|
+
"name": "fixtures/web-surface-shaped/README.md",
|
|
553
|
+
"kind": "documentation",
|
|
554
|
+
"sourcePath": "fixtures/web-surface-shaped/README.md",
|
|
555
|
+
"evidencePath": "fixtures/web-surface-shaped/README.md",
|
|
556
|
+
"availability": "shipped",
|
|
557
|
+
"visibility": "public",
|
|
558
|
+
"participantFacing": true,
|
|
559
|
+
"public": true,
|
|
560
|
+
"plane": "fixture"
|
|
561
|
+
},
|
|
562
|
+
{
|
|
563
|
+
"id": "doc:packages/core/README.md",
|
|
564
|
+
"name": "packages/core/README.md",
|
|
565
|
+
"kind": "documentation",
|
|
566
|
+
"sourcePath": "packages/core/README.md",
|
|
567
|
+
"evidencePath": "packages/core/README.md",
|
|
303
568
|
"availability": "shipped",
|
|
304
569
|
"visibility": "public",
|
|
305
570
|
"participantFacing": true,
|
|
@@ -590,6 +855,17 @@
|
|
|
590
855
|
"participantFacing": true,
|
|
591
856
|
"public": true
|
|
592
857
|
},
|
|
858
|
+
{
|
|
859
|
+
"id": "site:dist/site/page-registry.json",
|
|
860
|
+
"name": "site:dist/site/page-registry.json",
|
|
861
|
+
"kind": "site-consumption-contract",
|
|
862
|
+
"sourcePath": "dist/site/page-registry.json",
|
|
863
|
+
"evidencePath": "dist/site/page-registry.json",
|
|
864
|
+
"availability": "shipped",
|
|
865
|
+
"visibility": "public",
|
|
866
|
+
"participantFacing": true,
|
|
867
|
+
"public": true
|
|
868
|
+
},
|
|
593
869
|
{
|
|
594
870
|
"id": "site:dist/site/cli-registry.json",
|
|
595
871
|
"name": "site:dist/site/cli-registry.json",
|
|
@@ -781,6 +1057,6 @@
|
|
|
781
1057
|
"public": true
|
|
782
1058
|
}
|
|
783
1059
|
],
|
|
784
|
-
"publicSurfaceCount":
|
|
1060
|
+
"publicSurfaceCount": 80
|
|
785
1061
|
}
|
|
786
1062
|
}
|
|
@@ -4,6 +4,13 @@
|
|
|
4
4
|
"package": "@kungfu-tech/buildchain",
|
|
5
5
|
"source": "npm package docs/",
|
|
6
6
|
"manuals": [
|
|
7
|
+
{
|
|
8
|
+
"id": "map",
|
|
9
|
+
"title": "Buildchain documentation map",
|
|
10
|
+
"path": "docs/MAP.md",
|
|
11
|
+
"plane": "use",
|
|
12
|
+
"digest": "sha256:b5cfef531ba8ca655d8d66ffe0e530a0ca2c971daad5880943d2b824216ed043"
|
|
13
|
+
},
|
|
7
14
|
{
|
|
8
15
|
"id": "install",
|
|
9
16
|
"title": "Install and verify Buildchain",
|
|
@@ -32,6 +39,20 @@
|
|
|
32
39
|
"plane": "verify",
|
|
33
40
|
"digest": "sha256:36899140a9b2e9ce1565ed41f3d64f73a8829fad3d59a04b9498d9479c85c4be"
|
|
34
41
|
},
|
|
42
|
+
{
|
|
43
|
+
"id": "consumer-issue-reporting",
|
|
44
|
+
"title": "Consumer issue reporting",
|
|
45
|
+
"path": "docs/consumer-issue-reporting.md",
|
|
46
|
+
"plane": "use",
|
|
47
|
+
"digest": "sha256:8e2159312e47b42ab0bb644cb195362150acc8872e6ac0e7380ece0c5cf36955"
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"id": "infra-contract",
|
|
51
|
+
"title": "Infra Contract",
|
|
52
|
+
"path": "docs/infra-contract.md",
|
|
53
|
+
"plane": "use",
|
|
54
|
+
"digest": "sha256:7826e8c70ac2d90ddd8d4e38bcdd1bcfa36eef5106431d7ad94b2fe9c8d3d5dc"
|
|
55
|
+
},
|
|
35
56
|
{
|
|
36
57
|
"id": "toolkit-observability",
|
|
37
58
|
"title": "Toolkit observability",
|
|
@@ -44,7 +65,21 @@
|
|
|
44
65
|
"title": "Site bundle contract",
|
|
45
66
|
"path": "docs/site-bundle-contract.md",
|
|
46
67
|
"plane": "use",
|
|
47
|
-
"digest": "sha256:
|
|
68
|
+
"digest": "sha256:1977091fc18b816208e7af50a177fd15e114498bfa49041573812405b46585aa"
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
"id": "migration-inventory",
|
|
72
|
+
"title": "Migration inventory",
|
|
73
|
+
"path": "docs/migration-inventory.md",
|
|
74
|
+
"plane": "verify",
|
|
75
|
+
"digest": "sha256:80018cf78785431e67bbc5278d82dda80d0baa320cdb5e4abda26a0b05e5c0bc"
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"id": "ownership",
|
|
79
|
+
"title": "Ownership",
|
|
80
|
+
"path": "docs/ownership.md",
|
|
81
|
+
"plane": "why",
|
|
82
|
+
"digest": "sha256:49074fb520c404d3c9f5b49b33562d4bdc4e3ed407cf22543fa8e19e312a6b8e"
|
|
48
83
|
},
|
|
49
84
|
{
|
|
50
85
|
"id": "product-mechanism",
|
|
@@ -95,6 +130,13 @@
|
|
|
95
130
|
"plane": "verify",
|
|
96
131
|
"digest": "sha256:0a2f46501a64905067cc5872b45ac4824f9e632d59bfdfb2f6a794dfc5f959ea"
|
|
97
132
|
},
|
|
133
|
+
{
|
|
134
|
+
"id": "runtime-train-validation",
|
|
135
|
+
"title": "Runtime train validation",
|
|
136
|
+
"path": "docs/runtime-train-validation.md",
|
|
137
|
+
"plane": "verify",
|
|
138
|
+
"digest": "sha256:bb053594407bd0f78aa43352a249a2ffa19825374147cc712cd56ca6ad50dfa3"
|
|
139
|
+
},
|
|
98
140
|
{
|
|
99
141
|
"id": "versioning",
|
|
100
142
|
"title": "Versioning",
|
|
@@ -107,14 +149,7 @@
|
|
|
107
149
|
"title": "Web surface deployments",
|
|
108
150
|
"path": "docs/web-surface-deployments.md",
|
|
109
151
|
"plane": "use",
|
|
110
|
-
"digest": "sha256:
|
|
111
|
-
},
|
|
112
|
-
{
|
|
113
|
-
"id": "infra-contract",
|
|
114
|
-
"title": "Infra Contract",
|
|
115
|
-
"path": "docs/infra-contract.md",
|
|
116
|
-
"plane": "use",
|
|
117
|
-
"digest": "sha256:7826e8c70ac2d90ddd8d4e38bcdd1bcfa36eef5106431d7ad94b2fe9c8d3d5dc"
|
|
152
|
+
"digest": "sha256:61891635707e9ed27b8754b83713db61cf9a7a6bdf65beb6a9ac8aa39356e168"
|
|
118
153
|
}
|
|
119
154
|
],
|
|
120
155
|
"requiredAgentManuals": [
|
|
@@ -126,7 +161,11 @@
|
|
|
126
161
|
"docs/release-governance.md",
|
|
127
162
|
"docs/release-passport.md",
|
|
128
163
|
"docs/publish-transaction.md",
|
|
129
|
-
"docs/site-bundle-contract.md"
|
|
164
|
+
"docs/site-bundle-contract.md",
|
|
165
|
+
"docs/runtime-train-validation.md",
|
|
166
|
+
"docs/consumer-issue-reporting.md",
|
|
167
|
+
"docs/ownership.md",
|
|
168
|
+
"docs/migration-inventory.md"
|
|
130
169
|
],
|
|
131
170
|
"guidance": "Agent consumers should use this registry to find packaged Buildchain manuals before inferring behavior from workflow snippets or release notes."
|
|
132
171
|
}
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
"specifier": "@kungfu-tech/buildchain/buildchain-kfd-claims",
|
|
75
75
|
"export": "./buildchain-kfd-claims",
|
|
76
76
|
"target": "./packages/core/buildchain-kfd-claims.js",
|
|
77
|
-
"digest": "sha256:
|
|
77
|
+
"digest": "sha256:18eadb7fc9415189b4b590204b89b4d241a307c00f20db6ed2728b4d89cec9b2"
|
|
78
78
|
}
|
|
79
79
|
],
|
|
80
80
|
"docs": [
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
{
|
|
87
87
|
"id": "site-bundle-contract",
|
|
88
88
|
"path": "docs/site-bundle-contract.md",
|
|
89
|
-
"digest": "sha256:
|
|
89
|
+
"digest": "sha256:1977091fc18b816208e7af50a177fd15e114498bfa49041573812405b46585aa"
|
|
90
90
|
}
|
|
91
91
|
],
|
|
92
92
|
"guidance": "These are the public Node import surfaces shipped by the npm package. Agents should prefer these exports over internal file paths."
|