claudecode-linter 2.1.173 → 2.1.174

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.174",
3
+ "extractedAt": "2026-06-12T01:16:39.966Z",
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.174",
3
+ "extractedAt": "2026-06-12T01:16:39.967Z",
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.174",
3
+ "extractedAt": "2026-06-12T01:16:39.971Z",
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.174",
3
+ "extractedAt": "2026-06-12T01:16:39.945Z",
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.174",
3
+ "extractedAt": "2026-06-12T01:16:39.969Z",
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.174",
3
+ "extractedAt": "2026-06-12T01:16:39.945Z",
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.174",
3
+ "extractedAt": "2026-06-12T01:16:39.943Z",
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-12T01:16:41.101Z",
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.174",
3
+ "extractedAt": "2026-06-12T01:16:39.962Z",
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": {
@@ -2563,6 +2563,10 @@
2563
2563
  "type": "boolean",
2564
2564
  "description": "Auto-scroll the conversation view to bottom (fullscreen mode only)"
2565
2565
  },
2566
+ "wheelScrollAccelerationEnabled": {
2567
+ "type": "boolean",
2568
+ "description": "Ramp mouse-wheel scroll speed during fast scrolls (fullscreen mode only)"
2569
+ },
2566
2570
  "fileCheckpointingEnabled": {
2567
2571
  "type": "boolean",
2568
2572
  "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.174",
3
+ "extractedAt": "2026-06-12T01:16:39.964Z",
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.174 — extracted 2026-06-12T01:16:35.019Z
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
  ]);
@@ -342,6 +344,7 @@ export const SETTINGS_USER_FIELDS = new Set([
342
344
  "viewMode",
343
345
  "voice",
344
346
  "voiceEnabled",
347
+ "wheelScrollAccelerationEnabled",
345
348
  "workflowKeywordTriggerEnabled",
346
349
  "worktree",
347
350
  "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.174",
4
4
  "description": "Standalone linter for Claude Code plugins and configuration files",
5
5
  "type": "module",
6
6
  "bin": {