claudecode-linter 2.1.179 → 2.1.183

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.179",
3
- "extractedAt": "2026-06-17T01:16:42.324Z",
2
+ "extractedFromClaudeCodeVersion": "2.1.183",
3
+ "extractedAt": "2026-06-19T01:21:19.396Z",
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.179",
3
- "extractedAt": "2026-06-17T01:16:42.326Z",
2
+ "extractedFromClaudeCodeVersion": "2.1.183",
3
+ "extractedAt": "2026-06-19T01:21:19.399Z",
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.179",
3
- "extractedAt": "2026-06-17T01:16:42.329Z",
2
+ "extractedFromClaudeCodeVersion": "2.1.183",
3
+ "extractedAt": "2026-06-19T01:21:19.402Z",
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.179",
3
- "extractedAt": "2026-06-17T01:16:42.303Z",
2
+ "extractedFromClaudeCodeVersion": "2.1.183",
3
+ "extractedAt": "2026-06-19T01:21:19.376Z",
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.179",
3
- "extractedAt": "2026-06-17T01:16:42.327Z",
2
+ "extractedFromClaudeCodeVersion": "2.1.183",
3
+ "extractedAt": "2026-06-19T01:21:19.400Z",
4
4
  "schema": {
5
5
  "$schema": "https://json-schema.org/draft/2020-12/schema",
6
6
  "title": "Claude Code .mcp.json",
@@ -314,6 +314,9 @@
314
314
  "displayName": {
315
315
  "type": "string"
316
316
  },
317
+ "iconUrl": {
318
+ "type": "string"
319
+ },
317
320
  "timeout": {
318
321
  "type": "number"
319
322
  },
@@ -1,6 +1,6 @@
1
1
  {
2
- "extractedFromClaudeCodeVersion": "2.1.179",
3
- "extractedAt": "2026-06-17T01:16:42.304Z",
2
+ "extractedFromClaudeCodeVersion": "2.1.183",
3
+ "extractedAt": "2026-06-19T01:21:19.377Z",
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.179",
3
- "extractedAt": "2026-06-17T01:16:42.301Z",
2
+ "extractedFromClaudeCodeVersion": "2.1.183",
3
+ "extractedAt": "2026-06-19T01:21:19.374Z",
4
4
  "schema": {
5
5
  "$schema": "https://json-schema.org/draft/2020-12/schema",
6
6
  "title": "Claude Code plugin.json",
@@ -1219,6 +1219,9 @@
1219
1219
  "displayName": {
1220
1220
  "type": "string"
1221
1221
  },
1222
+ "iconUrl": {
1223
+ "type": "string"
1224
+ },
1222
1225
  "timeout": {
1223
1226
  "type": "number"
1224
1227
  },
@@ -1583,6 +1586,9 @@
1583
1586
  "displayName": {
1584
1587
  "type": "string"
1585
1588
  },
1589
+ "iconUrl": {
1590
+ "type": "string"
1591
+ },
1586
1592
  "timeout": {
1587
1593
  "type": "number"
1588
1594
  },
@@ -1,5 +1,5 @@
1
1
  {
2
- "fetchedAt": "2026-06-17T01:16:43.465Z",
2
+ "fetchedAt": "2026-06-19T01:21:20.596Z",
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.179",
3
- "extractedAt": "2026-06-17T01:16:42.320Z",
2
+ "extractedFromClaudeCodeVersion": "2.1.183",
3
+ "extractedAt": "2026-06-19T01:21:19.392Z",
4
4
  "schema": {
5
5
  "$schema": "https://json-schema.org/draft/2020-12/schema",
6
6
  "title": "Claude Code settings.json",
@@ -151,6 +151,10 @@
151
151
  "pr": {
152
152
  "type": "string",
153
153
  "description": "Attribution text for pull request descriptions. Empty string hides attribution."
154
+ },
155
+ "sessionUrl": {
156
+ "type": "boolean",
157
+ "description": "Whether to append the claude.ai session link to commits and PRs created from web or Remote Control sessions (default: true). Set to false to omit the Claude-Session trailer and PR-body link."
154
158
  }
155
159
  },
156
160
  "description": "Customize attribution text for commits and PRs. Each field defaults to the standard Claude Code attribution if not set."
@@ -213,6 +217,10 @@
213
217
  },
214
218
  "description": "List of rejected MCP servers from .mcp.json"
215
219
  },
220
+ "disableClaudeAiConnectors": {
221
+ "type": "boolean",
222
+ "description": "When true in any settings source, claude.ai MCP cloud connectors are not auto-fetched or connected. \"+\"Only gates auto-fetched connectors \\u2014 a claudeai-proxy server passed explicitly \"+\"(e.g. via --mcp-config or the SDK mcpServers option) still follows the normal MCP config trust flow. Any-source-true wins: a project can opt out, but a project-level false cannot override a user-level true."
223
+ },
216
224
  "skillOverrides": {
217
225
  "type": "object",
218
226
  "additionalProperties": {
@@ -262,7 +270,7 @@
262
270
  "properties": {
263
271
  "serverName": {
264
272
  "type": "string",
265
- "pattern": "^[a-zA-Z0-9_-]+$",
273
+ "minLength": 1,
266
274
  "description": "Name of the MCP server that is explicitly blocked"
267
275
  },
268
276
  "serverCommand": {
@@ -2187,6 +2195,10 @@
2187
2195
  "type": "boolean",
2188
2196
  "description": "macOS only: Allow access to com.apple.trustd.agent in the sandbox. Needed for Go-based CLI tools (gh, gcloud, terraform, etc.) to verify TLS certificates when using httpProxyPort with a MITM proxy and custom CA. \"+\"**Reduces security** \\u2014 opens a potential data exfiltration vector through the trustd service. Default: false"
2189
2197
  },
2198
+ "allowAppleEvents": {
2199
+ "type": "boolean",
2200
+ "description": "macOS only: Allow sandboxed commands to send Apple Events (and look up the appleeventsd Mach service). Needed for `open`, `osascript`, and browser-based auth flows that open URLs. \"+\"**Removes code-execution isolation** \\u2014 sandboxed commands can launch other applications \"+\"unsandboxed with no user prompt, and can script running apps (e.g. Terminal) subject to the user's per-app TCC automation consent. \"+\"Only honored from user, managed/policy, or CLI (--settings) settings \\u2014 \"+\"project settings (.claude/settings.json and .claude/settings.local.json) are ignored. Default: false"
2201
+ },
2190
2202
  "excludedCommands": {
2191
2203
  "type": "array",
2192
2204
  "items": {
@@ -1,6 +1,6 @@
1
1
  {
2
- "extractedFromClaudeCodeVersion": "2.1.179",
3
- "extractedAt": "2026-06-17T01:16:42.323Z",
2
+ "extractedFromClaudeCodeVersion": "2.1.183",
3
+ "extractedAt": "2026-06-19T01:21:19.394Z",
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.179 — extracted 2026-06-17T01:16:37.585Z
2
+ // Claude Code v2.1.183 — extracted 2026-06-19T01:21:14.756Z
3
3
  // Do not edit manually. Run: npm run generate-contracts
4
4
  export const TOOLS = new Set([
5
5
  "Agent",
@@ -256,6 +256,7 @@ export const SETTINGS_USER_FIELDS = new Set([
256
256
  "disableAutoMode",
257
257
  "disableBackgroundAgents",
258
258
  "disableBundledSkills",
259
+ "disableClaudeAiConnectors",
259
260
  "disableRemoteControl",
260
261
  "disableSkillShellExecution",
261
262
  "disableWorkflows",
@@ -370,6 +371,7 @@ export const PERMISSIONS_FIELDS = new Set([
370
371
  ]);
371
372
  // Allowed sub-keys of the settings `sandbox` object.
372
373
  export const SANDBOX_FIELDS = new Set([
374
+ "allowAppleEvents",
373
375
  "allowUnsandboxedCommands",
374
376
  "autoAllowBashIfSandboxed",
375
377
  "bwrapPath",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claudecode-linter",
3
- "version": "2.1.179",
3
+ "version": "2.1.183",
4
4
  "description": "Standalone linter for Claude Code plugins and configuration files",
5
5
  "type": "module",
6
6
  "bin": {