@kungfu-tech/buildchain 2.13.0 → 2.14.0-alpha.1

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 (36) hide show
  1. package/actions/promote-buildchain-ref/README.md +3 -3
  2. package/bin/buildchain.mjs +13 -0
  3. package/dist/site/buildchain-contract.json +24 -19
  4. package/dist/site/buildchain-site.json +38 -33
  5. package/dist/site/capability-registry.json +1 -1
  6. package/dist/site/cli-registry.json +12 -0
  7. package/dist/site/controller-registry.json +6 -2
  8. package/dist/site/kfd-claims.json +21 -8
  9. package/dist/site/kfd-upstream-aggregate.json +1 -1
  10. package/dist/site/manual-registry.json +9 -9
  11. package/dist/site/node-api-registry.json +5 -5
  12. package/dist/site/page-registry.json +25 -20
  13. package/dist/site/public-surface-audit.json +27 -6
  14. package/dist/site/publication-registry.json +4 -4
  15. package/dist/site/site-manifest.json +13 -13
  16. package/dist/site/workflow-registry.json +2 -1
  17. package/docs/MAP.md +2 -1
  18. package/docs/cli.md +19 -0
  19. package/docs/publication-authority.md +24 -0
  20. package/docs/publish-transaction.md +2 -2
  21. package/docs/release-flow.md +2 -1
  22. package/docs/release-governance.md +50 -3
  23. package/docs/release-propagation.md +9 -0
  24. package/docs/versioning.md +1 -0
  25. package/docs/web-surface-deployments.md +18 -4
  26. package/package.json +2 -2
  27. package/packages/core/index.js +8 -0
  28. package/packages/core/publication-authority.js +52 -2
  29. package/packages/core/release-line-bootstrap.js +5 -0
  30. package/packages/core/web-surface-publication-candidate.js +162 -0
  31. package/scripts/assemble-web-surface-publication-admission.mjs +204 -0
  32. package/scripts/check-action-bundles.mjs +50 -0
  33. package/scripts/dev-merge-queue.mjs +257 -0
  34. package/scripts/generate-site-bundle.mjs +2 -0
  35. package/scripts/verify-web-surface-publication-capability.mjs +78 -0
  36. package/scripts/web-surface-production-decision.mjs +138 -0
@@ -248,7 +248,7 @@
248
248
  "counts": {
249
249
  "manualCount": 7,
250
250
  "pageCount": 7,
251
- "cliCommandCount": 5,
251
+ "cliCommandCount": 6,
252
252
  "nodeApiCount": 3,
253
253
  "workflowCount": 10,
254
254
  "actionCount": 0
@@ -113,6 +113,18 @@
113
113
  ],
114
114
  "maturity": "stable"
115
115
  },
116
+ {
117
+ "id": "dev",
118
+ "source": "bin/buildchain.mjs",
119
+ "usage": "buildchain dev merge-queue --repository <owner/repo> --branch <dev/vN/vN.M>",
120
+ "purpose": "Inspect protected development-channel governance command families.",
121
+ "capabilityGroup": "governance-versioning",
122
+ "audience": [
123
+ "agent",
124
+ "operator"
125
+ ],
126
+ "maturity": "stable"
127
+ },
116
128
  {
117
129
  "id": "diagnostics",
118
130
  "source": "bin/buildchain.mjs",
@@ -917,6 +917,10 @@
917
917
  "classification": "digest-only",
918
918
  "source": "workflow-call-input"
919
919
  },
920
+ "publication-gate-aggregate-json": {
921
+ "classification": "digest-only",
922
+ "source": "workflow-call-input"
923
+ },
920
924
  "publication-runner-provenance-json": {
921
925
  "classification": "digest-only",
922
926
  "source": "workflow-call-input"
@@ -993,7 +997,7 @@
993
997
  "controller-receipt"
994
998
  ]
995
999
  },
996
- "digest": "sha256:f08c4970f33c059f8e0b43110f0063172fb1015ac914bdb0c8e9646692fb9f06"
1000
+ "digest": "sha256:7e6283c8fbeab7a680bae57c9ab9c8eb94aab7400d3ee01c5b9dfdd03f149edb"
997
1001
  },
998
1002
  {
999
1003
  "schemaVersion": 1,
@@ -1757,5 +1761,5 @@
1757
1761
  "digest": "sha256:9b9f9a2320c4349903d72ee46e329211b5538ed5ebebaa93559df4eafb835997"
1758
1762
  }
1759
1763
  ],
1760
- "digest": "sha256:1a8a2ace3d97dce074ccea44cfbd88d27e466e4bb8f87fb8ce129397256c2b51"
1764
+ "digest": "sha256:266928038838e26ba1350c70d78290723ddb2fd209b66ab1afab776d948a379b"
1761
1765
  }
@@ -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": "e6103b9ce8a24475e86b4347c0828052d5b112355ce9ff77c4d5dc2141ff64a4",
24
+ "sha256": "07fb928288f8c08aee449f544ed411b8ecd17fbab75da330aa87d4a0ab9362ac",
25
25
  "summary": {
26
- "cliCommandCount": 81,
26
+ "cliCommandCount": 82,
27
27
  "workflowCount": 47,
28
28
  "actionCount": 4,
29
29
  "sitePageCount": 50,
30
- "docCommandRefCount": 250,
30
+ "docCommandRefCount": 253,
31
31
  "failureCount": 0
32
32
  },
33
33
  "auditBoundary": {
@@ -225,13 +225,13 @@
225
225
  "contract": "kungfu-buildchain-public-surface-reverse-audit",
226
226
  "path": "dist/site/public-surface-audit.json",
227
227
  "status": "passed",
228
- "sha256": "e6103b9ce8a24475e86b4347c0828052d5b112355ce9ff77c4d5dc2141ff64a4",
228
+ "sha256": "07fb928288f8c08aee449f544ed411b8ecd17fbab75da330aa87d4a0ab9362ac",
229
229
  "summary": {
230
- "cliCommandCount": 81,
230
+ "cliCommandCount": 82,
231
231
  "workflowCount": 47,
232
232
  "actionCount": 4,
233
233
  "sitePageCount": 50,
234
- "docCommandRefCount": 250,
234
+ "docCommandRefCount": 253,
235
235
  "failureCount": 0
236
236
  },
237
237
  "auditBoundary": {
@@ -1659,6 +1659,18 @@
1659
1659
  "public": true,
1660
1660
  "reverseAuditSource": "bin/buildchain.mjs"
1661
1661
  },
1662
+ {
1663
+ "id": "cli:dev",
1664
+ "name": "buildchain dev merge-queue --repository <owner/repo> --branch <dev/vN/vN.M>",
1665
+ "kind": "cli-command",
1666
+ "sourcePath": "bin/buildchain.mjs",
1667
+ "evidencePath": "bin/buildchain.mjs",
1668
+ "availability": "shipped",
1669
+ "visibility": "public",
1670
+ "participantFacing": true,
1671
+ "public": true,
1672
+ "reverseAuditSource": "bin/buildchain.mjs"
1673
+ },
1662
1674
  {
1663
1675
  "id": "cli:diagnostics",
1664
1676
  "name": "buildchain diagnostics",
@@ -2943,7 +2955,7 @@
2943
2955
  "visibility": "public",
2944
2956
  "participantFacing": true,
2945
2957
  "public": true,
2946
- "inputCount": 38,
2958
+ "inputCount": 39,
2947
2959
  "inputs": [
2948
2960
  "artifact-path",
2949
2961
  "aws-region",
@@ -2975,6 +2987,7 @@
2975
2987
  "publication-admission-json",
2976
2988
  "publication-control-plane-audit-json",
2977
2989
  "publication-expected-json",
2990
+ "publication-gate-aggregate-json",
2978
2991
  "publication-runner-provenance-json",
2979
2992
  "publication-used-nonces-json",
2980
2993
  "release-feedback-actor-privacy",
@@ -4648,6 +4661,6 @@
4648
4661
  }
4649
4662
  }
4650
4663
  ],
4651
- "publicSurfaceCount": 300
4664
+ "publicSurfaceCount": 301
4652
4665
  }
4653
4666
  }
@@ -4,7 +4,7 @@
4
4
  "product": {
5
5
  "id": "kungfu-tech-buildchain",
6
6
  "name": "@kungfu-tech/buildchain",
7
- "version": "2.13.0",
7
+ "version": "2.14.0-alpha.1",
8
8
  "repository": "https://github.com/kungfu-systems/buildchain"
9
9
  },
10
10
  "source": {
@@ -9,7 +9,7 @@
9
9
  "title": "Buildchain documentation map",
10
10
  "path": "docs/MAP.md",
11
11
  "plane": "use",
12
- "digest": "sha256:ce439062d4ed9d8213499e607825afdcf8a65f825343a657d0438f3e229a0af0",
12
+ "digest": "sha256:a9a9594c0bd9584b145a8f41847db83e297c1c4d1b8b2d7c4bf8d10264ab1cef",
13
13
  "capabilityGroup": "getting-started",
14
14
  "audience": [
15
15
  "agent",
@@ -65,7 +65,7 @@
65
65
  "title": "Sealed publication authority",
66
66
  "path": "docs/publication-authority.md",
67
67
  "plane": "verify",
68
- "digest": "sha256:920d4f14902ded1999f46d39f6d02db8cb5be6f22e376f6f2d456b3a1cc0c674",
68
+ "digest": "sha256:e191d248a52fc6488aef48050949ed0fd31064ab2a64cca2a5b529eeb68f0ff6",
69
69
  "capabilityGroup": "release-passport-trust",
70
70
  "audience": [
71
71
  "release-operator",
@@ -93,7 +93,7 @@
93
93
  "title": "Release propagation",
94
94
  "path": "docs/release-propagation.md",
95
95
  "plane": "use",
96
- "digest": "sha256:55895694a32b76dfaf5ed0eb9e32f1e10bd859fb590d6f4504d36692ebe61ea9",
96
+ "digest": "sha256:d5877075eb41a3d41e531549da113756d29d6f34c91e3b68b8ce650753d5ca1d",
97
97
  "capabilityGroup": "site-and-propagation",
98
98
  "audience": [
99
99
  "release-operator",
@@ -246,7 +246,7 @@
246
246
  "title": "CLI and npm package",
247
247
  "path": "docs/cli.md",
248
248
  "plane": "use",
249
- "digest": "sha256:ef5be4484da8628b9e027f00fe0fdb5b295665ed23eeceefac48e63581f12c0c",
249
+ "digest": "sha256:a7a31bbec048acbc9759324c5421c7ea0734f394f8d6705b63d70654867fdfa6",
250
250
  "capabilityGroup": "api-cli-reference",
251
251
  "audience": [
252
252
  "agent",
@@ -316,7 +316,7 @@
316
316
  "title": "Publish transaction",
317
317
  "path": "docs/publish-transaction.md",
318
318
  "plane": "verify",
319
- "digest": "sha256:9e77030dbd69e27c2402d855980f7560a465270cac1f3225c0470523ab4a8ddf",
319
+ "digest": "sha256:cc2f4c9d2b9988962a237bbc7e8da83385d45585e2b2dd105ff4c4334a74c05d",
320
320
  "capabilityGroup": "release-passport-trust",
321
321
  "audience": [
322
322
  "release-operator"
@@ -329,7 +329,7 @@
329
329
  "title": "Release governance",
330
330
  "path": "docs/release-governance.md",
331
331
  "plane": "why",
332
- "digest": "sha256:cb6aafc3410c0e72da3d9c3ba330421005af27c3c67665a2f3356603f02da84a",
332
+ "digest": "sha256:5cf4bf4332119531f6aaa1c123d7f64e6af4a61611c4e4a33d40bd9fb46448cf",
333
333
  "capabilityGroup": "governance-versioning",
334
334
  "audience": [
335
335
  "maintainer",
@@ -343,7 +343,7 @@
343
343
  "title": "Release flow",
344
344
  "path": "docs/release-flow.md",
345
345
  "plane": "verify",
346
- "digest": "sha256:c05905de6a905d1ce0dd977986175b8bc1ad908c6c2eee946809693ea2cb91de",
346
+ "digest": "sha256:a2f68d42f34acc35940e135285df5ba510d91b15b9d9ede8cabbe8bfa6ab0305",
347
347
  "capabilityGroup": "governance-versioning",
348
348
  "audience": [
349
349
  "release-operator",
@@ -371,7 +371,7 @@
371
371
  "title": "Versioning",
372
372
  "path": "docs/versioning.md",
373
373
  "plane": "why",
374
- "digest": "sha256:280d30e15552ab6a362cb121a7a1cafc3b907913cdc7d4d8a9e8e1930d856f7e",
374
+ "digest": "sha256:c3dce313b846fb36c69e4a725d086226ff2e875c376cc10e8554a0aff2f67c93",
375
375
  "capabilityGroup": "governance-versioning",
376
376
  "audience": [
377
377
  "maintainer"
@@ -384,7 +384,7 @@
384
384
  "title": "Web surface deployments",
385
385
  "path": "docs/web-surface-deployments.md",
386
386
  "plane": "use",
387
- "digest": "sha256:f1e92ba87417dc9aac4f8cf080565f7f2c114b5007bb68b90f33692c73fdad88",
387
+ "digest": "sha256:797d8f0e81974a49125b17256bb8b4a85fc60673e06d6bbecbbf399651163437",
388
388
  "capabilityGroup": "site-and-propagation",
389
389
  "audience": [
390
390
  "site",
@@ -8,7 +8,7 @@
8
8
  "specifier": "@kungfu-tech/buildchain",
9
9
  "export": ".",
10
10
  "target": "./packages/core/index.js",
11
- "digest": "sha256:a5c904aad95b55a3a83f9753c291418ee7cfa16a0455598d4a0c5c7e57fc19eb",
11
+ "digest": "sha256:fe824bdbc78379ae5981b936cbcab36f3b59d4dea3c6899e63c7c24975214d9f",
12
12
  "summary": "Root toolkit export for Buildchain's public Node API.",
13
13
  "capabilityGroup": "api-cli-reference",
14
14
  "audience": [
@@ -47,7 +47,7 @@
47
47
  "specifier": "@kungfu-tech/buildchain/core",
48
48
  "export": "./core",
49
49
  "target": "./packages/core/index.js",
50
- "digest": "sha256:a5c904aad95b55a3a83f9753c291418ee7cfa16a0455598d4a0c5c7e57fc19eb",
50
+ "digest": "sha256:fe824bdbc78379ae5981b936cbcab36f3b59d4dea3c6899e63c7c24975214d9f",
51
51
  "summary": "Alias for the root public toolkit export.",
52
52
  "capabilityGroup": "api-cli-reference",
53
53
  "audience": [
@@ -177,7 +177,7 @@
177
177
  "specifier": "@kungfu-tech/buildchain/release-line-bootstrap",
178
178
  "export": "./release-line-bootstrap",
179
179
  "target": "./packages/core/release-line-bootstrap.js",
180
- "digest": "sha256:9f44e3f9c6be058a797a69cd43f539491a8c85e9ee937a8e91001b8fd138e626",
180
+ "digest": "sha256:314f9ae57330e38bcc751efdf0f77525bdd0c4ef94168431dd2ee071802b9b74",
181
181
  "summary": "Semver release-line bootstrap planning and version-state APIs.",
182
182
  "capabilityGroup": "governance-versioning",
183
183
  "audience": [
@@ -255,7 +255,7 @@
255
255
  "specifier": "@kungfu-tech/buildchain/publication-authority",
256
256
  "export": "./publication-authority",
257
257
  "target": "./packages/core/publication-authority.js",
258
- "digest": "sha256:2563676499d75f637a47a56b7c98756c7886a327e8d539a4638446e6c4396d1a",
258
+ "digest": "sha256:e1812dd1bd4d8fad6f7cf0ba769462e4785e2d9bb595ab7e74d8c5bbccf23741",
259
259
  "summary": "Sealed publication authority registry, runner provenance, control-plane audit, admission, and independent verification APIs.",
260
260
  "capabilityGroup": "release-passport-trust",
261
261
  "audience": [
@@ -386,7 +386,7 @@
386
386
  {
387
387
  "id": "cli-and-node-package",
388
388
  "path": "docs/cli.md",
389
- "digest": "sha256:ef5be4484da8628b9e027f00fe0fdb5b295665ed23eeceefac48e63581f12c0c"
389
+ "digest": "sha256:a7a31bbec048acbc9759324c5421c7ea0734f394f8d6705b63d70654867fdfa6"
390
390
  },
391
391
  {
392
392
  "id": "build-facts",