claudecode-linter 2.1.173 → 2.1.175

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.
@@ -1,6 +1,6 @@
1
1
  {
2
- "extractedFromClaudeCodeVersion": "2.1.173",
3
- "extractedAt": "2026-06-11T07:55:05.803Z",
2
+ "extractedFromClaudeCodeVersion": "2.1.175",
3
+ "extractedAt": "2026-06-12T07:50:46.948Z",
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.173",
3
- "extractedAt": "2026-06-11T07:55:05.804Z",
2
+ "extractedFromClaudeCodeVersion": "2.1.175",
3
+ "extractedAt": "2026-06-12T07:50:46.949Z",
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.173",
3
- "extractedAt": "2026-06-11T07:55:05.808Z",
2
+ "extractedFromClaudeCodeVersion": "2.1.175",
3
+ "extractedAt": "2026-06-12T07:50:46.953Z",
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.173",
3
- "extractedAt": "2026-06-11T07:55:05.783Z",
2
+ "extractedFromClaudeCodeVersion": "2.1.175",
3
+ "extractedAt": "2026-06-12T07:50:46.927Z",
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.173",
3
- "extractedAt": "2026-06-11T07:55:05.806Z",
2
+ "extractedFromClaudeCodeVersion": "2.1.175",
3
+ "extractedAt": "2026-06-12T07:50:46.951Z",
4
4
  "schema": {
5
5
  "$schema": "https://json-schema.org/draft/2020-12/schema",
6
6
  "title": "Claude Code .mcp.json",
@@ -95,6 +95,16 @@
95
95
  },
96
96
  "role": {
97
97
  "const": "comms"
98
+ },
99
+ "toolPermissions": {
100
+ "type": "object",
101
+ "additionalProperties": {
102
+ "enum": [
103
+ "allow",
104
+ "ask",
105
+ "blocked"
106
+ ]
107
+ }
98
108
  }
99
109
  },
100
110
  "required": [
@@ -218,6 +228,16 @@
218
228
  },
219
229
  "role": {
220
230
  "const": "comms"
231
+ },
232
+ "toolPermissions": {
233
+ "type": "object",
234
+ "additionalProperties": {
235
+ "enum": [
236
+ "allow",
237
+ "ask",
238
+ "blocked"
239
+ ]
240
+ }
221
241
  }
222
242
  },
223
243
  "required": [
@@ -1,6 +1,6 @@
1
1
  {
2
- "extractedFromClaudeCodeVersion": "2.1.173",
3
- "extractedAt": "2026-06-11T07:55:05.783Z",
2
+ "extractedFromClaudeCodeVersion": "2.1.175",
3
+ "extractedAt": "2026-06-12T07:50:46.927Z",
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.173",
3
- "extractedAt": "2026-06-11T07:55:05.781Z",
2
+ "extractedFromClaudeCodeVersion": "2.1.175",
3
+ "extractedAt": "2026-06-12T07:50:46.925Z",
4
4
  "schema": {
5
5
  "$schema": "https://json-schema.org/draft/2020-12/schema",
6
6
  "title": "Claude Code plugin.json",
@@ -1000,6 +1000,16 @@
1000
1000
  },
1001
1001
  "role": {
1002
1002
  "const": "comms"
1003
+ },
1004
+ "toolPermissions": {
1005
+ "type": "object",
1006
+ "additionalProperties": {
1007
+ "enum": [
1008
+ "allow",
1009
+ "ask",
1010
+ "blocked"
1011
+ ]
1012
+ }
1003
1013
  }
1004
1014
  },
1005
1015
  "required": [
@@ -1123,6 +1133,16 @@
1123
1133
  },
1124
1134
  "role": {
1125
1135
  "const": "comms"
1136
+ },
1137
+ "toolPermissions": {
1138
+ "type": "object",
1139
+ "additionalProperties": {
1140
+ "enum": [
1141
+ "allow",
1142
+ "ask",
1143
+ "blocked"
1144
+ ]
1145
+ }
1126
1146
  }
1127
1147
  },
1128
1148
  "required": [
@@ -1344,6 +1364,16 @@
1344
1364
  },
1345
1365
  "role": {
1346
1366
  "const": "comms"
1367
+ },
1368
+ "toolPermissions": {
1369
+ "type": "object",
1370
+ "additionalProperties": {
1371
+ "enum": [
1372
+ "allow",
1373
+ "ask",
1374
+ "blocked"
1375
+ ]
1376
+ }
1347
1377
  }
1348
1378
  },
1349
1379
  "required": [
@@ -1467,6 +1497,16 @@
1467
1497
  },
1468
1498
  "role": {
1469
1499
  "const": "comms"
1500
+ },
1501
+ "toolPermissions": {
1502
+ "type": "object",
1503
+ "additionalProperties": {
1504
+ "enum": [
1505
+ "allow",
1506
+ "ask",
1507
+ "blocked"
1508
+ ]
1509
+ }
1470
1510
  }
1471
1511
  },
1472
1512
  "required": [
@@ -1,5 +1,5 @@
1
1
  {
2
- "fetchedAt": "2026-06-11T07:55:06.928Z",
2
+ "fetchedAt": "2026-06-12T07:50:48.136Z",
3
3
  "sources": {
4
4
  "plugin-manifest.schema.json": {
5
5
  "url": "https://www.schemastore.org/claude-code-plugin-manifest.json",
@@ -1,13 +1,13 @@
1
1
  {
2
- "extractedFromClaudeCodeVersion": "2.1.173",
3
- "extractedAt": "2026-06-11T07:55:05.799Z",
2
+ "extractedFromClaudeCodeVersion": "2.1.175",
3
+ "extractedAt": "2026-06-12T07:50:46.944Z",
4
4
  "schema": {
5
5
  "$schema": "https://json-schema.org/draft/2020-12/schema",
6
6
  "title": "Claude Code settings.json",
7
7
  "type": "object",
8
8
  "properties": {
9
9
  "$schema": {
10
- "const": "https://json.schemastore.org/claude-code-settings.json",
10
+ "type": "string",
11
11
  "description": "JSON Schema reference for Claude Code settings"
12
12
  },
13
13
  "apiKeyHelper": {
@@ -184,6 +184,10 @@
184
184
  },
185
185
  "description": "Allowlist of models that users can select. Accepts family aliases (\"opus\" allows any opus version), version prefixes (\"opus-4-5\" allows only that version), and full model IDs. If undefined, all models are available. If empty array, only the default model is available. Typically set in managed settings by enterprise administrators."
186
186
  },
187
+ "enforceAvailableModels": {
188
+ "type": "boolean",
189
+ "description": "When true and availableModels is a non-empty array, the Default model selection is also constrained: if the default model for the user tier is not in availableModels, Default resolves to the first allowed availableModels entry instead. Has no effect when availableModels is unset or an empty array. Typically set in managed settings by enterprise administrators."
190
+ },
187
191
  "modelOverrides": {
188
192
  "type": "object",
189
193
  "additionalProperties": {
@@ -2563,6 +2567,10 @@
2563
2567
  "type": "boolean",
2564
2568
  "description": "Auto-scroll the conversation view to bottom (fullscreen mode only)"
2565
2569
  },
2570
+ "wheelScrollAccelerationEnabled": {
2571
+ "type": "boolean",
2572
+ "description": "Ramp mouse-wheel scroll speed during fast scrolls (fullscreen mode only)"
2573
+ },
2566
2574
  "fileCheckpointingEnabled": {
2567
2575
  "type": "boolean",
2568
2576
  "description": "Snapshot files before edits so /rewind can restore them"
@@ -1,6 +1,6 @@
1
1
  {
2
- "extractedFromClaudeCodeVersion": "2.1.173",
3
- "extractedAt": "2026-06-11T07:55:05.802Z",
2
+ "extractedFromClaudeCodeVersion": "2.1.175",
3
+ "extractedAt": "2026-06-12T07:50:46.946Z",
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.173 — extracted 2026-06-11T07:55:01.294Z
2
+ // Claude Code v2.1.175 — extracted 2026-06-12T07:50:42.300Z
3
3
  // Do not edit manually. Run: npm run generate-contracts
4
4
  export const TOOLS = new Set([
5
5
  "Agent",
@@ -23,6 +23,7 @@ export const TOOLS = new Set([
23
23
  "Monitor",
24
24
  "NotebookEdit",
25
25
  "NotebookRead",
26
+ "Projects",
26
27
  "PushNotification",
27
28
  "REPL",
28
29
  "Read",
@@ -179,6 +180,7 @@ export const MCP_SERVER_FIELDS = new Set([
179
180
  "oauth",
180
181
  "role",
181
182
  "timeout",
183
+ "toolPermissions",
182
184
  "type",
183
185
  "url",
184
186
  ]);
@@ -265,6 +267,7 @@ export const SETTINGS_USER_FIELDS = new Set([
265
267
  "enableWorkflows",
266
268
  "enabledMcpjsonServers",
267
269
  "enabledPlugins",
270
+ "enforceAvailableModels",
268
271
  "env",
269
272
  "extraKnownMarketplaces",
270
273
  "fallbackModel",
@@ -342,6 +345,7 @@ export const SETTINGS_USER_FIELDS = new Set([
342
345
  "viewMode",
343
346
  "voice",
344
347
  "voiceEnabled",
348
+ "wheelScrollAccelerationEnabled",
345
349
  "workflowKeywordTriggerEnabled",
346
350
  "worktree",
347
351
  "wslInheritsWindowsSettings",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claudecode-linter",
3
- "version": "2.1.173",
3
+ "version": "2.1.175",
4
4
  "description": "Standalone linter for Claude Code plugins and configuration files",
5
5
  "type": "module",
6
6
  "bin": {