claudecode-linter 2.1.118 → 2.1.121

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 +28 -1
  2. package/package.json +2 -2
package/dist/contracts.js CHANGED
@@ -1,5 +1,5 @@
1
1
  // Auto-generated from contracts/claude-code-contracts.json
2
- // Claude Code v2.1.118 — extracted 2026-04-23T03:26:50.263Z
2
+ // Claude Code v2.1.121 — extracted 2026-04-28T03:45:47.661Z
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",
@@ -169,13 +171,19 @@ export const SKILL_FRONTMATTER = new Set([
169
171
  "author",
170
172
  "dependencies",
171
173
  "description",
174
+ "devDependencies",
172
175
  "disable-model-invocation",
176
+ "engines",
177
+ "files",
173
178
  "homepage",
174
179
  "keywords",
175
180
  "license",
181
+ "main",
176
182
  "model",
177
183
  "name",
178
184
  "repository",
185
+ "scripts",
186
+ "types",
179
187
  "user-invocable",
180
188
  "version",
181
189
  "when_to_use",
@@ -184,6 +192,7 @@ export const SETTINGS_USER_FIELDS = new Set([
184
192
  "$schema",
185
193
  "advisorModel",
186
194
  "agent",
195
+ "agentPushNotifEnabled",
187
196
  "allowManagedHooksOnly",
188
197
  "allowManagedMcpServersOnly",
189
198
  "allowManagedPermissionRulesOnly",
@@ -193,12 +202,15 @@ export const SETTINGS_USER_FIELDS = new Set([
193
202
  "alwaysThinkingEnabled",
194
203
  "apiKeyHelper",
195
204
  "attribution",
205
+ "autoCompactEnabled",
196
206
  "autoCompactWindow",
197
207
  "autoDreamEnabled",
198
208
  "autoMemoryDirectory",
199
209
  "autoMemoryEnabled",
200
210
  "autoMode",
211
+ "autoScrollEnabled",
201
212
  "autoUpdatesChannel",
213
+ "autoUploadSessions",
202
214
  "availableModels",
203
215
  "awaySummaryEnabled",
204
216
  "awsAuthRefresh",
@@ -208,12 +220,15 @@ export const SETTINGS_USER_FIELDS = new Set([
208
220
  "claudeMdExcludes",
209
221
  "cleanupPeriodDays",
210
222
  "companyAnnouncements",
223
+ "daemonColdStart",
211
224
  "defaultShell",
212
225
  "deniedMcpServers",
213
226
  "disableAllHooks",
214
227
  "disableAutoMode",
228
+ "disableBackgroundAgents",
215
229
  "disableSkillShellExecution",
216
230
  "disabledMcpjsonServers",
231
+ "editorMode",
217
232
  "effortLevel",
218
233
  "enableAllProjectMcpServers",
219
234
  "enabledMcpjsonServers",
@@ -223,6 +238,7 @@ export const SETTINGS_USER_FIELDS = new Set([
223
238
  "fastMode",
224
239
  "fastModePerSessionOptIn",
225
240
  "feedbackSurveyRate",
241
+ "fileCheckpointingEnabled",
226
242
  "fileSuggestion",
227
243
  "forceLoginMethod",
228
244
  "forceLoginOrgUUID",
@@ -232,6 +248,7 @@ export const SETTINGS_USER_FIELDS = new Set([
232
248
  "httpHookAllowedEnvVars",
233
249
  "includeCoAuthoredBy",
234
250
  "includeGitInstructions",
251
+ "inputNeededNotifEnabled",
235
252
  "language",
236
253
  "minimumVersion",
237
254
  "model",
@@ -242,15 +259,20 @@ export const SETTINGS_USER_FIELDS = new Set([
242
259
  "plansDirectory",
243
260
  "pluginConfigs",
244
261
  "pluginTrustMessage",
262
+ "prUrlTemplate",
263
+ "preferredNotifChannel",
245
264
  "prefersReducedMotion",
246
265
  "proactive",
247
266
  "promptSuggestionEnabled",
248
267
  "proxyAuthHelper",
249
268
  "remote",
269
+ "remoteControlAtStartup",
250
270
  "respectGitignore",
251
271
  "sandbox",
252
272
  "showClearContextOnPlanAccept",
273
+ "showMessageTimestamps",
253
274
  "showThinkingSummaries",
275
+ "showTurnDuration",
254
276
  "skillListingBudgetFraction",
255
277
  "skillListingMaxDescChars",
256
278
  "skillOverrides",
@@ -266,8 +288,13 @@ export const SETTINGS_USER_FIELDS = new Set([
266
288
  "strictPluginOnlyCustomization",
267
289
  "subagentStatusLine",
268
290
  "syntaxHighlightingDisabled",
291
+ "teammateMode",
292
+ "terminalProgressBarEnabled",
269
293
  "terminalTitleFromRename",
294
+ "theme",
295
+ "todoFeatureEnabled",
270
296
  "tui",
297
+ "verbose",
271
298
  "viewMode",
272
299
  "voice",
273
300
  "voiceEnabled",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claudecode-linter",
3
- "version": "2.1.118",
3
+ "version": "2.1.121",
4
4
  "description": "Standalone linter for Claude Code plugins and configuration files",
5
5
  "type": "module",
6
6
  "bin": {
@@ -62,6 +62,6 @@
62
62
  "npm-check-updates": "^21.0.3",
63
63
  "tsx": "^4.21.0",
64
64
  "typescript": "^6.0.2",
65
- "vitest": "4.1.4"
65
+ "vitest": "4.1.5"
66
66
  }
67
67
  }