@kungfu-tech/buildchain 2.14.3-alpha.0 → 2.14.3-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.
@@ -287,7 +287,7 @@
287
287
  "pageCount": 6,
288
288
  "cliCommandCount": 0,
289
289
  "nodeApiCount": 2,
290
- "workflowCount": 31,
290
+ "workflowCount": 32,
291
291
  "actionCount": 0
292
292
  },
293
293
  "manuals": [
@@ -1345,8 +1345,8 @@
1345
1345
  "id": "release-candidate-promotion",
1346
1346
  "version": 1,
1347
1347
  "workflow": {
1348
- "id": "release-candidate-promote",
1349
- "path": ".github/workflows/release-candidate-promote.yml"
1348
+ "id": ".release-candidate-promote",
1349
+ "path": ".github/workflows/.release-candidate-promote.yml"
1350
1350
  },
1351
1351
  "inputs": {
1352
1352
  "BUILDCHAIN_ISSUE_APP_ID": {
@@ -1445,6 +1445,50 @@
1445
1445
  "classification": "included",
1446
1446
  "source": "workflow-call-input"
1447
1447
  },
1448
+ "promotion-contract-lock-digest": {
1449
+ "classification": "included",
1450
+ "source": "workflow-call-input"
1451
+ },
1452
+ "promotion-contract-lock-path": {
1453
+ "classification": "digest-only",
1454
+ "source": "workflow-call-input"
1455
+ },
1456
+ "promotion-override-used": {
1457
+ "classification": "included",
1458
+ "source": "workflow-call-input"
1459
+ },
1460
+ "promotion-publication-channel": {
1461
+ "classification": "included",
1462
+ "source": "workflow-call-input"
1463
+ },
1464
+ "promotion-router-ref": {
1465
+ "classification": "included",
1466
+ "source": "workflow-call-input"
1467
+ },
1468
+ "promotion-router-sha": {
1469
+ "classification": "included",
1470
+ "source": "workflow-call-input"
1471
+ },
1472
+ "promotion-runtime-ref": {
1473
+ "classification": "included",
1474
+ "source": "workflow-call-input"
1475
+ },
1476
+ "promotion-runtime-sha": {
1477
+ "classification": "included",
1478
+ "source": "workflow-call-input"
1479
+ },
1480
+ "promotion-shell-ref": {
1481
+ "classification": "included",
1482
+ "source": "workflow-call-input"
1483
+ },
1484
+ "promotion-shell-sha": {
1485
+ "classification": "included",
1486
+ "source": "workflow-call-input"
1487
+ },
1488
+ "promotion-target-ref": {
1489
+ "classification": "included",
1490
+ "source": "workflow-call-input"
1491
+ },
1448
1492
  "publication-admission-json": {
1449
1493
  "classification": "digest-only",
1450
1494
  "source": "workflow-call-input"
@@ -1655,7 +1699,7 @@
1655
1699
  "controller-receipt"
1656
1700
  ]
1657
1701
  },
1658
- "digest": "sha256:2507d132710f66d3ae6ffdb18f5e66172707b8e0f9ad9e888f7422fdacc99133"
1702
+ "digest": "sha256:6a531c572b59eb3b8aa5d47df3658f8f438a0d026468dd13b1a6642a3ea8c425"
1659
1703
  },
1660
1704
  {
1661
1705
  "schemaVersion": 1,
@@ -1773,5 +1817,5 @@
1773
1817
  "digest": "sha256:ede9eba43b87cf19330d5f8203a1585bf066aa9affc9cac0f43230ac76b8580d"
1774
1818
  }
1775
1819
  ],
1776
- "digest": "sha256:2c6a3a4dce27e0d76baae1c9aeb4d3428866fe8b4c4022a8c582b054dace02fd"
1820
+ "digest": "sha256:5f771d5b2f481a28afc48f516685f50985c1d51391857cdf04e3238c271fecc8"
1777
1821
  }
@@ -14,17 +14,17 @@
14
14
  },
15
15
  "runtimeContract": {
16
16
  "contract": "kungfu-buildchain-runtime-contract-world",
17
- "compatibilityDigest": "sha256:af162b86ab4506e9b5f1d3c59b41f3fd57fbad79ff4d749a7f12ff16460517f8",
17
+ "compatibilityDigest": "sha256:edc3653e5cb34efd97065a6941db16140bbf375a565bbcf329d9d795bb07676f",
18
18
  "majorLine": "v2"
19
19
  },
20
20
  "publicSurfaceReverseAudit": {
21
21
  "contract": "kungfu-buildchain-public-surface-reverse-audit",
22
22
  "path": "dist/site/public-surface-audit.json",
23
23
  "status": "passed",
24
- "sha256": "056a3d5e87f0813bbddb47cf4f3c8db43458b23bcf9fbe4b3d0ca8b80c38bbdc",
24
+ "sha256": "01e8843cfb9848464fdc5402afb1760f3b6f7c5a79b4a9251cfd91010217c665",
25
25
  "summary": {
26
26
  "cliCommandCount": 83,
27
- "workflowCount": 48,
27
+ "workflowCount": 49,
28
28
  "actionCount": 4,
29
29
  "sitePageCount": 50,
30
30
  "docCommandRefCount": 258,
@@ -166,6 +166,7 @@
166
166
  "packages/core/buildchain-contract.js",
167
167
  "scripts/buildchain-contract-lock.mjs",
168
168
  ".github/workflows/.build.yml",
169
+ ".github/workflows/.release-candidate-promote.yml",
169
170
  ".github/workflows/release-candidate-promote.yml",
170
171
  "docs/reusable-build-surface.md"
171
172
  ],
@@ -181,6 +182,7 @@
181
182
  "actions/promote-buildchain-ref/index.js",
182
183
  "actions/promote-buildchain-ref/action.yml",
183
184
  "scripts/ensure-github-release.mjs",
185
+ ".github/workflows/.release-candidate-promote.yml",
184
186
  ".github/workflows/release-candidate-promote.yml",
185
187
  "docs/release-governance.md"
186
188
  ],
@@ -209,6 +211,7 @@
209
211
  "sourcePaths": [
210
212
  "scripts/npm-publish-transaction.mjs",
211
213
  "actions/promote-buildchain-ref/index.js",
214
+ ".github/workflows/.release-candidate-promote.yml",
212
215
  ".github/workflows/release-candidate-promote.yml",
213
216
  "docs/publish-transaction.md"
214
217
  ],
@@ -225,10 +228,10 @@
225
228
  "contract": "kungfu-buildchain-public-surface-reverse-audit",
226
229
  "path": "dist/site/public-surface-audit.json",
227
230
  "status": "passed",
228
- "sha256": "056a3d5e87f0813bbddb47cf4f3c8db43458b23bcf9fbe4b3d0ca8b80c38bbdc",
231
+ "sha256": "01e8843cfb9848464fdc5402afb1760f3b6f7c5a79b4a9251cfd91010217c665",
229
232
  "summary": {
230
233
  "cliCommandCount": 83,
231
- "workflowCount": 48,
234
+ "workflowCount": 49,
232
235
  "actionCount": 4,
233
236
  "sitePageCount": 50,
234
237
  "docCommandRefCount": 258,
@@ -2764,6 +2767,91 @@
2764
2767
  ],
2765
2768
  "reverseAuditSource": ".github/workflows"
2766
2769
  },
2770
+ {
2771
+ "id": "workflow:.release-candidate-promote",
2772
+ "name": "workflow:.release-candidate-promote",
2773
+ "kind": "workflow",
2774
+ "sourcePath": ".github/workflows/.release-candidate-promote.yml",
2775
+ "evidencePath": ".github/workflows/.release-candidate-promote.yml",
2776
+ "availability": "shipped",
2777
+ "visibility": "public",
2778
+ "participantFacing": true,
2779
+ "public": true,
2780
+ "inputCount": 70,
2781
+ "inputs": [
2782
+ "allow-repository",
2783
+ "artifact-name",
2784
+ "artifact-patterns",
2785
+ "branch-protection-bypass-apps",
2786
+ "branch-protection-bypass-teams",
2787
+ "branch-protection-bypass-users",
2788
+ "buildchain-contract-compatibility-policy",
2789
+ "buildchain-contract-drift-issue-mode",
2790
+ "buildchain-contract-lock-path",
2791
+ "buildchain-ref",
2792
+ "buildchain-repository",
2793
+ "channel",
2794
+ "dry-run",
2795
+ "github-release",
2796
+ "github-release-notes",
2797
+ "github-release-title",
2798
+ "package-manager",
2799
+ "promotion-contract-lock-digest",
2800
+ "promotion-contract-lock-path",
2801
+ "promotion-override-used",
2802
+ "promotion-publication-channel",
2803
+ "promotion-router-ref",
2804
+ "promotion-router-sha",
2805
+ "promotion-runtime-ref",
2806
+ "promotion-runtime-sha",
2807
+ "promotion-shell-ref",
2808
+ "promotion-shell-sha",
2809
+ "promotion-target-ref",
2810
+ "publication-admission-json",
2811
+ "publication-auto-admission",
2812
+ "publication-auto-no-gate",
2813
+ "publication-consumer-predicate-id",
2814
+ "publication-consumer-qualification-command",
2815
+ "publication-control-plane-audit-json",
2816
+ "publication-expected-json",
2817
+ "publication-gate-aggregate-json",
2818
+ "publication-package-name",
2819
+ "publication-product",
2820
+ "publication-publisher-workflow-path",
2821
+ "publication-runner-provenance-json",
2822
+ "publication-target",
2823
+ "publication-used-nonces-json",
2824
+ "publication-used-qualification-nonces-json",
2825
+ "publish-artifact-kind",
2826
+ "publish-command",
2827
+ "publish-dist-tag",
2828
+ "publish-mode",
2829
+ "publish-package-main",
2830
+ "publish-package-set-order",
2831
+ "publish-required-artifacts-json",
2832
+ "publish-target",
2833
+ "release-candidate-workflow-file",
2834
+ "release-candidate-workflow-name",
2835
+ "release-passport",
2836
+ "release-passport-buildchain-self-kfd",
2837
+ "release-passport-impact-json",
2838
+ "release-passport-kfd-1-witness-jsons",
2839
+ "release-passport-kfd-2-claim-jsons",
2840
+ "release-passport-kfd-3-artifact-verify-command",
2841
+ "release-passport-kfd-3-artifact-witness-jsons",
2842
+ "release-passport-kfd-3-prebuild-witness-jsons",
2843
+ "release-passport-output-dir",
2844
+ "release-passport-platform-manifest-paths",
2845
+ "release-passport-product-name",
2846
+ "required-artifact-count",
2847
+ "required-status-check",
2848
+ "runner-preset",
2849
+ "target-ref",
2850
+ "target-sha",
2851
+ "trusted-publishing"
2852
+ ],
2853
+ "reverseAuditSource": ".github/workflows"
2854
+ },
2767
2855
  {
2768
2856
  "id": "workflow:.release-docker",
2769
2857
  "name": "workflow:.release-docker",
@@ -3617,7 +3705,7 @@
3617
3705
  "visibility": "public",
3618
3706
  "participantFacing": true,
3619
3707
  "public": true,
3620
- "inputCount": 59,
3708
+ "inputCount": 62,
3621
3709
  "inputs": [
3622
3710
  "allow-repository",
3623
3711
  "artifact-name",
@@ -3625,11 +3713,14 @@
3625
3713
  "branch-protection-bypass-apps",
3626
3714
  "branch-protection-bypass-teams",
3627
3715
  "branch-protection-bypass-users",
3716
+ "buildchain-alpha-contract-lock-path",
3717
+ "buildchain-channel",
3628
3718
  "buildchain-contract-compatibility-policy",
3629
3719
  "buildchain-contract-drift-issue-mode",
3630
3720
  "buildchain-contract-lock-path",
3631
3721
  "buildchain-ref",
3632
3722
  "buildchain-repository",
3723
+ "buildchain-stable-contract-lock-path",
3633
3724
  "channel",
3634
3725
  "dry-run",
3635
3726
  "github-release",
@@ -3836,7 +3927,7 @@
3836
3927
  "visibility": "public",
3837
3928
  "participantFacing": true,
3838
3929
  "public": true,
3839
- "inputCount": 59,
3930
+ "inputCount": 60,
3840
3931
  "inputs": [
3841
3932
  "allow-repository",
3842
3933
  "branch-protection-bypass-apps",
@@ -3886,6 +3977,7 @@
3886
3977
  "release-passport-output-dir",
3887
3978
  "release-passport-platform-manifest-paths",
3888
3979
  "release-passport-product-name",
3980
+ "release-passport-promotion-routing-json",
3889
3981
  "require-governance",
3890
3982
  "require-publication-qualification",
3891
3983
  "require-publish-source-lock",
@@ -4626,6 +4718,17 @@
4626
4718
  "participantFacing": true,
4627
4719
  "public": true
4628
4720
  },
4721
+ {
4722
+ "id": "control:.github/workflows/.release-candidate-promote.yml",
4723
+ "name": "control:.github/workflows/.release-candidate-promote.yml",
4724
+ "kind": "workflow",
4725
+ "sourcePath": ".github/workflows/.release-candidate-promote.yml",
4726
+ "evidencePath": ".github/workflows/.release-candidate-promote.yml",
4727
+ "availability": "shipped",
4728
+ "visibility": "public",
4729
+ "participantFacing": true,
4730
+ "public": true
4731
+ },
4629
4732
  {
4630
4733
  "id": "control:.github/workflows/release-candidate-promote.yml",
4631
4734
  "name": "control:.github/workflows/release-candidate-promote.yml",
@@ -4717,6 +4820,6 @@
4717
4820
  }
4718
4821
  }
4719
4822
  ],
4720
- "publicSurfaceCount": 305
4823
+ "publicSurfaceCount": 307
4721
4824
  }
4722
4825
  }
@@ -4,7 +4,7 @@
4
4
  "product": {
5
5
  "id": "kungfu-tech-buildchain",
6
6
  "name": "@kungfu-tech/buildchain",
7
- "version": "2.14.3-alpha.0",
7
+ "version": "2.14.3-alpha.1",
8
8
  "repository": "https://github.com/kungfu-systems/buildchain"
9
9
  },
10
10
  "source": {
@@ -79,7 +79,7 @@
79
79
  "title": "Release Candidate Passport",
80
80
  "path": "docs/release-candidate.md",
81
81
  "plane": "verify",
82
- "digest": "sha256:1fc581cf1b4e4a202464c8d6671b3bff12d0b349760246a951e88ef524f99e6b",
82
+ "digest": "sha256:81463a74dfe3d337768797b5b47f8cb3a22389312a917447f9b0e6096ab4f90a",
83
83
  "capabilityGroup": "reusable-build",
84
84
  "audience": [
85
85
  "release-operator",
@@ -205,7 +205,7 @@
205
205
  "title": "Migration inventory",
206
206
  "path": "docs/migration-inventory.md",
207
207
  "plane": "verify",
208
- "digest": "sha256:80018cf78785431e67bbc5278d82dda80d0baa320cdb5e4abda26a0b05e5c0bc",
208
+ "digest": "sha256:08daa7d0b42543c1d1dacf1f56f461f0e7a7ca9e25d0859e39599ceb97054ee0",
209
209
  "capabilityGroup": "governance-versioning",
210
210
  "audience": [
211
211
  "maintainer",
@@ -302,7 +302,7 @@
302
302
  "title": "Reusable build surface",
303
303
  "path": "docs/reusable-build-surface.md",
304
304
  "plane": "use",
305
- "digest": "sha256:a2092c8064332cec9a4be852b24d94f90625cb45f885c4c3208f7068a643a3f0",
305
+ "digest": "sha256:7b745037fedafa1bc2f8ce65f32bb7e887988df2bfe2439694da418d482f6929",
306
306
  "capabilityGroup": "reusable-build",
307
307
  "audience": [
308
308
  "consumer",
@@ -329,7 +329,7 @@
329
329
  "title": "Release governance",
330
330
  "path": "docs/release-governance.md",
331
331
  "plane": "why",
332
- "digest": "sha256:e64ffd6183eaa7b73f8c0c133a645ced22212bca70c9609ad5f667cf3830aaae",
332
+ "digest": "sha256:d25a2ceb6cdc1a1db321e7d2a6aa8a454fb4d7a10560177604f8ecb5801a6e66",
333
333
  "capabilityGroup": "governance-versioning",
334
334
  "audience": [
335
335
  "maintainer",
@@ -86,7 +86,7 @@
86
86
  "specifier": "@kungfu-tech/buildchain/buildchain-contract",
87
87
  "export": "./buildchain-contract",
88
88
  "target": "./packages/core/buildchain-contract.js",
89
- "digest": "sha256:a7af059ca8fd80a3e12485d3f756276326a1593edc40e3e1518ff709c47399fe",
89
+ "digest": "sha256:f5959c9260e04c9779396c50bd352956012da9ddb6d55532efc64a4536236dfa",
90
90
  "summary": "Runtime contract world and compatibility digest APIs for floating-ref drift checks.",
91
91
  "capabilityGroup": "governance-versioning",
92
92
  "audience": [
@@ -99,7 +99,7 @@
99
99
  "specifier": "@kungfu-tech/buildchain/controller-evidence",
100
100
  "export": "./controller-evidence",
101
101
  "target": "./packages/core/controller-evidence.js",
102
- "digest": "sha256:3c9cf557ee0e2e4376335bb7d0e61b6e8c9a1d8699962dd8a1e7adc529e13f89",
102
+ "digest": "sha256:074c9bd73addbd33e03a4fd251ad27e7fe4bac51c25d0747d66561d31d738bab",
103
103
  "summary": "Project-independent controller descriptors, source/runtime-bound plans, receipts, aggregates, and validation APIs.",
104
104
  "capabilityGroup": "reusable-build",
105
105
  "audience": [
@@ -294,7 +294,7 @@
294
294
  "specifier": "@kungfu-tech/buildchain/buildchain-publication-authority",
295
295
  "export": "./buildchain-publication-authority",
296
296
  "target": "./packages/core/buildchain-publication-authority.js",
297
- "digest": "sha256:5c1c4ec0ef4cbda07ae4dead6423f800ecad6d45f02f19745aef23513fae45d4",
297
+ "digest": "sha256:2c999f7b237e532aceb2221ce504144aac26357ed3057b47f853b15f4eb76298",
298
298
  "summary": "Buildchain-owned closed-world publication authority descriptor registry.",
299
299
  "capabilityGroup": "release-passport-trust",
300
300
  "audience": [
@@ -346,7 +346,7 @@
346
346
  "specifier": "@kungfu-tech/buildchain/release-passport",
347
347
  "export": "./release-passport",
348
348
  "target": "./packages/core/release-passport.js",
349
- "digest": "sha256:af307129d9df51a1a0d5f7cfff742b0db7d9f8f04dd810cf97a62c79e2d3a726",
349
+ "digest": "sha256:05abae7c71444b0c48c097a4363218ed3ae7d652677588f1cf2c457a358cc4c1",
350
350
  "summary": "Release passport collection, verification, explanation, and evidence APIs.",
351
351
  "capabilityGroup": "release-passport-trust",
352
352
  "audience": [
@@ -398,7 +398,7 @@
398
398
  "specifier": "@kungfu-tech/buildchain/buildchain-kfd-claims",
399
399
  "export": "./buildchain-kfd-claims",
400
400
  "target": "./packages/core/buildchain-kfd-claims.js",
401
- "digest": "sha256:e9178d4fa1d5aba1063aacf3f0b4fa0d9523c2379824386ac65a21c8262ac0b4",
401
+ "digest": "sha256:316ca2f86a3934ccacd13b2321e2c10701337638266793d230c687c2fe963e84",
402
402
  "summary": "Buildchain self KFD claim registry, witnesses, and public claim APIs.",
403
403
  "capabilityGroup": "kfd-trust",
404
404
  "audience": [