@kungfu-tech/buildchain 4.0.2-alpha.47 → 4.0.2-alpha.49

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.
Files changed (33) hide show
  1. package/architecture/ci-lane-change-budget.json +18 -0
  2. package/architecture/maintainability-policy.json +4 -4
  3. package/architecture/v4-release-topology.json +56 -7
  4. package/architecture/v4-universal-workflow-bootstrap.json +6 -1
  5. package/architecture/v4-universal-workflow-train-admission.json +1 -1
  6. package/architecture/workflow-taxonomy.json +11 -0
  7. package/dist/site/buildchain-contract.json +5 -5
  8. package/dist/site/buildchain-site.json +21 -11
  9. package/dist/site/capability-registry.json +1 -1
  10. package/dist/site/kfd-claims.json +21 -5
  11. package/dist/site/kfd-upstream-aggregate.json +1 -1
  12. package/dist/site/manual-registry.json +1 -1
  13. package/dist/site/node-api-registry.json +9 -9
  14. package/dist/site/page-registry.json +16 -6
  15. package/dist/site/public-surface-audit.json +18 -3
  16. package/dist/site/publication-authority-registry.json +23 -1
  17. package/dist/site/publication-registry.json +4 -4
  18. package/dist/site/site-manifest.json +5 -5
  19. package/dist/site/workflow-registry.json +39 -5
  20. package/docs/node-api-reference.md +10 -10
  21. package/docs/oci-publication.md +75 -1
  22. package/docs/workflow-catalog.md +1 -0
  23. package/package.json +1 -1
  24. package/packages/core/buildchain-publication-authority.js +1 -0
  25. package/packages/core/oci-compose-qualification.js +140 -0
  26. package/packages/core/oci-publication-bundle.js +59 -25
  27. package/packages/core/oci-publication-graph.js +206 -0
  28. package/scripts/check-v4-release-topology.mjs +12 -0
  29. package/scripts/generate-channel-promotion-workflow.mjs +1 -1
  30. package/scripts/generate-v4-universal-workflow-facades.mjs +53 -20
  31. package/scripts/oci-compose-preview.mjs +250 -0
  32. package/scripts/publication-candidate-kind.mjs +2 -1
  33. package/scripts/universal-facade-maintainability.mjs +10 -1
@@ -298,7 +298,7 @@
298
298
  "pageCount": 12,
299
299
  "cliCommandCount": 0,
300
300
  "nodeApiCount": 2,
301
- "workflowCount": 84,
301
+ "workflowCount": 85,
302
302
  "actionCount": 2
303
303
  },
304
304
  "manuals": [
@@ -21,10 +21,10 @@
21
21
  "contract": "kungfu-buildchain-public-surface-reverse-audit",
22
22
  "path": "dist/site/public-surface-audit.json",
23
23
  "status": "passed",
24
- "sha256": "fdaf95919254b31194942eb7a7d32e6ec486b434b505f075a178c6205a2a6f81",
24
+ "sha256": "7526915e98433b479db2a2d6ee552df95ad2df267f6c93546a555c08ce1473a5",
25
25
  "summary": {
26
26
  "cliCommandCount": 117,
27
- "workflowCount": 114,
27
+ "workflowCount": 115,
28
28
  "actionCount": 8,
29
29
  "sitePageCount": 88,
30
30
  "docCommandRefCount": 1050,
@@ -246,10 +246,10 @@
246
246
  "contract": "kungfu-buildchain-public-surface-reverse-audit",
247
247
  "path": "dist/site/public-surface-audit.json",
248
248
  "status": "passed",
249
- "sha256": "fdaf95919254b31194942eb7a7d32e6ec486b434b505f075a178c6205a2a6f81",
249
+ "sha256": "7526915e98433b479db2a2d6ee552df95ad2df267f6c93546a555c08ce1473a5",
250
250
  "summary": {
251
251
  "cliCommandCount": 117,
252
- "workflowCount": 114,
252
+ "workflowCount": 115,
253
253
  "actionCount": 8,
254
254
  "sitePageCount": 88,
255
255
  "docCommandRefCount": 1050,
@@ -6422,6 +6422,22 @@
6422
6422
  ],
6423
6423
  "reverseAuditSource": ".github/workflows"
6424
6424
  },
6425
+ {
6426
+ "id": "workflow:public-release-oci-compose-preview",
6427
+ "name": "workflow:public-release-oci-compose-preview",
6428
+ "kind": "workflow",
6429
+ "sourcePath": ".github/workflows/public-release-oci-compose-preview.yml",
6430
+ "evidencePath": ".github/workflows/public-release-oci-compose-preview.yml",
6431
+ "availability": "shipped",
6432
+ "visibility": "public",
6433
+ "participantFacing": true,
6434
+ "public": true,
6435
+ "inputCount": 1,
6436
+ "inputs": [
6437
+ "universal-request-json"
6438
+ ],
6439
+ "reverseAuditSource": ".github/workflows"
6440
+ },
6425
6441
  {
6426
6442
  "id": "workflow:public-release-paper-sealed",
6427
6443
  "name": "workflow:public-release-paper-sealed",
@@ -9116,6 +9132,6 @@
9116
9132
  }
9117
9133
  }
9118
9134
  ],
9119
- "publicSurfaceCount": 523
9135
+ "publicSurfaceCount": 524
9120
9136
  }
9121
9137
  }
@@ -4,7 +4,7 @@
4
4
  "product": {
5
5
  "id": "kungfu-tech-buildchain",
6
6
  "name": "@kungfu-tech/buildchain",
7
- "version": "4.0.2-alpha.47",
7
+ "version": "4.0.2-alpha.49",
8
8
  "repository": "https://github.com/kungfu-systems/buildchain"
9
9
  },
10
10
  "source": {
@@ -362,7 +362,7 @@
362
362
  "title": "Generated Node API reference",
363
363
  "path": "docs/node-api-reference.md",
364
364
  "plane": "use",
365
- "digest": "sha256:3c90865d8814e238135c365c3d8f54279ce44bf06c35d907ad3957b862a3a51e",
365
+ "digest": "sha256:1a5e35c8cdd891208525085d21ee7caad873dc156fa54db15cc38c1bf17080c0",
366
366
  "capabilityGroup": "api-cli-reference",
367
367
  "audience": [
368
368
  "agent",
@@ -5281,7 +5281,7 @@
5281
5281
  ],
5282
5282
  "source": {
5283
5283
  "path": "packages/core/buildchain-publication-authority.js",
5284
- "line": 65
5284
+ "line": 66
5285
5285
  },
5286
5286
  "example": "import { buildchainPublicationAuthorityDescriptors } from \"@kungfu-tech/buildchain\";",
5287
5287
  "maturity": "stable",
@@ -5310,7 +5310,7 @@
5310
5310
  ],
5311
5311
  "source": {
5312
5312
  "path": "packages/core/buildchain-publication-authority.js",
5313
- "line": 104
5313
+ "line": 105
5314
5314
  },
5315
5315
  "example": "import { createBuildchainPublicationAuthorityRegistry } from \"@kungfu-tech/buildchain\";",
5316
5316
  "maturity": "stable",
@@ -15681,7 +15681,7 @@
15681
15681
  ],
15682
15682
  "source": {
15683
15683
  "path": "packages/core/oci-publication-bundle.js",
15684
- "line": 6
15684
+ "line": 10
15685
15685
  },
15686
15686
  "example": "import { OCI_FAMILY_SCHEMA } from \"@kungfu-tech/buildchain/oci-publication\";",
15687
15687
  "maturity": "stable",
@@ -15714,7 +15714,7 @@
15714
15714
  ],
15715
15715
  "source": {
15716
15716
  "path": "packages/core/oci-publication-bundle.js",
15717
- "line": 29
15717
+ "line": 33
15718
15718
  },
15719
15719
  "example": "import { ociBundleFile } from \"@kungfu-tech/buildchain/oci-publication\";",
15720
15720
  "maturity": "stable",
@@ -15743,7 +15743,7 @@
15743
15743
  ],
15744
15744
  "source": {
15745
15745
  "path": "packages/core/oci-publication-bundle.js",
15746
- "line": 10
15746
+ "line": 14
15747
15747
  },
15748
15748
  "example": "import { sealOciPublicationBundle } from \"@kungfu-tech/buildchain/oci-publication\";",
15749
15749
  "maturity": "stable",
@@ -15772,7 +15772,7 @@
15772
15772
  ],
15773
15773
  "source": {
15774
15774
  "path": "packages/core/oci-publication-bundle.js",
15775
- "line": 114
15775
+ "line": 118
15776
15776
  },
15777
15777
  "example": "import { verifyOciPublicationBundle } from \"@kungfu-tech/buildchain/oci-publication\";",
15778
15778
  "maturity": "stable",
@@ -30576,7 +30576,7 @@
30576
30576
  "specifier": "@kungfu-tech/buildchain/buildchain-publication-authority",
30577
30577
  "export": "./buildchain-publication-authority",
30578
30578
  "target": "./packages/core/buildchain-publication-authority.js",
30579
- "digest": "sha256:abc25223046d3329ae970871c85187ca02c86f1d72ee9c2a28c2749babe3f11a",
30579
+ "digest": "sha256:8ac4b5f2c11fc1562034bf188bb6a2349935483ea831d13b273bcc7b9fbb695c",
30580
30580
  "summary": "Buildchain-owned closed-world publication authority descriptor registry.",
30581
30581
  "capabilityGroup": "release-passport-trust",
30582
30582
  "audience": [
@@ -31308,7 +31308,7 @@
31308
31308
  "specifier": "@kungfu-tech/buildchain/oci-publication",
31309
31309
  "export": "./oci-publication",
31310
31310
  "target": "./packages/core/oci-publication-bundle.js",
31311
- "digest": "sha256:6783cbeb8ee699b8c4b04ac9f692cdccb4b226872f06f025e1a5e4b49d05e3f5",
31311
+ "digest": "sha256:3aea0ab4a83ffc47dd5248d19991e28e2fbb0309fed1a0934e46ad0176426df8",
31312
31312
  "summary": "Sealed OCI image family verification, provenance, and smoke evidence APIs.",
31313
31313
  "capabilityGroup": "reusable-build",
31314
31314
  "audience": [
@@ -31340,7 +31340,7 @@
31340
31340
  {
31341
31341
  "id": "node-api-reference",
31342
31342
  "path": "docs/node-api-reference.md",
31343
- "digest": "sha256:3c90865d8814e238135c365c3d8f54279ce44bf06c35d907ad3957b862a3a51e"
31343
+ "digest": "sha256:1a5e35c8cdd891208525085d21ee7caad873dc156fa54db15cc38c1bf17080c0"
31344
31344
  },
31345
31345
  {
31346
31346
  "id": "build-facts",