claudecode-linter 2.1.186 → 2.1.190
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.
- package/contracts/agent-frontmatter.schema.json +2 -2
- package/contracts/command-frontmatter.schema.json +2 -2
- package/contracts/hooks.schema.json +2 -2
- package/contracts/lsp.schema.json +2 -2
- package/contracts/mcp.schema.json +2 -2
- package/contracts/monitors.schema.json +2 -2
- package/contracts/plugin.schema.json +2 -2
- package/contracts/schemastore/manifest.json +1 -1
- package/contracts/settings.schema.json +51 -2
- package/contracts/skill-frontmatter.schema.json +2 -2
- package/dist/contracts.js +1 -1
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"extractedFromClaudeCodeVersion": "2.1.
|
|
3
|
-
"extractedAt": "2026-06-
|
|
2
|
+
"extractedFromClaudeCodeVersion": "2.1.190",
|
|
3
|
+
"extractedAt": "2026-06-24T18:43:28.729Z",
|
|
4
4
|
"schema": {
|
|
5
5
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
6
6
|
"title": "Claude Code agent .md frontmatter",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"extractedFromClaudeCodeVersion": "2.1.
|
|
3
|
-
"extractedAt": "2026-06-
|
|
2
|
+
"extractedFromClaudeCodeVersion": "2.1.190",
|
|
3
|
+
"extractedAt": "2026-06-24T18:43:28.729Z",
|
|
4
4
|
"schema": {
|
|
5
5
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
6
6
|
"title": "Claude Code command .md frontmatter",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"extractedFromClaudeCodeVersion": "2.1.
|
|
3
|
-
"extractedAt": "2026-06-
|
|
2
|
+
"extractedFromClaudeCodeVersion": "2.1.190",
|
|
3
|
+
"extractedAt": "2026-06-24T18:43:28.734Z",
|
|
4
4
|
"schema": {
|
|
5
5
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
6
6
|
"title": "Claude Code hooks.json",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"extractedFromClaudeCodeVersion": "2.1.
|
|
3
|
-
"extractedAt": "2026-06-
|
|
2
|
+
"extractedFromClaudeCodeVersion": "2.1.190",
|
|
3
|
+
"extractedAt": "2026-06-24T18:43:28.708Z",
|
|
4
4
|
"schema": {
|
|
5
5
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
6
6
|
"title": "Claude Code .lsp.json",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"extractedFromClaudeCodeVersion": "2.1.
|
|
3
|
-
"extractedAt": "2026-06-
|
|
2
|
+
"extractedFromClaudeCodeVersion": "2.1.190",
|
|
3
|
+
"extractedAt": "2026-06-24T18:43:28.732Z",
|
|
4
4
|
"schema": {
|
|
5
5
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
6
6
|
"title": "Claude Code .mcp.json",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"extractedFromClaudeCodeVersion": "2.1.
|
|
3
|
-
"extractedAt": "2026-06-
|
|
2
|
+
"extractedFromClaudeCodeVersion": "2.1.190",
|
|
3
|
+
"extractedAt": "2026-06-24T18:43:28.709Z",
|
|
4
4
|
"schema": {
|
|
5
5
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
6
6
|
"title": "Claude Code monitors.json",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"extractedFromClaudeCodeVersion": "2.1.
|
|
3
|
-
"extractedAt": "2026-06-
|
|
2
|
+
"extractedFromClaudeCodeVersion": "2.1.190",
|
|
3
|
+
"extractedAt": "2026-06-24T18:43:28.707Z",
|
|
4
4
|
"schema": {
|
|
5
5
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
6
6
|
"title": "Claude Code plugin.json",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"extractedFromClaudeCodeVersion": "2.1.
|
|
3
|
-
"extractedAt": "2026-06-
|
|
2
|
+
"extractedFromClaudeCodeVersion": "2.1.190",
|
|
3
|
+
"extractedAt": "2026-06-24T18:43:28.725Z",
|
|
4
4
|
"schema": {
|
|
5
5
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
6
6
|
"title": "Claude Code settings.json",
|
|
@@ -2183,6 +2183,55 @@
|
|
|
2183
2183
|
}
|
|
2184
2184
|
}
|
|
2185
2185
|
},
|
|
2186
|
+
"credentials": {
|
|
2187
|
+
"type": "object",
|
|
2188
|
+
"properties": {
|
|
2189
|
+
"files": {
|
|
2190
|
+
"type": "array",
|
|
2191
|
+
"items": {
|
|
2192
|
+
"type": "object",
|
|
2193
|
+
"properties": {
|
|
2194
|
+
"path": {
|
|
2195
|
+
"type": "string",
|
|
2196
|
+
"minLength": 1,
|
|
2197
|
+
"description": "Path to a credential file or directory. Same resolution as sandbox.filesystem.* paths: absolute, ~ expanded, or relative to the settings file root (project root for project settings, ~/.claude for user settings)."
|
|
2198
|
+
},
|
|
2199
|
+
"mode": {
|
|
2200
|
+
"const": "deny",
|
|
2201
|
+
"description": "Access mode for this path. Only `deny` is supported."
|
|
2202
|
+
}
|
|
2203
|
+
},
|
|
2204
|
+
"required": [
|
|
2205
|
+
"path",
|
|
2206
|
+
"mode"
|
|
2207
|
+
]
|
|
2208
|
+
},
|
|
2209
|
+
"description": "Credential files or directories to protect. `deny` blocks reads inside the sandbox."
|
|
2210
|
+
},
|
|
2211
|
+
"envVars": {
|
|
2212
|
+
"type": "array",
|
|
2213
|
+
"items": {
|
|
2214
|
+
"type": "object",
|
|
2215
|
+
"properties": {
|
|
2216
|
+
"name": {
|
|
2217
|
+
"type": "string",
|
|
2218
|
+
"pattern": "^[A-Za-z_][A-Za-z0-9_]*$",
|
|
2219
|
+
"description": "Environment variable name."
|
|
2220
|
+
},
|
|
2221
|
+
"mode": {
|
|
2222
|
+
"const": "deny",
|
|
2223
|
+
"description": "Access mode for this environment variable. Only `deny` is supported."
|
|
2224
|
+
}
|
|
2225
|
+
},
|
|
2226
|
+
"required": [
|
|
2227
|
+
"name",
|
|
2228
|
+
"mode"
|
|
2229
|
+
]
|
|
2230
|
+
},
|
|
2231
|
+
"description": "Environment variables to protect. `deny` unsets the variable for sandboxed commands."
|
|
2232
|
+
}
|
|
2233
|
+
}
|
|
2234
|
+
},
|
|
2186
2235
|
"ignoreViolations": {
|
|
2187
2236
|
"type": "object",
|
|
2188
2237
|
"additionalProperties": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"extractedFromClaudeCodeVersion": "2.1.
|
|
3
|
-
"extractedAt": "2026-06-
|
|
2
|
+
"extractedFromClaudeCodeVersion": "2.1.190",
|
|
3
|
+
"extractedAt": "2026-06-24T18:43:28.727Z",
|
|
4
4
|
"schema": {
|
|
5
5
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
6
6
|
"title": "Claude Code SKILL.md frontmatter",
|
package/dist/contracts.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// Auto-generated from contracts/claude-code-contracts.json
|
|
2
|
-
// Claude Code v2.1.
|
|
2
|
+
// Claude Code v2.1.190 — extracted 2026-06-24T18:43:24.341Z
|
|
3
3
|
// Do not edit manually. Run: npm run generate-contracts
|
|
4
4
|
export const TOOLS = new Set([
|
|
5
5
|
"Agent",
|