@qijenchen/governance 0.1.0-beta.136 → 0.1.0-beta.137
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.136",
|
|
8
|
+
"snapshotSha256": "1601a1ea9c1a957f0ba228ddcca2acc17f1d0f2843f91101cf0780825075c0e3"
|
|
9
9
|
},
|
|
10
10
|
"snapshots": [
|
|
11
11
|
{
|
|
@@ -3241,6 +3241,83 @@
|
|
|
3241
3241
|
}
|
|
3242
3242
|
],
|
|
3243
3243
|
"retiredProviders": []
|
|
3244
|
+
},
|
|
3245
|
+
{
|
|
3246
|
+
"releaseVersion": "0.1.0-beta.137",
|
|
3247
|
+
"previousSnapshotSha256": "1601a1ea9c1a957f0ba228ddcca2acc17f1d0f2843f91101cf0780825075c0e3",
|
|
3248
|
+
"providers": [
|
|
3249
|
+
{
|
|
3250
|
+
"id": "claude",
|
|
3251
|
+
"discovery": {
|
|
3252
|
+
"providerRootNames": [
|
|
3253
|
+
".claude"
|
|
3254
|
+
],
|
|
3255
|
+
"instructionNames": [
|
|
3256
|
+
"CLAUDE.md"
|
|
3257
|
+
],
|
|
3258
|
+
"instructionOverrideNames": [
|
|
3259
|
+
"CLAUDE.local.md",
|
|
3260
|
+
"CLAUDE.override.md"
|
|
3261
|
+
],
|
|
3262
|
+
"configPaths": [
|
|
3263
|
+
".claude/settings.json",
|
|
3264
|
+
".claude/settings.local.json",
|
|
3265
|
+
".mcp.json"
|
|
3266
|
+
],
|
|
3267
|
+
"pluginRootNames": [
|
|
3268
|
+
".claude-plugin"
|
|
3269
|
+
]
|
|
3270
|
+
},
|
|
3271
|
+
"surfaces": [
|
|
3272
|
+
{
|
|
3273
|
+
"path": ".claude/settings.json",
|
|
3274
|
+
"kind": "file"
|
|
3275
|
+
},
|
|
3276
|
+
{
|
|
3277
|
+
"path": ".claude/skills",
|
|
3278
|
+
"kind": "tree"
|
|
3279
|
+
},
|
|
3280
|
+
{
|
|
3281
|
+
"path": "CLAUDE.md",
|
|
3282
|
+
"kind": "file"
|
|
3283
|
+
}
|
|
3284
|
+
]
|
|
3285
|
+
},
|
|
3286
|
+
{
|
|
3287
|
+
"id": "codex",
|
|
3288
|
+
"discovery": {
|
|
3289
|
+
"providerRootNames": [
|
|
3290
|
+
".agents",
|
|
3291
|
+
".codex"
|
|
3292
|
+
],
|
|
3293
|
+
"instructionNames": [
|
|
3294
|
+
"AGENTS.md"
|
|
3295
|
+
],
|
|
3296
|
+
"instructionOverrideNames": [
|
|
3297
|
+
"AGENTS.local.md",
|
|
3298
|
+
"AGENTS.override.md"
|
|
3299
|
+
],
|
|
3300
|
+
"configPaths": [
|
|
3301
|
+
".codex/config.toml",
|
|
3302
|
+
".codex/hooks.json"
|
|
3303
|
+
],
|
|
3304
|
+
"pluginRootNames": [
|
|
3305
|
+
".codex-plugin"
|
|
3306
|
+
]
|
|
3307
|
+
},
|
|
3308
|
+
"surfaces": [
|
|
3309
|
+
{
|
|
3310
|
+
"path": ".agents/skills",
|
|
3311
|
+
"kind": "tree"
|
|
3312
|
+
},
|
|
3313
|
+
{
|
|
3314
|
+
"path": ".codex/hooks.json",
|
|
3315
|
+
"kind": "file"
|
|
3316
|
+
}
|
|
3317
|
+
]
|
|
3318
|
+
}
|
|
3319
|
+
],
|
|
3320
|
+
"retiredProviders": []
|
|
3244
3321
|
}
|
|
3245
3322
|
]
|
|
3246
3323
|
}
|
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.137",
|
|
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",
|