@kungfu-tech/buildchain 4.1.3-alpha.4 → 4.1.3-alpha.6

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 (79) hide show
  1. package/AGENTS.md +41 -75
  2. package/CONTRIBUTING.md +19 -26
  3. package/architecture/agent-change-map.md +8 -12
  4. package/architecture/capability-state-machine-manifest.json +1 -4
  5. package/architecture/ci-lane-change-budget.json +35 -1026
  6. package/architecture/core-mechanisms.json +3 -6
  7. package/architecture/internal-capabilities.json +1 -5
  8. package/architecture/maintainability-debt.json +44 -36
  9. package/architecture/maintainability-policy.json +8 -8
  10. package/architecture/minimal-consumer-migration.json +80 -1977
  11. package/architecture/platform-stage-checkpoints.json +31 -7
  12. package/architecture/release-topology.json +64 -84
  13. package/architecture/stage-capsule-qualification.json +3 -1
  14. package/architecture/universal-workflow-bootstrap.json +3 -1
  15. package/architecture/universal-workflow-capability-policy.json +4 -4
  16. package/architecture/universal-workflow-fault-campaign.json +3 -1
  17. package/architecture/workflow-taxonomy.json +24 -341
  18. package/dist/site/buildchain-contract.json +13 -67
  19. package/dist/site/buildchain-site.json +33 -23
  20. package/dist/site/capability-registry.json +2 -2
  21. package/dist/site/controller-registry.json +1 -47
  22. package/dist/site/kfd-claims.json +78 -448
  23. package/dist/site/kfd-upstream-aggregate.json +1 -1
  24. package/dist/site/manual-registry.json +3 -3
  25. package/dist/site/node-api-registry.json +24 -24
  26. package/dist/site/page-registry.json +26 -16
  27. package/dist/site/public-surface-audit.json +35 -349
  28. package/dist/site/publication-authority-registry.json +51 -511
  29. package/dist/site/publication-registry.json +4 -4
  30. package/dist/site/site-manifest.json +7 -7
  31. package/dist/site/workflow-registry.json +263 -1128
  32. package/docs/code-organization.md +9 -6
  33. package/docs/node-api-reference.md +57 -57
  34. package/docs/release-governance.md +10 -12
  35. package/docs/runtime-entry.md +31 -3
  36. package/docs/runtime-train-validation.md +39 -11
  37. package/docs/stable-candidate-patrol.md +6 -5
  38. package/docs/workflow-catalog.md +3 -32
  39. package/package.json +1 -1
  40. package/packages/core/adoption/buildchain-kfd-claims.js +7 -7
  41. package/packages/core/dev-delivery/dev-delivery-provider-heartbeat.js +18 -15
  42. package/packages/core/dev-delivery/native/actions.js +2 -0
  43. package/packages/core/dev-delivery/native/process-entry.js +19 -0
  44. package/packages/core/dev-delivery/queue/landing-action.js +49 -1
  45. package/packages/core/dev-delivery/warrant/failure-settlement.js +8 -6
  46. package/packages/core/dev-delivery/warrant/service.js +7 -0
  47. package/packages/core/governance/buildchain-publication-authority.js +2 -23
  48. package/packages/core/governance/github-governance-authority.js +1 -0
  49. package/packages/core/observability/controller-evidence.js +0 -8
  50. package/packages/core/providers/github/pipeline-entry-runs.js +8 -1
  51. package/packages/core/providers/github/pipeline-events.js +79 -0
  52. package/packages/core/providers/github/pipeline-source.js +24 -7
  53. package/packages/core/publication/pipeline/pack.js +31 -8
  54. package/packages/core/workflow/pipeline/actions.js +0 -23
  55. package/packages/core/workflow/pipeline/build-evidence.js +123 -5
  56. package/packages/core/workflow/pipeline/build-result.js +1 -0
  57. package/packages/core/workflow/pipeline/channel-control.js +25 -4
  58. package/packages/core/workflow/pipeline/controller.js +9 -1
  59. package/packages/core/workflow/pipeline/delivery-control.js +54 -9
  60. package/packages/core/workflow/pipeline/delivery-observation.js +16 -10
  61. package/packages/core/workflow/pipeline/group-control.js +1 -0
  62. package/packages/core/workflow/pipeline/guard-build.js +37 -0
  63. package/packages/core/workflow/pipeline/guard.js +4 -2
  64. package/packages/core/workflow/pipeline/host.js +23 -1
  65. package/packages/core/workflow/pipeline/integration-status.js +113 -0
  66. package/packages/core/workflow/pipeline/record-action.js +27 -0
  67. package/packages/core/workflow/pipeline/recorder-status.js +69 -0
  68. package/packages/core/workflow/workflow-taxonomy.mjs +67 -47
  69. package/scripts/check-inventory.mjs +7 -70
  70. package/scripts/check-pipeline-publication-topology.mjs +2 -0
  71. package/scripts/check-public-dogfood-contract.mjs +38 -51
  72. package/scripts/check-release-topology.mjs +8 -7
  73. package/scripts/check-self-consumer-contract.mjs +133 -0
  74. package/scripts/check-universal-workflow-bootstrap.mjs +4 -6
  75. package/scripts/generate-minimal-consumer-contract.mjs +1 -1
  76. package/scripts/inventory/binary.mjs +9 -19
  77. package/scripts/inventory/promotion.mjs +2 -13
  78. package/scripts/prepare-product-toolchain.mjs +10 -0
  79. package/scripts/verify-product-platform.mjs +65 -0
@@ -1612,958 +1612,6 @@
1612
1612
  "rationale": "Current 4.1 capability node. Budget uses the declared job timeout or the conservative six-hour provider ceiling; it is not a measured latency or a new claim of required-check authority."
1613
1613
  }
1614
1614
  },
1615
- {
1616
- "laneId": ".github/workflows/self-build-adopter-dogfood.yml#dogfood",
1617
- "authorityClass": "governed-delegation",
1618
- "triggerClass": "manual",
1619
- "concurrencyPolicy": {
1620
- "mode": "none",
1621
- "cancelInProgress": false
1622
- },
1623
- "expectedRunnerMinutes": 360,
1624
- "cancellationBehavior": "provider-default",
1625
- "sloImpact": {
1626
- "mergeCritical": false,
1627
- "metric": "capability execution budget",
1628
- "expectedContributionSeconds": 0,
1629
- "rationale": "Current 4.1 capability node. Budget uses the declared job timeout or the conservative six-hour provider ceiling; it is not a measured latency or a new claim of required-check authority."
1630
- }
1631
- },
1632
- {
1633
- "laneId": ".github/workflows/self-build-alpha-dogfood.yml#alpha-consumer",
1634
- "authorityClass": "governed-delegation",
1635
- "triggerClass": "mixed",
1636
- "concurrencyPolicy": {
1637
- "mode": "ref-scoped",
1638
- "cancelInProgress": false
1639
- },
1640
- "expectedRunnerMinutes": 360,
1641
- "cancellationBehavior": "finish-started",
1642
- "sloImpact": {
1643
- "mergeCritical": false,
1644
- "metric": "capability execution budget",
1645
- "expectedContributionSeconds": 0,
1646
- "rationale": "Current 4.1 capability node. Budget uses the declared job timeout or the conservative six-hour provider ceiling; it is not a measured latency or a new claim of required-check authority."
1647
- }
1648
- },
1649
- {
1650
- "laneId": ".github/workflows/self-build-binary-distribution.yml#binary",
1651
- "authorityClass": "evidence",
1652
- "triggerClass": "mixed",
1653
- "concurrencyPolicy": {
1654
- "mode": "none",
1655
- "cancelInProgress": false
1656
- },
1657
- "expectedRunnerMinutes": 360,
1658
- "cancellationBehavior": "provider-default",
1659
- "sloImpact": {
1660
- "mergeCritical": false,
1661
- "metric": "capability execution budget",
1662
- "expectedContributionSeconds": 0,
1663
- "rationale": "Current 4.1 capability node. Budget uses the declared job timeout or the conservative six-hour provider ceiling; it is not a measured latency or a new claim of required-check authority."
1664
- }
1665
- },
1666
- {
1667
- "laneId": ".github/workflows/self-build-binary-distribution.yml#dispatch-publication",
1668
- "authorityClass": "evidence",
1669
- "triggerClass": "mixed",
1670
- "concurrencyPolicy": {
1671
- "mode": "none",
1672
- "cancelInProgress": false
1673
- },
1674
- "expectedRunnerMinutes": 360,
1675
- "cancellationBehavior": "provider-default",
1676
- "sloImpact": {
1677
- "mergeCritical": false,
1678
- "metric": "capability execution budget",
1679
- "expectedContributionSeconds": 0,
1680
- "rationale": "Current 4.1 capability node. Budget uses the declared job timeout or the conservative six-hour provider ceiling; it is not a measured latency or a new claim of required-check authority."
1681
- }
1682
- },
1683
- {
1684
- "laneId": ".github/workflows/self-build-binary-distribution.yml#passport",
1685
- "authorityClass": "evidence",
1686
- "triggerClass": "mixed",
1687
- "concurrencyPolicy": {
1688
- "mode": "none",
1689
- "cancelInProgress": false
1690
- },
1691
- "expectedRunnerMinutes": 45,
1692
- "cancellationBehavior": "provider-default",
1693
- "sloImpact": {
1694
- "mergeCritical": false,
1695
- "metric": "capability execution budget",
1696
- "expectedContributionSeconds": 0,
1697
- "rationale": "Current 4.1 capability node. Budget uses the declared job timeout or the conservative six-hour provider ceiling; it is not a measured latency or a new claim of required-check authority."
1698
- }
1699
- },
1700
- {
1701
- "laneId": ".github/workflows/self-build-binary-distribution.yml#preflight",
1702
- "authorityClass": "evidence",
1703
- "triggerClass": "mixed",
1704
- "concurrencyPolicy": {
1705
- "mode": "none",
1706
- "cancelInProgress": false
1707
- },
1708
- "expectedRunnerMinutes": 360,
1709
- "cancellationBehavior": "provider-default",
1710
- "sloImpact": {
1711
- "mergeCritical": false,
1712
- "metric": "capability execution budget",
1713
- "expectedContributionSeconds": 0,
1714
- "rationale": "Current 4.1 capability node. Budget uses the declared job timeout or the conservative six-hour provider ceiling; it is not a measured latency or a new claim of required-check authority."
1715
- }
1716
- },
1717
- {
1718
- "laneId": ".github/workflows/self-build-channel-verify.yml#verify",
1719
- "authorityClass": "merge-critical-admission",
1720
- "triggerClass": "pull-request",
1721
- "concurrencyPolicy": {
1722
- "mode": "none",
1723
- "cancelInProgress": false
1724
- },
1725
- "expectedRunnerMinutes": 360,
1726
- "cancellationBehavior": "provider-default",
1727
- "sloImpact": {
1728
- "mergeCritical": true,
1729
- "metric": "protected delivery dependency budget",
1730
- "expectedContributionSeconds": 21600,
1731
- "rationale": "Current 4.1 capability node. Budget uses the declared job timeout or the conservative six-hour provider ceiling; it is not a measured latency or a new claim of required-check authority."
1732
- }
1733
- },
1734
- {
1735
- "laneId": ".github/workflows/self-build-demo-dogfood.yml#dogfood",
1736
- "authorityClass": "governed-delegation",
1737
- "triggerClass": "mixed",
1738
- "concurrencyPolicy": {
1739
- "mode": "ref-scoped",
1740
- "cancelInProgress": false
1741
- },
1742
- "expectedRunnerMinutes": 360,
1743
- "cancellationBehavior": "finish-started",
1744
- "sloImpact": {
1745
- "mergeCritical": false,
1746
- "metric": "capability execution budget",
1747
- "expectedContributionSeconds": 0,
1748
- "rationale": "Current 4.1 capability node. Budget uses the declared job timeout or the conservative six-hour provider ceiling; it is not a measured latency or a new claim of required-check authority."
1749
- }
1750
- },
1751
- {
1752
- "laneId": ".github/workflows/self-build-demo-dogfood.yml#exact-binary",
1753
- "authorityClass": "evidence",
1754
- "triggerClass": "mixed",
1755
- "concurrencyPolicy": {
1756
- "mode": "ref-scoped",
1757
- "cancelInProgress": false
1758
- },
1759
- "expectedRunnerMinutes": 20,
1760
- "cancellationBehavior": "finish-started",
1761
- "sloImpact": {
1762
- "mergeCritical": false,
1763
- "metric": "capability execution budget",
1764
- "expectedContributionSeconds": 0,
1765
- "rationale": "Current 4.1 capability node. Budget uses the declared job timeout or the conservative six-hour provider ceiling; it is not a measured latency or a new claim of required-check authority."
1766
- }
1767
- },
1768
- {
1769
- "laneId": ".github/workflows/self-build-demo-media-qualification.yml#qualify",
1770
- "authorityClass": "merge-critical-admission",
1771
- "triggerClass": "mixed",
1772
- "concurrencyPolicy": {
1773
- "mode": "none",
1774
- "cancelInProgress": false
1775
- },
1776
- "expectedRunnerMinutes": 20,
1777
- "cancellationBehavior": "provider-default",
1778
- "sloImpact": {
1779
- "mergeCritical": true,
1780
- "metric": "protected delivery dependency budget",
1781
- "expectedContributionSeconds": 1200,
1782
- "rationale": "Current 4.1 capability node. Budget uses the declared job timeout or the conservative six-hour provider ceiling; it is not a measured latency or a new claim of required-check authority."
1783
- }
1784
- },
1785
- {
1786
- "laneId": ".github/workflows/self-build-fixture.yml#buildchain-package-candidate",
1787
- "authorityClass": "merge-critical-admission",
1788
- "triggerClass": "mixed",
1789
- "concurrencyPolicy": {
1790
- "mode": "none",
1791
- "cancelInProgress": false
1792
- },
1793
- "expectedRunnerMinutes": 360,
1794
- "cancellationBehavior": "provider-default",
1795
- "sloImpact": {
1796
- "mergeCritical": true,
1797
- "metric": "protected delivery dependency budget",
1798
- "expectedContributionSeconds": 21600,
1799
- "rationale": "Current 4.1 capability node. Budget uses the declared job timeout or the conservative six-hour provider ceiling; it is not a measured latency or a new claim of required-check authority."
1800
- }
1801
- },
1802
- {
1803
- "laneId": ".github/workflows/self-build-fixture.yml#libnode-shaped",
1804
- "authorityClass": "governed-delegation",
1805
- "triggerClass": "mixed",
1806
- "concurrencyPolicy": {
1807
- "mode": "none",
1808
- "cancelInProgress": false
1809
- },
1810
- "expectedRunnerMinutes": 360,
1811
- "cancellationBehavior": "provider-default",
1812
- "sloImpact": {
1813
- "mergeCritical": true,
1814
- "metric": "protected delivery dependency budget",
1815
- "expectedContributionSeconds": 21600,
1816
- "rationale": "Current 4.1 capability node. Budget uses the declared job timeout or the conservative six-hour provider ceiling; it is not a measured latency or a new claim of required-check authority."
1817
- }
1818
- },
1819
- {
1820
- "laneId": ".github/workflows/self-build-public-consumer-dogfood.yml#dogfood",
1821
- "authorityClass": "governed-delegation",
1822
- "triggerClass": "mixed",
1823
- "concurrencyPolicy": {
1824
- "mode": "none",
1825
- "cancelInProgress": false
1826
- },
1827
- "expectedRunnerMinutes": 360,
1828
- "cancellationBehavior": "provider-default",
1829
- "sloImpact": {
1830
- "mergeCritical": true,
1831
- "metric": "protected delivery dependency budget",
1832
- "expectedContributionSeconds": 21600,
1833
- "rationale": "Current 4.1 capability node. Budget uses the declared job timeout or the conservative six-hour provider ceiling; it is not a measured latency or a new claim of required-check authority."
1834
- }
1835
- },
1836
- {
1837
- "laneId": ".github/workflows/self-build-stable-candidate-qualification.yml#qualify",
1838
- "authorityClass": "evidence",
1839
- "triggerClass": "mixed",
1840
- "concurrencyPolicy": {
1841
- "mode": "ref-scoped",
1842
- "cancelInProgress": false
1843
- },
1844
- "expectedRunnerMinutes": 360,
1845
- "cancellationBehavior": "finish-started",
1846
- "sloImpact": {
1847
- "mergeCritical": false,
1848
- "metric": "capability execution budget",
1849
- "expectedContributionSeconds": 0,
1850
- "rationale": "Current 4.1 capability node. Budget uses the declared job timeout or the conservative six-hour provider ceiling; it is not a measured latency or a new claim of required-check authority."
1851
- }
1852
- },
1853
- {
1854
- "laneId": ".github/workflows/self-build-stable-dogfood.yml#stable-consumer",
1855
- "authorityClass": "governed-delegation",
1856
- "triggerClass": "mixed",
1857
- "concurrencyPolicy": {
1858
- "mode": "ref-scoped",
1859
- "cancelInProgress": false
1860
- },
1861
- "expectedRunnerMinutes": 20,
1862
- "cancellationBehavior": "finish-started",
1863
- "sloImpact": {
1864
- "mergeCritical": false,
1865
- "metric": "Published stable TOML build qualification latency",
1866
- "expectedContributionSeconds": 0,
1867
- "rationale": "Independent thin public stable fixture caller permits producer-first channel upgrades without duplicating build orchestration."
1868
- }
1869
- },
1870
- {
1871
- "laneId": ".github/workflows/self-build-verify.yml#build-backbone",
1872
- "authorityClass": "merge-critical-admission",
1873
- "triggerClass": "mixed",
1874
- "concurrencyPolicy": {
1875
- "mode": "none",
1876
- "cancelInProgress": false
1877
- },
1878
- "expectedRunnerMinutes": 20,
1879
- "cancellationBehavior": "provider-default",
1880
- "sloImpact": {
1881
- "mergeCritical": true,
1882
- "metric": "protected delivery dependency budget",
1883
- "expectedContributionSeconds": 1200,
1884
- "rationale": "Current 4.1 capability node. Budget uses the declared job timeout or the conservative six-hour provider ceiling; it is not a measured latency or a new claim of required-check authority."
1885
- }
1886
- },
1887
- {
1888
- "laneId": ".github/workflows/self-build-verify.yml#check",
1889
- "authorityClass": "merge-critical-admission",
1890
- "triggerClass": "mixed",
1891
- "concurrencyPolicy": {
1892
- "mode": "none",
1893
- "cancelInProgress": false
1894
- },
1895
- "expectedRunnerMinutes": 360,
1896
- "cancellationBehavior": "provider-default",
1897
- "sloImpact": {
1898
- "mergeCritical": true,
1899
- "metric": "protected delivery dependency budget",
1900
- "expectedContributionSeconds": 21600,
1901
- "rationale": "Current 4.1 capability node. Budget uses the declared job timeout or the conservative six-hour provider ceiling; it is not a measured latency or a new claim of required-check authority."
1902
- }
1903
- },
1904
- {
1905
- "laneId": ".github/workflows/self-build-verify.yml#stage-capsule-checkpoints",
1906
- "authorityClass": "merge-critical-admission",
1907
- "triggerClass": "mixed",
1908
- "concurrencyPolicy": {
1909
- "mode": "none",
1910
- "cancelInProgress": false
1911
- },
1912
- "expectedRunnerMinutes": 360,
1913
- "cancellationBehavior": "provider-default",
1914
- "sloImpact": {
1915
- "mergeCritical": true,
1916
- "metric": "protected delivery dependency budget",
1917
- "expectedContributionSeconds": 21600,
1918
- "rationale": "Current 4.1 capability node. Budget uses the declared job timeout or the conservative six-hour provider ceiling; it is not a measured latency or a new claim of required-check authority."
1919
- }
1920
- },
1921
- {
1922
- "laneId": ".github/workflows/self-ops-bootstrap-dogfood.yml#prepare",
1923
- "authorityClass": "merge-critical-admission",
1924
- "triggerClass": "mixed",
1925
- "concurrencyPolicy": {
1926
- "mode": "none",
1927
- "cancelInProgress": false
1928
- },
1929
- "expectedRunnerMinutes": 360,
1930
- "cancellationBehavior": "provider-default",
1931
- "sloImpact": {
1932
- "mergeCritical": true,
1933
- "metric": "protected delivery dependency budget",
1934
- "expectedContributionSeconds": 21600,
1935
- "rationale": "Current 4.1 capability node. Budget uses the declared job timeout or the conservative six-hour provider ceiling; it is not a measured latency or a new claim of required-check authority."
1936
- }
1937
- },
1938
- {
1939
- "laneId": ".github/workflows/self-ops-bootstrap-dogfood.yml#primary-alpha",
1940
- "authorityClass": "governed-delegation",
1941
- "triggerClass": "mixed",
1942
- "concurrencyPolicy": {
1943
- "mode": "none",
1944
- "cancelInProgress": false
1945
- },
1946
- "expectedRunnerMinutes": 360,
1947
- "cancellationBehavior": "provider-default",
1948
- "sloImpact": {
1949
- "mergeCritical": true,
1950
- "metric": "protected delivery dependency budget",
1951
- "expectedContributionSeconds": 21600,
1952
- "rationale": "Current 4.1 capability node. Budget uses the declared job timeout or the conservative six-hour provider ceiling; it is not a measured latency or a new claim of required-check authority."
1953
- }
1954
- },
1955
- {
1956
- "laneId": ".github/workflows/self-ops-bootstrap-dogfood.yml#primary-conformance",
1957
- "authorityClass": "governed-delegation",
1958
- "triggerClass": "mixed",
1959
- "concurrencyPolicy": {
1960
- "mode": "none",
1961
- "cancelInProgress": false
1962
- },
1963
- "expectedRunnerMinutes": 360,
1964
- "cancellationBehavior": "provider-default",
1965
- "sloImpact": {
1966
- "mergeCritical": true,
1967
- "metric": "protected delivery dependency budget",
1968
- "expectedContributionSeconds": 21600,
1969
- "rationale": "Current 4.1 capability node. Budget uses the declared job timeout or the conservative six-hour provider ceiling; it is not a measured latency or a new claim of required-check authority."
1970
- }
1971
- },
1972
- {
1973
- "laneId": ".github/workflows/self-ops-bootstrap-dogfood.yml#primary-stable",
1974
- "authorityClass": "governed-delegation",
1975
- "triggerClass": "mixed",
1976
- "concurrencyPolicy": {
1977
- "mode": "none",
1978
- "cancelInProgress": false
1979
- },
1980
- "expectedRunnerMinutes": 360,
1981
- "cancellationBehavior": "provider-default",
1982
- "sloImpact": {
1983
- "mergeCritical": true,
1984
- "metric": "protected delivery dependency budget",
1985
- "expectedContributionSeconds": 21600,
1986
- "rationale": "Current 4.1 capability node. Budget uses the declared job timeout or the conservative six-hour provider ceiling; it is not a measured latency or a new claim of required-check authority."
1987
- }
1988
- },
1989
- {
1990
- "laneId": ".github/workflows/self-ops-bootstrap-dogfood.yml#reconcile",
1991
- "authorityClass": "merge-critical-admission",
1992
- "triggerClass": "mixed",
1993
- "concurrencyPolicy": {
1994
- "mode": "none",
1995
- "cancelInProgress": false
1996
- },
1997
- "expectedRunnerMinutes": 360,
1998
- "cancellationBehavior": "provider-default",
1999
- "sloImpact": {
2000
- "mergeCritical": true,
2001
- "metric": "protected delivery dependency budget",
2002
- "expectedContributionSeconds": 21600,
2003
- "rationale": "Current 4.1 capability node. Budget uses the declared job timeout or the conservative six-hour provider ceiling; it is not a measured latency or a new claim of required-check authority."
2004
- }
2005
- },
2006
- {
2007
- "laneId": ".github/workflows/self-ops-bootstrap-dogfood.yml#recovery-alpha",
2008
- "authorityClass": "governed-delegation",
2009
- "triggerClass": "mixed",
2010
- "concurrencyPolicy": {
2011
- "mode": "none",
2012
- "cancelInProgress": false
2013
- },
2014
- "expectedRunnerMinutes": 360,
2015
- "cancellationBehavior": "provider-default",
2016
- "sloImpact": {
2017
- "mergeCritical": true,
2018
- "metric": "protected delivery dependency budget",
2019
- "expectedContributionSeconds": 21600,
2020
- "rationale": "Current 4.1 capability node. Budget uses the declared job timeout or the conservative six-hour provider ceiling; it is not a measured latency or a new claim of required-check authority."
2021
- }
2022
- },
2023
- {
2024
- "laneId": ".github/workflows/self-ops-bootstrap-dogfood.yml#recovery-conformance",
2025
- "authorityClass": "governed-delegation",
2026
- "triggerClass": "mixed",
2027
- "concurrencyPolicy": {
2028
- "mode": "none",
2029
- "cancelInProgress": false
2030
- },
2031
- "expectedRunnerMinutes": 360,
2032
- "cancellationBehavior": "provider-default",
2033
- "sloImpact": {
2034
- "mergeCritical": true,
2035
- "metric": "protected delivery dependency budget",
2036
- "expectedContributionSeconds": 21600,
2037
- "rationale": "Current 4.1 capability node. Budget uses the declared job timeout or the conservative six-hour provider ceiling; it is not a measured latency or a new claim of required-check authority."
2038
- }
2039
- },
2040
- {
2041
- "laneId": ".github/workflows/self-ops-bootstrap-dogfood.yml#recovery-stable",
2042
- "authorityClass": "governed-delegation",
2043
- "triggerClass": "mixed",
2044
- "concurrencyPolicy": {
2045
- "mode": "none",
2046
- "cancelInProgress": false
2047
- },
2048
- "expectedRunnerMinutes": 360,
2049
- "cancellationBehavior": "provider-default",
2050
- "sloImpact": {
2051
- "mergeCritical": true,
2052
- "metric": "protected delivery dependency budget",
2053
- "expectedContributionSeconds": 21600,
2054
- "rationale": "Current 4.1 capability node. Budget uses the declared job timeout or the conservative six-hour provider ceiling; it is not a measured latency or a new claim of required-check authority."
2055
- }
2056
- },
2057
- {
2058
- "laneId": ".github/workflows/self-ops-dev-delivery.yml#deliver",
2059
- "authorityClass": "governed-delegation",
2060
- "triggerClass": "mixed",
2061
- "concurrencyPolicy": {
2062
- "mode": "none",
2063
- "cancelInProgress": false
2064
- },
2065
- "expectedRunnerMinutes": 360,
2066
- "cancellationBehavior": "provider-default",
2067
- "sloImpact": {
2068
- "mergeCritical": false,
2069
- "metric": "capability execution budget",
2070
- "expectedContributionSeconds": 0,
2071
- "rationale": "Current 4.1 capability node. Budget uses the declared job timeout or the conservative six-hour provider ceiling; it is not a measured latency or a new claim of required-check authority."
2072
- }
2073
- },
2074
- {
2075
- "laneId": ".github/workflows/self-ops-governance-audit.yml#audit",
2076
- "authorityClass": "merge-critical-admission",
2077
- "triggerClass": "mixed",
2078
- "concurrencyPolicy": {
2079
- "mode": "ref-scoped",
2080
- "cancelInProgress": false
2081
- },
2082
- "expectedRunnerMinutes": 20,
2083
- "cancellationBehavior": "finish-started",
2084
- "sloImpact": {
2085
- "mergeCritical": true,
2086
- "metric": "protected delivery dependency budget",
2087
- "expectedContributionSeconds": 1200,
2088
- "rationale": "Current 4.1 capability node. Budget uses the declared job timeout or the conservative six-hour provider ceiling; it is not a measured latency or a new claim of required-check authority."
2089
- }
2090
- },
2091
- {
2092
- "laneId": ".github/workflows/self-ops-housekeeping-daily.yml#apply",
2093
- "authorityClass": "governed-delegation",
2094
- "triggerClass": "mixed",
2095
- "concurrencyPolicy": {
2096
- "mode": "none",
2097
- "cancelInProgress": false
2098
- },
2099
- "expectedRunnerMinutes": 360,
2100
- "cancellationBehavior": "provider-default",
2101
- "sloImpact": {
2102
- "mergeCritical": false,
2103
- "metric": "capability execution budget",
2104
- "expectedContributionSeconds": 0,
2105
- "rationale": "Current 4.1 capability node. Budget uses the declared job timeout or the conservative six-hour provider ceiling; it is not a measured latency or a new claim of required-check authority."
2106
- }
2107
- },
2108
- {
2109
- "laneId": ".github/workflows/self-ops-housekeeping-daily.yml#invalid-apply-gate",
2110
- "authorityClass": "post-merge-advisory",
2111
- "triggerClass": "mixed",
2112
- "concurrencyPolicy": {
2113
- "mode": "none",
2114
- "cancelInProgress": false
2115
- },
2116
- "expectedRunnerMinutes": 360,
2117
- "cancellationBehavior": "provider-default",
2118
- "sloImpact": {
2119
- "mergeCritical": false,
2120
- "metric": "capability execution budget",
2121
- "expectedContributionSeconds": 0,
2122
- "rationale": "Current 4.1 capability node. Budget uses the declared job timeout or the conservative six-hour provider ceiling; it is not a measured latency or a new claim of required-check authority."
2123
- }
2124
- },
2125
- {
2126
- "laneId": ".github/workflows/self-ops-housekeeping-daily.yml#report",
2127
- "authorityClass": "governed-delegation",
2128
- "triggerClass": "mixed",
2129
- "concurrencyPolicy": {
2130
- "mode": "none",
2131
- "cancelInProgress": false
2132
- },
2133
- "expectedRunnerMinutes": 360,
2134
- "cancellationBehavior": "provider-default",
2135
- "sloImpact": {
2136
- "mergeCritical": false,
2137
- "metric": "capability execution budget",
2138
- "expectedContributionSeconds": 0,
2139
- "rationale": "Current 4.1 capability node. Budget uses the declared job timeout or the conservative six-hour provider ceiling; it is not a measured latency or a new claim of required-check authority."
2140
- }
2141
- },
2142
- {
2143
- "laneId": ".github/workflows/self-ops-housekeeping-monthly.yml#apply",
2144
- "authorityClass": "governed-delegation",
2145
- "triggerClass": "mixed",
2146
- "concurrencyPolicy": {
2147
- "mode": "none",
2148
- "cancelInProgress": false
2149
- },
2150
- "expectedRunnerMinutes": 360,
2151
- "cancellationBehavior": "provider-default",
2152
- "sloImpact": {
2153
- "mergeCritical": false,
2154
- "metric": "capability execution budget",
2155
- "expectedContributionSeconds": 0,
2156
- "rationale": "Current 4.1 capability node. Budget uses the declared job timeout or the conservative six-hour provider ceiling; it is not a measured latency or a new claim of required-check authority."
2157
- }
2158
- },
2159
- {
2160
- "laneId": ".github/workflows/self-ops-housekeeping-monthly.yml#invalid-apply-gate",
2161
- "authorityClass": "post-merge-advisory",
2162
- "triggerClass": "mixed",
2163
- "concurrencyPolicy": {
2164
- "mode": "none",
2165
- "cancelInProgress": false
2166
- },
2167
- "expectedRunnerMinutes": 360,
2168
- "cancellationBehavior": "provider-default",
2169
- "sloImpact": {
2170
- "mergeCritical": false,
2171
- "metric": "capability execution budget",
2172
- "expectedContributionSeconds": 0,
2173
- "rationale": "Current 4.1 capability node. Budget uses the declared job timeout or the conservative six-hour provider ceiling; it is not a measured latency or a new claim of required-check authority."
2174
- }
2175
- },
2176
- {
2177
- "laneId": ".github/workflows/self-ops-housekeeping-monthly.yml#report",
2178
- "authorityClass": "governed-delegation",
2179
- "triggerClass": "mixed",
2180
- "concurrencyPolicy": {
2181
- "mode": "none",
2182
- "cancelInProgress": false
2183
- },
2184
- "expectedRunnerMinutes": 360,
2185
- "cancellationBehavior": "provider-default",
2186
- "sloImpact": {
2187
- "mergeCritical": false,
2188
- "metric": "capability execution budget",
2189
- "expectedContributionSeconds": 0,
2190
- "rationale": "Current 4.1 capability node. Budget uses the declared job timeout or the conservative six-hour provider ceiling; it is not a measured latency or a new claim of required-check authority."
2191
- }
2192
- },
2193
- {
2194
- "laneId": ".github/workflows/self-ops-housekeeping-weekly.yml#apply",
2195
- "authorityClass": "governed-delegation",
2196
- "triggerClass": "mixed",
2197
- "concurrencyPolicy": {
2198
- "mode": "none",
2199
- "cancelInProgress": false
2200
- },
2201
- "expectedRunnerMinutes": 360,
2202
- "cancellationBehavior": "provider-default",
2203
- "sloImpact": {
2204
- "mergeCritical": false,
2205
- "metric": "capability execution budget",
2206
- "expectedContributionSeconds": 0,
2207
- "rationale": "Current 4.1 capability node. Budget uses the declared job timeout or the conservative six-hour provider ceiling; it is not a measured latency or a new claim of required-check authority."
2208
- }
2209
- },
2210
- {
2211
- "laneId": ".github/workflows/self-ops-housekeeping-weekly.yml#invalid-apply-gate",
2212
- "authorityClass": "post-merge-advisory",
2213
- "triggerClass": "mixed",
2214
- "concurrencyPolicy": {
2215
- "mode": "none",
2216
- "cancelInProgress": false
2217
- },
2218
- "expectedRunnerMinutes": 360,
2219
- "cancellationBehavior": "provider-default",
2220
- "sloImpact": {
2221
- "mergeCritical": false,
2222
- "metric": "capability execution budget",
2223
- "expectedContributionSeconds": 0,
2224
- "rationale": "Current 4.1 capability node. Budget uses the declared job timeout or the conservative six-hour provider ceiling; it is not a measured latency or a new claim of required-check authority."
2225
- }
2226
- },
2227
- {
2228
- "laneId": ".github/workflows/self-ops-housekeeping-weekly.yml#report",
2229
- "authorityClass": "governed-delegation",
2230
- "triggerClass": "mixed",
2231
- "concurrencyPolicy": {
2232
- "mode": "none",
2233
- "cancelInProgress": false
2234
- },
2235
- "expectedRunnerMinutes": 360,
2236
- "cancellationBehavior": "provider-default",
2237
- "sloImpact": {
2238
- "mergeCritical": false,
2239
- "metric": "capability execution budget",
2240
- "expectedContributionSeconds": 0,
2241
- "rationale": "Current 4.1 capability node. Budget uses the declared job timeout or the conservative six-hour provider ceiling; it is not a measured latency or a new claim of required-check authority."
2242
- }
2243
- },
2244
- {
2245
- "laneId": ".github/workflows/self-ops-merge-queue.yml#reconcile",
2246
- "authorityClass": "evidence",
2247
- "triggerClass": "mixed",
2248
- "concurrencyPolicy": {
2249
- "mode": "none",
2250
- "cancelInProgress": false
2251
- },
2252
- "expectedRunnerMinutes": 360,
2253
- "cancellationBehavior": "provider-default",
2254
- "sloImpact": {
2255
- "mergeCritical": false,
2256
- "metric": "capability execution budget",
2257
- "expectedContributionSeconds": 0,
2258
- "rationale": "Current 4.1 capability node. Budget uses the declared job timeout or the conservative six-hour provider ceiling; it is not a measured latency or a new claim of required-check authority."
2259
- }
2260
- },
2261
- {
2262
- "laneId": ".github/workflows/self-ops-patrol-daily.yml#patrol",
2263
- "authorityClass": "governed-delegation",
2264
- "triggerClass": "mixed",
2265
- "concurrencyPolicy": {
2266
- "mode": "none",
2267
- "cancelInProgress": false
2268
- },
2269
- "expectedRunnerMinutes": 360,
2270
- "cancellationBehavior": "provider-default",
2271
- "sloImpact": {
2272
- "mergeCritical": false,
2273
- "metric": "capability execution budget",
2274
- "expectedContributionSeconds": 0,
2275
- "rationale": "Current 4.1 capability node. Budget uses the declared job timeout or the conservative six-hour provider ceiling; it is not a measured latency or a new claim of required-check authority."
2276
- }
2277
- },
2278
- {
2279
- "laneId": ".github/workflows/self-ops-patrol-monthly.yml#patrol",
2280
- "authorityClass": "governed-delegation",
2281
- "triggerClass": "mixed",
2282
- "concurrencyPolicy": {
2283
- "mode": "none",
2284
- "cancelInProgress": false
2285
- },
2286
- "expectedRunnerMinutes": 360,
2287
- "cancellationBehavior": "provider-default",
2288
- "sloImpact": {
2289
- "mergeCritical": false,
2290
- "metric": "capability execution budget",
2291
- "expectedContributionSeconds": 0,
2292
- "rationale": "Current 4.1 capability node. Budget uses the declared job timeout or the conservative six-hour provider ceiling; it is not a measured latency or a new claim of required-check authority."
2293
- }
2294
- },
2295
- {
2296
- "laneId": ".github/workflows/self-ops-patrol-weekly.yml#patrol",
2297
- "authorityClass": "governed-delegation",
2298
- "triggerClass": "mixed",
2299
- "concurrencyPolicy": {
2300
- "mode": "none",
2301
- "cancelInProgress": false
2302
- },
2303
- "expectedRunnerMinutes": 360,
2304
- "cancellationBehavior": "provider-default",
2305
- "sloImpact": {
2306
- "mergeCritical": false,
2307
- "metric": "capability execution budget",
2308
- "expectedContributionSeconds": 0,
2309
- "rationale": "Current 4.1 capability node. Budget uses the declared job timeout or the conservative six-hour provider ceiling; it is not a measured latency or a new claim of required-check authority."
2310
- }
2311
- },
2312
- {
2313
- "laneId": ".github/workflows/self-ops-promotion-recovery.yml#resume",
2314
- "authorityClass": "governed-delegation",
2315
- "triggerClass": "manual",
2316
- "concurrencyPolicy": {
2317
- "mode": "none",
2318
- "cancelInProgress": false
2319
- },
2320
- "expectedRunnerMinutes": 360,
2321
- "cancellationBehavior": "provider-default",
2322
- "sloImpact": {
2323
- "mergeCritical": false,
2324
- "metric": "capability execution budget",
2325
- "expectedContributionSeconds": 0,
2326
- "rationale": "Current 4.1 capability node. Budget uses the declared job timeout or the conservative six-hour provider ceiling; it is not a measured latency or a new claim of required-check authority."
2327
- }
2328
- },
2329
- {
2330
- "laneId": ".github/workflows/self-ops-runner-smoke.yml#smoke",
2331
- "authorityClass": "evidence",
2332
- "triggerClass": "manual",
2333
- "concurrencyPolicy": {
2334
- "mode": "none",
2335
- "cancelInProgress": false
2336
- },
2337
- "expectedRunnerMinutes": 360,
2338
- "cancellationBehavior": "provider-default",
2339
- "sloImpact": {
2340
- "mergeCritical": false,
2341
- "metric": "capability execution budget",
2342
- "expectedContributionSeconds": 0,
2343
- "rationale": "Current 4.1 capability node. Budget uses the declared job timeout or the conservative six-hour provider ceiling; it is not a measured latency or a new claim of required-check authority."
2344
- }
2345
- },
2346
- {
2347
- "laneId": ".github/workflows/self-ops-stable-candidate-patrol.yml#patrol",
2348
- "authorityClass": "governed-delegation",
2349
- "triggerClass": "mixed",
2350
- "concurrencyPolicy": {
2351
- "mode": "none",
2352
- "cancelInProgress": false
2353
- },
2354
- "expectedRunnerMinutes": 360,
2355
- "cancellationBehavior": "provider-default",
2356
- "sloImpact": {
2357
- "mergeCritical": false,
2358
- "metric": "capability execution budget",
2359
- "expectedContributionSeconds": 0,
2360
- "rationale": "Current 4.1 capability node. Budget uses the declared job timeout or the conservative six-hour provider ceiling; it is not a measured latency or a new claim of required-check authority."
2361
- }
2362
- },
2363
- {
2364
- "laneId": ".github/workflows/self-release-binary-assets.yml#publish",
2365
- "authorityClass": "governed-delegation",
2366
- "triggerClass": "manual",
2367
- "concurrencyPolicy": {
2368
- "mode": "none",
2369
- "cancelInProgress": false
2370
- },
2371
- "expectedRunnerMinutes": 360,
2372
- "cancellationBehavior": "provider-default",
2373
- "sloImpact": {
2374
- "mergeCritical": false,
2375
- "metric": "capability execution budget",
2376
- "expectedContributionSeconds": 0,
2377
- "rationale": "Current 4.1 capability node. Budget uses the declared job timeout or the conservative six-hour provider ceiling; it is not a measured latency or a new claim of required-check authority."
2378
- }
2379
- },
2380
- {
2381
- "laneId": ".github/workflows/self-release-binary-assets.yml#resolve",
2382
- "authorityClass": "release",
2383
- "triggerClass": "manual",
2384
- "concurrencyPolicy": {
2385
- "mode": "none",
2386
- "cancelInProgress": false
2387
- },
2388
- "expectedRunnerMinutes": 360,
2389
- "cancellationBehavior": "provider-default",
2390
- "sloImpact": {
2391
- "mergeCritical": false,
2392
- "metric": "capability execution budget",
2393
- "expectedContributionSeconds": 0,
2394
- "rationale": "Current 4.1 capability node. Budget uses the declared job timeout or the conservative six-hour provider ceiling; it is not a measured latency or a new claim of required-check authority."
2395
- }
2396
- },
2397
- {
2398
- "laneId": ".github/workflows/self-release-line-open.yml#bootstrap",
2399
- "authorityClass": "release",
2400
- "triggerClass": "manual",
2401
- "concurrencyPolicy": {
2402
- "mode": "none",
2403
- "cancelInProgress": false
2404
- },
2405
- "expectedRunnerMinutes": 360,
2406
- "cancellationBehavior": "provider-default",
2407
- "sloImpact": {
2408
- "mergeCritical": false,
2409
- "metric": "capability execution budget",
2410
- "expectedContributionSeconds": 0,
2411
- "rationale": "Current 4.1 capability node. Budget uses the declared job timeout or the conservative six-hour provider ceiling; it is not a measured latency or a new claim of required-check authority."
2412
- }
2413
- },
2414
- {
2415
- "laneId": ".github/workflows/self-release-next-development.yml#review",
2416
- "authorityClass": "merge-critical-admission",
2417
- "triggerClass": "mixed",
2418
- "concurrencyPolicy": {
2419
- "mode": "ref-scoped",
2420
- "cancelInProgress": false
2421
- },
2422
- "expectedRunnerMinutes": 3,
2423
- "cancellationBehavior": "finish-started",
2424
- "sloImpact": {
2425
- "mergeCritical": true,
2426
- "metric": "generated next-development independent review latency",
2427
- "expectedContributionSeconds": 180,
2428
- "rationale": "Only successful same-repository version PRs regenerate from the protected base and read completed publication evidence; ordinary source PRs skip the lane. Native queue checks remain final merge authority."
2429
- }
2430
- },
2431
- {
2432
- "laneId": ".github/workflows/self-release-npm-dry-run.yml#dry-run",
2433
- "authorityClass": "release",
2434
- "triggerClass": "manual",
2435
- "concurrencyPolicy": {
2436
- "mode": "none",
2437
- "cancelInProgress": false
2438
- },
2439
- "expectedRunnerMinutes": 360,
2440
- "cancellationBehavior": "provider-default",
2441
- "sloImpact": {
2442
- "mergeCritical": false,
2443
- "metric": "capability execution budget",
2444
- "expectedContributionSeconds": 0,
2445
- "rationale": "Current 4.1 capability node. Budget uses the declared job timeout or the conservative six-hour provider ceiling; it is not a measured latency or a new claim of required-check authority."
2446
- }
2447
- },
2448
- {
2449
- "laneId": ".github/workflows/self-release-promote.yml#classify-workflow-run",
2450
- "authorityClass": "release",
2451
- "triggerClass": "mixed",
2452
- "concurrencyPolicy": {
2453
- "mode": "none",
2454
- "cancelInProgress": false
2455
- },
2456
- "expectedRunnerMinutes": 360,
2457
- "cancellationBehavior": "provider-default",
2458
- "sloImpact": {
2459
- "mergeCritical": false,
2460
- "metric": "capability execution budget",
2461
- "expectedContributionSeconds": 0,
2462
- "rationale": "Current 4.1 capability node. Budget uses the declared job timeout or the conservative six-hour provider ceiling; it is not a measured latency or a new claim of required-check authority."
2463
- }
2464
- },
2465
- {
2466
- "laneId": ".github/workflows/self-release-promote.yml#promote",
2467
- "authorityClass": "governed-delegation",
2468
- "triggerClass": "mixed",
2469
- "concurrencyPolicy": {
2470
- "mode": "none",
2471
- "cancelInProgress": false
2472
- },
2473
- "expectedRunnerMinutes": 360,
2474
- "cancellationBehavior": "provider-default",
2475
- "sloImpact": {
2476
- "mergeCritical": false,
2477
- "metric": "capability execution budget",
2478
- "expectedContributionSeconds": 0,
2479
- "rationale": "Current 4.1 capability node. Budget uses the declared job timeout or the conservative six-hour provider ceiling; it is not a measured latency or a new claim of required-check authority."
2480
- }
2481
- },
2482
- {
2483
- "laneId": ".github/workflows/self-release-promote.yml#reject-invalid-candidate-recovery",
2484
- "authorityClass": "release",
2485
- "triggerClass": "mixed",
2486
- "concurrencyPolicy": {
2487
- "mode": "none",
2488
- "cancelInProgress": false
2489
- },
2490
- "expectedRunnerMinutes": 360,
2491
- "cancellationBehavior": "provider-default",
2492
- "sloImpact": {
2493
- "mergeCritical": false,
2494
- "metric": "capability execution budget",
2495
- "expectedContributionSeconds": 0,
2496
- "rationale": "Current 4.1 capability node. Budget uses the declared job timeout or the conservative six-hour provider ceiling; it is not a measured latency or a new claim of required-check authority."
2497
- }
2498
- },
2499
- {
2500
- "laneId": ".github/workflows/self-release-promote.yml#reject-invalid-durable-recovery",
2501
- "authorityClass": "release",
2502
- "triggerClass": "mixed",
2503
- "concurrencyPolicy": {
2504
- "mode": "none",
2505
- "cancelInProgress": false
2506
- },
2507
- "expectedRunnerMinutes": 360,
2508
- "cancellationBehavior": "provider-default",
2509
- "sloImpact": {
2510
- "mergeCritical": false,
2511
- "metric": "capability execution budget",
2512
- "expectedContributionSeconds": 0,
2513
- "rationale": "Current 4.1 capability node. Budget uses the declared job timeout or the conservative six-hour provider ceiling; it is not a measured latency or a new claim of required-check authority."
2514
- }
2515
- },
2516
- {
2517
- "laneId": ".github/workflows/self-release-promote.yml#reject-manual-apply",
2518
- "authorityClass": "release",
2519
- "triggerClass": "mixed",
2520
- "concurrencyPolicy": {
2521
- "mode": "none",
2522
- "cancelInProgress": false
2523
- },
2524
- "expectedRunnerMinutes": 360,
2525
- "cancellationBehavior": "provider-default",
2526
- "sloImpact": {
2527
- "mergeCritical": false,
2528
- "metric": "capability execution budget",
2529
- "expectedContributionSeconds": 0,
2530
- "rationale": "Current 4.1 capability node. Budget uses the declared job timeout or the conservative six-hour provider ceiling; it is not a measured latency or a new claim of required-check authority."
2531
- }
2532
- },
2533
- {
2534
- "laneId": ".github/workflows/self-release-rehearsal-dogfood.yml#rehearsal",
2535
- "authorityClass": "governed-delegation",
2536
- "triggerClass": "mixed",
2537
- "concurrencyPolicy": {
2538
- "mode": "none",
2539
- "cancelInProgress": false
2540
- },
2541
- "expectedRunnerMinutes": 360,
2542
- "cancellationBehavior": "provider-default",
2543
- "sloImpact": {
2544
- "mergeCritical": true,
2545
- "metric": "protected delivery dependency budget",
2546
- "expectedContributionSeconds": 21600,
2547
- "rationale": "Current 4.1 capability node. Budget uses the declared job timeout or the conservative six-hour provider ceiling; it is not a measured latency or a new claim of required-check authority."
2548
- }
2549
- },
2550
- {
2551
- "laneId": ".github/workflows/self-release-tail-dogfood.yml#publish",
2552
- "authorityClass": "governed-delegation",
2553
- "triggerClass": "manual",
2554
- "concurrencyPolicy": {
2555
- "mode": "none",
2556
- "cancelInProgress": false
2557
- },
2558
- "expectedRunnerMinutes": 360,
2559
- "cancellationBehavior": "provider-default",
2560
- "sloImpact": {
2561
- "mergeCritical": false,
2562
- "metric": "capability execution budget",
2563
- "expectedContributionSeconds": 0,
2564
- "rationale": "Current 4.1 capability node. Budget uses the declared job timeout or the conservative six-hour provider ceiling; it is not a measured latency or a new claim of required-check authority."
2565
- }
2566
- },
2567
1615
  {
2568
1616
  "laneId": ".github/workflows/.ops-pipeline-delivery.yml#delivery",
2569
1617
  "authorityClass": "merge-critical-admission",
@@ -2937,6 +1985,40 @@
2937
1985
  "expectedContributionSeconds": 1200,
2938
1986
  "rationale": "Wait at most fifteen minutes outside the publication lock, then wake the same native Attempt through the normal entry to collect fresh qualification. Twenty minutes includes runtime preparation; this is a conservative timeout budget, not measured latency."
2939
1987
  }
1988
+ },
1989
+ {
1990
+ "laneId": ".github/workflows/buildchain.yml#buildchain",
1991
+ "authorityClass": "governed-delegation",
1992
+ "triggerClass": "mixed",
1993
+ "concurrencyPolicy": {
1994
+ "mode": "none",
1995
+ "cancelInProgress": false
1996
+ },
1997
+ "expectedRunnerMinutes": 360,
1998
+ "cancellationBehavior": "finish-started",
1999
+ "sloImpact": {
2000
+ "mergeCritical": true,
2001
+ "metric": "delegated pipeline execution ceiling",
2002
+ "expectedContributionSeconds": 21600,
2003
+ "rationale": "Generated caller delegates to the published pipeline. Runtime jobs own bounded admission, execution, cancellation and provider settlement. Six-hour budget is conservative, not measured latency or an additional self controller."
2004
+ }
2005
+ },
2006
+ {
2007
+ "laneId": ".github/workflows/buildchain-recover.yml#buildchain",
2008
+ "authorityClass": "governed-delegation",
2009
+ "triggerClass": "manual",
2010
+ "concurrencyPolicy": {
2011
+ "mode": "none",
2012
+ "cancelInProgress": false
2013
+ },
2014
+ "expectedRunnerMinutes": 360,
2015
+ "cancellationBehavior": "finish-started",
2016
+ "sloImpact": {
2017
+ "mergeCritical": true,
2018
+ "metric": "delegated pipeline execution ceiling",
2019
+ "expectedContributionSeconds": 21600,
2020
+ "rationale": "Generated caller delegates to the published pipeline. Runtime jobs own bounded admission, execution, cancellation and provider settlement. Six-hour budget is conservative, not measured latency or an additional self controller."
2021
+ }
2940
2022
  }
2941
2023
  ],
2942
2024
  "declarationFamilies": [
@@ -3008,17 +2090,7 @@
3008
2090
  {
3009
2091
  "laneIds": [
3010
2092
  ".github/workflows/public-build-adopter-qualification.yml#execution-runtime",
3011
- ".github/workflows/public-ops-release-governance.yml#execution-runtime",
3012
- ".github/workflows/self-build-binary-distribution.yml#execution-runtime",
3013
- ".github/workflows/self-build-demo-media-qualification.yml#execution-runtime",
3014
- ".github/workflows/self-build-fixture.yml#execution-runtime",
3015
- ".github/workflows/self-build-verify.yml#execution-runtime",
3016
- ".github/workflows/self-ops-bootstrap-dogfood.yml#execution-runtime",
3017
- ".github/workflows/self-ops-housekeeping-daily.yml#execution-runtime",
3018
- ".github/workflows/self-ops-housekeeping-monthly.yml#execution-runtime",
3019
- ".github/workflows/self-ops-housekeeping-weekly.yml#execution-runtime",
3020
- ".github/workflows/self-ops-merge-queue.yml#execution-runtime",
3021
- ".github/workflows/self-release-promote.yml#execution-runtime"
2093
+ ".github/workflows/public-ops-release-governance.yml#execution-runtime"
3022
2094
  ],
3023
2095
  "authorityClass": "governed-delegation",
3024
2096
  "triggerClass": "mixed",
@@ -3053,69 +2125,6 @@
3053
2125
  "expectedContributionSeconds": 300,
3054
2126
  "rationale": "Five-minute upper bound for central entry selection; no business execution or provider mutation."
3055
2127
  }
3056
- },
3057
- {
3058
- "laneIds": [
3059
- ".github/workflows/self-build-channel-verify.yml#execution-runtime"
3060
- ],
3061
- "authorityClass": "governed-delegation",
3062
- "triggerClass": "pull-request",
3063
- "concurrencyPolicy": {
3064
- "mode": "none",
3065
- "cancelInProgress": false
3066
- },
3067
- "expectedRunnerMinutes": 5,
3068
- "cancellationBehavior": "finish-started",
3069
- "sloImpact": {
3070
- "mergeCritical": false,
3071
- "metric": "runtime entry preparation",
3072
- "expectedContributionSeconds": 300,
3073
- "rationale": "Five-minute upper bound for central entry selection; no business execution or provider mutation."
3074
- }
3075
- },
3076
- {
3077
- "laneIds": [
3078
- ".github/workflows/self-build-demo-dogfood.yml#execution-runtime",
3079
- ".github/workflows/self-build-stable-candidate-qualification.yml#execution-runtime",
3080
- ".github/workflows/self-ops-governance-audit.yml#execution-runtime",
3081
- ".github/workflows/self-release-next-development.yml#execution-runtime"
3082
- ],
3083
- "authorityClass": "governed-delegation",
3084
- "triggerClass": "mixed",
3085
- "concurrencyPolicy": {
3086
- "mode": "ref-scoped",
3087
- "cancelInProgress": false
3088
- },
3089
- "expectedRunnerMinutes": 5,
3090
- "cancellationBehavior": "finish-started",
3091
- "sloImpact": {
3092
- "mergeCritical": false,
3093
- "metric": "runtime entry preparation",
3094
- "expectedContributionSeconds": 300,
3095
- "rationale": "Five-minute upper bound for central entry selection; no business execution or provider mutation."
3096
- }
3097
- },
3098
- {
3099
- "laneIds": [
3100
- ".github/workflows/self-ops-runner-smoke.yml#execution-runtime",
3101
- ".github/workflows/self-release-binary-assets.yml#execution-runtime",
3102
- ".github/workflows/self-release-line-open.yml#execution-runtime",
3103
- ".github/workflows/self-release-npm-dry-run.yml#execution-runtime"
3104
- ],
3105
- "authorityClass": "governed-delegation",
3106
- "triggerClass": "manual",
3107
- "concurrencyPolicy": {
3108
- "mode": "none",
3109
- "cancelInProgress": false
3110
- },
3111
- "expectedRunnerMinutes": 5,
3112
- "cancellationBehavior": "finish-started",
3113
- "sloImpact": {
3114
- "mergeCritical": false,
3115
- "metric": "runtime entry preparation",
3116
- "expectedContributionSeconds": 300,
3117
- "rationale": "Five-minute upper bound for central entry selection; no business execution or provider mutation."
3118
- }
3119
2128
  }
3120
2129
  ]
3121
2130
  }