claudecode-linter 2.1.183 → 2.1.186
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 +2 -2
- package/contracts/monitors.schema.json +2 -2
- package/contracts/plugin.schema.json +3 -2
- package/contracts/schemastore/manifest.json +1 -1
- package/contracts/settings.schema.json +8 -3
- package/contracts/skill-frontmatter.schema.json +26 -2
- package/dist/contracts.js +3 -1
- package/package.json +2 -2
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"extractedFromClaudeCodeVersion": "2.1.
|
|
3
|
-
"extractedAt": "2026-06-
|
|
2
|
+
"extractedFromClaudeCodeVersion": "2.1.186",
|
|
3
|
+
"extractedAt": "2026-06-23T01:05:15.884Z",
|
|
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.186",
|
|
3
|
+
"extractedAt": "2026-06-23T01:05:15.885Z",
|
|
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.186",
|
|
3
|
+
"extractedAt": "2026-06-23T01:05:15.891Z",
|
|
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.186",
|
|
3
|
+
"extractedAt": "2026-06-23T01:05:15.863Z",
|
|
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.186",
|
|
3
|
+
"extractedAt": "2026-06-23T01:05:15.888Z",
|
|
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.
|
|
3
|
-
"extractedAt": "2026-06-
|
|
2
|
+
"extractedFromClaudeCodeVersion": "2.1.186",
|
|
3
|
+
"extractedAt": "2026-06-23T01:05:15.864Z",
|
|
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.186",
|
|
3
|
+
"extractedAt": "2026-06-23T01:05:15.862Z",
|
|
4
4
|
"schema": {
|
|
5
5
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
6
6
|
"title": "Claude Code plugin.json",
|
|
@@ -2037,6 +2037,7 @@
|
|
|
2037
2037
|
"description": "Path(s) to evaluation query files for `claude plugin eval`. Defaults to `evals/`."
|
|
2038
2038
|
}
|
|
2039
2039
|
},
|
|
2040
|
+
"additionalProperties": true,
|
|
2040
2041
|
"description": "Components whose manifest shape may change without a deprecation cycle. Move a key out of here once it is promoted to stable."
|
|
2041
2042
|
}
|
|
2042
2043
|
},
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"extractedFromClaudeCodeVersion": "2.1.
|
|
3
|
-
"extractedAt": "2026-06-
|
|
2
|
+
"extractedFromClaudeCodeVersion": "2.1.186",
|
|
3
|
+
"extractedAt": "2026-06-23T01:05:15.880Z",
|
|
4
4
|
"schema": {
|
|
5
5
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
6
6
|
"title": "Claude Code settings.json",
|
|
@@ -623,6 +623,10 @@
|
|
|
623
623
|
],
|
|
624
624
|
"description": "Default shell for input-box ! commands. Defaults to 'bash' on all platforms (no Windows auto-flip)."
|
|
625
625
|
},
|
|
626
|
+
"respondToBashCommands": {
|
|
627
|
+
"type": "boolean",
|
|
628
|
+
"description": "Whether Claude responds after an input-box ! bash command runs. Set to false to add the command output to context without a response. Default: true."
|
|
629
|
+
},
|
|
626
630
|
"allowManagedHooksOnly": {
|
|
627
631
|
"type": "boolean",
|
|
628
632
|
"description": "When true (and set in managed settings), only hooks from managed settings run. User, project, and local hooks are ignored."
|
|
@@ -2668,9 +2672,10 @@
|
|
|
2668
2672
|
"enum": [
|
|
2669
2673
|
"auto",
|
|
2670
2674
|
"tmux",
|
|
2675
|
+
"iterm2",
|
|
2671
2676
|
"in-process"
|
|
2672
2677
|
],
|
|
2673
|
-
"description": "How spawned teammates execute (tmux, in-process, auto)"
|
|
2678
|
+
"description": "How spawned teammates execute (tmux, iterm2, in-process, auto)"
|
|
2674
2679
|
},
|
|
2675
2680
|
"remoteControlAtStartup": {
|
|
2676
2681
|
"type": "boolean",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"extractedFromClaudeCodeVersion": "2.1.
|
|
3
|
-
"extractedAt": "2026-06-
|
|
2
|
+
"extractedFromClaudeCodeVersion": "2.1.186",
|
|
3
|
+
"extractedAt": "2026-06-23T01:05:15.883Z",
|
|
4
4
|
"schema": {
|
|
5
5
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
6
6
|
"title": "Claude Code SKILL.md frontmatter",
|
|
@@ -417,6 +417,12 @@
|
|
|
417
417
|
"settings": {
|
|
418
418
|
"description": "@internal"
|
|
419
419
|
},
|
|
420
|
+
"userConfig": {
|
|
421
|
+
"description": "@internal"
|
|
422
|
+
},
|
|
423
|
+
"defaultEnabled": {
|
|
424
|
+
"description": "@internal"
|
|
425
|
+
},
|
|
420
426
|
"experimental": {
|
|
421
427
|
"description": "@internal"
|
|
422
428
|
},
|
|
@@ -425,6 +431,24 @@
|
|
|
425
431
|
},
|
|
426
432
|
"metadata": {
|
|
427
433
|
"description": "@internal"
|
|
434
|
+
},
|
|
435
|
+
"displayName": {
|
|
436
|
+
"description": "@internal"
|
|
437
|
+
},
|
|
438
|
+
"author": {
|
|
439
|
+
"description": "@internal"
|
|
440
|
+
},
|
|
441
|
+
"homepage": {
|
|
442
|
+
"description": "@internal"
|
|
443
|
+
},
|
|
444
|
+
"repository": {
|
|
445
|
+
"description": "@internal"
|
|
446
|
+
},
|
|
447
|
+
"license": {
|
|
448
|
+
"description": "@internal"
|
|
449
|
+
},
|
|
450
|
+
"keywords": {
|
|
451
|
+
"description": "@internal"
|
|
428
452
|
}
|
|
429
453
|
},
|
|
430
454
|
"description": "Claude Code SKILL.md YAML frontmatter. Validates the structure of known fields; the object is intentionally permissive — unknown frontmatter keys are not schema errors (Claude Code still loads the skill), they are reported by the advisory skill-md/no-unknown-frontmatter rule."
|
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.186 — extracted 2026-06-23T01:05:11.199Z
|
|
3
3
|
// Do not edit manually. Run: npm run generate-contracts
|
|
4
4
|
export const TOOLS = new Set([
|
|
5
5
|
"Agent",
|
|
@@ -28,6 +28,7 @@ export const TOOLS = new Set([
|
|
|
28
28
|
"REPL",
|
|
29
29
|
"Read",
|
|
30
30
|
"ReadMcpResource",
|
|
31
|
+
"ReadMcpResourceDir",
|
|
31
32
|
"RemoteTrigger",
|
|
32
33
|
"ScheduleWakeup",
|
|
33
34
|
"SendMessage",
|
|
@@ -315,6 +316,7 @@ export const SETTINGS_USER_FIELDS = new Set([
|
|
|
315
316
|
"requiredMaximumVersion",
|
|
316
317
|
"requiredMinimumVersion",
|
|
317
318
|
"respectGitignore",
|
|
319
|
+
"respondToBashCommands",
|
|
318
320
|
"sandbox",
|
|
319
321
|
"showClearContextOnPlanAccept",
|
|
320
322
|
"showMessageTimestamps",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "claudecode-linter",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.186",
|
|
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.
|
|
79
|
+
"vitest": "4.1.9"
|
|
80
80
|
}
|
|
81
81
|
}
|