@kungfu-tech/buildchain 2.12.7-alpha.21 → 2.12.7-alpha.3

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/actions/promote-buildchain-ref/README.md +1 -5
  2. package/dist/site/buildchain-contract.json +23 -48
  3. package/dist/site/buildchain-site.json +16 -16
  4. package/dist/site/capability-registry.json +1 -1
  5. package/dist/site/controller-registry.json +3 -23
  6. package/dist/site/kfd-claims.json +9 -63
  7. package/dist/site/kfd-upstream-aggregate.json +1 -1
  8. package/dist/site/manual-registry.json +2 -2
  9. package/dist/site/node-api-registry.json +6 -6
  10. package/dist/site/page-registry.json +10 -10
  11. package/dist/site/public-surface-audit.json +9 -72
  12. package/dist/site/publication-authority-registry.json +1 -25
  13. package/dist/site/publication-registry.json +4 -4
  14. package/dist/site/site-manifest.json +6 -6
  15. package/dist/site/workflow-registry.json +6 -72
  16. package/docs/publication-artifacts.md +20 -30
  17. package/docs/publication-authority.md +9 -21
  18. package/docs/release-candidate.md +0 -19
  19. package/docs/shifu-gate-profiles.md +0 -6
  20. package/package.json +1 -1
  21. package/packages/core/buildchain-publication-authority.js +0 -1
  22. package/packages/core/controller-evidence.js +1 -1
  23. package/packages/core/index.js +0 -7
  24. package/packages/core/publication-authority.js +2 -41
  25. package/packages/core/publication-control-plane-audit.js +1 -3
  26. package/scripts/assemble-self-publication-admission.mjs +9 -19
  27. package/scripts/audit-publication-control-plane.mjs +2 -5
  28. package/scripts/check-inventory.mjs +0 -3
  29. package/scripts/locked-source-checkout.mjs +2 -22
  30. package/scripts/workflow-friction-report.mjs +2 -13
  31. package/packages/core/publication-artifact-candidate.js +0 -128
  32. package/scripts/assemble-publication-artifact-admission.mjs +0 -190
  33. package/scripts/publication-artifact-candidate.mjs +0 -122
@@ -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": "8815fc5abfe516e247a7024a367be5e3144fbe49196b7ec251dba4598bfc59ea",
24
+ "sha256": "e348bc83923857ba1a3a850370b5023fbde79ba49edff09bca8f8ba61e9fd638",
25
25
  "summary": {
26
26
  "cliCommandCount": 79,
27
- "workflowCount": 47,
27
+ "workflowCount": 46,
28
28
  "actionCount": 4,
29
29
  "sitePageCount": 49,
30
30
  "docCommandRefCount": 246,
@@ -225,10 +225,10 @@
225
225
  "contract": "kungfu-buildchain-public-surface-reverse-audit",
226
226
  "path": "dist/site/public-surface-audit.json",
227
227
  "status": "passed",
228
- "sha256": "8815fc5abfe516e247a7024a367be5e3144fbe49196b7ec251dba4598bfc59ea",
228
+ "sha256": "e348bc83923857ba1a3a850370b5023fbde79ba49edff09bca8f8ba61e9fd638",
229
229
  "summary": {
230
230
  "cliCommandCount": 79,
231
- "workflowCount": 47,
231
+ "workflowCount": 46,
232
232
  "actionCount": 4,
233
233
  "sitePageCount": 49,
234
234
  "docCommandRefCount": 246,
@@ -2642,22 +2642,17 @@
2642
2642
  "visibility": "public",
2643
2643
  "participantFacing": true,
2644
2644
  "public": true,
2645
- "inputCount": 29,
2645
+ "inputCount": 22,
2646
2646
  "inputs": [
2647
2647
  "admission-json",
2648
- "authority-workflow-path",
2649
2648
  "auto-admission",
2650
- "auto-admission-kind",
2651
- "auto-no-gate",
2652
2649
  "buildchain-ref",
2653
2650
  "buildchain-repository",
2654
2651
  "control-plane-audit-json",
2655
2652
  "dry-run",
2656
- "evidence-controller-artifact",
2657
2653
  "evidence-manifest-pattern",
2658
2654
  "evidence-passport-artifact",
2659
2655
  "evidence-payload-pattern",
2660
- "evidence-publication-artifact",
2661
2656
  "evidence-repository",
2662
2657
  "evidence-run-id",
2663
2658
  "evidence-summary-artifact",
@@ -2666,9 +2661,7 @@
2666
2661
  "package-name",
2667
2662
  "product",
2668
2663
  "publication-target",
2669
- "publication-version",
2670
2664
  "publisher-workflow-path",
2671
- "required-status-check",
2672
2665
  "runner-provenance-json",
2673
2666
  "source-sha",
2674
2667
  "target-ref",
@@ -3307,46 +3300,6 @@
3307
3300
  "inputs": [],
3308
3301
  "reverseAuditSource": ".github/workflows"
3309
3302
  },
3310
- {
3311
- "id": "workflow:paper-release-sealed",
3312
- "name": "workflow:paper-release-sealed",
3313
- "kind": "workflow",
3314
- "sourcePath": ".github/workflows/paper-release-sealed.yml",
3315
- "evidencePath": ".github/workflows/paper-release-sealed.yml",
3316
- "availability": "shipped",
3317
- "visibility": "public",
3318
- "participantFacing": true,
3319
- "public": true,
3320
- "inputCount": 25,
3321
- "inputs": [
3322
- "artifact-name",
3323
- "artifact-paths",
3324
- "artifact-retention-days",
3325
- "branch-protection-bypass-apps",
3326
- "branch-protection-bypass-teams",
3327
- "branch-protection-bypass-users",
3328
- "buildchain-contract-lock-path",
3329
- "buildchain-ref",
3330
- "buildchain-repository",
3331
- "dry-run",
3332
- "github-release",
3333
- "github-release-notes",
3334
- "github-release-title",
3335
- "package-name",
3336
- "publish-dist-tag",
3337
- "publisher-workflow-path",
3338
- "release-passport-impact-json",
3339
- "release-passport-output-dir",
3340
- "release-passport-product-name",
3341
- "required-status-check",
3342
- "target-ref",
3343
- "target-sha",
3344
- "toolchain-type",
3345
- "verify-command",
3346
- "working-directory"
3347
- ],
3348
- "reverseAuditSource": ".github/workflows"
3349
- },
3350
3303
  {
3351
3304
  "id": "workflow:paper-release",
3352
3305
  "name": "workflow:paper-release",
@@ -3474,7 +3427,7 @@
3474
3427
  "visibility": "public",
3475
3428
  "participantFacing": true,
3476
3429
  "public": true,
3477
- "inputCount": 21,
3430
+ "inputCount": 17,
3478
3431
  "inputs": [
3479
3432
  "artifact-name",
3480
3433
  "artifact-paths",
@@ -3486,11 +3439,7 @@
3486
3439
  "buildchain-ref",
3487
3440
  "buildchain-repository",
3488
3441
  "node-version",
3489
- "package-name",
3490
- "prepare-paper-package",
3491
- "publish-dist-tag",
3492
3442
  "setup-node",
3493
- "target-ref",
3494
3443
  "toolchain-command",
3495
3444
  "toolchain-digest",
3496
3445
  "toolchain-image",
@@ -3510,7 +3459,7 @@
3510
3459
  "visibility": "public",
3511
3460
  "participantFacing": true,
3512
3461
  "public": true,
3513
- "inputCount": 56,
3462
+ "inputCount": 55,
3514
3463
  "inputs": [
3515
3464
  "allow-repository",
3516
3465
  "artifact-name",
@@ -3531,7 +3480,6 @@
3531
3480
  "package-manager",
3532
3481
  "publication-admission-json",
3533
3482
  "publication-auto-admission",
3534
- "publication-auto-no-gate",
3535
3483
  "publication-control-plane-audit-json",
3536
3484
  "publication-expected-json",
3537
3485
  "publication-gate-aggregate-json",
@@ -3723,18 +3671,16 @@
3723
3671
  "visibility": "public",
3724
3672
  "participantFacing": true,
3725
3673
  "public": true,
3726
- "inputCount": 54,
3674
+ "inputCount": 52,
3727
3675
  "inputs": [
3728
3676
  "allow-repository",
3729
3677
  "branch-protection-bypass-apps",
3730
3678
  "branch-protection-bypass-teams",
3731
3679
  "branch-protection-bypass-users",
3732
3680
  "dry-run",
3733
- "expected-publication-version",
3734
3681
  "generated-ref-update-token",
3735
3682
  "generated-status-check-token",
3736
3683
  "github-release",
3737
- "github-release-artifact-paths",
3738
3684
  "github-release-notes",
3739
3685
  "github-release-title",
3740
3686
  "promote-only-release-candidate",
@@ -4586,6 +4532,6 @@
4586
4532
  }
4587
4533
  }
4588
4534
  ],
4589
- "publicSurfaceCount": 296
4535
+ "publicSurfaceCount": 295
4590
4536
  }
4591
4537
  }
@@ -4,7 +4,7 @@
4
4
  "product": {
5
5
  "id": "kungfu-tech-buildchain",
6
6
  "name": "@kungfu-tech/buildchain",
7
- "version": "2.12.7-alpha.21",
7
+ "version": "2.12.7-alpha.3",
8
8
  "repository": "https://github.com/kungfu-systems/buildchain"
9
9
  },
10
10
  "source": {
@@ -65,7 +65,7 @@
65
65
  "title": "Sealed publication authority",
66
66
  "path": "docs/publication-authority.md",
67
67
  "plane": "verify",
68
- "digest": "sha256:05bc22c7e5885e591bc121fc43f588e5d49ccf0a8de6a642811c1d0d03dcee1e",
68
+ "digest": "sha256:fc08e6657a1b586b6b8b5618ca4f49dfaa85955687f5bba8e2e69e7513fe6c71",
69
69
  "capabilityGroup": "release-passport-trust",
70
70
  "audience": [
71
71
  "release-operator",
@@ -79,7 +79,7 @@
79
79
  "title": "Release Candidate Passport",
80
80
  "path": "docs/release-candidate.md",
81
81
  "plane": "verify",
82
- "digest": "sha256:6a20c6e3e483327d5ccbe70271f7fb4752731bd0523eeddb96f27b2b6ebf1cf8",
82
+ "digest": "sha256:841d6f3281ba6dfe80527e4f149807bdbd05d41f9e94afe1c446fcd6d29e307c",
83
83
  "capabilityGroup": "reusable-build",
84
84
  "audience": [
85
85
  "release-operator",
@@ -8,7 +8,7 @@
8
8
  "specifier": "@kungfu-tech/buildchain",
9
9
  "export": ".",
10
10
  "target": "./packages/core/index.js",
11
- "digest": "sha256:07013ab68f7947772ec5bee502f97bae4b2c2f87235188f2f28f6fbb2dc5cb23",
11
+ "digest": "sha256:180f7e5d0f83bcb17d1268265fa264554f8715869818f440b411b6ecd6934536",
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:07013ab68f7947772ec5bee502f97bae4b2c2f87235188f2f28f6fbb2dc5cb23",
50
+ "digest": "sha256:180f7e5d0f83bcb17d1268265fa264554f8715869818f440b411b6ecd6934536",
51
51
  "summary": "Alias for the root public toolkit export.",
52
52
  "capabilityGroup": "api-cli-reference",
53
53
  "audience": [
@@ -86,7 +86,7 @@
86
86
  "specifier": "@kungfu-tech/buildchain/controller-evidence",
87
87
  "export": "./controller-evidence",
88
88
  "target": "./packages/core/controller-evidence.js",
89
- "digest": "sha256:3c9cf557ee0e2e4376335bb7d0e61b6e8c9a1d8699962dd8a1e7adc529e13f89",
89
+ "digest": "sha256:477c219ae49b3829dc6c607226b487e82cb6a9db277699e78af463d84002a268",
90
90
  "summary": "Project-independent controller descriptors, source/runtime-bound plans, receipts, aggregates, and validation APIs.",
91
91
  "capabilityGroup": "reusable-build",
92
92
  "audience": [
@@ -242,7 +242,7 @@
242
242
  "specifier": "@kungfu-tech/buildchain/publication-authority",
243
243
  "export": "./publication-authority",
244
244
  "target": "./packages/core/publication-authority.js",
245
- "digest": "sha256:3c95bd9d7abc5048fb7b456e411c08f2875fe1cf65940fa3e50689acb6781a0c",
245
+ "digest": "sha256:7fbca828c55cdf40f6bb41dc0f15cb192ee106df3fe1c6e4e2ea2ae1332e88b9",
246
246
  "summary": "Sealed publication authority registry, runner provenance, control-plane audit, admission, and independent verification APIs.",
247
247
  "capabilityGroup": "release-passport-trust",
248
248
  "audience": [
@@ -255,7 +255,7 @@
255
255
  "specifier": "@kungfu-tech/buildchain/publication-control-plane-audit",
256
256
  "export": "./publication-control-plane-audit",
257
257
  "target": "./packages/core/publication-control-plane-audit.js",
258
- "digest": "sha256:58baa05440b86259812f370aa9645ba26a4df8e986dd57598412b479589286dc",
258
+ "digest": "sha256:9e34235fe4a07631b617f3325bb7a983053699c47a1263e3917175d8f1c51758",
259
259
  "summary": "Read-only publication control-plane snapshot evaluation APIs.",
260
260
  "capabilityGroup": "release-passport-trust",
261
261
  "audience": [
@@ -268,7 +268,7 @@
268
268
  "specifier": "@kungfu-tech/buildchain/buildchain-publication-authority",
269
269
  "export": "./buildchain-publication-authority",
270
270
  "target": "./packages/core/buildchain-publication-authority.js",
271
- "digest": "sha256:48c5f4cb70cacb75e85b579db686a09f56d1372b8bdfeba112a3ade01524d3f5",
271
+ "digest": "sha256:731f21387a62cddfc8f4e4637557d4275af8ad3c79f4353750fd36be8e8dc2b1",
272
272
  "summary": "Buildchain-owned closed-world publication authority descriptor registry.",
273
273
  "capabilityGroup": "release-passport-trust",
274
274
  "audience": [