@kungfu-tech/buildchain 3.0.5 → 3.0.6-alpha.0

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 (83) hide show
  1. package/README.md +31 -0
  2. package/actions/macos-credential-island/README.md +8 -0
  3. package/bin/buildchain.mjs +1 -1
  4. package/contracts/auditable-demo-media-profiles-v1.json +61 -0
  5. package/contracts/auditable-demo-scenario-v1.schema.json +164 -0
  6. package/contracts/evidence/auditable-demo-responsive-web-delivery-v1.json +3 -3
  7. package/contracts/evidence/auditable-demo-web-delivery-v1.json +3 -3
  8. package/dist/site/buildchain-contract.json +107 -26
  9. package/dist/site/buildchain-site.json +121 -49
  10. package/dist/site/capability-registry.json +3 -3
  11. package/dist/site/cli-registry.json +9 -3
  12. package/dist/site/controller-registry.json +27 -3
  13. package/dist/site/kfd-claims.json +101 -15
  14. package/dist/site/kfd-upstream-aggregate.json +1 -1
  15. package/dist/site/manual-registry.json +10 -9
  16. package/dist/site/node-api-registry.json +540 -31
  17. package/dist/site/page-registry.json +105 -29
  18. package/dist/site/public-surface-audit.json +184 -11
  19. package/dist/site/publication-authority-registry.json +62 -1
  20. package/dist/site/publication-registry.json +4 -4
  21. package/dist/site/site-manifest.json +13 -13
  22. package/dist/site/workflow-registry.json +118 -4
  23. package/docs/MAP.md +4 -1
  24. package/docs/auditable-demo.md +90 -7
  25. package/docs/aws-us-elastic-runner-burst-plane.md +151 -16
  26. package/docs/cli-reference.md +35 -2
  27. package/docs/dev-alpha-candidate-patrol.md +14 -5
  28. package/docs/dev-qualification-patrol.md +108 -0
  29. package/docs/node-api-reference.md +123 -72
  30. package/docs/publish-transaction.md +7 -5
  31. package/docs/release-flow.md +4 -0
  32. package/docs/release-governance.md +39 -0
  33. package/docs/release-propagation.md +93 -0
  34. package/docs/reusable-build-surface.md +53 -12
  35. package/docs/stable-candidate-patrol.md +5 -2
  36. package/package.json +1 -1
  37. package/packages/core/buildchain-contract.js +36 -1
  38. package/packages/core/buildchain-publication-authority.js +3 -0
  39. package/packages/core/public-surface-audit.js +4 -35
  40. package/packages/core/release-propagation-agent-entry.js +185 -0
  41. package/packages/core/release-propagation-pickup.js +387 -0
  42. package/packages/core/release-propagation-push.js +293 -0
  43. package/packages/core/release-propagation-release.js +61 -18
  44. package/packages/core/release-propagation-stage-evidence.js +36 -0
  45. package/packages/core/release-propagation-work.js +8 -4
  46. package/packages/core/release-propagation.js +27 -2
  47. package/packages/core/workflow-call-contract.js +308 -0
  48. package/packages/core/workflow-yaml-contract.js +272 -0
  49. package/scripts/artifact-signing-controller-core.mjs +525 -0
  50. package/scripts/artifact-signing-controller.mjs +302 -0
  51. package/scripts/artifact-signing-delegation.mjs +51 -3
  52. package/scripts/auditable-demo-platform.mjs +564 -0
  53. package/scripts/auditable-demo-renditions.mjs +7 -2
  54. package/scripts/auditable-demo-transport-smoke.mjs +176 -0
  55. package/scripts/auditable-demo.mjs +27 -21
  56. package/scripts/aws-macos-jit-controller-core.mjs +389 -0
  57. package/scripts/aws-macos-jit-controller-runtime.mjs +82 -0
  58. package/scripts/aws-macos-jit-controller.mjs +558 -0
  59. package/scripts/aws-macos-jit-job-controller.mjs +401 -0
  60. package/scripts/aws-windows-jit-campaign-core.mjs +296 -0
  61. package/scripts/aws-windows-jit-campaign.mjs +202 -0
  62. package/scripts/aws-windows-jit-controller-core.mjs +20 -2
  63. package/scripts/aws-windows-jit-controller.mjs +184 -109
  64. package/scripts/aws-windows-jit-core.mjs +21 -3
  65. package/scripts/aws-windows-jit.mjs +2 -0
  66. package/scripts/build-standalone-binary.mjs +6 -0
  67. package/scripts/buildchain-cli-help.mjs +2 -1
  68. package/scripts/capture-package-release-propagation.mjs +24 -1
  69. package/scripts/check-inventory.mjs +6 -0
  70. package/scripts/compiler-cache-evidence.mjs +90 -7
  71. package/scripts/dev-alpha-candidate-patrol.mjs +80 -5
  72. package/scripts/dev-pr-auto-merge.mjs +4 -4
  73. package/scripts/dev-qualification-patrol.mjs +594 -0
  74. package/scripts/dispatch-artifact-signing-authority.mjs +312 -61
  75. package/scripts/finalize-native-artifact-signing-result.mjs +37 -15
  76. package/scripts/generate-site-bundle.mjs +5 -0
  77. package/scripts/inspect-artifact-signing-requests.mjs +12 -0
  78. package/scripts/locked-source-checkout.mjs +17 -3
  79. package/scripts/release-propagation.mjs +150 -2
  80. package/scripts/run-lifecycle-core.mjs +25 -0
  81. package/scripts/site-capability-metadata.mjs +1 -1
  82. package/scripts/stable-candidate-patrol.mjs +30 -4
  83. package/scripts/workflow-call-contract.mjs +133 -0
@@ -4,10 +4,10 @@
4
4
  "status": "passed",
5
5
  "summary": {
6
6
  "cliCommandCount": 112,
7
- "workflowCount": 57,
7
+ "workflowCount": 60,
8
8
  "actionCount": 6,
9
- "sitePageCount": 63,
10
- "docCommandRefCount": 813,
9
+ "sitePageCount": 64,
10
+ "docCommandRefCount": 830,
11
11
  "failureCount": 0
12
12
  },
13
13
  "enumerated": {
@@ -490,7 +490,7 @@
490
490
  {
491
491
  "id": "release-propagation",
492
492
  "source": "bin/buildchain.mjs",
493
- "usage": "buildchain release-propagation <plan|write-lock> ..."
493
+ "usage": "buildchain release-propagation <plan|write-lock|work|entry|pickup> ..."
494
494
  },
495
495
  {
496
496
  "id": "release-transaction",
@@ -677,6 +677,7 @@
677
677
  "checkout-cache-mode",
678
678
  "checkout-cache-reference-repository-template",
679
679
  "checkout-cache-timeout-seconds",
680
+ "checkout-history-mode",
680
681
  "compiler-cache-platforms-json",
681
682
  "compiler-cache-provider",
682
683
  "compiler-cache-required",
@@ -698,6 +699,8 @@
698
699
  "linux-container-preset",
699
700
  "node-version",
700
701
  "platforms-json",
702
+ "pre-upload-transport-smoke-artifact-root",
703
+ "pre-upload-transport-smoke-scenario-path",
701
704
  "process-sample-interval-ms",
702
705
  "process-summary-path",
703
706
  "publish-anchor-request-json",
@@ -726,7 +729,7 @@
726
729
  "verify-command",
727
730
  "working-directory"
728
731
  ],
729
- "inputCount": 82,
732
+ "inputCount": 85,
730
733
  "secrets": [
731
734
  "BUILDCHAIN_ARTIFACT_RELAY_S3_DOWNLOAD_ROLE_ARN",
732
735
  "BUILDCHAIN_ARTIFACT_RELAY_S3_ROLE_ARN",
@@ -799,6 +802,38 @@
799
802
  "outputs": [],
800
803
  "outputCount": 0
801
804
  },
805
+ {
806
+ "id": ".declarative-auditable-demo",
807
+ "path": ".github/workflows/.declarative-auditable-demo.yml",
808
+ "reusable": true,
809
+ "inputs": [
810
+ "artifact-retention-days",
811
+ "binary-artifact-digest",
812
+ "binary-artifact-name",
813
+ "buildchain-repository",
814
+ "materialize",
815
+ "materialize-base-ref",
816
+ "media-profile",
817
+ "render-media",
818
+ "renderer-image",
819
+ "scenario-path",
820
+ "source-ref"
821
+ ],
822
+ "inputCount": 11,
823
+ "secrets": [
824
+ "DEMO_UPDATE_TOKEN"
825
+ ],
826
+ "secretCount": 1,
827
+ "outputs": [
828
+ "capture-artifact-digest",
829
+ "capture-artifact-name",
830
+ "evidence-artifact-digest",
831
+ "evidence-artifact-name",
832
+ "publication-pr-url",
833
+ "source-sha"
834
+ ],
835
+ "outputCount": 6
836
+ },
802
837
  {
803
838
  "id": ".gate-profile",
804
839
  "path": ".github/workflows/.gate-profile.yml",
@@ -1421,6 +1456,17 @@
1421
1456
  "outputs": [],
1422
1457
  "outputCount": 0
1423
1458
  },
1459
+ {
1460
+ "id": "auditable-demo",
1461
+ "path": ".github/workflows/auditable-demo.yml",
1462
+ "reusable": false,
1463
+ "inputs": [],
1464
+ "inputCount": 0,
1465
+ "secrets": [],
1466
+ "secretCount": 0,
1467
+ "outputs": [],
1468
+ "outputCount": 0
1469
+ },
1424
1470
  {
1425
1471
  "id": "binary-distribution",
1426
1472
  "path": ".github/workflows/binary-distribution.yml",
@@ -1496,6 +1542,7 @@
1496
1542
  "checkout-cache-mode",
1497
1543
  "checkout-cache-reference-repository-template",
1498
1544
  "checkout-cache-timeout-seconds",
1545
+ "checkout-history-mode",
1499
1546
  "compiler-cache-platforms-json",
1500
1547
  "compiler-cache-provider",
1501
1548
  "compiler-cache-required",
@@ -1517,6 +1564,8 @@
1517
1564
  "linux-container-preset",
1518
1565
  "node-version",
1519
1566
  "platforms-json",
1567
+ "pre-upload-transport-smoke-artifact-root",
1568
+ "pre-upload-transport-smoke-scenario-path",
1520
1569
  "process-sample-interval-ms",
1521
1570
  "process-summary-path",
1522
1571
  "publish-anchor-request-json",
@@ -1545,7 +1594,7 @@
1545
1594
  "verify-command",
1546
1595
  "working-directory"
1547
1596
  ],
1548
- "inputCount": 85,
1597
+ "inputCount": 88,
1549
1598
  "secrets": [
1550
1599
  "BUILDCHAIN_ARTIFACT_RELAY_S3_DOWNLOAD_ROLE_ARN",
1551
1600
  "BUILDCHAIN_ARTIFACT_RELAY_S3_ROLE_ARN",
@@ -1765,12 +1814,14 @@
1765
1814
  "reusable": true,
1766
1815
  "inputs": [
1767
1816
  "alpha-workflow-path",
1817
+ "auto-merge",
1768
1818
  "buildchain-ref",
1769
1819
  "buildchain-repository",
1770
1820
  "create-pull-request",
1771
1821
  "dev-workflow-path",
1772
1822
  "dry-run",
1773
1823
  "max-age-seconds",
1824
+ "merge-method",
1774
1825
  "pull-request-body-prefix",
1775
1826
  "pull-request-body-prefix-renderer",
1776
1827
  "reactivation-authorized",
@@ -1778,7 +1829,7 @@
1778
1829
  "source-branch",
1779
1830
  "target-branch"
1780
1831
  ],
1781
- "inputCount": 13,
1832
+ "inputCount": 15,
1782
1833
  "secrets": [
1783
1834
  "promotion-token"
1784
1835
  ],
@@ -1842,6 +1893,38 @@
1842
1893
  ],
1843
1894
  "outputCount": 6
1844
1895
  },
1896
+ {
1897
+ "id": "dev-qualification-patrol",
1898
+ "path": ".github/workflows/dev-qualification-patrol.yml",
1899
+ "reusable": true,
1900
+ "inputs": [
1901
+ "buildchain-ref",
1902
+ "buildchain-repository",
1903
+ "dev-workflow-path",
1904
+ "dispatch-inputs-json",
1905
+ "dry-run",
1906
+ "max-attempts",
1907
+ "mutation-authorized",
1908
+ "preflight-workflow-path",
1909
+ "priority-workflows-json",
1910
+ "source-branch"
1911
+ ],
1912
+ "inputCount": 10,
1913
+ "secrets": [
1914
+ "qualification-token"
1915
+ ],
1916
+ "secretCount": 1,
1917
+ "outputs": [
1918
+ "action",
1919
+ "active-run-id",
1920
+ "decision-root",
1921
+ "pending-sha",
1922
+ "reason",
1923
+ "source-sha",
1924
+ "state"
1925
+ ],
1926
+ "outputCount": 7
1927
+ },
1845
1928
  {
1846
1929
  "id": "github-artifact-attestation",
1847
1930
  "path": ".github/workflows/github-artifact-attestation.yml",
@@ -2445,6 +2528,7 @@
2445
2528
  "hold",
2446
2529
  "hold-reason",
2447
2530
  "ledger-ref",
2531
+ "merge-method",
2448
2532
  "minimum-soak-seconds",
2449
2533
  "release-now",
2450
2534
  "required-checks",
@@ -2452,7 +2536,7 @@
2452
2536
  "revoked-versions",
2453
2537
  "target-branch"
2454
2538
  ],
2455
- "inputCount": 15,
2539
+ "inputCount": 16,
2456
2540
  "secrets": [
2457
2541
  "approval-token",
2458
2542
  "promotion-token"
@@ -2818,6 +2902,10 @@
2818
2902
  "id": "manual:dev-alpha-candidate-patrol",
2819
2903
  "category": "manual"
2820
2904
  },
2905
+ {
2906
+ "id": "manual:dev-qualification-patrol",
2907
+ "category": "manual"
2908
+ },
2821
2909
  {
2822
2910
  "id": "manual:getting-started",
2823
2911
  "category": "manual"
@@ -4031,6 +4119,11 @@
4031
4119
  "path": "docs/lifecycle-protocol.md",
4032
4120
  "command": "buildchain init --type infra-contract"
4033
4121
  },
4122
+ {
4123
+ "id": "init",
4124
+ "path": "README.md",
4125
+ "command": "buildchain init --cwd"
4126
+ },
4034
4127
  {
4035
4128
  "id": "init",
4036
4129
  "path": "README.md",
@@ -5291,6 +5384,11 @@
5291
5384
  "path": "docs/kfd-support.md",
5292
5385
  "command": "buildchain layout --cwd"
5293
5386
  },
5387
+ {
5388
+ "id": "layout",
5389
+ "path": "README.md",
5390
+ "command": "buildchain layout --cwd"
5391
+ },
5294
5392
  {
5295
5393
  "id": "lifecycle",
5296
5394
  "path": "docs/cli-reference.md",
@@ -6311,11 +6409,46 @@
6311
6409
  "path": "docs/cli-reference.md",
6312
6410
  "command": "buildchain release-propagation"
6313
6411
  },
6412
+ {
6413
+ "id": "release-propagation",
6414
+ "path": "docs/cli-reference.md",
6415
+ "command": "buildchain release-propagation"
6416
+ },
6417
+ {
6418
+ "id": "release-propagation",
6419
+ "path": "docs/cli-reference.md",
6420
+ "command": "buildchain release-propagation"
6421
+ },
6422
+ {
6423
+ "id": "release-propagation",
6424
+ "path": "docs/cli-reference.md",
6425
+ "command": "buildchain release-propagation"
6426
+ },
6314
6427
  {
6315
6428
  "id": "release-propagation",
6316
6429
  "path": "docs/cli-reference.md",
6317
6430
  "command": "buildchain release-propagation --help"
6318
6431
  },
6432
+ {
6433
+ "id": "release-propagation",
6434
+ "path": "docs/cli-reference.md",
6435
+ "command": "buildchain release-propagation entry"
6436
+ },
6437
+ {
6438
+ "id": "release-propagation",
6439
+ "path": "docs/cli-reference.md",
6440
+ "command": "buildchain release-propagation entry --help"
6441
+ },
6442
+ {
6443
+ "id": "release-propagation",
6444
+ "path": "docs/cli-reference.md",
6445
+ "command": "buildchain release-propagation pickup"
6446
+ },
6447
+ {
6448
+ "id": "release-propagation",
6449
+ "path": "docs/cli-reference.md",
6450
+ "command": "buildchain release-propagation pickup --help"
6451
+ },
6319
6452
  {
6320
6453
  "id": "release-propagation",
6321
6454
  "path": "docs/cli-reference.md",
@@ -6326,6 +6459,16 @@
6326
6459
  "path": "docs/cli-reference.md",
6327
6460
  "command": "buildchain release-propagation plan --help"
6328
6461
  },
6462
+ {
6463
+ "id": "release-propagation",
6464
+ "path": "docs/cli-reference.md",
6465
+ "command": "buildchain release-propagation work"
6466
+ },
6467
+ {
6468
+ "id": "release-propagation",
6469
+ "path": "docs/cli-reference.md",
6470
+ "command": "buildchain release-propagation work --help"
6471
+ },
6329
6472
  {
6330
6473
  "id": "release-propagation",
6331
6474
  "path": "docs/cli-reference.md",
@@ -6351,6 +6494,21 @@
6351
6494
  "path": "docs/release-propagation.md",
6352
6495
  "command": "buildchain release-propagation receipt"
6353
6496
  },
6497
+ {
6498
+ "id": "release-propagation",
6499
+ "path": "docs/release-propagation.md",
6500
+ "command": "buildchain release-propagation entry plan"
6501
+ },
6502
+ {
6503
+ "id": "release-propagation",
6504
+ "path": "docs/release-propagation.md",
6505
+ "command": "buildchain release-propagation entry plan"
6506
+ },
6507
+ {
6508
+ "id": "release-propagation",
6509
+ "path": "docs/release-propagation.md",
6510
+ "command": "buildchain release-propagation entry fault-matrix"
6511
+ },
6354
6512
  {
6355
6513
  "id": "release-propagation",
6356
6514
  "path": "docs/release-propagation.md",
@@ -6391,6 +6549,16 @@
6391
6549
  "path": "docs/release-propagation.md",
6392
6550
  "command": "buildchain release-propagation work complete"
6393
6551
  },
6552
+ {
6553
+ "id": "release-propagation",
6554
+ "path": "docs/release-propagation.md",
6555
+ "command": "buildchain release-propagation work push-plan"
6556
+ },
6557
+ {
6558
+ "id": "release-propagation",
6559
+ "path": "docs/release-propagation.md",
6560
+ "command": "buildchain release-propagation work push-branch"
6561
+ },
6394
6562
  {
6395
6563
  "id": "release-transaction",
6396
6564
  "path": "docs/cli-reference.md",
@@ -6996,6 +7164,11 @@
6996
7164
  "path": "docs/install.md",
6997
7165
  "command": "buildchain version npx buildchain"
6998
7166
  },
7167
+ {
7168
+ "id": "version",
7169
+ "path": "README.md",
7170
+ "command": "buildchain version"
7171
+ },
6999
7172
  {
7000
7173
  "id": "version",
7001
7174
  "path": "README.md",
@@ -7027,9 +7200,9 @@
7027
7200
  "cliRegistryPath": "dist/site/cli-registry.json",
7028
7201
  "workflowRegistryPath": "dist/site/workflow-registry.json",
7029
7202
  "pageRegistryPath": "dist/site/page-registry.json",
7030
- "cliRegistryDigest": "0db010925d1c60209c3dac8bc2797537f307ab21bc68084263e79004c5c16ff7",
7031
- "workflowRegistryDigest": "b5b860965abf645e1618d7840db544d638fd8ea3d0ee04ed00ccd4c8f8ccaabb",
7032
- "pageRegistryDigest": "fda54ffd3528f81630f0fabf91ab777a471f9d6bbd89f5f995d1dc383e077264"
7203
+ "cliRegistryDigest": "2012c52df8cd1c32f5cf2afbee6fa77e69818616d41ff984dad394af0523f266",
7204
+ "workflowRegistryDigest": "e96718b6503e5628a0f0535e4a705d2819a7ee5512b55e35373f10c750b5facf",
7205
+ "pageRegistryDigest": "ad80961597b664645998d29c38d11debbc168447c69cad3749e9468550f5b695"
7033
7206
  },
7034
7207
  "comparison": {
7035
7208
  "missingCliRegistry": [],
@@ -44,6 +44,19 @@
44
44
  "runnerPolicy": "unqualified",
45
45
  "notes": ""
46
46
  },
47
+ {
48
+ "workflowPath": ".github/workflows/.declarative-auditable-demo.yml",
49
+ "authorityClass": "governance-write",
50
+ "publicationCapable": false,
51
+ "capabilityIds": [],
52
+ "credentialMode": "none",
53
+ "publisherWorkflowMode": "fixed",
54
+ "publisherWorkflowPath": ".github/workflows/.declarative-auditable-demo.yml",
55
+ "environment": "",
56
+ "environmentMode": "fixed",
57
+ "runnerPolicy": "unqualified",
58
+ "notes": ""
59
+ },
47
60
  {
48
61
  "workflowPath": ".github/workflows/.publication-authority.yml",
49
62
  "authorityClass": "evidence-publication",
@@ -180,6 +193,19 @@
180
193
  "runnerPolicy": "unqualified",
181
194
  "notes": ""
182
195
  },
196
+ {
197
+ "workflowPath": ".github/workflows/auditable-demo.yml",
198
+ "authorityClass": "governance-write",
199
+ "publicationCapable": false,
200
+ "capabilityIds": [],
201
+ "credentialMode": "none",
202
+ "publisherWorkflowMode": "fixed",
203
+ "publisherWorkflowPath": ".github/workflows/auditable-demo.yml",
204
+ "environment": "",
205
+ "environmentMode": "fixed",
206
+ "runnerPolicy": "unqualified",
207
+ "notes": ""
208
+ },
183
209
  {
184
210
  "workflowPath": ".github/workflows/binary-distribution.yml",
185
211
  "authorityClass": "evidence-publication",
@@ -362,6 +388,19 @@
362
388
  "runnerPolicy": "unqualified",
363
389
  "notes": ""
364
390
  },
391
+ {
392
+ "workflowPath": ".github/workflows/dev-qualification-patrol.yml",
393
+ "authorityClass": "governance-write",
394
+ "publicationCapable": false,
395
+ "capabilityIds": [],
396
+ "credentialMode": "none",
397
+ "publisherWorkflowMode": "fixed",
398
+ "publisherWorkflowPath": ".github/workflows/dev-qualification-patrol.yml",
399
+ "environment": "",
400
+ "environmentMode": "fixed",
401
+ "runnerPolicy": "unqualified",
402
+ "notes": ""
403
+ },
365
404
  {
366
405
  "workflowPath": ".github/workflows/github-artifact-attestation.yml",
367
406
  "authorityClass": "evidence-publication",
@@ -602,6 +641,14 @@
602
641
  "signals": [],
603
642
  "classified": false
604
643
  },
644
+ {
645
+ "path": ".github/workflows/.declarative-auditable-demo.yml",
646
+ "signals": [
647
+ "write-permission",
648
+ "git-push"
649
+ ],
650
+ "classified": true
651
+ },
605
652
  {
606
653
  "path": ".github/workflows/.gate-profile.yml",
607
654
  "signals": [],
@@ -702,6 +749,13 @@
702
749
  "signals": [],
703
750
  "classified": false
704
751
  },
752
+ {
753
+ "path": ".github/workflows/auditable-demo.yml",
754
+ "signals": [
755
+ "write-permission"
756
+ ],
757
+ "classified": true
758
+ },
705
759
  {
706
760
  "path": ".github/workflows/binary-distribution.yml",
707
761
  "signals": [
@@ -818,6 +872,13 @@
818
872
  ],
819
873
  "classified": true
820
874
  },
875
+ {
876
+ "path": ".github/workflows/dev-qualification-patrol.yml",
877
+ "signals": [
878
+ "write-permission"
879
+ ],
880
+ "classified": true
881
+ },
821
882
  {
822
883
  "path": ".github/workflows/github-artifact-attestation.yml",
823
884
  "signals": [
@@ -958,5 +1019,5 @@
958
1019
  "classified": false
959
1020
  }
960
1021
  ],
961
- "registryDigest": "0f4705fb7b2afcb72e9136dac44eac7fc47d9440330aa3c72a8ae8bd8f3339c3"
1022
+ "registryDigest": "bb343f7253b9497e1c9aee3cea170dd5f33fd5e807ea1de805a0fdda5a904bcc"
962
1023
  }
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "schemaVersion": 1,
3
3
  "contract": "kungfu-buildchain-publication-release-registry",
4
- "generatedAt": "2026-08-02T20:15:33.433Z",
5
- "publishedAt": "2026-08-02T20:15:33.433Z",
4
+ "generatedAt": "2026-08-03T02:31:12.352Z",
5
+ "publishedAt": "2026-08-03T02:31:12.352Z",
6
6
  "reproducible": true,
7
7
  "timestampPolicy": "ci-injected",
8
8
  "deterministicInputs": [
@@ -19,7 +19,7 @@
19
19
  "declared Buildchain surface manifest contract"
20
20
  ],
21
21
  "sourceDateEpoch": "0",
22
- "sourceRevision": "3725ea866d37e1b72b607e3621ce0e9f425c3cf3",
22
+ "sourceRevision": "83280a3d21c4c75774be91ee802286b48c17fc54",
23
23
  "timestampPolicyDetails": {
24
24
  "contract": "kungfu-buildchain-surface-timestamp-policy",
25
25
  "timestampFields": [
@@ -32,7 +32,7 @@
32
32
  },
33
33
  "package": {
34
34
  "name": "@kungfu-tech/buildchain",
35
- "version": "3.0.5",
35
+ "version": "3.0.6-alpha.0",
36
36
  "versionSource": "package.json#version"
37
37
  },
38
38
  "sourceKind": "package-site-bundle",
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "schemaVersion": 1,
3
3
  "contract": "kungfu-buildchain-site-manifest",
4
- "generatedAt": "2026-08-02T20:15:33.433Z",
5
- "publishedAt": "2026-08-02T20:15:33.433Z",
4
+ "generatedAt": "2026-08-03T02:31:12.352Z",
5
+ "publishedAt": "2026-08-03T02:31:12.352Z",
6
6
  "reproducible": true,
7
7
  "timestampPolicy": "ci-injected",
8
8
  "deterministicInputs": [
@@ -19,7 +19,7 @@
19
19
  "declared Buildchain surface manifest contract"
20
20
  ],
21
21
  "sourceDateEpoch": "0",
22
- "sourceRevision": "3725ea866d37e1b72b607e3621ce0e9f425c3cf3",
22
+ "sourceRevision": "83280a3d21c4c75774be91ee802286b48c17fc54",
23
23
  "timestampPolicyDetails": {
24
24
  "contract": "kungfu-buildchain-surface-timestamp-policy",
25
25
  "timestampFields": [
@@ -37,7 +37,7 @@
37
37
  },
38
38
  "package": {
39
39
  "name": "@kungfu-tech/buildchain",
40
- "version": "3.0.5",
40
+ "version": "3.0.6-alpha.0",
41
41
  "versionSource": "package.json#version"
42
42
  },
43
43
  "entrypoint": "buildchain-site.json",
@@ -53,7 +53,7 @@
53
53
  "path": "docs/MAP.md",
54
54
  "plane": "use",
55
55
  "exists": true,
56
- "digest": "sha256:0731b18f6a7aa6a164197080fac3b57ff161640a28433c4cd26adcf145403fb5"
56
+ "digest": "sha256:216e69758e78866e5a22fae1c4d017aaccf1b759937fcd953934407263344c03"
57
57
  },
58
58
  {
59
59
  "id": "getting-started",
@@ -69,7 +69,7 @@
69
69
  "path": "docs/auditable-demo.md",
70
70
  "plane": "verify",
71
71
  "exists": true,
72
- "digest": "sha256:4d32c82b652decfbb26b441c203fe34e70daa86022bb4baed9da02a5d6cf5831"
72
+ "digest": "sha256:7e1426d8200bd4e7a7e6684c872f47075cd37d0bddbb262ea3263eaad846b540"
73
73
  },
74
74
  {
75
75
  "id": "install",
@@ -133,7 +133,7 @@
133
133
  "path": "docs/release-propagation.md",
134
134
  "plane": "use",
135
135
  "exists": true,
136
- "digest": "sha256:3b7a2a0437f8a3a4e5cff7e05a2a8c427be597d85e93d49d5e35ba2a2b089afc"
136
+ "digest": "sha256:6e8417ff70db290ee6197f064ed9b7a7da3770738509fac06161dad05b3fca7f"
137
137
  },
138
138
  {
139
139
  "id": "readme-badges",
@@ -229,7 +229,7 @@
229
229
  "path": "docs/cli-reference.md",
230
230
  "plane": "use",
231
231
  "exists": true,
232
- "digest": "sha256:c728fe693ab591ab5b52f4276a817ec5a013c79833f0d20ca2cc137e85ae51ca"
232
+ "digest": "sha256:73d34a3b46ecfb772b806f0d79754772446fcc13d7f349b508a0c0212e97fcec"
233
233
  },
234
234
  {
235
235
  "id": "node-api-reference",
@@ -237,7 +237,7 @@
237
237
  "path": "docs/node-api-reference.md",
238
238
  "plane": "use",
239
239
  "exists": true,
240
- "digest": "sha256:38f051f579fb93dc7d8b4f2c70acd622c020e867394344b5e932568cd8d2ad83"
240
+ "digest": "sha256:ae49a589091d1ab91d29f2d6ac52cf2551a9d0b1f78350965b408f40fd219e29"
241
241
  },
242
242
  {
243
243
  "id": "build-facts",
@@ -277,7 +277,7 @@
277
277
  "path": "docs/reusable-build-surface.md",
278
278
  "plane": "use",
279
279
  "exists": true,
280
- "digest": "sha256:8908e1f1589537ac8ef82ee1dacdd24072ca871e3e245825669e7cfbdebd2e3d"
280
+ "digest": "sha256:fe06637d604101269b013163be558c1ecc842276e27f2b5abfb6eea39e98feb0"
281
281
  },
282
282
  {
283
283
  "id": "publish-transaction",
@@ -285,7 +285,7 @@
285
285
  "path": "docs/publish-transaction.md",
286
286
  "plane": "verify",
287
287
  "exists": true,
288
- "digest": "sha256:9b830727e5b0d2192c937f19106c11ea5064dde77e30d290825f343df47f291b"
288
+ "digest": "sha256:3a9ef099d5d93d9b558c7b6a0aa4403dfcce1479ce5d6fc36ecb3e34cdd5bb6d"
289
289
  },
290
290
  {
291
291
  "id": "release-governance",
@@ -293,7 +293,7 @@
293
293
  "path": "docs/release-governance.md",
294
294
  "plane": "why",
295
295
  "exists": true,
296
- "digest": "sha256:60ec90d3294818d3c53e403312801a8ab47be7c0f34810002676fbfcdbceaa60"
296
+ "digest": "sha256:a38eca4d8ada75aed5cb60f2ef23ffe4ba36b1c804ea1ee7f74b3271765b7a1c"
297
297
  },
298
298
  {
299
299
  "id": "release-flow",
@@ -301,7 +301,7 @@
301
301
  "path": "docs/release-flow.md",
302
302
  "plane": "verify",
303
303
  "exists": true,
304
- "digest": "sha256:bac959565c36cf39c3cd30dfce00dbbb59b73ed21b852a8f24a6cae281cb5f05"
304
+ "digest": "sha256:dc54b8a264489341984ca6157b07d1956e934366f937b7412a21df7f025d2d8d"
305
305
  },
306
306
  {
307
307
  "id": "runtime-train-validation",