claudecode-linter 2.1.119 → 2.1.122

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.
Files changed (2) hide show
  1. package/dist/contracts.js +16 -1
  2. package/package.json +1 -1
package/dist/contracts.js CHANGED
@@ -1,5 +1,5 @@
1
1
  // Auto-generated from contracts/claude-code-contracts.json
2
- // Claude Code v2.1.119 — extracted 2026-04-24T03:29:23.326Z
2
+ // Claude Code v2.1.122 — extracted 2026-04-29T00:59:57.299Z
3
3
  // Do not edit manually. Run: npm run generate-contracts
4
4
  export const TOOLS = new Set([
5
5
  "Agent",
@@ -118,6 +118,7 @@ export const AGENT_MODELS = new Set([
118
118
  "sonnet",
119
119
  ]);
120
120
  export const PLUGIN_JSON_FIELDS = new Set([
121
+ "$schema",
121
122
  "author",
122
123
  "dependencies",
123
124
  "description",
@@ -153,6 +154,7 @@ export const COMMAND_FRONTMATTER = new Set([
153
154
  "source",
154
155
  ]);
155
156
  export const MCP_SERVER_FIELDS = new Set([
157
+ "alwaysLoad",
156
158
  "args",
157
159
  "command",
158
160
  "cwd",
@@ -167,15 +169,26 @@ export const SKILL_FRONTMATTER = new Set([
167
169
  "allowed-tools",
168
170
  "argument-hint",
169
171
  "author",
172
+ "config",
173
+ "contributors",
170
174
  "dependencies",
171
175
  "description",
176
+ "devDependencies",
172
177
  "disable-model-invocation",
178
+ "engines",
179
+ "files",
180
+ "funding",
173
181
  "homepage",
174
182
  "keywords",
175
183
  "license",
184
+ "main",
176
185
  "model",
177
186
  "name",
187
+ "optionalDependencies",
178
188
  "repository",
189
+ "scripts",
190
+ "type",
191
+ "types",
179
192
  "user-invocable",
180
193
  "version",
181
194
  "when_to_use",
@@ -212,10 +225,12 @@ export const SETTINGS_USER_FIELDS = new Set([
212
225
  "claudeMdExcludes",
213
226
  "cleanupPeriodDays",
214
227
  "companyAnnouncements",
228
+ "daemonColdStart",
215
229
  "defaultShell",
216
230
  "deniedMcpServers",
217
231
  "disableAllHooks",
218
232
  "disableAutoMode",
233
+ "disableBackgroundAgents",
219
234
  "disableSkillShellExecution",
220
235
  "disabledMcpjsonServers",
221
236
  "editorMode",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claudecode-linter",
3
- "version": "2.1.119",
3
+ "version": "2.1.122",
4
4
  "description": "Standalone linter for Claude Code plugins and configuration files",
5
5
  "type": "module",
6
6
  "bin": {