@qijenchen/governance 0.1.0-beta.135 → 0.1.0-beta.136
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.135",
|
|
8
|
+
"snapshotSha256": "8814d3c2a71f1eae73408864def3b566bbcb88a45377dc53a28fec00b90e7a3a"
|
|
9
9
|
},
|
|
10
10
|
"snapshots": [
|
|
11
11
|
{
|
|
@@ -3164,6 +3164,83 @@
|
|
|
3164
3164
|
}
|
|
3165
3165
|
],
|
|
3166
3166
|
"retiredProviders": []
|
|
3167
|
+
},
|
|
3168
|
+
{
|
|
3169
|
+
"releaseVersion": "0.1.0-beta.136",
|
|
3170
|
+
"previousSnapshotSha256": "8814d3c2a71f1eae73408864def3b566bbcb88a45377dc53a28fec00b90e7a3a",
|
|
3171
|
+
"providers": [
|
|
3172
|
+
{
|
|
3173
|
+
"id": "claude",
|
|
3174
|
+
"discovery": {
|
|
3175
|
+
"providerRootNames": [
|
|
3176
|
+
".claude"
|
|
3177
|
+
],
|
|
3178
|
+
"instructionNames": [
|
|
3179
|
+
"CLAUDE.md"
|
|
3180
|
+
],
|
|
3181
|
+
"instructionOverrideNames": [
|
|
3182
|
+
"CLAUDE.local.md",
|
|
3183
|
+
"CLAUDE.override.md"
|
|
3184
|
+
],
|
|
3185
|
+
"configPaths": [
|
|
3186
|
+
".claude/settings.json",
|
|
3187
|
+
".claude/settings.local.json",
|
|
3188
|
+
".mcp.json"
|
|
3189
|
+
],
|
|
3190
|
+
"pluginRootNames": [
|
|
3191
|
+
".claude-plugin"
|
|
3192
|
+
]
|
|
3193
|
+
},
|
|
3194
|
+
"surfaces": [
|
|
3195
|
+
{
|
|
3196
|
+
"path": ".claude/settings.json",
|
|
3197
|
+
"kind": "file"
|
|
3198
|
+
},
|
|
3199
|
+
{
|
|
3200
|
+
"path": ".claude/skills",
|
|
3201
|
+
"kind": "tree"
|
|
3202
|
+
},
|
|
3203
|
+
{
|
|
3204
|
+
"path": "CLAUDE.md",
|
|
3205
|
+
"kind": "file"
|
|
3206
|
+
}
|
|
3207
|
+
]
|
|
3208
|
+
},
|
|
3209
|
+
{
|
|
3210
|
+
"id": "codex",
|
|
3211
|
+
"discovery": {
|
|
3212
|
+
"providerRootNames": [
|
|
3213
|
+
".agents",
|
|
3214
|
+
".codex"
|
|
3215
|
+
],
|
|
3216
|
+
"instructionNames": [
|
|
3217
|
+
"AGENTS.md"
|
|
3218
|
+
],
|
|
3219
|
+
"instructionOverrideNames": [
|
|
3220
|
+
"AGENTS.local.md",
|
|
3221
|
+
"AGENTS.override.md"
|
|
3222
|
+
],
|
|
3223
|
+
"configPaths": [
|
|
3224
|
+
".codex/config.toml",
|
|
3225
|
+
".codex/hooks.json"
|
|
3226
|
+
],
|
|
3227
|
+
"pluginRootNames": [
|
|
3228
|
+
".codex-plugin"
|
|
3229
|
+
]
|
|
3230
|
+
},
|
|
3231
|
+
"surfaces": [
|
|
3232
|
+
{
|
|
3233
|
+
"path": ".agents/skills",
|
|
3234
|
+
"kind": "tree"
|
|
3235
|
+
},
|
|
3236
|
+
{
|
|
3237
|
+
"path": ".codex/hooks.json",
|
|
3238
|
+
"kind": "file"
|
|
3239
|
+
}
|
|
3240
|
+
]
|
|
3241
|
+
}
|
|
3242
|
+
],
|
|
3243
|
+
"retiredProviders": []
|
|
3167
3244
|
}
|
|
3168
3245
|
]
|
|
3169
3246
|
}
|
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.136",
|
|
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",
|