claudecode-linter 2.1.117 → 2.1.119
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/dist/contracts.js +20 -1
- 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.
|
|
2
|
+
// Claude Code v2.1.119 — extracted 2026-04-24T03:29:23.326Z
|
|
3
3
|
// Do not edit manually. Run: npm run generate-contracts
|
|
4
4
|
export const TOOLS = new Set([
|
|
5
5
|
"Agent",
|
|
@@ -51,6 +51,7 @@ export const HOOK_EVENTS = new Set([
|
|
|
51
51
|
"PermissionDenied",
|
|
52
52
|
"PermissionRequest",
|
|
53
53
|
"PostCompact",
|
|
54
|
+
"PostToolBatch",
|
|
54
55
|
"PostToolUse",
|
|
55
56
|
"PostToolUseFailure",
|
|
56
57
|
"PreCompact",
|
|
@@ -183,6 +184,7 @@ export const SETTINGS_USER_FIELDS = new Set([
|
|
|
183
184
|
"$schema",
|
|
184
185
|
"advisorModel",
|
|
185
186
|
"agent",
|
|
187
|
+
"agentPushNotifEnabled",
|
|
186
188
|
"allowManagedHooksOnly",
|
|
187
189
|
"allowManagedMcpServersOnly",
|
|
188
190
|
"allowManagedPermissionRulesOnly",
|
|
@@ -192,12 +194,15 @@ export const SETTINGS_USER_FIELDS = new Set([
|
|
|
192
194
|
"alwaysThinkingEnabled",
|
|
193
195
|
"apiKeyHelper",
|
|
194
196
|
"attribution",
|
|
197
|
+
"autoCompactEnabled",
|
|
195
198
|
"autoCompactWindow",
|
|
196
199
|
"autoDreamEnabled",
|
|
197
200
|
"autoMemoryDirectory",
|
|
198
201
|
"autoMemoryEnabled",
|
|
199
202
|
"autoMode",
|
|
203
|
+
"autoScrollEnabled",
|
|
200
204
|
"autoUpdatesChannel",
|
|
205
|
+
"autoUploadSessions",
|
|
201
206
|
"availableModels",
|
|
202
207
|
"awaySummaryEnabled",
|
|
203
208
|
"awsAuthRefresh",
|
|
@@ -213,6 +218,7 @@ export const SETTINGS_USER_FIELDS = new Set([
|
|
|
213
218
|
"disableAutoMode",
|
|
214
219
|
"disableSkillShellExecution",
|
|
215
220
|
"disabledMcpjsonServers",
|
|
221
|
+
"editorMode",
|
|
216
222
|
"effortLevel",
|
|
217
223
|
"enableAllProjectMcpServers",
|
|
218
224
|
"enabledMcpjsonServers",
|
|
@@ -222,6 +228,7 @@ export const SETTINGS_USER_FIELDS = new Set([
|
|
|
222
228
|
"fastMode",
|
|
223
229
|
"fastModePerSessionOptIn",
|
|
224
230
|
"feedbackSurveyRate",
|
|
231
|
+
"fileCheckpointingEnabled",
|
|
225
232
|
"fileSuggestion",
|
|
226
233
|
"forceLoginMethod",
|
|
227
234
|
"forceLoginOrgUUID",
|
|
@@ -231,6 +238,7 @@ export const SETTINGS_USER_FIELDS = new Set([
|
|
|
231
238
|
"httpHookAllowedEnvVars",
|
|
232
239
|
"includeCoAuthoredBy",
|
|
233
240
|
"includeGitInstructions",
|
|
241
|
+
"inputNeededNotifEnabled",
|
|
234
242
|
"language",
|
|
235
243
|
"minimumVersion",
|
|
236
244
|
"model",
|
|
@@ -241,15 +249,20 @@ export const SETTINGS_USER_FIELDS = new Set([
|
|
|
241
249
|
"plansDirectory",
|
|
242
250
|
"pluginConfigs",
|
|
243
251
|
"pluginTrustMessage",
|
|
252
|
+
"prUrlTemplate",
|
|
253
|
+
"preferredNotifChannel",
|
|
244
254
|
"prefersReducedMotion",
|
|
245
255
|
"proactive",
|
|
246
256
|
"promptSuggestionEnabled",
|
|
247
257
|
"proxyAuthHelper",
|
|
248
258
|
"remote",
|
|
259
|
+
"remoteControlAtStartup",
|
|
249
260
|
"respectGitignore",
|
|
250
261
|
"sandbox",
|
|
251
262
|
"showClearContextOnPlanAccept",
|
|
263
|
+
"showMessageTimestamps",
|
|
252
264
|
"showThinkingSummaries",
|
|
265
|
+
"showTurnDuration",
|
|
253
266
|
"skillListingBudgetFraction",
|
|
254
267
|
"skillListingMaxDescChars",
|
|
255
268
|
"skillOverrides",
|
|
@@ -265,12 +278,18 @@ export const SETTINGS_USER_FIELDS = new Set([
|
|
|
265
278
|
"strictPluginOnlyCustomization",
|
|
266
279
|
"subagentStatusLine",
|
|
267
280
|
"syntaxHighlightingDisabled",
|
|
281
|
+
"teammateMode",
|
|
282
|
+
"terminalProgressBarEnabled",
|
|
268
283
|
"terminalTitleFromRename",
|
|
284
|
+
"theme",
|
|
285
|
+
"todoFeatureEnabled",
|
|
269
286
|
"tui",
|
|
287
|
+
"verbose",
|
|
270
288
|
"viewMode",
|
|
271
289
|
"voice",
|
|
272
290
|
"voiceEnabled",
|
|
273
291
|
"worktree",
|
|
292
|
+
"wslInheritsWindowsSettings",
|
|
274
293
|
]);
|
|
275
294
|
export const SETTINGS_PROJECT_FIELDS = new Set([
|
|
276
295
|
"permissions",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "claudecode-linter",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.119",
|
|
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.
|
|
65
|
+
"vitest": "4.1.5"
|
|
66
66
|
}
|
|
67
67
|
}
|