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

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 (72) 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/dist/site/buildchain-contract.json +47 -27
  6. package/dist/site/buildchain-site.json +165 -44
  7. package/dist/site/capability-registry.json +3 -3
  8. package/dist/site/cli-registry.json +40 -4
  9. package/dist/site/controller-registry.json +20 -4
  10. package/dist/site/kfd-claims.json +140 -19
  11. package/dist/site/kfd-upstream-aggregate.json +9 -9
  12. package/dist/site/manual-registry.json +9 -9
  13. package/dist/site/node-api-registry.json +1161 -180
  14. package/dist/site/page-registry.json +152 -31
  15. package/dist/site/public-surface-audit.json +386 -19
  16. package/dist/site/publication-authority-registry.json +61 -1
  17. package/dist/site/publication-registry.json +4 -4
  18. package/dist/site/release-provenance.json +1 -0
  19. package/dist/site/site-manifest.json +13 -13
  20. package/dist/site/workflow-registry.json +151 -13
  21. package/docs/MAP.md +2 -0
  22. package/docs/auditable-demo.md +58 -11
  23. package/docs/aws-us-elastic-runner-burst-plane.md +114 -80
  24. package/docs/cli-reference.md +154 -0
  25. package/docs/dev-alpha-candidate-patrol.md +13 -5
  26. package/docs/dev-delivery-warrant.md +158 -0
  27. package/docs/node-api-reference.md +54 -15
  28. package/docs/publication-authority.md +11 -0
  29. package/docs/release-candidate.md +19 -2
  30. package/docs/release-governance.md +60 -1
  31. package/docs/reusable-build-surface.md +11 -1
  32. package/docs/shifu-gate-profiles.md +12 -1
  33. package/docs/versioning.md +2 -0
  34. package/package.json +4 -2
  35. package/packages/core/buildchain-publication-authority.js +3 -1
  36. package/packages/core/channel-candidate.js +2 -21
  37. package/packages/core/channel-promotion-baseline.js +199 -0
  38. package/packages/core/dev-delivery-candidate-identity.js +94 -0
  39. package/packages/core/dev-delivery-common.js +73 -0
  40. package/packages/core/dev-delivery-proof.js +252 -0
  41. package/packages/core/dev-delivery-warrant-cancellation.js +94 -0
  42. package/packages/core/dev-delivery-warrant-settlement.js +73 -0
  43. package/packages/core/dev-delivery-warrant.js +591 -0
  44. package/scripts/auditable-demo-bundle-verification.mjs +148 -0
  45. package/scripts/auditable-demo-platform.mjs +86 -50
  46. package/scripts/auditable-demo-presentation.mjs +83 -0
  47. package/scripts/auditable-demo-renditions.mjs +264 -0
  48. package/scripts/auditable-demo.mjs +24 -30
  49. package/scripts/aws-windows-jit-campaign-core.mjs +7 -8
  50. package/scripts/aws-windows-jit-controller.mjs +1 -0
  51. package/scripts/aws-windows-jit-core.mjs +1 -1
  52. package/scripts/build-contract-core.mjs +58 -3
  53. package/scripts/buildchain-cli-help.mjs +8 -0
  54. package/scripts/buildchain-patrol.mjs +9 -0
  55. package/scripts/check-inventory.mjs +1 -0
  56. package/scripts/dev-alpha-candidate-patrol.mjs +45 -48
  57. package/scripts/dev-delivery-proof.mjs +193 -0
  58. package/scripts/dev-delivery-warrant.mjs +426 -0
  59. package/scripts/dev-pr-auto-merge.mjs +497 -55
  60. package/scripts/dev-pr-delivery-warrant.mjs +209 -0
  61. package/scripts/dispatch-artifact-signing-authority.mjs +2 -4
  62. package/scripts/gate-profile-core.mjs +24 -0
  63. package/scripts/generate-site-bundle.mjs +2 -2
  64. package/scripts/git-fetch-process-tree.mjs +142 -0
  65. package/scripts/lifecycle-substage-evidence.mjs +274 -0
  66. package/scripts/locked-source-checkout.mjs +6 -3
  67. package/scripts/resolve-artifact-transfer-mode.mjs +9 -0
  68. package/scripts/resolve-build-contract.mjs +7 -0
  69. package/scripts/route-offline-runners.mjs +1 -0
  70. package/scripts/run-lifecycle-core.mjs +9 -9
  71. package/scripts/shifu-gate-profile.mjs +10 -16
  72. package/scripts/site-capability-metadata.mjs +14 -0
@@ -4,10 +4,10 @@
4
4
  "status": "passed",
5
5
  "summary": {
6
6
  "cliCommandCount": 112,
7
- "workflowCount": 60,
7
+ "workflowCount": 63,
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",
@@ -1045,7 +1051,7 @@
1045
1051
  "target-sha",
1046
1052
  "trusted-publishing"
1047
1053
  ],
1048
- "inputCount": 95,
1054
+ "inputCount": 97,
1049
1055
  "secrets": [
1050
1056
  "BUILDCHAIN_ISSUE_APP_ID",
1051
1057
  "BUILDCHAIN_ISSUE_APP_PRIVATE_KEY",
@@ -1592,9 +1598,10 @@
1592
1598
  "shifu-cache-profile-ref",
1593
1599
  "untrusted-policy",
1594
1600
  "verify-command",
1601
+ "verify-substage-evidence-path",
1595
1602
  "working-directory"
1596
1603
  ],
1597
- "inputCount": 88,
1604
+ "inputCount": 89,
1598
1605
  "secrets": [
1599
1606
  "BUILDCHAIN_ARTIFACT_RELAY_S3_DOWNLOAD_ROLE_ARN",
1600
1607
  "BUILDCHAIN_ARTIFACT_RELAY_S3_ROLE_ARN",
@@ -1668,6 +1675,17 @@
1668
1675
  "outputs": [],
1669
1676
  "outputCount": 0
1670
1677
  },
1678
+ {
1679
+ "id": "buildchain-dev-delivery",
1680
+ "path": ".github/workflows/buildchain-dev-delivery.yml",
1681
+ "reusable": false,
1682
+ "inputs": [],
1683
+ "inputCount": 0,
1684
+ "secrets": [],
1685
+ "secretCount": 0,
1686
+ "outputs": [],
1687
+ "outputCount": 0
1688
+ },
1671
1689
  {
1672
1690
  "id": "buildchain-patrol-daily",
1673
1691
  "path": ".github/workflows/buildchain-patrol-daily.yml",
@@ -1848,6 +1866,67 @@
1848
1866
  ],
1849
1867
  "outputCount": 10
1850
1868
  },
1869
+ {
1870
+ "id": "dev-delivery-warrant-cancel",
1871
+ "path": ".github/workflows/dev-delivery-warrant-cancel.yml",
1872
+ "reusable": true,
1873
+ "inputs": [
1874
+ "buildchain-ref",
1875
+ "buildchain-repository",
1876
+ "event-action",
1877
+ "expected-candidate-id",
1878
+ "expected-old-state-root",
1879
+ "expected-pr-number",
1880
+ "expected-source-head-sha",
1881
+ "observed-source-head-sha",
1882
+ "outcome",
1883
+ "reason",
1884
+ "target-branch",
1885
+ "terminal-evidence-root"
1886
+ ],
1887
+ "inputCount": 12,
1888
+ "secrets": [
1889
+ "github-token"
1890
+ ],
1891
+ "secretCount": 1,
1892
+ "outputs": [
1893
+ "cancellation-action",
1894
+ "cancellation-receipt-root",
1895
+ "final-state-root"
1896
+ ],
1897
+ "outputCount": 3
1898
+ },
1899
+ {
1900
+ "id": "dev-delivery-warrant-close",
1901
+ "path": ".github/workflows/dev-delivery-warrant-close.yml",
1902
+ "reusable": true,
1903
+ "inputs": [
1904
+ "buildchain-ref",
1905
+ "buildchain-repository",
1906
+ "current-base-sha",
1907
+ "expected-head-sha",
1908
+ "expected-pr-number",
1909
+ "merge-group-head-sha",
1910
+ "merge-group-tree-sha",
1911
+ "outcome",
1912
+ "reason",
1913
+ "replay-tree-sha",
1914
+ "required-context-roots-json",
1915
+ "target-branch",
1916
+ "terminal-evidence-root"
1917
+ ],
1918
+ "inputCount": 13,
1919
+ "secrets": [
1920
+ "github-token"
1921
+ ],
1922
+ "secretCount": 1,
1923
+ "outputs": [
1924
+ "close-receipt-root",
1925
+ "final-state-root",
1926
+ "integration-proof-root"
1927
+ ],
1928
+ "outputCount": 3
1929
+ },
1851
1930
  {
1852
1931
  "id": "dev-merge-queue-governance",
1853
1932
  "path": ".github/workflows/dev-merge-queue-governance.yml",
@@ -1864,34 +1943,60 @@
1864
1943
  "path": ".github/workflows/dev-pr-auto-merge.yml",
1865
1944
  "reusable": true,
1866
1945
  "inputs": [
1946
+ "affected-paths-json",
1867
1947
  "allowed-head-prefixes",
1948
+ "assignment-root",
1868
1949
  "block-labels",
1869
1950
  "buildchain-ref",
1870
1951
  "buildchain-repository",
1952
+ "closure-root",
1953
+ "delivery-class",
1954
+ "delivery-priority",
1955
+ "delivery-warrant-mode",
1956
+ "dependency-root",
1957
+ "diagnostic-context",
1871
1958
  "dry-run",
1959
+ "expected-head-sha",
1960
+ "expected-pr-number",
1961
+ "initiative-root",
1872
1962
  "landing-mode",
1873
1963
  "max-merges",
1874
1964
  "merge-method",
1965
+ "plan-root",
1966
+ "project-cut-proof-json",
1967
+ "queue-admission-context",
1875
1968
  "ready-label",
1876
1969
  "require-approval",
1877
1970
  "required-status-checks",
1878
1971
  "same-repository-only",
1879
- "target-branch"
1972
+ "shard-evidence-roots-json",
1973
+ "source-identity-root",
1974
+ "source-patch-root",
1975
+ "target-branch",
1976
+ "toolchain-root",
1977
+ "warrant-lease-seconds"
1880
1978
  ],
1881
- "inputCount": 13,
1979
+ "inputCount": 32,
1882
1980
  "secrets": [
1883
1981
  "github-token"
1884
1982
  ],
1885
1983
  "secretCount": 1,
1886
1984
  "outputs": [
1887
1985
  "action-count",
1986
+ "admission-receipt-root",
1987
+ "admission-state",
1888
1988
  "enqueued-count",
1889
1989
  "evaluated-count",
1890
1990
  "final-base-sha",
1891
1991
  "merged-count",
1892
- "skipped-count"
1992
+ "project-cut-proof-root",
1993
+ "skipped-count",
1994
+ "source-proof-root",
1995
+ "warrant-receipt-root",
1996
+ "warrant-state-commit",
1997
+ "warrant-state-root"
1893
1998
  ],
1894
- "outputCount": 6
1999
+ "outputCount": 13
1895
2000
  },
1896
2001
  {
1897
2002
  "id": "dev-qualification-patrol",
@@ -2290,6 +2395,7 @@
2290
2395
  "publication-control-plane-audit-json",
2291
2396
  "publication-expected-json",
2292
2397
  "publication-gate-aggregate-json",
2398
+ "publication-gate-command",
2293
2399
  "publication-package-name",
2294
2400
  "publication-product",
2295
2401
  "publication-publisher-workflow-path",
@@ -2313,6 +2419,7 @@
2313
2419
  "release-candidate-family-evidence-required",
2314
2420
  "release-candidate-family-evidence-root",
2315
2421
  "release-candidate-family-initiative-id",
2422
+ "release-candidate-wait-seconds",
2316
2423
  "release-candidate-workflow-file",
2317
2424
  "release-candidate-workflow-name",
2318
2425
  "release-passport",
@@ -2343,7 +2450,7 @@
2343
2450
  "target-sha",
2344
2451
  "trusted-publishing"
2345
2452
  ],
2346
- "inputCount": 87,
2453
+ "inputCount": 89,
2347
2454
  "secrets": [
2348
2455
  "BUILDCHAIN_ISSUE_APP_ID",
2349
2456
  "BUILDCHAIN_ISSUE_APP_PRIVATE_KEY",
@@ -2769,10 +2876,11 @@
2769
2876
  "required",
2770
2877
  "sample-process-tree",
2771
2878
  "stage",
2879
+ "substage-evidence-path",
2772
2880
  "summary-path",
2773
2881
  "timeout-minutes"
2774
2882
  ],
2775
- "inputCount": 21
2883
+ "inputCount": 22
2776
2884
  },
2777
2885
  {
2778
2886
  "id": "validate-config",
@@ -2902,6 +3010,10 @@
2902
3010
  "id": "manual:dev-alpha-candidate-patrol",
2903
3011
  "category": "manual"
2904
3012
  },
3013
+ {
3014
+ "id": "manual:dev-delivery-warrant",
3015
+ "category": "manual"
3016
+ },
2905
3017
  {
2906
3018
  "id": "manual:dev-qualification-patrol",
2907
3019
  "category": "manual"
@@ -3579,6 +3691,76 @@
3579
3691
  "path": "docs/cli-reference.md",
3580
3692
  "command": "buildchain dev merge-queue --repository"
3581
3693
  },
3694
+ {
3695
+ "id": "dev",
3696
+ "path": "docs/cli-reference.md",
3697
+ "command": "buildchain dev pr-admit --repository"
3698
+ },
3699
+ {
3700
+ "id": "dev",
3701
+ "path": "docs/cli-reference.md",
3702
+ "command": "buildchain dev proof"
3703
+ },
3704
+ {
3705
+ "id": "dev",
3706
+ "path": "docs/cli-reference.md",
3707
+ "command": "buildchain dev proof"
3708
+ },
3709
+ {
3710
+ "id": "dev",
3711
+ "path": "docs/cli-reference.md",
3712
+ "command": "buildchain dev proof"
3713
+ },
3714
+ {
3715
+ "id": "dev",
3716
+ "path": "docs/cli-reference.md",
3717
+ "command": "buildchain dev proof"
3718
+ },
3719
+ {
3720
+ "id": "dev",
3721
+ "path": "docs/cli-reference.md",
3722
+ "command": "buildchain dev proof"
3723
+ },
3724
+ {
3725
+ "id": "dev",
3726
+ "path": "docs/cli-reference.md",
3727
+ "command": "buildchain dev proof"
3728
+ },
3729
+ {
3730
+ "id": "dev",
3731
+ "path": "docs/cli-reference.md",
3732
+ "command": "buildchain dev warrant"
3733
+ },
3734
+ {
3735
+ "id": "dev",
3736
+ "path": "docs/cli-reference.md",
3737
+ "command": "buildchain dev warrant"
3738
+ },
3739
+ {
3740
+ "id": "dev",
3741
+ "path": "docs/cli-reference.md",
3742
+ "command": "buildchain dev warrant"
3743
+ },
3744
+ {
3745
+ "id": "dev",
3746
+ "path": "docs/cli-reference.md",
3747
+ "command": "buildchain dev warrant"
3748
+ },
3749
+ {
3750
+ "id": "dev",
3751
+ "path": "docs/cli-reference.md",
3752
+ "command": "buildchain dev warrant"
3753
+ },
3754
+ {
3755
+ "id": "dev",
3756
+ "path": "docs/cli-reference.md",
3757
+ "command": "buildchain dev warrant"
3758
+ },
3759
+ {
3760
+ "id": "dev",
3761
+ "path": "docs/cli-reference.md",
3762
+ "command": "buildchain dev warrant"
3763
+ },
3582
3764
  {
3583
3765
  "id": "dev",
3584
3766
  "path": "docs/cli-reference.md",
@@ -3599,6 +3781,146 @@
3599
3781
  "path": "docs/cli-reference.md",
3600
3782
  "command": "buildchain dev merge-queue --help"
3601
3783
  },
3784
+ {
3785
+ "id": "dev",
3786
+ "path": "docs/cli-reference.md",
3787
+ "command": "buildchain dev pr-admit"
3788
+ },
3789
+ {
3790
+ "id": "dev",
3791
+ "path": "docs/cli-reference.md",
3792
+ "command": "buildchain dev pr-admit --help"
3793
+ },
3794
+ {
3795
+ "id": "dev",
3796
+ "path": "docs/cli-reference.md",
3797
+ "command": "buildchain dev proof classify"
3798
+ },
3799
+ {
3800
+ "id": "dev",
3801
+ "path": "docs/cli-reference.md",
3802
+ "command": "buildchain dev proof classify"
3803
+ },
3804
+ {
3805
+ "id": "dev",
3806
+ "path": "docs/cli-reference.md",
3807
+ "command": "buildchain dev proof integration"
3808
+ },
3809
+ {
3810
+ "id": "dev",
3811
+ "path": "docs/cli-reference.md",
3812
+ "command": "buildchain dev proof integration"
3813
+ },
3814
+ {
3815
+ "id": "dev",
3816
+ "path": "docs/cli-reference.md",
3817
+ "command": "buildchain dev proof replay"
3818
+ },
3819
+ {
3820
+ "id": "dev",
3821
+ "path": "docs/cli-reference.md",
3822
+ "command": "buildchain dev proof replay"
3823
+ },
3824
+ {
3825
+ "id": "dev",
3826
+ "path": "docs/cli-reference.md",
3827
+ "command": "buildchain dev proof source"
3828
+ },
3829
+ {
3830
+ "id": "dev",
3831
+ "path": "docs/cli-reference.md",
3832
+ "command": "buildchain dev proof source"
3833
+ },
3834
+ {
3835
+ "id": "dev",
3836
+ "path": "docs/cli-reference.md",
3837
+ "command": "buildchain dev proof verify-integration"
3838
+ },
3839
+ {
3840
+ "id": "dev",
3841
+ "path": "docs/cli-reference.md",
3842
+ "command": "buildchain dev proof verify-integration"
3843
+ },
3844
+ {
3845
+ "id": "dev",
3846
+ "path": "docs/cli-reference.md",
3847
+ "command": "buildchain dev proof verify-source"
3848
+ },
3849
+ {
3850
+ "id": "dev",
3851
+ "path": "docs/cli-reference.md",
3852
+ "command": "buildchain dev proof verify-source"
3853
+ },
3854
+ {
3855
+ "id": "dev",
3856
+ "path": "docs/cli-reference.md",
3857
+ "command": "buildchain dev warrant cancel-queued"
3858
+ },
3859
+ {
3860
+ "id": "dev",
3861
+ "path": "docs/cli-reference.md",
3862
+ "command": "buildchain dev warrant cancel-queued"
3863
+ },
3864
+ {
3865
+ "id": "dev",
3866
+ "path": "docs/cli-reference.md",
3867
+ "command": "buildchain dev warrant close"
3868
+ },
3869
+ {
3870
+ "id": "dev",
3871
+ "path": "docs/cli-reference.md",
3872
+ "command": "buildchain dev warrant close"
3873
+ },
3874
+ {
3875
+ "id": "dev",
3876
+ "path": "docs/cli-reference.md",
3877
+ "command": "buildchain dev warrant heartbeat"
3878
+ },
3879
+ {
3880
+ "id": "dev",
3881
+ "path": "docs/cli-reference.md",
3882
+ "command": "buildchain dev warrant heartbeat"
3883
+ },
3884
+ {
3885
+ "id": "dev",
3886
+ "path": "docs/cli-reference.md",
3887
+ "command": "buildchain dev warrant observe"
3888
+ },
3889
+ {
3890
+ "id": "dev",
3891
+ "path": "docs/cli-reference.md",
3892
+ "command": "buildchain dev warrant observe"
3893
+ },
3894
+ {
3895
+ "id": "dev",
3896
+ "path": "docs/cli-reference.md",
3897
+ "command": "buildchain dev warrant recover"
3898
+ },
3899
+ {
3900
+ "id": "dev",
3901
+ "path": "docs/cli-reference.md",
3902
+ "command": "buildchain dev warrant recover"
3903
+ },
3904
+ {
3905
+ "id": "dev",
3906
+ "path": "docs/cli-reference.md",
3907
+ "command": "buildchain dev warrant select"
3908
+ },
3909
+ {
3910
+ "id": "dev",
3911
+ "path": "docs/cli-reference.md",
3912
+ "command": "buildchain dev warrant select"
3913
+ },
3914
+ {
3915
+ "id": "dev",
3916
+ "path": "docs/cli-reference.md",
3917
+ "command": "buildchain dev warrant submit"
3918
+ },
3919
+ {
3920
+ "id": "dev",
3921
+ "path": "docs/cli-reference.md",
3922
+ "command": "buildchain dev warrant submit"
3923
+ },
3602
3924
  {
3603
3925
  "id": "dev",
3604
3926
  "path": "docs/cli.md",
@@ -3614,11 +3936,56 @@
3614
3936
  "path": "docs/cli.md",
3615
3937
  "command": "buildchain dev merge-queue --from-config"
3616
3938
  },
3939
+ {
3940
+ "id": "dev",
3941
+ "path": "docs/dev-delivery-warrant.md",
3942
+ "command": "buildchain dev warrant submit"
3943
+ },
3944
+ {
3945
+ "id": "dev",
3946
+ "path": "docs/dev-delivery-warrant.md",
3947
+ "command": "buildchain dev warrant select"
3948
+ },
3949
+ {
3950
+ "id": "dev",
3951
+ "path": "docs/dev-delivery-warrant.md",
3952
+ "command": "buildchain dev warrant cancel-queued"
3953
+ },
3954
+ {
3955
+ "id": "dev",
3956
+ "path": "docs/dev-delivery-warrant.md",
3957
+ "command": "buildchain dev proof source"
3958
+ },
3959
+ {
3960
+ "id": "dev",
3961
+ "path": "docs/dev-delivery-warrant.md",
3962
+ "command": "buildchain dev proof classify"
3963
+ },
3964
+ {
3965
+ "id": "dev",
3966
+ "path": "docs/dev-delivery-warrant.md",
3967
+ "command": "buildchain dev proof replay"
3968
+ },
3969
+ {
3970
+ "id": "dev",
3971
+ "path": "docs/dev-delivery-warrant.md",
3972
+ "command": "buildchain dev proof replay-proof"
3973
+ },
3974
+ {
3975
+ "id": "dev",
3976
+ "path": "docs/dev-delivery-warrant.md",
3977
+ "command": "buildchain dev proof integration"
3978
+ },
3617
3979
  {
3618
3980
  "id": "dev",
3619
3981
  "path": "docs/release-governance.md",
3620
3982
  "command": "buildchain dev merge-queue"
3621
3983
  },
3984
+ {
3985
+ "id": "dev",
3986
+ "path": "docs/release-governance.md",
3987
+ "command": "buildchain dev pr-admit"
3988
+ },
3622
3989
  {
3623
3990
  "id": "diagnostics-summary",
3624
3991
  "path": "docs/cli-reference.md",
@@ -7200,9 +7567,9 @@
7200
7567
  "cliRegistryPath": "dist/site/cli-registry.json",
7201
7568
  "workflowRegistryPath": "dist/site/workflow-registry.json",
7202
7569
  "pageRegistryPath": "dist/site/page-registry.json",
7203
- "cliRegistryDigest": "2012c52df8cd1c32f5cf2afbee6fa77e69818616d41ff984dad394af0523f266",
7204
- "workflowRegistryDigest": "e96718b6503e5628a0f0535e4a705d2819a7ee5512b55e35373f10c750b5facf",
7205
- "pageRegistryDigest": "ad80961597b664645998d29c38d11debbc168447c69cad3749e9468550f5b695"
7570
+ "cliRegistryDigest": "2e7804e1fa8ef08bbe59fcf58908e47daef4dc145675fc9a989862671e40f993",
7571
+ "workflowRegistryDigest": "2428307ff1f281124af8f2af4af51c9137f9e12b735cca0460ccff1123c007b1",
7572
+ "pageRegistryDigest": "b4fba27597b91c0c372f33d6eccc4659c463b0e170f536727121869f022edb02"
7206
7573
  },
7207
7574
  "comparison": {
7208
7575
  "missingCliRegistry": [],
@@ -271,6 +271,19 @@
271
271
  "runnerPolicy": "unqualified",
272
272
  "notes": ""
273
273
  },
274
+ {
275
+ "workflowPath": ".github/workflows/buildchain-dev-delivery.yml",
276
+ "authorityClass": "governance-write",
277
+ "publicationCapable": false,
278
+ "capabilityIds": [],
279
+ "credentialMode": "none",
280
+ "publisherWorkflowMode": "fixed",
281
+ "publisherWorkflowPath": ".github/workflows/buildchain-dev-delivery.yml",
282
+ "environment": "",
283
+ "environmentMode": "fixed",
284
+ "runnerPolicy": "unqualified",
285
+ "notes": ""
286
+ },
274
287
  {
275
288
  "workflowPath": ".github/workflows/buildchain-patrol-daily.yml",
276
289
  "authorityClass": "governance-write",
@@ -362,6 +375,32 @@
362
375
  "runnerPolicy": "unqualified",
363
376
  "notes": ""
364
377
  },
378
+ {
379
+ "workflowPath": ".github/workflows/dev-delivery-warrant-cancel.yml",
380
+ "authorityClass": "governance-write",
381
+ "publicationCapable": false,
382
+ "capabilityIds": [],
383
+ "credentialMode": "none",
384
+ "publisherWorkflowMode": "fixed",
385
+ "publisherWorkflowPath": ".github/workflows/dev-delivery-warrant-cancel.yml",
386
+ "environment": "",
387
+ "environmentMode": "fixed",
388
+ "runnerPolicy": "unqualified",
389
+ "notes": ""
390
+ },
391
+ {
392
+ "workflowPath": ".github/workflows/dev-delivery-warrant-close.yml",
393
+ "authorityClass": "governance-write",
394
+ "publicationCapable": false,
395
+ "capabilityIds": [],
396
+ "credentialMode": "none",
397
+ "publisherWorkflowMode": "fixed",
398
+ "publisherWorkflowPath": ".github/workflows/dev-delivery-warrant-close.yml",
399
+ "environment": "",
400
+ "environmentMode": "fixed",
401
+ "runnerPolicy": "unqualified",
402
+ "notes": ""
403
+ },
365
404
  {
366
405
  "workflowPath": ".github/workflows/dev-merge-queue-governance.yml",
367
406
  "authorityClass": "governance-write",
@@ -795,6 +834,13 @@
795
834
  ],
796
835
  "classified": true
797
836
  },
837
+ {
838
+ "path": ".github/workflows/buildchain-dev-delivery.yml",
839
+ "signals": [
840
+ "write-permission"
841
+ ],
842
+ "classified": true
843
+ },
798
844
  {
799
845
  "path": ".github/workflows/buildchain-patrol-daily.yml",
800
846
  "signals": [
@@ -860,6 +906,20 @@
860
906
  ],
861
907
  "classified": true
862
908
  },
909
+ {
910
+ "path": ".github/workflows/dev-delivery-warrant-cancel.yml",
911
+ "signals": [
912
+ "write-permission"
913
+ ],
914
+ "classified": true
915
+ },
916
+ {
917
+ "path": ".github/workflows/dev-delivery-warrant-close.yml",
918
+ "signals": [
919
+ "write-permission"
920
+ ],
921
+ "classified": true
922
+ },
863
923
  {
864
924
  "path": ".github/workflows/dev-merge-queue-governance.yml",
865
925
  "signals": [],
@@ -1019,5 +1079,5 @@
1019
1079
  "classified": false
1020
1080
  }
1021
1081
  ],
1022
- "registryDigest": "bb343f7253b9497e1c9aee3cea170dd5f33fd5e807ea1de805a0fdda5a904bcc"
1082
+ "registryDigest": "4e7a00cc78732dcd87198140be624545f6f5d93a691b4065db67577046f0ccb8"
1023
1083
  }