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

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.114",
8
- "snapshotSha256": "31cffe8b7659879bf2e04c6a624d6720d12330e50ba5c351bca4ca82699c79c4"
7
+ "releaseVersion": "0.1.0-beta.115",
8
+ "snapshotSha256": "25bf1bb5c751623812af2c5b35b8c47bac9a93a718aa2b9222a6b3294296446d"
9
9
  },
10
10
  "snapshots": [
11
11
  {
@@ -1624,6 +1624,83 @@
1624
1624
  }
1625
1625
  ],
1626
1626
  "retiredProviders": []
1627
+ },
1628
+ {
1629
+ "releaseVersion": "0.1.0-beta.116",
1630
+ "previousSnapshotSha256": "25bf1bb5c751623812af2c5b35b8c47bac9a93a718aa2b9222a6b3294296446d",
1631
+ "providers": [
1632
+ {
1633
+ "id": "claude",
1634
+ "discovery": {
1635
+ "providerRootNames": [
1636
+ ".claude"
1637
+ ],
1638
+ "instructionNames": [
1639
+ "CLAUDE.md"
1640
+ ],
1641
+ "instructionOverrideNames": [
1642
+ "CLAUDE.local.md",
1643
+ "CLAUDE.override.md"
1644
+ ],
1645
+ "configPaths": [
1646
+ ".claude/settings.json",
1647
+ ".claude/settings.local.json",
1648
+ ".mcp.json"
1649
+ ],
1650
+ "pluginRootNames": [
1651
+ ".claude-plugin"
1652
+ ]
1653
+ },
1654
+ "surfaces": [
1655
+ {
1656
+ "path": ".claude/settings.json",
1657
+ "kind": "file"
1658
+ },
1659
+ {
1660
+ "path": ".claude/skills",
1661
+ "kind": "tree"
1662
+ },
1663
+ {
1664
+ "path": "CLAUDE.md",
1665
+ "kind": "file"
1666
+ }
1667
+ ]
1668
+ },
1669
+ {
1670
+ "id": "codex",
1671
+ "discovery": {
1672
+ "providerRootNames": [
1673
+ ".agents",
1674
+ ".codex"
1675
+ ],
1676
+ "instructionNames": [
1677
+ "AGENTS.md"
1678
+ ],
1679
+ "instructionOverrideNames": [
1680
+ "AGENTS.local.md",
1681
+ "AGENTS.override.md"
1682
+ ],
1683
+ "configPaths": [
1684
+ ".codex/config.toml",
1685
+ ".codex/hooks.json"
1686
+ ],
1687
+ "pluginRootNames": [
1688
+ ".codex-plugin"
1689
+ ]
1690
+ },
1691
+ "surfaces": [
1692
+ {
1693
+ "path": ".agents/skills",
1694
+ "kind": "tree"
1695
+ },
1696
+ {
1697
+ "path": ".codex/hooks.json",
1698
+ "kind": "file"
1699
+ }
1700
+ ]
1701
+ }
1702
+ ],
1703
+ "retiredProviders": []
1627
1704
  }
1628
1705
  ]
1629
1706
  }
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.115",
7
+ "version": "0.1.0-beta.116",
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",