@qijenchen/governance 0.1.0-beta.116 → 0.1.0-beta.118

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.
@@ -4,8 +4,8 @@
4
4
  "kind": "provider-lifecycle-ledger",
5
5
  "immutableHead": {
6
6
  "providerInventorySha256": "86e9d0668cb54ad1bf05c36e78b4aa80417d5f468c929dd3ddcf69c1afbf32e4",
7
- "releaseVersion": "0.1.0-beta.115",
8
- "snapshotSha256": "25bf1bb5c751623812af2c5b35b8c47bac9a93a718aa2b9222a6b3294296446d"
7
+ "releaseVersion": "0.1.0-beta.117",
8
+ "snapshotSha256": "e03b95342944512f9c084c0ac5fe5fba4b688924758ce725f16504eaec8af5a4"
9
9
  },
10
10
  "snapshots": [
11
11
  {
@@ -1701,6 +1701,160 @@
1701
1701
  }
1702
1702
  ],
1703
1703
  "retiredProviders": []
1704
+ },
1705
+ {
1706
+ "releaseVersion": "0.1.0-beta.117",
1707
+ "previousSnapshotSha256": "f022897462d32b7e633c5f9d8e58ee9efe41e641ae42ab52668c4e3f360e2f9d",
1708
+ "providers": [
1709
+ {
1710
+ "id": "claude",
1711
+ "discovery": {
1712
+ "providerRootNames": [
1713
+ ".claude"
1714
+ ],
1715
+ "instructionNames": [
1716
+ "CLAUDE.md"
1717
+ ],
1718
+ "instructionOverrideNames": [
1719
+ "CLAUDE.local.md",
1720
+ "CLAUDE.override.md"
1721
+ ],
1722
+ "configPaths": [
1723
+ ".claude/settings.json",
1724
+ ".claude/settings.local.json",
1725
+ ".mcp.json"
1726
+ ],
1727
+ "pluginRootNames": [
1728
+ ".claude-plugin"
1729
+ ]
1730
+ },
1731
+ "surfaces": [
1732
+ {
1733
+ "path": ".claude/settings.json",
1734
+ "kind": "file"
1735
+ },
1736
+ {
1737
+ "path": ".claude/skills",
1738
+ "kind": "tree"
1739
+ },
1740
+ {
1741
+ "path": "CLAUDE.md",
1742
+ "kind": "file"
1743
+ }
1744
+ ]
1745
+ },
1746
+ {
1747
+ "id": "codex",
1748
+ "discovery": {
1749
+ "providerRootNames": [
1750
+ ".agents",
1751
+ ".codex"
1752
+ ],
1753
+ "instructionNames": [
1754
+ "AGENTS.md"
1755
+ ],
1756
+ "instructionOverrideNames": [
1757
+ "AGENTS.local.md",
1758
+ "AGENTS.override.md"
1759
+ ],
1760
+ "configPaths": [
1761
+ ".codex/config.toml",
1762
+ ".codex/hooks.json"
1763
+ ],
1764
+ "pluginRootNames": [
1765
+ ".codex-plugin"
1766
+ ]
1767
+ },
1768
+ "surfaces": [
1769
+ {
1770
+ "path": ".agents/skills",
1771
+ "kind": "tree"
1772
+ },
1773
+ {
1774
+ "path": ".codex/hooks.json",
1775
+ "kind": "file"
1776
+ }
1777
+ ]
1778
+ }
1779
+ ],
1780
+ "retiredProviders": []
1781
+ },
1782
+ {
1783
+ "releaseVersion": "0.1.0-beta.118",
1784
+ "previousSnapshotSha256": "e03b95342944512f9c084c0ac5fe5fba4b688924758ce725f16504eaec8af5a4",
1785
+ "providers": [
1786
+ {
1787
+ "id": "claude",
1788
+ "discovery": {
1789
+ "providerRootNames": [
1790
+ ".claude"
1791
+ ],
1792
+ "instructionNames": [
1793
+ "CLAUDE.md"
1794
+ ],
1795
+ "instructionOverrideNames": [
1796
+ "CLAUDE.local.md",
1797
+ "CLAUDE.override.md"
1798
+ ],
1799
+ "configPaths": [
1800
+ ".claude/settings.json",
1801
+ ".claude/settings.local.json",
1802
+ ".mcp.json"
1803
+ ],
1804
+ "pluginRootNames": [
1805
+ ".claude-plugin"
1806
+ ]
1807
+ },
1808
+ "surfaces": [
1809
+ {
1810
+ "path": ".claude/settings.json",
1811
+ "kind": "file"
1812
+ },
1813
+ {
1814
+ "path": ".claude/skills",
1815
+ "kind": "tree"
1816
+ },
1817
+ {
1818
+ "path": "CLAUDE.md",
1819
+ "kind": "file"
1820
+ }
1821
+ ]
1822
+ },
1823
+ {
1824
+ "id": "codex",
1825
+ "discovery": {
1826
+ "providerRootNames": [
1827
+ ".agents",
1828
+ ".codex"
1829
+ ],
1830
+ "instructionNames": [
1831
+ "AGENTS.md"
1832
+ ],
1833
+ "instructionOverrideNames": [
1834
+ "AGENTS.local.md",
1835
+ "AGENTS.override.md"
1836
+ ],
1837
+ "configPaths": [
1838
+ ".codex/config.toml",
1839
+ ".codex/hooks.json"
1840
+ ],
1841
+ "pluginRootNames": [
1842
+ ".codex-plugin"
1843
+ ]
1844
+ },
1845
+ "surfaces": [
1846
+ {
1847
+ "path": ".agents/skills",
1848
+ "kind": "tree"
1849
+ },
1850
+ {
1851
+ "path": ".codex/hooks.json",
1852
+ "kind": "file"
1853
+ }
1854
+ ]
1855
+ }
1856
+ ],
1857
+ "retiredProviders": []
1704
1858
  }
1705
1859
  ]
1706
1860
  }
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "type": "git",
5
5
  "url": "git+https://github.com/ajenchen/design-system.git"
6
6
  },
7
- "version": "0.1.0-beta.116",
7
+ "version": "0.1.0-beta.118",
8
8
  "description": "Provider-neutral DS-author control plane for deterministic snapshots, adapters, checks, and evidence manifests.",
9
9
  "type": "module",
10
10
  "license": "UNLICENSED",