claudecode-linter 2.1.178 → 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.
- package/contracts/agent-frontmatter.schema.json +2 -2
- package/contracts/command-frontmatter.schema.json +2 -2
- package/contracts/hooks.schema.json +2 -2
- package/contracts/lsp.schema.json +2 -2
- package/contracts/mcp.schema.json +5 -2
- package/contracts/monitors.schema.json +2 -2
- package/contracts/plugin.schema.json +8 -2
- package/contracts/schemastore/manifest.json +1 -1
- package/contracts/settings.schema.json +10 -2
- package/contracts/skill-frontmatter.schema.json +2 -2
- package/dist/contracts.js +3 -1
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"extractedFromClaudeCodeVersion": "2.1.
|
|
3
|
-
"extractedAt": "2026-06-
|
|
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.
|
|
3
|
-
"extractedAt": "2026-06-
|
|
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.
|
|
3
|
-
"extractedAt": "2026-06-
|
|
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.
|
|
3
|
-
"extractedAt": "2026-06-
|
|
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.
|
|
3
|
-
"extractedAt": "2026-06-
|
|
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.
|
|
3
|
-
"extractedAt": "2026-06-
|
|
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.
|
|
3
|
-
"extractedAt": "2026-06-
|
|
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,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"extractedFromClaudeCodeVersion": "2.1.
|
|
3
|
-
"extractedAt": "2026-06-
|
|
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": {
|
|
@@ -2616,6 +2620,10 @@
|
|
|
2616
2620
|
"type": "boolean",
|
|
2617
2621
|
"description": "Automatically compact conversation when context fills"
|
|
2618
2622
|
},
|
|
2623
|
+
"precomputeCompactionEnabled": {
|
|
2624
|
+
"type": "boolean",
|
|
2625
|
+
"description": "@internal Precompute the compaction summary in the background before it is needed. Only applies when auto-compact is on."
|
|
2626
|
+
},
|
|
2619
2627
|
"switchModelsOnFlag": {
|
|
2620
2628
|
"type": "boolean",
|
|
2621
2629
|
"description": "When safety measures flag a message, automatically switch to a different model to keep chatting. When off, your session will pause instead."
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"extractedFromClaudeCodeVersion": "2.1.
|
|
3
|
-
"extractedAt": "2026-06-
|
|
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.
|
|
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",
|
|
@@ -302,6 +302,7 @@ export const SETTINGS_USER_FIELDS = new Set([
|
|
|
302
302
|
"pluginTrustMessage",
|
|
303
303
|
"policyHelper",
|
|
304
304
|
"prUrlTemplate",
|
|
305
|
+
"precomputeCompactionEnabled",
|
|
305
306
|
"preferredNotifChannel",
|
|
306
307
|
"prefersReducedMotion",
|
|
307
308
|
"proactive",
|
|
@@ -369,6 +370,7 @@ export const PERMISSIONS_FIELDS = new Set([
|
|
|
369
370
|
]);
|
|
370
371
|
// Allowed sub-keys of the settings `sandbox` object.
|
|
371
372
|
export const SANDBOX_FIELDS = new Set([
|
|
373
|
+
"allowAppleEvents",
|
|
372
374
|
"allowUnsandboxedCommands",
|
|
373
375
|
"autoAllowBashIfSandboxed",
|
|
374
376
|
"bwrapPath",
|