claudecode-linter 2.1.119 → 2.1.121
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 +11 -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.121 — extracted 2026-04-28T03:45:47.661Z
|
|
3
3
|
// Do not edit manually. Run: npm run generate-contracts
|
|
4
4
|
export const TOOLS = new Set([
|
|
5
5
|
"Agent",
|
|
@@ -118,6 +118,7 @@ export const AGENT_MODELS = new Set([
|
|
|
118
118
|
"sonnet",
|
|
119
119
|
]);
|
|
120
120
|
export const PLUGIN_JSON_FIELDS = new Set([
|
|
121
|
+
"$schema",
|
|
121
122
|
"author",
|
|
122
123
|
"dependencies",
|
|
123
124
|
"description",
|
|
@@ -153,6 +154,7 @@ export const COMMAND_FRONTMATTER = new Set([
|
|
|
153
154
|
"source",
|
|
154
155
|
]);
|
|
155
156
|
export const MCP_SERVER_FIELDS = new Set([
|
|
157
|
+
"alwaysLoad",
|
|
156
158
|
"args",
|
|
157
159
|
"command",
|
|
158
160
|
"cwd",
|
|
@@ -169,13 +171,19 @@ export const SKILL_FRONTMATTER = new Set([
|
|
|
169
171
|
"author",
|
|
170
172
|
"dependencies",
|
|
171
173
|
"description",
|
|
174
|
+
"devDependencies",
|
|
172
175
|
"disable-model-invocation",
|
|
176
|
+
"engines",
|
|
177
|
+
"files",
|
|
173
178
|
"homepage",
|
|
174
179
|
"keywords",
|
|
175
180
|
"license",
|
|
181
|
+
"main",
|
|
176
182
|
"model",
|
|
177
183
|
"name",
|
|
178
184
|
"repository",
|
|
185
|
+
"scripts",
|
|
186
|
+
"types",
|
|
179
187
|
"user-invocable",
|
|
180
188
|
"version",
|
|
181
189
|
"when_to_use",
|
|
@@ -212,10 +220,12 @@ export const SETTINGS_USER_FIELDS = new Set([
|
|
|
212
220
|
"claudeMdExcludes",
|
|
213
221
|
"cleanupPeriodDays",
|
|
214
222
|
"companyAnnouncements",
|
|
223
|
+
"daemonColdStart",
|
|
215
224
|
"defaultShell",
|
|
216
225
|
"deniedMcpServers",
|
|
217
226
|
"disableAllHooks",
|
|
218
227
|
"disableAutoMode",
|
|
228
|
+
"disableBackgroundAgents",
|
|
219
229
|
"disableSkillShellExecution",
|
|
220
230
|
"disabledMcpjsonServers",
|
|
221
231
|
"editorMode",
|