claudecode-linter 2.1.193 → 2.1.210
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 +4 -4
- 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 +9 -6
- package/contracts/schemastore/keybindings.schema.json +3 -2
- package/contracts/schemastore/manifest.json +3 -3
- package/contracts/schemastore/settings.schema.json +1405 -69
- package/contracts/settings.schema.json +15 -6
- package/contracts/skill-frontmatter.schema.json +2 -2
- package/dist/contracts.js +4 -1
- package/package.json +2 -2
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"extractedFromClaudeCodeVersion": "2.1.
|
|
3
|
-
"extractedAt": "2026-
|
|
2
|
+
"extractedFromClaudeCodeVersion": "2.1.197",
|
|
3
|
+
"extractedAt": "2026-07-15T02:52:57.163Z",
|
|
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-
|
|
2
|
+
"extractedFromClaudeCodeVersion": "2.1.197",
|
|
3
|
+
"extractedAt": "2026-07-15T02:52:57.164Z",
|
|
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-
|
|
2
|
+
"extractedFromClaudeCodeVersion": "2.1.197",
|
|
3
|
+
"extractedAt": "2026-07-15T02:52:57.168Z",
|
|
4
4
|
"schema": {
|
|
5
5
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
6
6
|
"title": "Claude Code hooks.json",
|
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
},
|
|
108
108
|
"model": {
|
|
109
109
|
"type": "string",
|
|
110
|
-
"description": "Model to use for this prompt hook (e.g., \"claude-sonnet-
|
|
110
|
+
"description": "Model to use for this prompt hook (e.g., \"claude-sonnet-5\"). If not specified, uses the default small fast model."
|
|
111
111
|
},
|
|
112
112
|
"continueOnBlock": {
|
|
113
113
|
"type": "boolean",
|
|
@@ -148,7 +148,7 @@
|
|
|
148
148
|
},
|
|
149
149
|
"model": {
|
|
150
150
|
"type": "string",
|
|
151
|
-
"description": "Model to use for this agent hook (e.g., \"claude-sonnet-
|
|
151
|
+
"description": "Model to use for this agent hook (e.g., \"claude-sonnet-5\"). If not specified, uses Haiku."
|
|
152
152
|
},
|
|
153
153
|
"statusMessage": {
|
|
154
154
|
"type": "string",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"extractedFromClaudeCodeVersion": "2.1.
|
|
3
|
-
"extractedAt": "2026-
|
|
2
|
+
"extractedFromClaudeCodeVersion": "2.1.197",
|
|
3
|
+
"extractedAt": "2026-07-15T02:52:57.142Z",
|
|
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-
|
|
2
|
+
"extractedFromClaudeCodeVersion": "2.1.197",
|
|
3
|
+
"extractedAt": "2026-07-15T02:52:57.166Z",
|
|
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-
|
|
2
|
+
"extractedFromClaudeCodeVersion": "2.1.197",
|
|
3
|
+
"extractedAt": "2026-07-15T02:52:57.143Z",
|
|
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-
|
|
2
|
+
"extractedFromClaudeCodeVersion": "2.1.197",
|
|
3
|
+
"extractedAt": "2026-07-15T02:52:57.140Z",
|
|
4
4
|
"schema": {
|
|
5
5
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
6
6
|
"title": "Claude Code plugin.json",
|
|
@@ -209,7 +209,7 @@
|
|
|
209
209
|
},
|
|
210
210
|
"model": {
|
|
211
211
|
"type": "string",
|
|
212
|
-
"description": "Model to use for this prompt hook (e.g., \"claude-sonnet-
|
|
212
|
+
"description": "Model to use for this prompt hook (e.g., \"claude-sonnet-5\"). If not specified, uses the default small fast model."
|
|
213
213
|
},
|
|
214
214
|
"continueOnBlock": {
|
|
215
215
|
"type": "boolean",
|
|
@@ -250,7 +250,7 @@
|
|
|
250
250
|
},
|
|
251
251
|
"model": {
|
|
252
252
|
"type": "string",
|
|
253
|
-
"description": "Model to use for this agent hook (e.g., \"claude-sonnet-
|
|
253
|
+
"description": "Model to use for this agent hook (e.g., \"claude-sonnet-5\"). If not specified, uses Haiku."
|
|
254
254
|
},
|
|
255
255
|
"statusMessage": {
|
|
256
256
|
"type": "string",
|
|
@@ -478,7 +478,7 @@
|
|
|
478
478
|
},
|
|
479
479
|
"model": {
|
|
480
480
|
"type": "string",
|
|
481
|
-
"description": "Model to use for this prompt hook (e.g., \"claude-sonnet-
|
|
481
|
+
"description": "Model to use for this prompt hook (e.g., \"claude-sonnet-5\"). If not specified, uses the default small fast model."
|
|
482
482
|
},
|
|
483
483
|
"continueOnBlock": {
|
|
484
484
|
"type": "boolean",
|
|
@@ -519,7 +519,7 @@
|
|
|
519
519
|
},
|
|
520
520
|
"model": {
|
|
521
521
|
"type": "string",
|
|
522
|
-
"description": "Model to use for this agent hook (e.g., \"claude-sonnet-
|
|
522
|
+
"description": "Model to use for this agent hook (e.g., \"claude-sonnet-5\"). If not specified, uses Haiku."
|
|
523
523
|
},
|
|
524
524
|
"statusMessage": {
|
|
525
525
|
"type": "string",
|
|
@@ -2021,6 +2021,9 @@
|
|
|
2021
2021
|
},
|
|
2022
2022
|
"description": "User-configurable values this plugin needs. Prompted at enable time. Non-sensitive values saved to settings.json; sensitive values to secure storage. Available as ${user_config.KEY} in MCP/LSP server config, hook commands, and (non-sensitive only) skill/agent content. Keep sensitive value counts small."
|
|
2023
2023
|
},
|
|
2024
|
+
"binaries": {
|
|
2025
|
+
"description": "sha256-pinned files to fetch into bin/ at install time, keyed by basename (target triple encoded in the name)"
|
|
2026
|
+
},
|
|
2024
2027
|
"experimental": {
|
|
2025
2028
|
"type": "object",
|
|
2026
2029
|
"properties": {
|
|
@@ -80,7 +80,8 @@
|
|
|
80
80
|
"app:redraw",
|
|
81
81
|
"app:toggleTodos",
|
|
82
82
|
"app:toggleTranscript",
|
|
83
|
-
"app:
|
|
83
|
+
"app:toggleBrief",
|
|
84
|
+
"app:openArtifact",
|
|
84
85
|
"history:search",
|
|
85
86
|
"history:previous",
|
|
86
87
|
"history:next",
|
|
@@ -92,6 +93,7 @@
|
|
|
92
93
|
"chat:modelPicker",
|
|
93
94
|
"chat:fastMode",
|
|
94
95
|
"chat:thinkingToggle",
|
|
96
|
+
"chat:workflowKeywordToggle",
|
|
95
97
|
"chat:submit",
|
|
96
98
|
"chat:newline",
|
|
97
99
|
"chat:undo",
|
|
@@ -164,7 +166,6 @@
|
|
|
164
166
|
"permission:toggleDebug",
|
|
165
167
|
"settings:search",
|
|
166
168
|
"settings:retry",
|
|
167
|
-
"settings:close",
|
|
168
169
|
"settings:periodDay",
|
|
169
170
|
"settings:periodWeek",
|
|
170
171
|
"settings:sortByTokens",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"fetchedAt": "2026-
|
|
2
|
+
"fetchedAt": "2026-07-15T02:52:58.357Z",
|
|
3
3
|
"sources": {
|
|
4
4
|
"plugin-manifest.schema.json": {
|
|
5
5
|
"url": "https://www.schemastore.org/claude-code-plugin-manifest.json",
|
|
@@ -14,12 +14,12 @@
|
|
|
14
14
|
"keybindings.schema.json": {
|
|
15
15
|
"url": "https://www.schemastore.org/claude-code-keybindings.json",
|
|
16
16
|
"artifact": "keybindings-json",
|
|
17
|
-
"sha256": "
|
|
17
|
+
"sha256": "0d821d91d13f5f55317e792c7f3ffb7c7f7809f7aeb5b6a4c41ab51b64f8956c"
|
|
18
18
|
},
|
|
19
19
|
"settings.schema.json": {
|
|
20
20
|
"url": "https://www.schemastore.org/claude-code-settings.json",
|
|
21
21
|
"artifact": "settings-json",
|
|
22
|
-
"sha256": "
|
|
22
|
+
"sha256": "9f8f968b093e24cfafc4846e35bb9db38b514d9863a65f90135c90e27b193d38"
|
|
23
23
|
}
|
|
24
24
|
}
|
|
25
25
|
}
|