claudecode-linter 2.1.81 → 2.1.84
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 +8 -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.84 — extracted 2026-03-26T00:47:20.055Z
|
|
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",
|
|
@@ -60,6 +62,7 @@ export const HOOK_EVENTS = new Set([
|
|
|
60
62
|
"SubagentStart",
|
|
61
63
|
"SubagentStop",
|
|
62
64
|
"TaskCompleted",
|
|
65
|
+
"TaskCreated",
|
|
63
66
|
"TeammateIdle",
|
|
64
67
|
"UserPromptSubmit",
|
|
65
68
|
"WorktreeCreate",
|
|
@@ -126,6 +129,7 @@ export const AGENT_FRONTMATTER = new Set([
|
|
|
126
129
|
"criticalSystemReminder_EXPERIMENTAL",
|
|
127
130
|
"description",
|
|
128
131
|
"disallowedTools",
|
|
132
|
+
"initialPrompt",
|
|
129
133
|
"maxTurns",
|
|
130
134
|
"mcpServers",
|
|
131
135
|
"model",
|
|
@@ -171,10 +175,12 @@ export const SKILL_FRONTMATTER = new Set([
|
|
|
171
175
|
]);
|
|
172
176
|
export const SETTINGS_USER_FIELDS = new Set([
|
|
173
177
|
"$schema",
|
|
178
|
+
"advisorModel",
|
|
174
179
|
"agent",
|
|
175
180
|
"allowManagedHooksOnly",
|
|
176
181
|
"allowManagedMcpServersOnly",
|
|
177
182
|
"allowManagedPermissionRulesOnly",
|
|
183
|
+
"allowedChannelPlugins",
|
|
178
184
|
"allowedHttpHookUrls",
|
|
179
185
|
"allowedMcpServers",
|
|
180
186
|
"alwaysThinkingEnabled",
|
|
@@ -189,6 +195,7 @@ export const SETTINGS_USER_FIELDS = new Set([
|
|
|
189
195
|
"awsAuthRefresh",
|
|
190
196
|
"awsCredentialExport",
|
|
191
197
|
"blockedMarketplaces",
|
|
198
|
+
"channelsEnabled",
|
|
192
199
|
"claudeMdExcludes",
|
|
193
200
|
"cleanupPeriodDays",
|
|
194
201
|
"companyAnnouncements",
|