@qijenchen/governance 0.1.0-beta.120 → 0.1.0-beta.121
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.120",
|
|
8
|
+
"snapshotSha256": "f80fc5b799f346357d0cce36dfbd485a6d02679887556de392eb19b883a8e74d"
|
|
9
9
|
},
|
|
10
10
|
"snapshots": [
|
|
11
11
|
{
|
|
@@ -2009,6 +2009,83 @@
|
|
|
2009
2009
|
}
|
|
2010
2010
|
],
|
|
2011
2011
|
"retiredProviders": []
|
|
2012
|
+
},
|
|
2013
|
+
{
|
|
2014
|
+
"releaseVersion": "0.1.0-beta.121",
|
|
2015
|
+
"previousSnapshotSha256": "f80fc5b799f346357d0cce36dfbd485a6d02679887556de392eb19b883a8e74d",
|
|
2016
|
+
"providers": [
|
|
2017
|
+
{
|
|
2018
|
+
"id": "claude",
|
|
2019
|
+
"discovery": {
|
|
2020
|
+
"providerRootNames": [
|
|
2021
|
+
".claude"
|
|
2022
|
+
],
|
|
2023
|
+
"instructionNames": [
|
|
2024
|
+
"CLAUDE.md"
|
|
2025
|
+
],
|
|
2026
|
+
"instructionOverrideNames": [
|
|
2027
|
+
"CLAUDE.local.md",
|
|
2028
|
+
"CLAUDE.override.md"
|
|
2029
|
+
],
|
|
2030
|
+
"configPaths": [
|
|
2031
|
+
".claude/settings.json",
|
|
2032
|
+
".claude/settings.local.json",
|
|
2033
|
+
".mcp.json"
|
|
2034
|
+
],
|
|
2035
|
+
"pluginRootNames": [
|
|
2036
|
+
".claude-plugin"
|
|
2037
|
+
]
|
|
2038
|
+
},
|
|
2039
|
+
"surfaces": [
|
|
2040
|
+
{
|
|
2041
|
+
"path": ".claude/settings.json",
|
|
2042
|
+
"kind": "file"
|
|
2043
|
+
},
|
|
2044
|
+
{
|
|
2045
|
+
"path": ".claude/skills",
|
|
2046
|
+
"kind": "tree"
|
|
2047
|
+
},
|
|
2048
|
+
{
|
|
2049
|
+
"path": "CLAUDE.md",
|
|
2050
|
+
"kind": "file"
|
|
2051
|
+
}
|
|
2052
|
+
]
|
|
2053
|
+
},
|
|
2054
|
+
{
|
|
2055
|
+
"id": "codex",
|
|
2056
|
+
"discovery": {
|
|
2057
|
+
"providerRootNames": [
|
|
2058
|
+
".agents",
|
|
2059
|
+
".codex"
|
|
2060
|
+
],
|
|
2061
|
+
"instructionNames": [
|
|
2062
|
+
"AGENTS.md"
|
|
2063
|
+
],
|
|
2064
|
+
"instructionOverrideNames": [
|
|
2065
|
+
"AGENTS.local.md",
|
|
2066
|
+
"AGENTS.override.md"
|
|
2067
|
+
],
|
|
2068
|
+
"configPaths": [
|
|
2069
|
+
".codex/config.toml",
|
|
2070
|
+
".codex/hooks.json"
|
|
2071
|
+
],
|
|
2072
|
+
"pluginRootNames": [
|
|
2073
|
+
".codex-plugin"
|
|
2074
|
+
]
|
|
2075
|
+
},
|
|
2076
|
+
"surfaces": [
|
|
2077
|
+
{
|
|
2078
|
+
"path": ".agents/skills",
|
|
2079
|
+
"kind": "tree"
|
|
2080
|
+
},
|
|
2081
|
+
{
|
|
2082
|
+
"path": ".codex/hooks.json",
|
|
2083
|
+
"kind": "file"
|
|
2084
|
+
}
|
|
2085
|
+
]
|
|
2086
|
+
}
|
|
2087
|
+
],
|
|
2088
|
+
"retiredProviders": []
|
|
2012
2089
|
}
|
|
2013
2090
|
]
|
|
2014
2091
|
}
|
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.121",
|
|
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",
|