@kungfu-tech/buildchain 3.0.4-alpha.3 → 3.0.4-alpha.5
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 +18 -0
- package/bin/buildchain.mjs +10 -1
- package/dist/site/buildchain-contract.json +5 -5
- package/dist/site/buildchain-site.json +1459 -58
- package/dist/site/capability-registry.json +8 -5
- package/dist/site/cli-registry.json +1869 -0
- package/dist/site/kfd-claims.json +79 -7
- package/dist/site/kfd-upstream-aggregate.json +1 -1
- package/dist/site/manual-registry.json +47 -4
- package/dist/site/node-api-registry.json +17760 -5
- package/dist/site/page-registry.json +1435 -58
- package/dist/site/public-surface-audit.json +2809 -352
- package/dist/site/publication-registry.json +4 -4
- package/dist/site/site-manifest.json +32 -8
- package/docs/MAP.md +20 -5
- package/docs/cli-reference.md +1936 -0
- package/docs/cli.md +13 -0
- package/docs/getting-started.md +167 -0
- package/docs/node-api-reference.md +1949 -0
- package/docs/site-bundle-contract.md +10 -4
- package/docs/versioning.md +5 -4
- package/package.json +8 -5
- package/packages/core/buildchain-agent-manuals.js +37 -0
- package/packages/core/buildchain-kfd-claims.js +3 -36
- package/packages/core/paper-agent-entry.js +10 -11
- package/packages/core/publication-package.js +7 -0
- package/scripts/check-inventory.mjs +2 -2
- package/scripts/generate-public-reference.mjs +68 -0
- package/scripts/generate-site-bundle.mjs +19 -34
- package/scripts/public-reference.mjs +557 -0
- package/scripts/site-reference-registry.mjs +174 -0
- package/scripts/verify-golden-path.mjs +169 -0
|
@@ -21,13 +21,13 @@
|
|
|
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": "ee92fe9c24b7c3d26108fb56bd06d4ce3c2d44bb872df3cb6c8496449bb29fca",
|
|
25
25
|
"summary": {
|
|
26
26
|
"cliCommandCount": 112,
|
|
27
27
|
"workflowCount": 57,
|
|
28
28
|
"actionCount": 6,
|
|
29
|
-
"sitePageCount":
|
|
30
|
-
"docCommandRefCount":
|
|
29
|
+
"sitePageCount": 63,
|
|
30
|
+
"docCommandRefCount": 813,
|
|
31
31
|
"failureCount": 0
|
|
32
32
|
},
|
|
33
33
|
"auditBoundary": {
|
|
@@ -246,13 +246,13 @@
|
|
|
246
246
|
"contract": "kungfu-buildchain-public-surface-reverse-audit",
|
|
247
247
|
"path": "dist/site/public-surface-audit.json",
|
|
248
248
|
"status": "passed",
|
|
249
|
-
"sha256": "
|
|
249
|
+
"sha256": "ee92fe9c24b7c3d26108fb56bd06d4ce3c2d44bb872df3cb6c8496449bb29fca",
|
|
250
250
|
"summary": {
|
|
251
251
|
"cliCommandCount": 112,
|
|
252
252
|
"workflowCount": 57,
|
|
253
253
|
"actionCount": 6,
|
|
254
|
-
"sitePageCount":
|
|
255
|
-
"docCommandRefCount":
|
|
254
|
+
"sitePageCount": 63,
|
|
255
|
+
"docCommandRefCount": 813,
|
|
256
256
|
"failureCount": 0
|
|
257
257
|
},
|
|
258
258
|
"auditBoundary": {
|
|
@@ -416,6 +416,18 @@
|
|
|
416
416
|
"public": true,
|
|
417
417
|
"plane": "use"
|
|
418
418
|
},
|
|
419
|
+
{
|
|
420
|
+
"id": "doc:docs/cli-reference.md",
|
|
421
|
+
"name": "Generated CLI reference",
|
|
422
|
+
"kind": "documentation",
|
|
423
|
+
"sourcePath": "docs/cli-reference.md",
|
|
424
|
+
"evidencePath": "docs/cli-reference.md",
|
|
425
|
+
"availability": "shipped",
|
|
426
|
+
"visibility": "public",
|
|
427
|
+
"participantFacing": true,
|
|
428
|
+
"public": true,
|
|
429
|
+
"plane": "use"
|
|
430
|
+
},
|
|
419
431
|
{
|
|
420
432
|
"id": "doc:docs/cli.md",
|
|
421
433
|
"name": "CLI and npm package",
|
|
@@ -452,6 +464,18 @@
|
|
|
452
464
|
"public": true,
|
|
453
465
|
"plane": "verify"
|
|
454
466
|
},
|
|
467
|
+
{
|
|
468
|
+
"id": "doc:docs/getting-started.md",
|
|
469
|
+
"name": "Golden Path",
|
|
470
|
+
"kind": "documentation",
|
|
471
|
+
"sourcePath": "docs/getting-started.md",
|
|
472
|
+
"evidencePath": "docs/getting-started.md",
|
|
473
|
+
"availability": "shipped",
|
|
474
|
+
"visibility": "public",
|
|
475
|
+
"participantFacing": true,
|
|
476
|
+
"public": true,
|
|
477
|
+
"plane": "use"
|
|
478
|
+
},
|
|
455
479
|
{
|
|
456
480
|
"id": "doc:docs/github-artifact-attestation.md",
|
|
457
481
|
"name": "GitHub-native Linux artifact attestation",
|
|
@@ -560,6 +584,18 @@
|
|
|
560
584
|
"public": true,
|
|
561
585
|
"plane": "verify"
|
|
562
586
|
},
|
|
587
|
+
{
|
|
588
|
+
"id": "doc:docs/node-api-reference.md",
|
|
589
|
+
"name": "Generated Node API reference",
|
|
590
|
+
"kind": "documentation",
|
|
591
|
+
"sourcePath": "docs/node-api-reference.md",
|
|
592
|
+
"evidencePath": "docs/node-api-reference.md",
|
|
593
|
+
"availability": "shipped",
|
|
594
|
+
"visibility": "public",
|
|
595
|
+
"participantFacing": true,
|
|
596
|
+
"public": true,
|
|
597
|
+
"plane": "use"
|
|
598
|
+
},
|
|
563
599
|
{
|
|
564
600
|
"id": "doc:docs/ownership.md",
|
|
565
601
|
"name": "Ownership",
|
|
@@ -5431,6 +5467,18 @@
|
|
|
5431
5467
|
"public": true,
|
|
5432
5468
|
"reverseAuditSource": "dist/site/page-registry.json"
|
|
5433
5469
|
},
|
|
5470
|
+
{
|
|
5471
|
+
"id": "site-page:manual:cli-reference",
|
|
5472
|
+
"name": "site-page:manual:cli-reference",
|
|
5473
|
+
"kind": "site-page",
|
|
5474
|
+
"sourcePath": "dist/site/page-registry.json",
|
|
5475
|
+
"evidencePath": "dist/site/page-registry.json",
|
|
5476
|
+
"availability": "shipped",
|
|
5477
|
+
"visibility": "public",
|
|
5478
|
+
"participantFacing": true,
|
|
5479
|
+
"public": true,
|
|
5480
|
+
"reverseAuditSource": "dist/site/page-registry.json"
|
|
5481
|
+
},
|
|
5434
5482
|
{
|
|
5435
5483
|
"id": "site-page:manual:consumer-issue-reporting",
|
|
5436
5484
|
"name": "site-page:manual:consumer-issue-reporting",
|
|
@@ -5467,6 +5515,18 @@
|
|
|
5467
5515
|
"public": true,
|
|
5468
5516
|
"reverseAuditSource": "dist/site/page-registry.json"
|
|
5469
5517
|
},
|
|
5518
|
+
{
|
|
5519
|
+
"id": "site-page:manual:getting-started",
|
|
5520
|
+
"name": "site-page:manual:getting-started",
|
|
5521
|
+
"kind": "site-page",
|
|
5522
|
+
"sourcePath": "dist/site/page-registry.json",
|
|
5523
|
+
"evidencePath": "dist/site/page-registry.json",
|
|
5524
|
+
"availability": "shipped",
|
|
5525
|
+
"visibility": "public",
|
|
5526
|
+
"participantFacing": true,
|
|
5527
|
+
"public": true,
|
|
5528
|
+
"reverseAuditSource": "dist/site/page-registry.json"
|
|
5529
|
+
},
|
|
5470
5530
|
{
|
|
5471
5531
|
"id": "site-page:manual:github-artifact-attestation",
|
|
5472
5532
|
"name": "site-page:manual:github-artifact-attestation",
|
|
@@ -5587,6 +5647,18 @@
|
|
|
5587
5647
|
"public": true,
|
|
5588
5648
|
"reverseAuditSource": "dist/site/page-registry.json"
|
|
5589
5649
|
},
|
|
5650
|
+
{
|
|
5651
|
+
"id": "site-page:manual:node-api-reference",
|
|
5652
|
+
"name": "site-page:manual:node-api-reference",
|
|
5653
|
+
"kind": "site-page",
|
|
5654
|
+
"sourcePath": "dist/site/page-registry.json",
|
|
5655
|
+
"evidencePath": "dist/site/page-registry.json",
|
|
5656
|
+
"availability": "shipped",
|
|
5657
|
+
"visibility": "public",
|
|
5658
|
+
"participantFacing": true,
|
|
5659
|
+
"public": true,
|
|
5660
|
+
"reverseAuditSource": "dist/site/page-registry.json"
|
|
5661
|
+
},
|
|
5590
5662
|
{
|
|
5591
5663
|
"id": "site-page:manual:observed-evidence-patrol",
|
|
5592
5664
|
"name": "site-page:manual:observed-evidence-patrol",
|
|
@@ -6022,6 +6094,6 @@
|
|
|
6022
6094
|
}
|
|
6023
6095
|
}
|
|
6024
6096
|
],
|
|
6025
|
-
"publicSurfaceCount":
|
|
6097
|
+
"publicSurfaceCount": 390
|
|
6026
6098
|
}
|
|
6027
6099
|
}
|
|
@@ -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:0731b18f6a7aa6a164197080fac3b57ff161640a28433c4cd26adcf145403fb5",
|
|
13
13
|
"capabilityGroup": "getting-started",
|
|
14
14
|
"audience": [
|
|
15
15
|
"agent",
|
|
@@ -18,6 +18,20 @@
|
|
|
18
18
|
"maturity": "stable",
|
|
19
19
|
"order": 10
|
|
20
20
|
},
|
|
21
|
+
{
|
|
22
|
+
"id": "getting-started",
|
|
23
|
+
"title": "Golden Path",
|
|
24
|
+
"path": "docs/getting-started.md",
|
|
25
|
+
"plane": "use",
|
|
26
|
+
"digest": "sha256:806224481f542786ed2e60226417bd1ba673099a3110f564357792bdbf637403",
|
|
27
|
+
"capabilityGroup": "getting-started",
|
|
28
|
+
"audience": [
|
|
29
|
+
"consumer",
|
|
30
|
+
"agent"
|
|
31
|
+
],
|
|
32
|
+
"maturity": "stable",
|
|
33
|
+
"order": 15
|
|
34
|
+
},
|
|
21
35
|
{
|
|
22
36
|
"id": "auditable-demo",
|
|
23
37
|
"title": "Auditable demo artifact pipeline",
|
|
@@ -234,7 +248,7 @@
|
|
|
234
248
|
"title": "Site bundle contract",
|
|
235
249
|
"path": "docs/site-bundle-contract.md",
|
|
236
250
|
"plane": "use",
|
|
237
|
-
"digest": "sha256:
|
|
251
|
+
"digest": "sha256:36a4e60e91f500ea1dcdbef97cd0250a2c26562b98d8d3622e8e0f9df2aad23b",
|
|
238
252
|
"capabilityGroup": "site-and-propagation",
|
|
239
253
|
"audience": [
|
|
240
254
|
"site",
|
|
@@ -289,7 +303,7 @@
|
|
|
289
303
|
"title": "CLI and npm package",
|
|
290
304
|
"path": "docs/cli.md",
|
|
291
305
|
"plane": "use",
|
|
292
|
-
"digest": "sha256:
|
|
306
|
+
"digest": "sha256:0c8721e9c2f449e96aa8adefe99b016b193ab2876c02f3c61186794ac1873e90",
|
|
293
307
|
"capabilityGroup": "api-cli-reference",
|
|
294
308
|
"audience": [
|
|
295
309
|
"agent",
|
|
@@ -298,6 +312,35 @@
|
|
|
298
312
|
"maturity": "stable",
|
|
299
313
|
"order": 40
|
|
300
314
|
},
|
|
315
|
+
{
|
|
316
|
+
"id": "cli-reference",
|
|
317
|
+
"title": "Generated CLI reference",
|
|
318
|
+
"path": "docs/cli-reference.md",
|
|
319
|
+
"plane": "use",
|
|
320
|
+
"digest": "sha256:c728fe693ab591ab5b52f4276a817ec5a013c79833f0d20ca2cc137e85ae51ca",
|
|
321
|
+
"capabilityGroup": "api-cli-reference",
|
|
322
|
+
"audience": [
|
|
323
|
+
"agent",
|
|
324
|
+
"developer",
|
|
325
|
+
"operator"
|
|
326
|
+
],
|
|
327
|
+
"maturity": "stable",
|
|
328
|
+
"order": 42
|
|
329
|
+
},
|
|
330
|
+
{
|
|
331
|
+
"id": "node-api-reference",
|
|
332
|
+
"title": "Generated Node API reference",
|
|
333
|
+
"path": "docs/node-api-reference.md",
|
|
334
|
+
"plane": "use",
|
|
335
|
+
"digest": "sha256:1f5a957ff153b09b53090c46b04c276a02bdfc14a8f679a1911d1b5ec389f1ac",
|
|
336
|
+
"capabilityGroup": "api-cli-reference",
|
|
337
|
+
"audience": [
|
|
338
|
+
"agent",
|
|
339
|
+
"developer"
|
|
340
|
+
],
|
|
341
|
+
"maturity": "stable",
|
|
342
|
+
"order": 44
|
|
343
|
+
},
|
|
301
344
|
{
|
|
302
345
|
"id": "build-facts",
|
|
303
346
|
"title": "Build Facts",
|
|
@@ -429,7 +472,7 @@
|
|
|
429
472
|
"title": "Versioning",
|
|
430
473
|
"path": "docs/versioning.md",
|
|
431
474
|
"plane": "why",
|
|
432
|
-
"digest": "sha256:
|
|
475
|
+
"digest": "sha256:bdb155e873f9c2ea5cd40bdde057d2c2f90322f0d4575de77fe1670bd040e643",
|
|
433
476
|
"capabilityGroup": "governance-versioning",
|
|
434
477
|
"audience": [
|
|
435
478
|
"maintainer"
|