claudecode-linter 2.1.74 → 2.1.75

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 +53 -18
  2. package/package.json +2 -2
package/dist/contracts.js CHANGED
@@ -1,22 +1,29 @@
1
1
  // Auto-generated from contracts/claude-code-contracts.json
2
- // Claude Code v2.1.74 — extracted 2026-03-12T00:36:39.369Z
2
+ // Claude Code v2.1.75 — extracted 2026-03-13T18:18:02.811Z
3
3
  // Do not edit manually. Run: npm run generate-contracts
4
4
  export const TOOLS = new Set([
5
5
  "Agent",
6
6
  "AskUserQuestion",
7
7
  "Bash",
8
+ "Config",
8
9
  "Edit",
9
10
  "EnterPlanMode",
10
11
  "EnterWorktree",
11
12
  "ExitPlanMode",
13
+ "ExitWorktree",
12
14
  "Glob",
13
15
  "Grep",
14
16
  "LSP",
17
+ "ListMcpResources",
18
+ "Mcp",
15
19
  "NotebookEdit",
16
20
  "NotebookRead",
17
21
  "Read",
22
+ "ReadMcpResource",
18
23
  "SendMessage",
19
24
  "Skill",
25
+ "SubscribeMcpResource",
26
+ "SubscribePolling",
20
27
  "TaskCreate",
21
28
  "TaskGet",
22
29
  "TaskList",
@@ -27,6 +34,8 @@ export const TOOLS = new Set([
27
34
  "TeamDelete",
28
35
  "TodoWrite",
29
36
  "ToolSearch",
37
+ "UnsubscribeMcpResource",
38
+ "UnsubscribePolling",
30
39
  "WebFetch",
31
40
  "WebSearch",
32
41
  "Write",
@@ -61,14 +70,27 @@ export const HOOK_TYPES = new Set([
61
70
  "prompt",
62
71
  ]);
63
72
  export const PROMPT_EVENTS = new Set([
73
+ "ConfigChange",
74
+ "Elicitation",
75
+ "ElicitationResult",
76
+ "InstructionsLoaded",
64
77
  "Notification",
78
+ "PermissionRequest",
65
79
  "PostToolUse",
66
80
  "PostToolUseFailure",
81
+ "PreCompact",
67
82
  "PreToolUse",
83
+ "SessionEnd",
68
84
  "SessionStart",
69
85
  "Setup",
86
+ "Stop",
70
87
  "SubagentStart",
88
+ "SubagentStop",
89
+ "TaskCompleted",
90
+ "TeammateIdle",
71
91
  "UserPromptSubmit",
92
+ "WorktreeCreate",
93
+ "WorktreeRemove",
72
94
  ]);
73
95
  export const AGENT_COLORS = new Set([
74
96
  "blue",
@@ -88,57 +110,65 @@ export const AGENT_MODELS = new Set([
88
110
  "sonnet",
89
111
  ]);
90
112
  export const PLUGIN_JSON_FIELDS = new Set([
91
- "name",
92
- "version",
93
- "description",
94
113
  "author",
114
+ "dependencies",
115
+ "description",
95
116
  "homepage",
96
- "repository",
97
- "license",
98
117
  "keywords",
118
+ "license",
119
+ "name",
120
+ "repository",
121
+ "version",
99
122
  ]);
100
123
  export const AGENT_FRONTMATTER = new Set([
124
+ "criticalSystemReminder_EXPERIMENTAL",
101
125
  "description",
102
- "tools",
103
126
  "disallowedTools",
104
- "prompt",
105
- "model",
127
+ "maxTurns",
106
128
  "mcpServers",
107
- "criticalSystemReminder_EXPERIMENTAL",
129
+ "model",
130
+ "prompt",
108
131
  "skills",
109
- "maxTurns",
132
+ "tools",
110
133
  ]);
111
134
  export const COMMAND_FRONTMATTER = new Set([
112
- "source",
135
+ "allowedTools",
136
+ "argumentHint",
113
137
  "content",
114
138
  "description",
115
- "argumentHint",
116
139
  "model",
117
- "allowedTools",
140
+ "source",
118
141
  ]);
119
142
  export const MCP_SERVER_FIELDS = new Set([
120
- "type",
121
- "command",
122
143
  "args",
144
+ "command",
145
+ "cwd",
123
146
  "env",
124
- "url",
125
147
  "headers",
126
148
  "headersHelper",
127
149
  "oauth",
128
- "cwd",
150
+ "type",
151
+ "url",
129
152
  ]);
130
153
  export const SKILL_FRONTMATTER = new Set([
131
154
  "allowed-tools",
132
155
  "argument-hint",
156
+ "author",
157
+ "dependencies",
133
158
  "description",
134
159
  "disable-model-invocation",
160
+ "homepage",
161
+ "keywords",
162
+ "license",
135
163
  "model",
136
164
  "name",
165
+ "repository",
137
166
  "user-invocable",
138
167
  "version",
139
168
  "when_to_use",
140
169
  ]);
141
170
  export const SETTINGS_USER_FIELDS = new Set([
171
+ "$schema",
142
172
  "agent",
143
173
  "allowManagedHooksOnly",
144
174
  "allowManagedMcpServersOnly",
@@ -148,6 +178,7 @@ export const SETTINGS_USER_FIELDS = new Set([
148
178
  "alwaysThinkingEnabled",
149
179
  "apiKeyHelper",
150
180
  "attribution",
181
+ "autoMemoryDirectory",
151
182
  "autoMemoryEnabled",
152
183
  "autoMode",
153
184
  "autoUpdatesChannel",
@@ -160,7 +191,9 @@ export const SETTINGS_USER_FIELDS = new Set([
160
191
  "companyAnnouncements",
161
192
  "deniedMcpServers",
162
193
  "disableAllHooks",
194
+ "disableAutoMode",
163
195
  "disabledMcpjsonServers",
196
+ "effortLevel",
164
197
  "enableAllProjectMcpServers",
165
198
  "enabledMcpjsonServers",
166
199
  "enabledPlugins",
@@ -171,6 +204,7 @@ export const SETTINGS_USER_FIELDS = new Set([
171
204
  "fileSuggestion",
172
205
  "forceLoginMethod",
173
206
  "forceLoginOrgUUID",
207
+ "gcpAuthRefresh",
174
208
  "hooks",
175
209
  "httpHookAllowedEnvVars",
176
210
  "includeCoAuthoredBy",
@@ -178,6 +212,7 @@ export const SETTINGS_USER_FIELDS = new Set([
178
212
  "language",
179
213
  "minimumVersion",
180
214
  "model",
215
+ "modelOverrides",
181
216
  "otelHeadersHelper",
182
217
  "outputStyle",
183
218
  "permissions",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claudecode-linter",
3
- "version": "2.1.74",
3
+ "version": "2.1.75",
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": "^19.6.3",
63
63
  "tsx": "^4.21.0",
64
64
  "typescript": "^5.9.3",
65
- "vitest": "4.0.18"
65
+ "vitest": "4.1.0"
66
66
  }
67
67
  }