claudecode-linter 2.1.121 → 2.1.123
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 +6 -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.123 — extracted 2026-04-29T07:00:51.110Z
|
|
3
3
|
// Do not edit manually. Run: npm run generate-contracts
|
|
4
4
|
export const TOOLS = new Set([
|
|
5
5
|
"Agent",
|
|
@@ -169,20 +169,25 @@ export const SKILL_FRONTMATTER = new Set([
|
|
|
169
169
|
"allowed-tools",
|
|
170
170
|
"argument-hint",
|
|
171
171
|
"author",
|
|
172
|
+
"config",
|
|
173
|
+
"contributors",
|
|
172
174
|
"dependencies",
|
|
173
175
|
"description",
|
|
174
176
|
"devDependencies",
|
|
175
177
|
"disable-model-invocation",
|
|
176
178
|
"engines",
|
|
177
179
|
"files",
|
|
180
|
+
"funding",
|
|
178
181
|
"homepage",
|
|
179
182
|
"keywords",
|
|
180
183
|
"license",
|
|
181
184
|
"main",
|
|
182
185
|
"model",
|
|
183
186
|
"name",
|
|
187
|
+
"optionalDependencies",
|
|
184
188
|
"repository",
|
|
185
189
|
"scripts",
|
|
190
|
+
"type",
|
|
186
191
|
"types",
|
|
187
192
|
"user-invocable",
|
|
188
193
|
"version",
|