claudecode-linter 2.1.181 → 2.1.185

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.181",
3
- "extractedAt": "2026-06-18T01:15:14.459Z",
2
+ "extractedFromClaudeCodeVersion": "2.1.185",
3
+ "extractedAt": "2026-06-21T01:18:57.892Z",
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.181",
3
- "extractedAt": "2026-06-18T01:15:14.460Z",
2
+ "extractedFromClaudeCodeVersion": "2.1.185",
3
+ "extractedAt": "2026-06-21T01:18:57.893Z",
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.181",
3
- "extractedAt": "2026-06-18T01:15:14.464Z",
2
+ "extractedFromClaudeCodeVersion": "2.1.185",
3
+ "extractedAt": "2026-06-21T01:18:57.899Z",
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.181",
3
- "extractedAt": "2026-06-18T01:15:14.439Z",
2
+ "extractedFromClaudeCodeVersion": "2.1.185",
3
+ "extractedAt": "2026-06-21T01:18:57.871Z",
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.181",
3
- "extractedAt": "2026-06-18T01:15:14.462Z",
2
+ "extractedFromClaudeCodeVersion": "2.1.185",
3
+ "extractedAt": "2026-06-21T01:18:57.895Z",
4
4
  "schema": {
5
5
  "$schema": "https://json-schema.org/draft/2020-12/schema",
6
6
  "title": "Claude Code .mcp.json",
@@ -1,6 +1,6 @@
1
1
  {
2
- "extractedFromClaudeCodeVersion": "2.1.181",
3
- "extractedAt": "2026-06-18T01:15:14.439Z",
2
+ "extractedFromClaudeCodeVersion": "2.1.185",
3
+ "extractedAt": "2026-06-21T01:18:57.872Z",
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.181",
3
- "extractedAt": "2026-06-18T01:15:14.437Z",
2
+ "extractedFromClaudeCodeVersion": "2.1.185",
3
+ "extractedAt": "2026-06-21T01:18:57.869Z",
4
4
  "schema": {
5
5
  "$schema": "https://json-schema.org/draft/2020-12/schema",
6
6
  "title": "Claude Code plugin.json",
@@ -1,5 +1,5 @@
1
1
  {
2
- "fetchedAt": "2026-06-18T01:15:15.594Z",
2
+ "fetchedAt": "2026-06-21T01:18:59.062Z",
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.181",
3
- "extractedAt": "2026-06-18T01:15:14.456Z",
2
+ "extractedFromClaudeCodeVersion": "2.1.185",
3
+ "extractedAt": "2026-06-21T01:18:57.889Z",
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": {
@@ -1,6 +1,6 @@
1
1
  {
2
- "extractedFromClaudeCodeVersion": "2.1.181",
3
- "extractedAt": "2026-06-18T01:15:14.458Z",
2
+ "extractedFromClaudeCodeVersion": "2.1.185",
3
+ "extractedAt": "2026-06-21T01:18:57.891Z",
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.181 — extracted 2026-06-18T01:15:09.856Z
2
+ // Claude Code v2.1.185 — extracted 2026-06-21T01:18:53.389Z
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",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claudecode-linter",
3
- "version": "2.1.181",
3
+ "version": "2.1.185",
4
4
  "description": "Standalone linter for Claude Code plugins and configuration files",
5
5
  "type": "module",
6
6
  "bin": {
@@ -76,6 +76,6 @@
76
76
  "npm-check-updates": "^22.2.0",
77
77
  "tsx": "^4.21.0",
78
78
  "typescript": "^6.0.2",
79
- "vitest": "4.1.8"
79
+ "vitest": "4.1.9"
80
80
  }
81
81
  }