claudecode-linter 2.1.80 → 2.1.83
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 +9 -1
- 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.
|
|
2
|
+
// Claude Code v2.1.83 — extracted 2026-03-25T06:32:01.478Z
|
|
3
3
|
// Do not edit manually. Run: npm run generate-contracts
|
|
4
4
|
export const TOOLS = new Set([
|
|
5
5
|
"Agent",
|
|
@@ -42,8 +42,10 @@ export const TOOLS = new Set([
|
|
|
42
42
|
]);
|
|
43
43
|
export const HOOK_EVENTS = new Set([
|
|
44
44
|
"ConfigChange",
|
|
45
|
+
"CwdChanged",
|
|
45
46
|
"Elicitation",
|
|
46
47
|
"ElicitationResult",
|
|
48
|
+
"FileChanged",
|
|
47
49
|
"InstructionsLoaded",
|
|
48
50
|
"Notification",
|
|
49
51
|
"PermissionRequest",
|
|
@@ -126,6 +128,7 @@ export const AGENT_FRONTMATTER = new Set([
|
|
|
126
128
|
"criticalSystemReminder_EXPERIMENTAL",
|
|
127
129
|
"description",
|
|
128
130
|
"disallowedTools",
|
|
131
|
+
"initialPrompt",
|
|
129
132
|
"maxTurns",
|
|
130
133
|
"mcpServers",
|
|
131
134
|
"model",
|
|
@@ -171,6 +174,7 @@ export const SKILL_FRONTMATTER = new Set([
|
|
|
171
174
|
]);
|
|
172
175
|
export const SETTINGS_USER_FIELDS = new Set([
|
|
173
176
|
"$schema",
|
|
177
|
+
"advisorModel",
|
|
174
178
|
"agent",
|
|
175
179
|
"allowManagedHooksOnly",
|
|
176
180
|
"allowManagedMcpServersOnly",
|
|
@@ -180,6 +184,7 @@ export const SETTINGS_USER_FIELDS = new Set([
|
|
|
180
184
|
"alwaysThinkingEnabled",
|
|
181
185
|
"apiKeyHelper",
|
|
182
186
|
"attribution",
|
|
187
|
+
"autoDreamEnabled",
|
|
183
188
|
"autoMemoryDirectory",
|
|
184
189
|
"autoMemoryEnabled",
|
|
185
190
|
"autoMode",
|
|
@@ -191,6 +196,7 @@ export const SETTINGS_USER_FIELDS = new Set([
|
|
|
191
196
|
"claudeMdExcludes",
|
|
192
197
|
"cleanupPeriodDays",
|
|
193
198
|
"companyAnnouncements",
|
|
199
|
+
"defaultShell",
|
|
194
200
|
"deniedMcpServers",
|
|
195
201
|
"disableAllHooks",
|
|
196
202
|
"disableAutoMode",
|
|
@@ -227,6 +233,7 @@ export const SETTINGS_USER_FIELDS = new Set([
|
|
|
227
233
|
"remote",
|
|
228
234
|
"respectGitignore",
|
|
229
235
|
"sandbox",
|
|
236
|
+
"showClearContextOnPlanAccept",
|
|
230
237
|
"showThinkingSummaries",
|
|
231
238
|
"skipAutoPermissionPrompt",
|
|
232
239
|
"skipDangerousModePermissionPrompt",
|
|
@@ -237,6 +244,7 @@ export const SETTINGS_USER_FIELDS = new Set([
|
|
|
237
244
|
"sshConfigs",
|
|
238
245
|
"statusLine",
|
|
239
246
|
"strictKnownMarketplaces",
|
|
247
|
+
"strictPluginOnlyCustomization",
|
|
240
248
|
"syntaxHighlightingDisabled",
|
|
241
249
|
"terminalTitleFromRename",
|
|
242
250
|
"voiceEnabled",
|