@qijenchen/governance 0.1.0-beta.123 → 0.1.0-beta.124
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.
|
|
8
|
-
"snapshotSha256": "
|
|
7
|
+
"releaseVersion": "0.1.0-beta.123",
|
|
8
|
+
"snapshotSha256": "bd9db3e80ef712d803eac0ff3e102bea3479c4adf1bf48fda2379e7d116d9450"
|
|
9
9
|
},
|
|
10
10
|
"snapshots": [
|
|
11
11
|
{
|
|
@@ -2240,6 +2240,83 @@
|
|
|
2240
2240
|
}
|
|
2241
2241
|
],
|
|
2242
2242
|
"retiredProviders": []
|
|
2243
|
+
},
|
|
2244
|
+
{
|
|
2245
|
+
"releaseVersion": "0.1.0-beta.124",
|
|
2246
|
+
"previousSnapshotSha256": "bd9db3e80ef712d803eac0ff3e102bea3479c4adf1bf48fda2379e7d116d9450",
|
|
2247
|
+
"providers": [
|
|
2248
|
+
{
|
|
2249
|
+
"id": "claude",
|
|
2250
|
+
"discovery": {
|
|
2251
|
+
"providerRootNames": [
|
|
2252
|
+
".claude"
|
|
2253
|
+
],
|
|
2254
|
+
"instructionNames": [
|
|
2255
|
+
"CLAUDE.md"
|
|
2256
|
+
],
|
|
2257
|
+
"instructionOverrideNames": [
|
|
2258
|
+
"CLAUDE.local.md",
|
|
2259
|
+
"CLAUDE.override.md"
|
|
2260
|
+
],
|
|
2261
|
+
"configPaths": [
|
|
2262
|
+
".claude/settings.json",
|
|
2263
|
+
".claude/settings.local.json",
|
|
2264
|
+
".mcp.json"
|
|
2265
|
+
],
|
|
2266
|
+
"pluginRootNames": [
|
|
2267
|
+
".claude-plugin"
|
|
2268
|
+
]
|
|
2269
|
+
},
|
|
2270
|
+
"surfaces": [
|
|
2271
|
+
{
|
|
2272
|
+
"path": ".claude/settings.json",
|
|
2273
|
+
"kind": "file"
|
|
2274
|
+
},
|
|
2275
|
+
{
|
|
2276
|
+
"path": ".claude/skills",
|
|
2277
|
+
"kind": "tree"
|
|
2278
|
+
},
|
|
2279
|
+
{
|
|
2280
|
+
"path": "CLAUDE.md",
|
|
2281
|
+
"kind": "file"
|
|
2282
|
+
}
|
|
2283
|
+
]
|
|
2284
|
+
},
|
|
2285
|
+
{
|
|
2286
|
+
"id": "codex",
|
|
2287
|
+
"discovery": {
|
|
2288
|
+
"providerRootNames": [
|
|
2289
|
+
".agents",
|
|
2290
|
+
".codex"
|
|
2291
|
+
],
|
|
2292
|
+
"instructionNames": [
|
|
2293
|
+
"AGENTS.md"
|
|
2294
|
+
],
|
|
2295
|
+
"instructionOverrideNames": [
|
|
2296
|
+
"AGENTS.local.md",
|
|
2297
|
+
"AGENTS.override.md"
|
|
2298
|
+
],
|
|
2299
|
+
"configPaths": [
|
|
2300
|
+
".codex/config.toml",
|
|
2301
|
+
".codex/hooks.json"
|
|
2302
|
+
],
|
|
2303
|
+
"pluginRootNames": [
|
|
2304
|
+
".codex-plugin"
|
|
2305
|
+
]
|
|
2306
|
+
},
|
|
2307
|
+
"surfaces": [
|
|
2308
|
+
{
|
|
2309
|
+
"path": ".agents/skills",
|
|
2310
|
+
"kind": "tree"
|
|
2311
|
+
},
|
|
2312
|
+
{
|
|
2313
|
+
"path": ".codex/hooks.json",
|
|
2314
|
+
"kind": "file"
|
|
2315
|
+
}
|
|
2316
|
+
]
|
|
2317
|
+
}
|
|
2318
|
+
],
|
|
2319
|
+
"retiredProviders": []
|
|
2243
2320
|
}
|
|
2244
2321
|
]
|
|
2245
2322
|
}
|
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.
|
|
7
|
+
"version": "0.1.0-beta.124",
|
|
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",
|