@qijenchen/governance 0.1.0-beta.121 → 0.1.0-beta.122

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.120",
8
- "snapshotSha256": "f80fc5b799f346357d0cce36dfbd485a6d02679887556de392eb19b883a8e74d"
7
+ "releaseVersion": "0.1.0-beta.121",
8
+ "snapshotSha256": "1ed3b53825f48c80c4515f719523aeb11b16b28e77eb429c88e97da99108d032"
9
9
  },
10
10
  "snapshots": [
11
11
  {
@@ -2086,6 +2086,83 @@
2086
2086
  }
2087
2087
  ],
2088
2088
  "retiredProviders": []
2089
+ },
2090
+ {
2091
+ "releaseVersion": "0.1.0-beta.122",
2092
+ "previousSnapshotSha256": "1ed3b53825f48c80c4515f719523aeb11b16b28e77eb429c88e97da99108d032",
2093
+ "providers": [
2094
+ {
2095
+ "id": "claude",
2096
+ "discovery": {
2097
+ "providerRootNames": [
2098
+ ".claude"
2099
+ ],
2100
+ "instructionNames": [
2101
+ "CLAUDE.md"
2102
+ ],
2103
+ "instructionOverrideNames": [
2104
+ "CLAUDE.local.md",
2105
+ "CLAUDE.override.md"
2106
+ ],
2107
+ "configPaths": [
2108
+ ".claude/settings.json",
2109
+ ".claude/settings.local.json",
2110
+ ".mcp.json"
2111
+ ],
2112
+ "pluginRootNames": [
2113
+ ".claude-plugin"
2114
+ ]
2115
+ },
2116
+ "surfaces": [
2117
+ {
2118
+ "path": ".claude/settings.json",
2119
+ "kind": "file"
2120
+ },
2121
+ {
2122
+ "path": ".claude/skills",
2123
+ "kind": "tree"
2124
+ },
2125
+ {
2126
+ "path": "CLAUDE.md",
2127
+ "kind": "file"
2128
+ }
2129
+ ]
2130
+ },
2131
+ {
2132
+ "id": "codex",
2133
+ "discovery": {
2134
+ "providerRootNames": [
2135
+ ".agents",
2136
+ ".codex"
2137
+ ],
2138
+ "instructionNames": [
2139
+ "AGENTS.md"
2140
+ ],
2141
+ "instructionOverrideNames": [
2142
+ "AGENTS.local.md",
2143
+ "AGENTS.override.md"
2144
+ ],
2145
+ "configPaths": [
2146
+ ".codex/config.toml",
2147
+ ".codex/hooks.json"
2148
+ ],
2149
+ "pluginRootNames": [
2150
+ ".codex-plugin"
2151
+ ]
2152
+ },
2153
+ "surfaces": [
2154
+ {
2155
+ "path": ".agents/skills",
2156
+ "kind": "tree"
2157
+ },
2158
+ {
2159
+ "path": ".codex/hooks.json",
2160
+ "kind": "file"
2161
+ }
2162
+ ]
2163
+ }
2164
+ ],
2165
+ "retiredProviders": []
2089
2166
  }
2090
2167
  ]
2091
2168
  }
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.121",
7
+ "version": "0.1.0-beta.122",
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",