claudecode-linter 2.1.179 → 2.1.181

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.181",
3
+ "extractedAt": "2026-06-18T01:15:14.459Z",
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.181",
3
+ "extractedAt": "2026-06-18T01:15:14.460Z",
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.181",
3
+ "extractedAt": "2026-06-18T01:15:14.464Z",
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.181",
3
+ "extractedAt": "2026-06-18T01:15:14.439Z",
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.181",
3
+ "extractedAt": "2026-06-18T01:15:14.462Z",
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.181",
3
+ "extractedAt": "2026-06-18T01:15:14.439Z",
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.181",
3
+ "extractedAt": "2026-06-18T01:15:14.437Z",
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-18T01:15:15.594Z",
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.181",
3
+ "extractedAt": "2026-06-18T01:15:14.456Z",
4
4
  "schema": {
5
5
  "$schema": "https://json-schema.org/draft/2020-12/schema",
6
6
  "title": "Claude Code settings.json",
@@ -2187,6 +2187,10 @@
2187
2187
  "type": "boolean",
2188
2188
  "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
2189
  },
2190
+ "allowAppleEvents": {
2191
+ "type": "boolean",
2192
+ "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"
2193
+ },
2190
2194
  "excludedCommands": {
2191
2195
  "type": "array",
2192
2196
  "items": {
@@ -1,6 +1,6 @@
1
1
  {
2
- "extractedFromClaudeCodeVersion": "2.1.179",
3
- "extractedAt": "2026-06-17T01:16:42.323Z",
2
+ "extractedFromClaudeCodeVersion": "2.1.181",
3
+ "extractedAt": "2026-06-18T01:15:14.458Z",
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.181 — extracted 2026-06-18T01:15:09.856Z
3
3
  // Do not edit manually. Run: npm run generate-contracts
4
4
  export const TOOLS = new Set([
5
5
  "Agent",
@@ -370,6 +370,7 @@ export const PERMISSIONS_FIELDS = new Set([
370
370
  ]);
371
371
  // Allowed sub-keys of the settings `sandbox` object.
372
372
  export const SANDBOX_FIELDS = new Set([
373
+ "allowAppleEvents",
373
374
  "allowUnsandboxedCommands",
374
375
  "autoAllowBashIfSandboxed",
375
376
  "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.181",
4
4
  "description": "Standalone linter for Claude Code plugins and configuration files",
5
5
  "type": "module",
6
6
  "bin": {