claudecode-linter 2.1.165 → 2.1.167

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.165",
3
- "extractedAt": "2026-06-05T07:42:25.604Z",
2
+ "extractedFromClaudeCodeVersion": "2.1.167",
3
+ "extractedAt": "2026-06-06T07:15:11.343Z",
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.165",
3
- "extractedAt": "2026-06-05T07:42:25.607Z",
2
+ "extractedFromClaudeCodeVersion": "2.1.167",
3
+ "extractedAt": "2026-06-06T07:15:11.344Z",
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.165",
3
- "extractedAt": "2026-06-05T07:42:25.611Z",
2
+ "extractedFromClaudeCodeVersion": "2.1.167",
3
+ "extractedAt": "2026-06-06T07:15:11.347Z",
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.165",
3
- "extractedAt": "2026-06-05T07:42:25.578Z",
2
+ "extractedFromClaudeCodeVersion": "2.1.167",
3
+ "extractedAt": "2026-06-06T07:15:11.320Z",
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.165",
3
- "extractedAt": "2026-06-05T07:42:25.608Z",
2
+ "extractedFromClaudeCodeVersion": "2.1.167",
3
+ "extractedAt": "2026-06-06T07:15:11.345Z",
4
4
  "schema": {
5
5
  "$schema": "https://json-schema.org/draft/2020-12/schema",
6
6
  "title": "Claude Code .mcp.json",
@@ -306,6 +306,13 @@
306
306
  "blocked"
307
307
  ]
308
308
  }
309
+ },
310
+ "stateless": {
311
+ "type": "boolean"
312
+ },
313
+ "cachedInitResponse": {
314
+ "type": "object",
315
+ "additionalProperties": {}
309
316
  }
310
317
  },
311
318
  "required": [
@@ -1,6 +1,6 @@
1
1
  {
2
- "extractedFromClaudeCodeVersion": "2.1.165",
3
- "extractedAt": "2026-06-05T07:42:25.579Z",
2
+ "extractedFromClaudeCodeVersion": "2.1.167",
3
+ "extractedAt": "2026-06-06T07:15:11.321Z",
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.165",
3
- "extractedAt": "2026-06-05T07:42:25.576Z",
2
+ "extractedFromClaudeCodeVersion": "2.1.167",
3
+ "extractedAt": "2026-06-06T07:15:11.319Z",
4
4
  "schema": {
5
5
  "$schema": "https://json-schema.org/draft/2020-12/schema",
6
6
  "title": "Claude Code plugin.json",
@@ -1211,6 +1211,13 @@
1211
1211
  "blocked"
1212
1212
  ]
1213
1213
  }
1214
+ },
1215
+ "stateless": {
1216
+ "type": "boolean"
1217
+ },
1218
+ "cachedInitResponse": {
1219
+ "type": "object",
1220
+ "additionalProperties": {}
1214
1221
  }
1215
1222
  },
1216
1223
  "required": [
@@ -1545,6 +1552,13 @@
1545
1552
  "blocked"
1546
1553
  ]
1547
1554
  }
1555
+ },
1556
+ "stateless": {
1557
+ "type": "boolean"
1558
+ },
1559
+ "cachedInitResponse": {
1560
+ "type": "object",
1561
+ "additionalProperties": {}
1548
1562
  }
1549
1563
  },
1550
1564
  "required": [
@@ -1,5 +1,5 @@
1
1
  {
2
- "fetchedAt": "2026-06-05T07:42:26.695Z",
2
+ "fetchedAt": "2026-06-06T07:15:12.472Z",
3
3
  "sources": {
4
4
  "plugin-manifest.schema.json": {
5
5
  "url": "https://www.schemastore.org/claude-code-plugin-manifest.json",
@@ -1,6 +1,6 @@
1
1
  {
2
- "extractedFromClaudeCodeVersion": "2.1.165",
3
- "extractedAt": "2026-06-05T07:42:25.598Z",
2
+ "extractedFromClaudeCodeVersion": "2.1.167",
3
+ "extractedAt": "2026-06-06T07:15:11.338Z",
4
4
  "schema": {
5
5
  "$schema": "https://json-schema.org/draft/2020-12/schema",
6
6
  "title": "Claude Code settings.json",
@@ -170,6 +170,13 @@
170
170
  "type": "string",
171
171
  "description": "Override the default model used by Claude Code"
172
172
  },
173
+ "fallbackModel": {
174
+ "type": "array",
175
+ "items": {
176
+ "type": "string"
177
+ },
178
+ "description": "Fallback model(s) tried in order when the primary model is overloaded or unavailable. Each element accepts a model name or alias; \"default\" expands to the default model. CLI --fallback-model takes precedence."
179
+ },
173
180
  "availableModels": {
174
181
  "type": "array",
175
182
  "items": {
@@ -2542,7 +2549,7 @@
2542
2549
  },
2543
2550
  "switchModelsOnFlag": {
2544
2551
  "type": "boolean",
2545
- "description": "When safety filters block a message, automatically switch to a different model to keep chatting. When off, your chat may stop instead."
2552
+ "description": "When safety measures flag a message, automatically switch to a different model to keep chatting. When off, your session will pause instead."
2546
2553
  },
2547
2554
  "autoScrollEnabled": {
2548
2555
  "type": "boolean",
@@ -1,6 +1,6 @@
1
1
  {
2
- "extractedFromClaudeCodeVersion": "2.1.165",
3
- "extractedAt": "2026-06-05T07:42:25.602Z",
2
+ "extractedFromClaudeCodeVersion": "2.1.167",
3
+ "extractedAt": "2026-06-06T07:15:11.341Z",
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.165 — extracted 2026-06-05T07:42:21.114Z
2
+ // Claude Code v2.1.167 — extracted 2026-06-06T07:15:06.617Z
3
3
  // Do not edit manually. Run: npm run generate-contracts
4
4
  export const TOOLS = new Set([
5
5
  "Agent",
@@ -262,6 +262,7 @@ export const SETTINGS_USER_FIELDS = new Set([
262
262
  "enabledPlugins",
263
263
  "env",
264
264
  "extraKnownMarketplaces",
265
+ "fallbackModel",
265
266
  "fastMode",
266
267
  "fastModePerSessionOptIn",
267
268
  "feedbackSurveyRate",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claudecode-linter",
3
- "version": "2.1.165",
3
+ "version": "2.1.167",
4
4
  "description": "Standalone linter for Claude Code plugins and configuration files",
5
5
  "type": "module",
6
6
  "bin": {