@qijenchen/governance 0.1.0-beta.133 → 0.1.0-beta.134
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.133",
|
|
8
|
+
"snapshotSha256": "a1705fece9423f8a78302334d599428db3e364c6c8f6d7634ed639dfa2ffa7ab"
|
|
9
9
|
},
|
|
10
10
|
"snapshots": [
|
|
11
11
|
{
|
|
@@ -3010,6 +3010,83 @@
|
|
|
3010
3010
|
}
|
|
3011
3011
|
],
|
|
3012
3012
|
"retiredProviders": []
|
|
3013
|
+
},
|
|
3014
|
+
{
|
|
3015
|
+
"releaseVersion": "0.1.0-beta.134",
|
|
3016
|
+
"previousSnapshotSha256": "a1705fece9423f8a78302334d599428db3e364c6c8f6d7634ed639dfa2ffa7ab",
|
|
3017
|
+
"providers": [
|
|
3018
|
+
{
|
|
3019
|
+
"id": "claude",
|
|
3020
|
+
"discovery": {
|
|
3021
|
+
"providerRootNames": [
|
|
3022
|
+
".claude"
|
|
3023
|
+
],
|
|
3024
|
+
"instructionNames": [
|
|
3025
|
+
"CLAUDE.md"
|
|
3026
|
+
],
|
|
3027
|
+
"instructionOverrideNames": [
|
|
3028
|
+
"CLAUDE.local.md",
|
|
3029
|
+
"CLAUDE.override.md"
|
|
3030
|
+
],
|
|
3031
|
+
"configPaths": [
|
|
3032
|
+
".claude/settings.json",
|
|
3033
|
+
".claude/settings.local.json",
|
|
3034
|
+
".mcp.json"
|
|
3035
|
+
],
|
|
3036
|
+
"pluginRootNames": [
|
|
3037
|
+
".claude-plugin"
|
|
3038
|
+
]
|
|
3039
|
+
},
|
|
3040
|
+
"surfaces": [
|
|
3041
|
+
{
|
|
3042
|
+
"path": ".claude/settings.json",
|
|
3043
|
+
"kind": "file"
|
|
3044
|
+
},
|
|
3045
|
+
{
|
|
3046
|
+
"path": ".claude/skills",
|
|
3047
|
+
"kind": "tree"
|
|
3048
|
+
},
|
|
3049
|
+
{
|
|
3050
|
+
"path": "CLAUDE.md",
|
|
3051
|
+
"kind": "file"
|
|
3052
|
+
}
|
|
3053
|
+
]
|
|
3054
|
+
},
|
|
3055
|
+
{
|
|
3056
|
+
"id": "codex",
|
|
3057
|
+
"discovery": {
|
|
3058
|
+
"providerRootNames": [
|
|
3059
|
+
".agents",
|
|
3060
|
+
".codex"
|
|
3061
|
+
],
|
|
3062
|
+
"instructionNames": [
|
|
3063
|
+
"AGENTS.md"
|
|
3064
|
+
],
|
|
3065
|
+
"instructionOverrideNames": [
|
|
3066
|
+
"AGENTS.local.md",
|
|
3067
|
+
"AGENTS.override.md"
|
|
3068
|
+
],
|
|
3069
|
+
"configPaths": [
|
|
3070
|
+
".codex/config.toml",
|
|
3071
|
+
".codex/hooks.json"
|
|
3072
|
+
],
|
|
3073
|
+
"pluginRootNames": [
|
|
3074
|
+
".codex-plugin"
|
|
3075
|
+
]
|
|
3076
|
+
},
|
|
3077
|
+
"surfaces": [
|
|
3078
|
+
{
|
|
3079
|
+
"path": ".agents/skills",
|
|
3080
|
+
"kind": "tree"
|
|
3081
|
+
},
|
|
3082
|
+
{
|
|
3083
|
+
"path": ".codex/hooks.json",
|
|
3084
|
+
"kind": "file"
|
|
3085
|
+
}
|
|
3086
|
+
]
|
|
3087
|
+
}
|
|
3088
|
+
],
|
|
3089
|
+
"retiredProviders": []
|
|
3013
3090
|
}
|
|
3014
3091
|
]
|
|
3015
3092
|
}
|
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.134",
|
|
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",
|