claudecode-linter 2.1.168 → 2.1.169

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.168",
3
- "extractedAt": "2026-06-07T01:14:20.030Z",
2
+ "extractedFromClaudeCodeVersion": "2.1.169",
3
+ "extractedAt": "2026-06-09T01:05:58.189Z",
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.168",
3
- "extractedAt": "2026-06-07T01:14:20.031Z",
2
+ "extractedFromClaudeCodeVersion": "2.1.169",
3
+ "extractedAt": "2026-06-09T01:05:58.190Z",
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.168",
3
- "extractedAt": "2026-06-07T01:14:20.035Z",
2
+ "extractedFromClaudeCodeVersion": "2.1.169",
3
+ "extractedAt": "2026-06-09T01:05:58.194Z",
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.168",
3
- "extractedAt": "2026-06-07T01:14:20.008Z",
2
+ "extractedFromClaudeCodeVersion": "2.1.169",
3
+ "extractedAt": "2026-06-09T01:05:58.168Z",
4
4
  "schema": {
5
5
  "$schema": "https://json-schema.org/draft/2020-12/schema",
6
6
  "title": "Claude Code .lsp.json",
@@ -69,6 +69,10 @@
69
69
  "maxRestarts": {
70
70
  "type": "number",
71
71
  "description": "Maximum number of restart attempts before giving up"
72
+ },
73
+ "diagnostics": {
74
+ "type": "boolean",
75
+ "description": "Whether to push publishDiagnostics into the agent context after edits. Set to false to keep LSP navigation (goToDefinition, hover, etc.) but suppress automatic diagnostic injection. Defaults to true."
72
76
  }
73
77
  },
74
78
  "required": [
@@ -1,6 +1,6 @@
1
1
  {
2
- "extractedFromClaudeCodeVersion": "2.1.168",
3
- "extractedAt": "2026-06-07T01:14:20.033Z",
2
+ "extractedFromClaudeCodeVersion": "2.1.169",
3
+ "extractedAt": "2026-06-09T01:05:58.191Z",
4
4
  "schema": {
5
5
  "$schema": "https://json-schema.org/draft/2020-12/schema",
6
6
  "title": "Claude Code .mcp.json",
@@ -291,6 +291,9 @@
291
291
  "id": {
292
292
  "type": "string"
293
293
  },
294
+ "displayName": {
295
+ "type": "string"
296
+ },
294
297
  "timeout": {
295
298
  "type": "number"
296
299
  },
@@ -1,6 +1,6 @@
1
1
  {
2
- "extractedFromClaudeCodeVersion": "2.1.168",
3
- "extractedAt": "2026-06-07T01:14:20.009Z",
2
+ "extractedFromClaudeCodeVersion": "2.1.169",
3
+ "extractedAt": "2026-06-09T01:05:58.169Z",
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.168",
3
- "extractedAt": "2026-06-07T01:14:20.007Z",
2
+ "extractedFromClaudeCodeVersion": "2.1.169",
3
+ "extractedAt": "2026-06-09T01:05:58.167Z",
4
4
  "schema": {
5
5
  "$schema": "https://json-schema.org/draft/2020-12/schema",
6
6
  "title": "Claude Code plugin.json",
@@ -1196,6 +1196,9 @@
1196
1196
  "id": {
1197
1197
  "type": "string"
1198
1198
  },
1199
+ "displayName": {
1200
+ "type": "string"
1201
+ },
1199
1202
  "timeout": {
1200
1203
  "type": "number"
1201
1204
  },
@@ -1537,6 +1540,9 @@
1537
1540
  "id": {
1538
1541
  "type": "string"
1539
1542
  },
1543
+ "displayName": {
1544
+ "type": "string"
1545
+ },
1540
1546
  "timeout": {
1541
1547
  "type": "number"
1542
1548
  },
@@ -1649,6 +1655,10 @@
1649
1655
  "maxRestarts": {
1650
1656
  "type": "number",
1651
1657
  "description": "Maximum number of restart attempts before giving up"
1658
+ },
1659
+ "diagnostics": {
1660
+ "type": "boolean",
1661
+ "description": "Whether to push publishDiagnostics into the agent context after edits. Set to false to keep LSP navigation (goToDefinition, hover, etc.) but suppress automatic diagnostic injection. Defaults to true."
1652
1662
  }
1653
1663
  },
1654
1664
  "required": [
@@ -1733,6 +1743,10 @@
1733
1743
  "maxRestarts": {
1734
1744
  "type": "number",
1735
1745
  "description": "Maximum number of restart attempts before giving up"
1746
+ },
1747
+ "diagnostics": {
1748
+ "type": "boolean",
1749
+ "description": "Whether to push publishDiagnostics into the agent context after edits. Set to false to keep LSP navigation (goToDefinition, hover, etc.) but suppress automatic diagnostic injection. Defaults to true."
1736
1750
  }
1737
1751
  },
1738
1752
  "required": [
@@ -1,5 +1,5 @@
1
1
  {
2
- "fetchedAt": "2026-06-07T01:14:21.177Z",
2
+ "fetchedAt": "2026-06-09T01:05:59.343Z",
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.168",
3
- "extractedAt": "2026-06-07T01:14:20.026Z",
2
+ "extractedFromClaudeCodeVersion": "2.1.169",
3
+ "extractedAt": "2026-06-09T01:05:58.185Z",
4
4
  "schema": {
5
5
  "$schema": "https://json-schema.org/draft/2020-12/schema",
6
6
  "title": "Claude Code settings.json",
@@ -221,6 +221,10 @@
221
221
  },
222
222
  "description": "Per-skill listing overrides keyed by skill name. \"name-only\" lists the skill without its description; \"user-invocable-only\" hides it from the model but keeps /name; \"off\" hides it from both. Absent = on."
223
223
  },
224
+ "disableBundledSkills": {
225
+ "type": "boolean",
226
+ "description": "Disable the skills and workflows that ship with Claude Code: bundled skills and workflows are removed entirely; built-in slash commands stay typable but are hidden from the model. Plugins, .claude/skills/, and .claude/commands/ are unaffected. Equivalent to CLAUDE_CODE_DISABLE_BUNDLED_SKILLS=1."
227
+ },
224
228
  "allowedMcpServers": {
225
229
  "type": "array",
226
230
  "items": {
@@ -1930,7 +1934,7 @@
1930
1934
  "items": {
1931
1935
  "type": "string"
1932
1936
  },
1933
- "description": "Marketplace names whose plugins may surface as contextual install suggestions (relevance-based tips), in addition to the official marketplace. Only honored when set in managed settings (policy scope); the key is ignored in user, project, and local settings. A name only takes effect when the marketplace is registered on the machine AND its registered source is also declared in managed settings, either as the extraKnownMarketplaces entry for that name or as an entry of strictKnownMarketplaces. A marketplace registered from a different source under an allowlisted name is ignored."
1937
+ "description": "Marketplace names whose plugins may surface as contextual install suggestions (relevance-based tips). No marketplace-declared suggestions surface without this allowlist; the built-in first-party frontend-design tip is unaffected. Only honored when set in managed settings (policy scope); the key is ignored in user, project, and local settings. A name only takes effect when the marketplace is registered on the machine AND its registered source is also declared in managed settings, either as the extraKnownMarketplaces entry for that name or as an entry of strictKnownMarketplaces. A marketplace registered from a different source under an allowlisted name is ignored. The official marketplace is exempt from the source requirement: allowlisting its name alone suffices, since that name can only register from the official Anthropic source."
1934
1938
  },
1935
1939
  "forceLoginMethod": {
1936
1940
  "enum": [
@@ -2341,10 +2345,10 @@
2341
2345
  "properties": {
2342
2346
  "defaultEnvironmentId": {
2343
2347
  "type": "string",
2344
- "description": "Default environment ID to use for remote sessions"
2348
+ "description": "Default environment ID to use for cloud sessions"
2345
2349
  }
2346
2350
  },
2347
- "description": "Remote session configuration"
2351
+ "description": "Cloud session configuration"
2348
2352
  },
2349
2353
  "autoUpdatesChannel": {
2350
2354
  "enum": [
@@ -1,6 +1,6 @@
1
1
  {
2
- "extractedFromClaudeCodeVersion": "2.1.168",
3
- "extractedAt": "2026-06-07T01:14:20.029Z",
2
+ "extractedFromClaudeCodeVersion": "2.1.169",
3
+ "extractedAt": "2026-06-09T01:05:58.187Z",
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.168 — extracted 2026-06-07T01:14:15.476Z
2
+ // Claude Code v2.1.169 — extracted 2026-06-09T01:05:53.573Z
3
3
  // Do not edit manually. Run: npm run generate-contracts
4
4
  export const TOOLS = new Set([
5
5
  "Agent",
@@ -249,6 +249,7 @@ export const SETTINGS_USER_FIELDS = new Set([
249
249
  "disableAllHooks",
250
250
  "disableAutoMode",
251
251
  "disableBackgroundAgents",
252
+ "disableBundledSkills",
252
253
  "disableRemoteControl",
253
254
  "disableSkillShellExecution",
254
255
  "disableWorkflows",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claudecode-linter",
3
- "version": "2.1.168",
3
+ "version": "2.1.169",
4
4
  "description": "Standalone linter for Claude Code plugins and configuration files",
5
5
  "type": "module",
6
6
  "bin": {