@kungfu-tech/buildchain 3.0.6-alpha.1 → 3.0.6-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 (75) hide show
  1. package/README.md +4 -4
  2. package/actions/promote-buildchain-ref/README.md +8 -0
  3. package/bin/buildchain.mjs +13 -1
  4. package/contracts/auditable-demo-scenario-v1.schema.json +52 -0
  5. package/contracts/release-candidate-recovery-v1.schema.json +102 -0
  6. package/dist/site/buildchain-contract.json +129 -34
  7. package/dist/site/buildchain-site.json +171 -45
  8. package/dist/site/capability-registry.json +5 -5
  9. package/dist/site/cli-registry.json +40 -4
  10. package/dist/site/controller-registry.json +56 -4
  11. package/dist/site/kfd-claims.json +184 -20
  12. package/dist/site/kfd-upstream-aggregate.json +1 -1
  13. package/dist/site/manual-registry.json +10 -10
  14. package/dist/site/node-api-registry.json +1242 -121
  15. package/dist/site/page-registry.json +157 -31
  16. package/dist/site/public-surface-audit.json +422 -21
  17. package/dist/site/publication-authority-registry.json +66 -1
  18. package/dist/site/publication-registry.json +4 -4
  19. package/dist/site/release-provenance.json +2 -0
  20. package/dist/site/site-manifest.json +14 -14
  21. package/dist/site/workflow-registry.json +197 -15
  22. package/docs/MAP.md +1 -0
  23. package/docs/auditable-demo.md +58 -11
  24. package/docs/aws-us-elastic-runner-burst-plane.md +23 -19
  25. package/docs/cli-reference.md +154 -0
  26. package/docs/dev-alpha-candidate-patrol.md +13 -5
  27. package/docs/dev-delivery-warrant.md +158 -0
  28. package/docs/node-api-reference.md +96 -38
  29. package/docs/publication-authority.md +11 -0
  30. package/docs/publish-transaction.md +10 -1
  31. package/docs/release-candidate.md +106 -12
  32. package/docs/release-governance.md +52 -0
  33. package/docs/reusable-build-surface.md +11 -1
  34. package/docs/shifu-gate-profiles.md +12 -1
  35. package/docs/versioning.md +2 -0
  36. package/package.json +3 -1
  37. package/packages/core/buildchain-contract.js +30 -2
  38. package/packages/core/buildchain-publication-authority.js +3 -1
  39. package/packages/core/channel-candidate.js +2 -21
  40. package/packages/core/channel-promotion-baseline.js +199 -0
  41. package/packages/core/dev-delivery-candidate-identity.js +94 -0
  42. package/packages/core/dev-delivery-common.js +73 -0
  43. package/packages/core/dev-delivery-proof.js +252 -0
  44. package/packages/core/dev-delivery-warrant-cancellation.js +94 -0
  45. package/packages/core/dev-delivery-warrant-settlement.js +73 -0
  46. package/packages/core/dev-delivery-warrant.js +591 -0
  47. package/packages/core/index.js +7 -0
  48. package/packages/core/release-candidate-recovery.js +386 -0
  49. package/scripts/auditable-demo-bundle-verification.mjs +148 -0
  50. package/scripts/auditable-demo-platform.mjs +86 -50
  51. package/scripts/auditable-demo-presentation.mjs +83 -0
  52. package/scripts/auditable-demo-renditions.mjs +264 -0
  53. package/scripts/auditable-demo.mjs +24 -30
  54. package/scripts/build-contract-core.mjs +58 -3
  55. package/scripts/buildchain-cli-help.mjs +8 -0
  56. package/scripts/buildchain-patrol.mjs +9 -0
  57. package/scripts/check-inventory.mjs +13 -2
  58. package/scripts/dev-alpha-candidate-patrol.mjs +45 -48
  59. package/scripts/dev-delivery-proof.mjs +193 -0
  60. package/scripts/dev-delivery-warrant.mjs +426 -0
  61. package/scripts/dev-pr-auto-merge.mjs +488 -46
  62. package/scripts/dev-pr-delivery-warrant.mjs +209 -0
  63. package/scripts/gate-profile-core.mjs +24 -0
  64. package/scripts/generate-site-bundle.mjs +2 -2
  65. package/scripts/git-fetch-process-tree.mjs +142 -0
  66. package/scripts/lifecycle-substage-evidence.mjs +274 -0
  67. package/scripts/locked-source-checkout.mjs +6 -3
  68. package/scripts/release-candidate-resolver.mjs +35 -3
  69. package/scripts/resolve-artifact-transfer-mode.mjs +9 -0
  70. package/scripts/resolve-build-contract.mjs +7 -0
  71. package/scripts/resume-from-candidate-run.mjs +498 -0
  72. package/scripts/route-offline-runners.mjs +1 -0
  73. package/scripts/run-lifecycle-core.mjs +9 -9
  74. package/scripts/shifu-gate-profile.mjs +10 -16
  75. package/scripts/site-capability-metadata.mjs +15 -0
@@ -4,10 +4,10 @@
4
4
  "status": "passed",
5
5
  "summary": {
6
6
  "cliCommandCount": 112,
7
- "workflowCount": 60,
7
+ "workflowCount": 64,
8
8
  "actionCount": 6,
9
- "sitePageCount": 64,
10
- "docCommandRefCount": 830,
9
+ "sitePageCount": 65,
10
+ "docCommandRefCount": 881,
11
11
  "failureCount": 0
12
12
  },
13
13
  "enumerated": {
@@ -65,7 +65,7 @@
65
65
  {
66
66
  "id": "dev",
67
67
  "source": "bin/buildchain.mjs",
68
- "usage": "buildchain dev merge-queue --repository <owner/repo> --branch <dev/vN/vN.M>"
68
+ "usage": "buildchain dev pr-admit --repository <owner/repo> --branch <dev/vN/vN.M>"
69
69
  },
70
70
  {
71
71
  "id": "diagnostics",
@@ -727,9 +727,10 @@
727
727
  "shifu-cache-profile-ref",
728
728
  "untrusted-policy",
729
729
  "verify-command",
730
+ "verify-substage-evidence-path",
730
731
  "working-directory"
731
732
  ],
732
- "inputCount": 85,
733
+ "inputCount": 86,
733
734
  "secrets": [
734
735
  "BUILDCHAIN_ARTIFACT_RELAY_S3_DOWNLOAD_ROLE_ARN",
735
736
  "BUILDCHAIN_ARTIFACT_RELAY_S3_ROLE_ARN",
@@ -814,12 +815,13 @@
814
815
  "materialize",
815
816
  "materialize-base-ref",
816
817
  "media-profile",
818
+ "render-failure-advisory",
817
819
  "render-media",
818
820
  "renderer-image",
819
821
  "scenario-path",
820
822
  "source-ref"
821
823
  ],
822
- "inputCount": 11,
824
+ "inputCount": 12,
823
825
  "secrets": [
824
826
  "DEMO_UPDATE_TOKEN"
825
827
  ],
@@ -830,9 +832,10 @@
830
832
  "evidence-artifact-digest",
831
833
  "evidence-artifact-name",
832
834
  "publication-pr-url",
835
+ "render-result",
833
836
  "source-sha"
834
837
  ],
835
- "outputCount": 6
838
+ "outputCount": 7
836
839
  },
837
840
  {
838
841
  "id": ".gate-profile",
@@ -903,6 +906,7 @@
903
906
  "auto-no-gate",
904
907
  "buildchain-ref",
905
908
  "buildchain-repository",
909
+ "consumer-gate-command",
906
910
  "consumer-predicate-digest",
907
911
  "consumer-predicate-id",
908
912
  "consumer-qualification-required",
@@ -930,7 +934,7 @@
930
934
  "target-ref",
931
935
  "used-nonces-json"
932
936
  ],
933
- "inputCount": 33,
937
+ "inputCount": 34,
934
938
  "secrets": [
935
939
  "KUNGFU_GOVERNANCE_AUDITOR_APP_PRIVATE_KEY"
936
940
  ],
@@ -992,6 +996,7 @@
992
996
  "publication-control-plane-audit-json",
993
997
  "publication-expected-json",
994
998
  "publication-gate-aggregate-json",
999
+ "publication-gate-command",
995
1000
  "publication-package-name",
996
1001
  "publication-product",
997
1002
  "publication-publisher-workflow-path",
@@ -1015,6 +1020,7 @@
1015
1020
  "release-candidate-family-evidence-required",
1016
1021
  "release-candidate-family-evidence-root",
1017
1022
  "release-candidate-family-initiative-id",
1023
+ "release-candidate-wait-seconds",
1018
1024
  "release-candidate-workflow-file",
1019
1025
  "release-candidate-workflow-name",
1020
1026
  "release-passport",
@@ -1039,13 +1045,22 @@
1039
1045
  "release-propagation-config-path",
1040
1046
  "required-artifact-count",
1041
1047
  "required-status-check",
1048
+ "resume-buildchain-runtime-sha",
1049
+ "resume-candidate-repository",
1050
+ "resume-candidate-run-id",
1051
+ "resume-expected-candidate-root",
1052
+ "resume-expected-candidate-runtime-sha",
1053
+ "resume-expected-source-tree",
1054
+ "resume-expected-workflow-file",
1055
+ "resume-expected-workflow-name",
1056
+ "resume-transaction-id",
1042
1057
  "runner-preset",
1043
1058
  "standalone-binary-distribution",
1044
1059
  "target-ref",
1045
1060
  "target-sha",
1046
1061
  "trusted-publishing"
1047
1062
  ],
1048
- "inputCount": 95,
1063
+ "inputCount": 106,
1049
1064
  "secrets": [
1050
1065
  "BUILDCHAIN_ISSUE_APP_ID",
1051
1066
  "BUILDCHAIN_ISSUE_APP_PRIVATE_KEY",
@@ -1078,10 +1093,13 @@
1078
1093
  "publication-commit-evidence-path",
1079
1094
  "publication-commit-payload-root",
1080
1095
  "publication-commit-url",
1096
+ "release-candidate-action",
1081
1097
  "release-candidate-artifact",
1098
+ "release-candidate-recovery-receipt-artifact",
1099
+ "release-candidate-recovery-root",
1082
1100
  "release-propagation-work-artifact"
1083
1101
  ],
1084
- "outputCount": 20
1102
+ "outputCount": 23
1085
1103
  },
1086
1104
  {
1087
1105
  "id": ".release-docker",
@@ -1592,9 +1610,10 @@
1592
1610
  "shifu-cache-profile-ref",
1593
1611
  "untrusted-policy",
1594
1612
  "verify-command",
1613
+ "verify-substage-evidence-path",
1595
1614
  "working-directory"
1596
1615
  ],
1597
- "inputCount": 88,
1616
+ "inputCount": 89,
1598
1617
  "secrets": [
1599
1618
  "BUILDCHAIN_ARTIFACT_RELAY_S3_DOWNLOAD_ROLE_ARN",
1600
1619
  "BUILDCHAIN_ARTIFACT_RELAY_S3_ROLE_ARN",
@@ -1668,6 +1687,28 @@
1668
1687
  "outputs": [],
1669
1688
  "outputCount": 0
1670
1689
  },
1690
+ {
1691
+ "id": "buildchain-candidate-recovery-dogfood-failure",
1692
+ "path": ".github/workflows/buildchain-candidate-recovery-dogfood-failure.yml",
1693
+ "reusable": false,
1694
+ "inputs": [],
1695
+ "inputCount": 0,
1696
+ "secrets": [],
1697
+ "secretCount": 0,
1698
+ "outputs": [],
1699
+ "outputCount": 0
1700
+ },
1701
+ {
1702
+ "id": "buildchain-dev-delivery",
1703
+ "path": ".github/workflows/buildchain-dev-delivery.yml",
1704
+ "reusable": false,
1705
+ "inputs": [],
1706
+ "inputCount": 0,
1707
+ "secrets": [],
1708
+ "secretCount": 0,
1709
+ "outputs": [],
1710
+ "outputCount": 0
1711
+ },
1671
1712
  {
1672
1713
  "id": "buildchain-patrol-daily",
1673
1714
  "path": ".github/workflows/buildchain-patrol-daily.yml",
@@ -1848,6 +1889,67 @@
1848
1889
  ],
1849
1890
  "outputCount": 10
1850
1891
  },
1892
+ {
1893
+ "id": "dev-delivery-warrant-cancel",
1894
+ "path": ".github/workflows/dev-delivery-warrant-cancel.yml",
1895
+ "reusable": true,
1896
+ "inputs": [
1897
+ "buildchain-ref",
1898
+ "buildchain-repository",
1899
+ "event-action",
1900
+ "expected-candidate-id",
1901
+ "expected-old-state-root",
1902
+ "expected-pr-number",
1903
+ "expected-source-head-sha",
1904
+ "observed-source-head-sha",
1905
+ "outcome",
1906
+ "reason",
1907
+ "target-branch",
1908
+ "terminal-evidence-root"
1909
+ ],
1910
+ "inputCount": 12,
1911
+ "secrets": [
1912
+ "github-token"
1913
+ ],
1914
+ "secretCount": 1,
1915
+ "outputs": [
1916
+ "cancellation-action",
1917
+ "cancellation-receipt-root",
1918
+ "final-state-root"
1919
+ ],
1920
+ "outputCount": 3
1921
+ },
1922
+ {
1923
+ "id": "dev-delivery-warrant-close",
1924
+ "path": ".github/workflows/dev-delivery-warrant-close.yml",
1925
+ "reusable": true,
1926
+ "inputs": [
1927
+ "buildchain-ref",
1928
+ "buildchain-repository",
1929
+ "current-base-sha",
1930
+ "expected-head-sha",
1931
+ "expected-pr-number",
1932
+ "merge-group-head-sha",
1933
+ "merge-group-tree-sha",
1934
+ "outcome",
1935
+ "reason",
1936
+ "replay-tree-sha",
1937
+ "required-context-roots-json",
1938
+ "target-branch",
1939
+ "terminal-evidence-root"
1940
+ ],
1941
+ "inputCount": 13,
1942
+ "secrets": [
1943
+ "github-token"
1944
+ ],
1945
+ "secretCount": 1,
1946
+ "outputs": [
1947
+ "close-receipt-root",
1948
+ "final-state-root",
1949
+ "integration-proof-root"
1950
+ ],
1951
+ "outputCount": 3
1952
+ },
1851
1953
  {
1852
1954
  "id": "dev-merge-queue-governance",
1853
1955
  "path": ".github/workflows/dev-merge-queue-governance.yml",
@@ -1864,35 +1966,60 @@
1864
1966
  "path": ".github/workflows/dev-pr-auto-merge.yml",
1865
1967
  "reusable": true,
1866
1968
  "inputs": [
1969
+ "affected-paths-json",
1867
1970
  "allowed-head-prefixes",
1971
+ "assignment-root",
1868
1972
  "block-labels",
1869
1973
  "buildchain-ref",
1870
1974
  "buildchain-repository",
1975
+ "closure-root",
1976
+ "delivery-class",
1977
+ "delivery-priority",
1978
+ "delivery-warrant-mode",
1979
+ "dependency-root",
1980
+ "diagnostic-context",
1871
1981
  "dry-run",
1982
+ "expected-head-sha",
1983
+ "expected-pr-number",
1984
+ "initiative-root",
1872
1985
  "landing-mode",
1873
1986
  "max-merges",
1874
1987
  "merge-method",
1988
+ "plan-root",
1989
+ "project-cut-proof-json",
1875
1990
  "queue-admission-context",
1876
1991
  "ready-label",
1877
1992
  "require-approval",
1878
1993
  "required-status-checks",
1879
1994
  "same-repository-only",
1880
- "target-branch"
1995
+ "shard-evidence-roots-json",
1996
+ "source-identity-root",
1997
+ "source-patch-root",
1998
+ "target-branch",
1999
+ "toolchain-root",
2000
+ "warrant-lease-seconds"
1881
2001
  ],
1882
- "inputCount": 14,
2002
+ "inputCount": 32,
1883
2003
  "secrets": [
1884
2004
  "github-token"
1885
2005
  ],
1886
2006
  "secretCount": 1,
1887
2007
  "outputs": [
1888
2008
  "action-count",
2009
+ "admission-receipt-root",
2010
+ "admission-state",
1889
2011
  "enqueued-count",
1890
2012
  "evaluated-count",
1891
2013
  "final-base-sha",
1892
2014
  "merged-count",
1893
- "skipped-count"
2015
+ "project-cut-proof-root",
2016
+ "skipped-count",
2017
+ "source-proof-root",
2018
+ "warrant-receipt-root",
2019
+ "warrant-state-commit",
2020
+ "warrant-state-root"
1894
2021
  ],
1895
- "outputCount": 6
2022
+ "outputCount": 13
1896
2023
  },
1897
2024
  {
1898
2025
  "id": "dev-qualification-patrol",
@@ -2291,6 +2418,7 @@
2291
2418
  "publication-control-plane-audit-json",
2292
2419
  "publication-expected-json",
2293
2420
  "publication-gate-aggregate-json",
2421
+ "publication-gate-command",
2294
2422
  "publication-package-name",
2295
2423
  "publication-product",
2296
2424
  "publication-publisher-workflow-path",
@@ -2314,6 +2442,7 @@
2314
2442
  "release-candidate-family-evidence-required",
2315
2443
  "release-candidate-family-evidence-root",
2316
2444
  "release-candidate-family-initiative-id",
2445
+ "release-candidate-wait-seconds",
2317
2446
  "release-candidate-workflow-file",
2318
2447
  "release-candidate-workflow-name",
2319
2448
  "release-passport",
@@ -2338,13 +2467,22 @@
2338
2467
  "release-propagation-config-path",
2339
2468
  "required-artifact-count",
2340
2469
  "required-status-check",
2470
+ "resume-buildchain-runtime-sha",
2471
+ "resume-candidate-repository",
2472
+ "resume-candidate-run-id",
2473
+ "resume-expected-candidate-root",
2474
+ "resume-expected-candidate-runtime-sha",
2475
+ "resume-expected-source-tree",
2476
+ "resume-expected-workflow-file",
2477
+ "resume-expected-workflow-name",
2478
+ "resume-transaction-id",
2341
2479
  "runner-preset",
2342
2480
  "standalone-binary-distribution",
2343
2481
  "target-ref",
2344
2482
  "target-sha",
2345
2483
  "trusted-publishing"
2346
2484
  ],
2347
- "inputCount": 87,
2485
+ "inputCount": 98,
2348
2486
  "secrets": [
2349
2487
  "BUILDCHAIN_ISSUE_APP_ID",
2350
2488
  "BUILDCHAIN_ISSUE_APP_PRIVATE_KEY",
@@ -2389,10 +2527,13 @@
2389
2527
  "publication-commit-evidence-path",
2390
2528
  "publication-commit-payload-root",
2391
2529
  "publication-commit-url",
2530
+ "release-candidate-action",
2392
2531
  "release-candidate-artifact",
2532
+ "release-candidate-recovery-receipt-artifact",
2533
+ "release-candidate-recovery-root",
2393
2534
  "release-propagation-work-artifact"
2394
2535
  ],
2395
- "outputCount": 32
2536
+ "outputCount": 35
2396
2537
  },
2397
2538
  {
2398
2539
  "id": "release-governance-reconcile",
@@ -2770,10 +2911,11 @@
2770
2911
  "required",
2771
2912
  "sample-process-tree",
2772
2913
  "stage",
2914
+ "substage-evidence-path",
2773
2915
  "summary-path",
2774
2916
  "timeout-minutes"
2775
2917
  ],
2776
- "inputCount": 21
2918
+ "inputCount": 22
2777
2919
  },
2778
2920
  {
2779
2921
  "id": "validate-config",
@@ -2903,6 +3045,10 @@
2903
3045
  "id": "manual:dev-alpha-candidate-patrol",
2904
3046
  "category": "manual"
2905
3047
  },
3048
+ {
3049
+ "id": "manual:dev-delivery-warrant",
3050
+ "category": "manual"
3051
+ },
2906
3052
  {
2907
3053
  "id": "manual:dev-qualification-patrol",
2908
3054
  "category": "manual"
@@ -3580,6 +3726,76 @@
3580
3726
  "path": "docs/cli-reference.md",
3581
3727
  "command": "buildchain dev merge-queue --repository"
3582
3728
  },
3729
+ {
3730
+ "id": "dev",
3731
+ "path": "docs/cli-reference.md",
3732
+ "command": "buildchain dev pr-admit --repository"
3733
+ },
3734
+ {
3735
+ "id": "dev",
3736
+ "path": "docs/cli-reference.md",
3737
+ "command": "buildchain dev proof"
3738
+ },
3739
+ {
3740
+ "id": "dev",
3741
+ "path": "docs/cli-reference.md",
3742
+ "command": "buildchain dev proof"
3743
+ },
3744
+ {
3745
+ "id": "dev",
3746
+ "path": "docs/cli-reference.md",
3747
+ "command": "buildchain dev proof"
3748
+ },
3749
+ {
3750
+ "id": "dev",
3751
+ "path": "docs/cli-reference.md",
3752
+ "command": "buildchain dev proof"
3753
+ },
3754
+ {
3755
+ "id": "dev",
3756
+ "path": "docs/cli-reference.md",
3757
+ "command": "buildchain dev proof"
3758
+ },
3759
+ {
3760
+ "id": "dev",
3761
+ "path": "docs/cli-reference.md",
3762
+ "command": "buildchain dev proof"
3763
+ },
3764
+ {
3765
+ "id": "dev",
3766
+ "path": "docs/cli-reference.md",
3767
+ "command": "buildchain dev warrant"
3768
+ },
3769
+ {
3770
+ "id": "dev",
3771
+ "path": "docs/cli-reference.md",
3772
+ "command": "buildchain dev warrant"
3773
+ },
3774
+ {
3775
+ "id": "dev",
3776
+ "path": "docs/cli-reference.md",
3777
+ "command": "buildchain dev warrant"
3778
+ },
3779
+ {
3780
+ "id": "dev",
3781
+ "path": "docs/cli-reference.md",
3782
+ "command": "buildchain dev warrant"
3783
+ },
3784
+ {
3785
+ "id": "dev",
3786
+ "path": "docs/cli-reference.md",
3787
+ "command": "buildchain dev warrant"
3788
+ },
3789
+ {
3790
+ "id": "dev",
3791
+ "path": "docs/cli-reference.md",
3792
+ "command": "buildchain dev warrant"
3793
+ },
3794
+ {
3795
+ "id": "dev",
3796
+ "path": "docs/cli-reference.md",
3797
+ "command": "buildchain dev warrant"
3798
+ },
3583
3799
  {
3584
3800
  "id": "dev",
3585
3801
  "path": "docs/cli-reference.md",
@@ -3600,6 +3816,146 @@
3600
3816
  "path": "docs/cli-reference.md",
3601
3817
  "command": "buildchain dev merge-queue --help"
3602
3818
  },
3819
+ {
3820
+ "id": "dev",
3821
+ "path": "docs/cli-reference.md",
3822
+ "command": "buildchain dev pr-admit"
3823
+ },
3824
+ {
3825
+ "id": "dev",
3826
+ "path": "docs/cli-reference.md",
3827
+ "command": "buildchain dev pr-admit --help"
3828
+ },
3829
+ {
3830
+ "id": "dev",
3831
+ "path": "docs/cli-reference.md",
3832
+ "command": "buildchain dev proof classify"
3833
+ },
3834
+ {
3835
+ "id": "dev",
3836
+ "path": "docs/cli-reference.md",
3837
+ "command": "buildchain dev proof classify"
3838
+ },
3839
+ {
3840
+ "id": "dev",
3841
+ "path": "docs/cli-reference.md",
3842
+ "command": "buildchain dev proof integration"
3843
+ },
3844
+ {
3845
+ "id": "dev",
3846
+ "path": "docs/cli-reference.md",
3847
+ "command": "buildchain dev proof integration"
3848
+ },
3849
+ {
3850
+ "id": "dev",
3851
+ "path": "docs/cli-reference.md",
3852
+ "command": "buildchain dev proof replay"
3853
+ },
3854
+ {
3855
+ "id": "dev",
3856
+ "path": "docs/cli-reference.md",
3857
+ "command": "buildchain dev proof replay"
3858
+ },
3859
+ {
3860
+ "id": "dev",
3861
+ "path": "docs/cli-reference.md",
3862
+ "command": "buildchain dev proof source"
3863
+ },
3864
+ {
3865
+ "id": "dev",
3866
+ "path": "docs/cli-reference.md",
3867
+ "command": "buildchain dev proof source"
3868
+ },
3869
+ {
3870
+ "id": "dev",
3871
+ "path": "docs/cli-reference.md",
3872
+ "command": "buildchain dev proof verify-integration"
3873
+ },
3874
+ {
3875
+ "id": "dev",
3876
+ "path": "docs/cli-reference.md",
3877
+ "command": "buildchain dev proof verify-integration"
3878
+ },
3879
+ {
3880
+ "id": "dev",
3881
+ "path": "docs/cli-reference.md",
3882
+ "command": "buildchain dev proof verify-source"
3883
+ },
3884
+ {
3885
+ "id": "dev",
3886
+ "path": "docs/cli-reference.md",
3887
+ "command": "buildchain dev proof verify-source"
3888
+ },
3889
+ {
3890
+ "id": "dev",
3891
+ "path": "docs/cli-reference.md",
3892
+ "command": "buildchain dev warrant cancel-queued"
3893
+ },
3894
+ {
3895
+ "id": "dev",
3896
+ "path": "docs/cli-reference.md",
3897
+ "command": "buildchain dev warrant cancel-queued"
3898
+ },
3899
+ {
3900
+ "id": "dev",
3901
+ "path": "docs/cli-reference.md",
3902
+ "command": "buildchain dev warrant close"
3903
+ },
3904
+ {
3905
+ "id": "dev",
3906
+ "path": "docs/cli-reference.md",
3907
+ "command": "buildchain dev warrant close"
3908
+ },
3909
+ {
3910
+ "id": "dev",
3911
+ "path": "docs/cli-reference.md",
3912
+ "command": "buildchain dev warrant heartbeat"
3913
+ },
3914
+ {
3915
+ "id": "dev",
3916
+ "path": "docs/cli-reference.md",
3917
+ "command": "buildchain dev warrant heartbeat"
3918
+ },
3919
+ {
3920
+ "id": "dev",
3921
+ "path": "docs/cli-reference.md",
3922
+ "command": "buildchain dev warrant observe"
3923
+ },
3924
+ {
3925
+ "id": "dev",
3926
+ "path": "docs/cli-reference.md",
3927
+ "command": "buildchain dev warrant observe"
3928
+ },
3929
+ {
3930
+ "id": "dev",
3931
+ "path": "docs/cli-reference.md",
3932
+ "command": "buildchain dev warrant recover"
3933
+ },
3934
+ {
3935
+ "id": "dev",
3936
+ "path": "docs/cli-reference.md",
3937
+ "command": "buildchain dev warrant recover"
3938
+ },
3939
+ {
3940
+ "id": "dev",
3941
+ "path": "docs/cli-reference.md",
3942
+ "command": "buildchain dev warrant select"
3943
+ },
3944
+ {
3945
+ "id": "dev",
3946
+ "path": "docs/cli-reference.md",
3947
+ "command": "buildchain dev warrant select"
3948
+ },
3949
+ {
3950
+ "id": "dev",
3951
+ "path": "docs/cli-reference.md",
3952
+ "command": "buildchain dev warrant submit"
3953
+ },
3954
+ {
3955
+ "id": "dev",
3956
+ "path": "docs/cli-reference.md",
3957
+ "command": "buildchain dev warrant submit"
3958
+ },
3603
3959
  {
3604
3960
  "id": "dev",
3605
3961
  "path": "docs/cli.md",
@@ -3615,11 +3971,56 @@
3615
3971
  "path": "docs/cli.md",
3616
3972
  "command": "buildchain dev merge-queue --from-config"
3617
3973
  },
3974
+ {
3975
+ "id": "dev",
3976
+ "path": "docs/dev-delivery-warrant.md",
3977
+ "command": "buildchain dev warrant submit"
3978
+ },
3979
+ {
3980
+ "id": "dev",
3981
+ "path": "docs/dev-delivery-warrant.md",
3982
+ "command": "buildchain dev warrant select"
3983
+ },
3984
+ {
3985
+ "id": "dev",
3986
+ "path": "docs/dev-delivery-warrant.md",
3987
+ "command": "buildchain dev warrant cancel-queued"
3988
+ },
3989
+ {
3990
+ "id": "dev",
3991
+ "path": "docs/dev-delivery-warrant.md",
3992
+ "command": "buildchain dev proof source"
3993
+ },
3994
+ {
3995
+ "id": "dev",
3996
+ "path": "docs/dev-delivery-warrant.md",
3997
+ "command": "buildchain dev proof classify"
3998
+ },
3999
+ {
4000
+ "id": "dev",
4001
+ "path": "docs/dev-delivery-warrant.md",
4002
+ "command": "buildchain dev proof replay"
4003
+ },
4004
+ {
4005
+ "id": "dev",
4006
+ "path": "docs/dev-delivery-warrant.md",
4007
+ "command": "buildchain dev proof replay-proof"
4008
+ },
4009
+ {
4010
+ "id": "dev",
4011
+ "path": "docs/dev-delivery-warrant.md",
4012
+ "command": "buildchain dev proof integration"
4013
+ },
3618
4014
  {
3619
4015
  "id": "dev",
3620
4016
  "path": "docs/release-governance.md",
3621
4017
  "command": "buildchain dev merge-queue"
3622
4018
  },
4019
+ {
4020
+ "id": "dev",
4021
+ "path": "docs/release-governance.md",
4022
+ "command": "buildchain dev pr-admit"
4023
+ },
3623
4024
  {
3624
4025
  "id": "diagnostics-summary",
3625
4026
  "path": "docs/cli-reference.md",
@@ -7201,9 +7602,9 @@
7201
7602
  "cliRegistryPath": "dist/site/cli-registry.json",
7202
7603
  "workflowRegistryPath": "dist/site/workflow-registry.json",
7203
7604
  "pageRegistryPath": "dist/site/page-registry.json",
7204
- "cliRegistryDigest": "2012c52df8cd1c32f5cf2afbee6fa77e69818616d41ff984dad394af0523f266",
7205
- "workflowRegistryDigest": "a367c2b909763495c24c10e97a00f5ddd99b811e820d9500fbc0bad9f5be1e0e",
7206
- "pageRegistryDigest": "53eb6d70053abb17461aae81c323dbedab6d86a7f8edc3bb0f9b13b775694fd5"
7605
+ "cliRegistryDigest": "2e7804e1fa8ef08bbe59fcf58908e47daef4dc145675fc9a989862671e40f993",
7606
+ "workflowRegistryDigest": "1ab8b8d32f2ceb8dffad69d1f877f6ad6b37355dbe62c6ef5c0e6b9f4f197acb",
7607
+ "pageRegistryDigest": "5604707e51d06fa0b1739abb00d8d2db53fb3dda7d49d34ef558d63772f1fb84"
7207
7608
  },
7208
7609
  "comparison": {
7209
7610
  "missingCliRegistry": [],