@kungfu-tech/buildchain 2.14.18-alpha.1 → 2.14.18-alpha.10

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 (43) hide show
  1. package/README.md +1 -0
  2. package/actions/promote-buildchain-ref/README.md +33 -30
  3. package/bin/buildchain.mjs +16 -4
  4. package/dist/site/buildchain-contract.json +86 -31
  5. package/dist/site/buildchain-site.json +88 -27
  6. package/dist/site/capability-registry.json +6 -5
  7. package/dist/site/cli-registry.json +12 -0
  8. package/dist/site/controller-registry.json +50 -6
  9. package/dist/site/kfd-claims.json +110 -21
  10. package/dist/site/kfd-upstream-aggregate.json +1 -1
  11. package/dist/site/manual-registry.json +21 -6
  12. package/dist/site/node-api-registry.json +19 -6
  13. package/dist/site/page-registry.json +70 -17
  14. package/dist/site/public-surface-audit.json +130 -23
  15. package/dist/site/publication-authority-registry.json +21 -1
  16. package/dist/site/publication-registry.json +4 -4
  17. package/dist/site/release-provenance.json +1 -0
  18. package/dist/site/site-manifest.json +18 -10
  19. package/dist/site/workflow-registry.json +62 -16
  20. package/docs/MAP.md +3 -1
  21. package/docs/github-governance-authority.md +267 -0
  22. package/docs/lifecycle-protocol.md +10 -10
  23. package/docs/publish-transaction.md +73 -4
  24. package/docs/release-governance.md +38 -24
  25. package/docs/reusable-build-surface.md +29 -11
  26. package/docs/web-surface-deployments.md +46 -0
  27. package/package.json +2 -1
  28. package/packages/core/buildchain-kfd-claims.js +2 -0
  29. package/packages/core/buildchain-publication-authority.js +1 -0
  30. package/packages/core/controller-evidence.js +1 -1
  31. package/packages/core/github-governance-authority.js +1312 -0
  32. package/packages/core/index.js +22 -0
  33. package/packages/core/publication-control-plane-audit.js +4 -1
  34. package/scripts/audit-github-governance.mjs +474 -0
  35. package/scripts/audit-publication-control-plane.mjs +41 -5
  36. package/scripts/check-inventory.mjs +8 -0
  37. package/scripts/generate-channel-promotion-workflow.mjs +3 -0
  38. package/scripts/generate-site-bundle.mjs +5 -0
  39. package/scripts/installer-publication.mjs +351 -0
  40. package/scripts/publication-commit-evidence.mjs +158 -0
  41. package/scripts/reconcile-github-governance.mjs +549 -0
  42. package/scripts/release-candidate-resolver.mjs +53 -0
  43. package/scripts/web-surface-core.mjs +127 -14
@@ -3,11 +3,11 @@
3
3
  "contract": "kungfu-buildchain-public-surface-reverse-audit",
4
4
  "status": "passed",
5
5
  "summary": {
6
- "cliCommandCount": 86,
7
- "workflowCount": 51,
6
+ "cliCommandCount": 87,
7
+ "workflowCount": 52,
8
8
  "actionCount": 5,
9
- "sitePageCount": 53,
10
- "docCommandRefCount": 265,
9
+ "sitePageCount": 54,
10
+ "docCommandRefCount": 276,
11
11
  "failureCount": 0
12
12
  },
13
13
  "enumerated": {
@@ -102,6 +102,11 @@
102
102
  "source": "bin/buildchain.mjs",
103
103
  "usage": "buildchain facts"
104
104
  },
105
+ {
106
+ "id": "github-governance",
107
+ "source": "bin/buildchain.mjs",
108
+ "usage": "buildchain github-governance <plan|apply|rollback|protection-policy-plan|ruleset-policy-plan> ..."
109
+ },
105
110
  {
106
111
  "id": "help",
107
112
  "source": "bin/buildchain.mjs",
@@ -453,6 +458,7 @@
453
458
  "buildchain-ref",
454
459
  "buildchain-repository",
455
460
  "evidence-run-id",
461
+ "github-governance-receipt-json",
456
462
  "publication-admission-json",
457
463
  "publication-control-plane-audit-json",
458
464
  "publication-expected-json",
@@ -464,7 +470,7 @@
464
470
  "source-sha",
465
471
  "target-ref"
466
472
  ],
467
- "inputCount": 14,
473
+ "inputCount": 15,
468
474
  "secrets": [],
469
475
  "secretCount": 0,
470
476
  "outputs": [],
@@ -501,6 +507,7 @@
501
507
  "checkout-cache-mode",
502
508
  "checkout-cache-reference-repository-template",
503
509
  "checkout-cache-timeout-seconds",
510
+ "credential-island-caller-owned",
504
511
  "credential-island-environment",
505
512
  "credential-island-macos-app-path",
506
513
  "credential-island-macos-platform-id",
@@ -540,7 +547,7 @@
540
547
  "verify-command",
541
548
  "working-directory"
542
549
  ],
543
- "inputCount": 64,
550
+ "inputCount": 65,
544
551
  "secrets": [
545
552
  "BUILDCHAIN_ARTIFACT_RELAY_S3_DOWNLOAD_ROLE_ARN",
546
553
  "BUILDCHAIN_ARTIFACT_RELAY_S3_ROLE_ARN",
@@ -683,6 +690,7 @@
683
690
  "evidence-summary-artifact",
684
691
  "expected-json",
685
692
  "gate-aggregate-json",
693
+ "github-governance-receipt-json",
686
694
  "package-name",
687
695
  "product",
688
696
  "publication-target",
@@ -694,9 +702,11 @@
694
702
  "target-ref",
695
703
  "used-nonces-json"
696
704
  ],
697
- "inputCount": 32,
698
- "secrets": [],
699
- "secretCount": 0,
705
+ "inputCount": 33,
706
+ "secrets": [
707
+ "KUNGFU_GOVERNANCE_AUDITOR_APP_PRIVATE_KEY"
708
+ ],
709
+ "secretCount": 1,
700
710
  "outputs": [
701
711
  "capability-artifact",
702
712
  "capability-digest",
@@ -724,8 +734,10 @@
724
734
  "buildchain-repository",
725
735
  "channel",
726
736
  "dry-run",
737
+ "github-governance-receipt-json",
727
738
  "github-release",
728
739
  "github-release-notes",
740
+ "github-release-payload-patterns",
729
741
  "github-release-title",
730
742
  "package-manager",
731
743
  "promotion-contract-lock-digest",
@@ -742,6 +754,8 @@
742
754
  "publication-admission-json",
743
755
  "publication-auto-admission",
744
756
  "publication-auto-no-gate",
757
+ "publication-commit-command",
758
+ "publication-commit-evidence-path",
745
759
  "publication-consumer-predicate-id",
746
760
  "publication-consumer-qualification-command",
747
761
  "publication-control-plane-audit-json",
@@ -786,17 +800,20 @@
786
800
  "target-sha",
787
801
  "trusted-publishing"
788
802
  ],
789
- "inputCount": 74,
803
+ "inputCount": 78,
790
804
  "secrets": [
791
805
  "BUILDCHAIN_ISSUE_APP_ID",
792
806
  "BUILDCHAIN_ISSUE_APP_PRIVATE_KEY",
793
807
  "BUILDCHAIN_ISSUE_TOKEN",
794
808
  "BUILDCHAIN_PROMOTION_TOKEN",
809
+ "BUILDCHAIN_PUBLICATION_COMMIT_SIGNING_KEY",
810
+ "BUILDCHAIN_PUBLICATION_COMMIT_TOKEN",
811
+ "KUNGFU_GOVERNANCE_AUDITOR_APP_PRIVATE_KEY",
795
812
  "buildchain-issue-app-id",
796
813
  "buildchain-issue-app-private-key",
797
814
  "buildchain-issue-token"
798
815
  ],
799
- "secretCount": 7,
816
+ "secretCount": 10,
800
817
  "outputs": [
801
818
  "built-source-sha",
802
819
  "controller-plan-artifact",
@@ -808,9 +825,13 @@
808
825
  "controller-receipt-status",
809
826
  "promoted-sha",
810
827
  "publication-capability-digest",
828
+ "publication-commit-evidence-digest",
829
+ "publication-commit-evidence-path",
830
+ "publication-commit-payload-root",
831
+ "publication-commit-url",
811
832
  "release-candidate-artifact"
812
833
  ],
813
- "outputCount": 11
834
+ "outputCount": 15
814
835
  },
815
836
  {
816
837
  "id": ".release-docker",
@@ -1059,6 +1080,7 @@
1059
1080
  "buildchain-ref",
1060
1081
  "buildchain-repository",
1061
1082
  "fail-on-release-pr-error",
1083
+ "github-governance-receipt-json",
1062
1084
  "node-version",
1063
1085
  "preview-apply",
1064
1086
  "preview-aws-role-arn",
@@ -1090,7 +1112,7 @@
1090
1112
  "verify-command",
1091
1113
  "working-directory"
1092
1114
  ],
1093
- "inputCount": 39,
1115
+ "inputCount": 40,
1094
1116
  "secrets": [
1095
1117
  "production-release-app-private-key"
1096
1118
  ],
@@ -1228,6 +1250,7 @@
1228
1250
  "checkout-cache-mode",
1229
1251
  "checkout-cache-reference-repository-template",
1230
1252
  "checkout-cache-timeout-seconds",
1253
+ "credential-island-caller-owned",
1231
1254
  "credential-island-environment",
1232
1255
  "credential-island-macos-app-path",
1233
1256
  "credential-island-macos-platform-id",
@@ -1267,7 +1290,7 @@
1267
1290
  "verify-command",
1268
1291
  "working-directory"
1269
1292
  ],
1270
- "inputCount": 67,
1293
+ "inputCount": 68,
1271
1294
  "secrets": [
1272
1295
  "BUILDCHAIN_ARTIFACT_RELAY_S3_DOWNLOAD_ROLE_ARN",
1273
1296
  "BUILDCHAIN_ARTIFACT_RELAY_S3_ROLE_ARN",
@@ -1523,6 +1546,17 @@
1523
1546
  ],
1524
1547
  "outputCount": 6
1525
1548
  },
1549
+ {
1550
+ "id": "github-governance-audit",
1551
+ "path": ".github/workflows/github-governance-audit.yml",
1552
+ "reusable": false,
1553
+ "inputs": [],
1554
+ "inputCount": 0,
1555
+ "secrets": [],
1556
+ "secretCount": 0,
1557
+ "outputs": [],
1558
+ "outputCount": 0
1559
+ },
1526
1560
  {
1527
1561
  "id": "npm-publish",
1528
1562
  "path": ".github/workflows/npm-publish.yml",
@@ -1549,6 +1583,7 @@
1549
1583
  "buildchain-ref",
1550
1584
  "buildchain-repository",
1551
1585
  "dry-run",
1586
+ "github-governance-receipt-json",
1552
1587
  "github-release",
1553
1588
  "github-release-notes",
1554
1589
  "github-release-title",
@@ -1565,7 +1600,7 @@
1565
1600
  "verify-command",
1566
1601
  "working-directory"
1567
1602
  ],
1568
- "inputCount": 25,
1603
+ "inputCount": 26,
1569
1604
  "secrets": [
1570
1605
  "BUILDCHAIN_PROMOTION_TOKEN"
1571
1606
  ],
@@ -1596,6 +1631,7 @@
1596
1631
  "buildchain-ref",
1597
1632
  "buildchain-repository",
1598
1633
  "dry-run",
1634
+ "github-governance-receipt-json",
1599
1635
  "github-release",
1600
1636
  "github-release-notes",
1601
1637
  "github-release-title",
@@ -1622,7 +1658,7 @@
1622
1658
  "verify-command",
1623
1659
  "working-directory"
1624
1660
  ],
1625
- "inputCount": 37,
1661
+ "inputCount": 38,
1626
1662
  "secrets": [],
1627
1663
  "secretCount": 0,
1628
1664
  "outputs": [
@@ -1819,13 +1855,17 @@
1819
1855
  "buildchain-stable-contract-lock-path",
1820
1856
  "channel",
1821
1857
  "dry-run",
1858
+ "github-governance-receipt-json",
1822
1859
  "github-release",
1823
1860
  "github-release-notes",
1861
+ "github-release-payload-patterns",
1824
1862
  "github-release-title",
1825
1863
  "package-manager",
1826
1864
  "publication-admission-json",
1827
1865
  "publication-auto-admission",
1828
1866
  "publication-auto-no-gate",
1867
+ "publication-commit-command",
1868
+ "publication-commit-evidence-path",
1829
1869
  "publication-consumer-predicate-id",
1830
1870
  "publication-consumer-qualification-command",
1831
1871
  "publication-control-plane-audit-json",
@@ -1870,17 +1910,20 @@
1870
1910
  "target-sha",
1871
1911
  "trusted-publishing"
1872
1912
  ],
1873
- "inputCount": 66,
1913
+ "inputCount": 70,
1874
1914
  "secrets": [
1875
1915
  "BUILDCHAIN_ISSUE_APP_ID",
1876
1916
  "BUILDCHAIN_ISSUE_APP_PRIVATE_KEY",
1877
1917
  "BUILDCHAIN_ISSUE_TOKEN",
1878
1918
  "BUILDCHAIN_PROMOTION_TOKEN",
1919
+ "BUILDCHAIN_PUBLICATION_COMMIT_SIGNING_KEY",
1920
+ "BUILDCHAIN_PUBLICATION_COMMIT_TOKEN",
1921
+ "KUNGFU_GOVERNANCE_AUDITOR_APP_PRIVATE_KEY",
1879
1922
  "buildchain-issue-app-id",
1880
1923
  "buildchain-issue-app-private-key",
1881
1924
  "buildchain-issue-token"
1882
1925
  ],
1883
- "secretCount": 7,
1926
+ "secretCount": 10,
1884
1927
  "outputs": [
1885
1928
  "buildchain-channel",
1886
1929
  "built-source-sha",
@@ -1904,9 +1947,13 @@
1904
1947
  "promotion-shell-sha",
1905
1948
  "promotion-target-ref",
1906
1949
  "publication-capability-digest",
1950
+ "publication-commit-evidence-digest",
1951
+ "publication-commit-evidence-path",
1952
+ "publication-commit-payload-root",
1953
+ "publication-commit-url",
1907
1954
  "release-candidate-artifact"
1908
1955
  ],
1909
- "outputCount": 23
1956
+ "outputCount": 27
1910
1957
  },
1911
1958
  {
1912
1959
  "id": "release-governance-reconcile",
@@ -2107,6 +2154,7 @@
2107
2154
  "branch-protection-bypass-users",
2108
2155
  "dry-run",
2109
2156
  "expected-publication-version",
2157
+ "generated-pull-request-token",
2110
2158
  "generated-ref-update-token",
2111
2159
  "generated-status-check-token",
2112
2160
  "github-release",
@@ -2165,7 +2213,7 @@
2165
2213
  "transaction-state-path",
2166
2214
  "verification-command"
2167
2215
  ],
2168
- "inputCount": 63
2216
+ "inputCount": 64
2169
2217
  },
2170
2218
  {
2171
2219
  "id": "report-buildchain-issue",
@@ -2353,6 +2401,10 @@
2353
2401
  "id": "manual:controller-evidence",
2354
2402
  "category": "manual"
2355
2403
  },
2404
+ {
2405
+ "id": "manual:github-governance-authority",
2406
+ "category": "manual"
2407
+ },
2356
2408
  {
2357
2409
  "id": "manual:homebrew",
2358
2410
  "category": "manual"
@@ -2471,6 +2523,16 @@
2471
2523
  }
2472
2524
  ],
2473
2525
  "docCommandRefs": [
2526
+ {
2527
+ "id": "audit",
2528
+ "path": "docs/github-governance-authority.md",
2529
+ "command": "buildchain audit github-governance"
2530
+ },
2531
+ {
2532
+ "id": "audit",
2533
+ "path": "docs/github-governance-authority.md",
2534
+ "command": "buildchain audit github-governance"
2535
+ },
2474
2536
  {
2475
2537
  "id": "audit",
2476
2538
  "path": "docs/publication-authority.md",
@@ -2786,6 +2848,51 @@
2786
2848
  "path": "docs/cli.md",
2787
2849
  "command": "buildchain facts"
2788
2850
  },
2851
+ {
2852
+ "id": "github-governance",
2853
+ "path": "docs/github-governance-authority.md",
2854
+ "command": "buildchain github-governance plan"
2855
+ },
2856
+ {
2857
+ "id": "github-governance",
2858
+ "path": "docs/github-governance-authority.md",
2859
+ "command": "buildchain github-governance apply"
2860
+ },
2861
+ {
2862
+ "id": "github-governance",
2863
+ "path": "docs/github-governance-authority.md",
2864
+ "command": "buildchain github-governance rollback"
2865
+ },
2866
+ {
2867
+ "id": "github-governance",
2868
+ "path": "docs/github-governance-authority.md",
2869
+ "command": "buildchain github-governance protection-policy-plan"
2870
+ },
2871
+ {
2872
+ "id": "github-governance",
2873
+ "path": "docs/github-governance-authority.md",
2874
+ "command": "buildchain github-governance protection-policy-apply"
2875
+ },
2876
+ {
2877
+ "id": "github-governance",
2878
+ "path": "docs/github-governance-authority.md",
2879
+ "command": "buildchain github-governance protection-policy-rollback"
2880
+ },
2881
+ {
2882
+ "id": "github-governance",
2883
+ "path": "docs/github-governance-authority.md",
2884
+ "command": "buildchain github-governance ruleset-policy-plan"
2885
+ },
2886
+ {
2887
+ "id": "github-governance",
2888
+ "path": "docs/github-governance-authority.md",
2889
+ "command": "buildchain github-governance ruleset-policy-apply"
2890
+ },
2891
+ {
2892
+ "id": "github-governance",
2893
+ "path": "docs/github-governance-authority.md",
2894
+ "command": "buildchain github-governance ruleset-policy-rollback"
2895
+ },
2789
2896
  {
2790
2897
  "id": "help",
2791
2898
  "path": "docs/cli.md",
@@ -3802,9 +3909,9 @@
3802
3909
  "cliRegistryPath": "dist/site/cli-registry.json",
3803
3910
  "workflowRegistryPath": "dist/site/workflow-registry.json",
3804
3911
  "pageRegistryPath": "dist/site/page-registry.json",
3805
- "cliRegistryDigest": "cc76cd0f061103d8ab78ee97dd0b7f0d28d64489f79b7ed06c94d8fef28bc200",
3806
- "workflowRegistryDigest": "3a444436846b336459e4ee7e968f820e442a170b642d7b73ea19eaa28ed7da6c",
3807
- "pageRegistryDigest": "47fb460187d5775db272b95f59ce44d89fce89d10301d52a815b00eebebbadca"
3912
+ "cliRegistryDigest": "5ba7fd93a13993b05767b6f02d0626a7347f25c3d7cd4589ed4f70028c1f1bd1",
3913
+ "workflowRegistryDigest": "c2abf629b205a96f536e8758c3d9cdb3eade6945294fe278774877ef41d90b60",
3914
+ "pageRegistryDigest": "16a40ed6f3848fcb6a743f9d0369b04e956dfb7b8548b1a7a79266f76b928c80"
3808
3915
  },
3809
3916
  "comparison": {
3810
3917
  "missingCliRegistry": [],
@@ -323,6 +323,19 @@
323
323
  "runnerPolicy": "unqualified",
324
324
  "notes": ""
325
325
  },
326
+ {
327
+ "workflowPath": ".github/workflows/github-governance-audit.yml",
328
+ "authorityClass": "governance-write",
329
+ "publicationCapable": false,
330
+ "capabilityIds": [],
331
+ "credentialMode": "none",
332
+ "publisherWorkflowMode": "fixed",
333
+ "publisherWorkflowPath": ".github/workflows/github-governance-audit.yml",
334
+ "environment": "",
335
+ "environmentMode": "fixed",
336
+ "runnerPolicy": "unqualified",
337
+ "notes": ""
338
+ },
326
339
  {
327
340
  "workflowPath": ".github/workflows/npm-publish.yml",
328
341
  "authorityClass": "dry-run-only",
@@ -726,6 +739,13 @@
726
739
  ],
727
740
  "classified": true
728
741
  },
742
+ {
743
+ "path": ".github/workflows/github-governance-audit.yml",
744
+ "signals": [
745
+ "write-permission"
746
+ ],
747
+ "classified": true
748
+ },
729
749
  {
730
750
  "path": ".github/workflows/npm-publish.yml",
731
751
  "signals": [
@@ -850,5 +870,5 @@
850
870
  "classified": false
851
871
  }
852
872
  ],
853
- "registryDigest": "afd9a121b15d4965c55fcbe2c6c4d59b94e96536179c145f246d8fd0517aad7b"
873
+ "registryDigest": "5487944a7dcac3931faeec5cde33a00254b9fdd8023ef0d21e1569c43d65e1bf"
854
874
  }
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "schemaVersion": 1,
3
3
  "contract": "kungfu-buildchain-publication-release-registry",
4
- "generatedAt": "2026-07-24T00:28:32.040Z",
5
- "publishedAt": "2026-07-24T00:28:32.040Z",
4
+ "generatedAt": "2026-07-24T15:05:40.482Z",
5
+ "publishedAt": "2026-07-24T15:05:40.482Z",
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": "ac97c62bfce8d1c686718519ccf2fd8f974142e1",
22
+ "sourceRevision": "dd874a40c2a6c55f2b7939760104249f60017807",
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": "2.14.18-alpha.1",
35
+ "version": "2.14.18-alpha.10",
36
36
  "versionSource": "package.json#version"
37
37
  },
38
38
  "sourceKind": "package-site-bundle",
@@ -34,6 +34,7 @@
34
34
  "./publication-authority": "./packages/core/publication-authority.js",
35
35
  "./publication-control-plane-audit": "./packages/core/publication-control-plane-audit.js",
36
36
  "./buildchain-publication-authority": "./packages/core/buildchain-publication-authority.js",
37
+ "./github-governance-authority": "./packages/core/github-governance-authority.js",
37
38
  "./kfd-gate": "./packages/core/kfd-gate.js",
38
39
  "./release-candidate": "./packages/core/release-candidate.js",
39
40
  "./stable-candidate-ledger": "./packages/core/stable-candidate-ledger.js",
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "schemaVersion": 1,
3
3
  "contract": "kungfu-buildchain-site-manifest",
4
- "generatedAt": "2026-07-24T00:28:32.040Z",
5
- "publishedAt": "2026-07-24T00:28:32.040Z",
4
+ "generatedAt": "2026-07-24T15:05:40.482Z",
5
+ "publishedAt": "2026-07-24T15:05:40.482Z",
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": "ac97c62bfce8d1c686718519ccf2fd8f974142e1",
22
+ "sourceRevision": "dd874a40c2a6c55f2b7939760104249f60017807",
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": "2.14.18-alpha.1",
40
+ "version": "2.14.18-alpha.10",
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:7f007a9d295d597dfc5b1447629ab0d6bf2b3fa3d625b02d27abf7493d73bb40"
56
+ "digest": "sha256:c9eb92eb02601e1e36cb38d7df93097c582dec2b8dc34f769f58c30fc5190bbe"
57
57
  },
58
58
  {
59
59
  "id": "install",
@@ -87,6 +87,14 @@
87
87
  "exists": true,
88
88
  "digest": "sha256:118dc751fa3c37b4b20f4b909534458148c0f42c2c9d69f13e2fa5373dbfe244"
89
89
  },
90
+ {
91
+ "id": "github-governance-authority",
92
+ "title": "GitHub governance authority",
93
+ "path": "docs/github-governance-authority.md",
94
+ "plane": "verify",
95
+ "exists": true,
96
+ "digest": "sha256:8484b18d5b0fe6d61d102d6b9cb9e18beac9f47ecb516d430fb5427518e2931f"
97
+ },
90
98
  {
91
99
  "id": "release-candidate",
92
100
  "title": "Release Candidate Passport",
@@ -221,7 +229,7 @@
221
229
  "path": "docs/lifecycle-protocol.md",
222
230
  "plane": "use",
223
231
  "exists": true,
224
- "digest": "sha256:71552baae51146fa790d40af02d5d5b3a1a4aa0d9764af09907bb05d3360b0cc"
232
+ "digest": "sha256:9c669d3d2d1926dc5b421207089cca85bac0a6dcdb5544c28a7e1659ba9ed5ee"
225
233
  },
226
234
  {
227
235
  "id": "reusable-build-surface",
@@ -229,7 +237,7 @@
229
237
  "path": "docs/reusable-build-surface.md",
230
238
  "plane": "use",
231
239
  "exists": true,
232
- "digest": "sha256:069ba73cf32b9f55a62fd5f4bfaec00608498019b53e8ae1387d7dc9de26bc29"
240
+ "digest": "sha256:ff6f36e1db2be12df37ef076935b5583493742528d98403297678a0682b67dc2"
233
241
  },
234
242
  {
235
243
  "id": "publish-transaction",
@@ -237,7 +245,7 @@
237
245
  "path": "docs/publish-transaction.md",
238
246
  "plane": "verify",
239
247
  "exists": true,
240
- "digest": "sha256:57673d6e1e57a9be0019b30ad0f8784cd05c9a0f389a775ac5f49f67d8f52a79"
248
+ "digest": "sha256:cde5256d5f6443a6d32b47783900a0677e973855266af5a360db8d4d112bb677"
241
249
  },
242
250
  {
243
251
  "id": "release-governance",
@@ -245,7 +253,7 @@
245
253
  "path": "docs/release-governance.md",
246
254
  "plane": "why",
247
255
  "exists": true,
248
- "digest": "sha256:4476d9464d29b4ff3951a362607a11c78b7a3b723247af93ded1b15ff8f0b83e"
256
+ "digest": "sha256:5aa7fef2c831d14b4d1df4cddb45c6ce97929d8530eb14e3b3dfa3dee5e0d651"
249
257
  },
250
258
  {
251
259
  "id": "release-flow",
@@ -277,7 +285,7 @@
277
285
  "path": "docs/web-surface-deployments.md",
278
286
  "plane": "use",
279
287
  "exists": true,
280
- "digest": "sha256:ecdece4b7d916b7d8b323db68c5d81c533d67348c71907b46eb97d3c2fe432ba"
288
+ "digest": "sha256:809d765d89277320d710ecfdc2287029530b74fe38f36dd04d057076dded9a0d"
281
289
  }
282
290
  ],
283
291
  "facts": [