claudecode-linter 2.1.81 → 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 +5 -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",
|