claudecode-linter 2.1.87 → 2.1.89
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 +7 -1
- package/package.json +4 -4
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.89 — extracted 2026-04-01T06:44:46.407Z
|
|
3
3
|
// Do not edit manually. Run: npm run generate-contracts
|
|
4
4
|
export const TOOLS = new Set([
|
|
5
5
|
"Agent",
|
|
@@ -48,6 +48,7 @@ export const HOOK_EVENTS = new Set([
|
|
|
48
48
|
"FileChanged",
|
|
49
49
|
"InstructionsLoaded",
|
|
50
50
|
"Notification",
|
|
51
|
+
"PermissionDenied",
|
|
51
52
|
"PermissionRequest",
|
|
52
53
|
"PostCompact",
|
|
53
54
|
"PostToolUse",
|
|
@@ -126,13 +127,17 @@ export const PLUGIN_JSON_FIELDS = new Set([
|
|
|
126
127
|
"version",
|
|
127
128
|
]);
|
|
128
129
|
export const AGENT_FRONTMATTER = new Set([
|
|
130
|
+
"background",
|
|
129
131
|
"criticalSystemReminder_EXPERIMENTAL",
|
|
130
132
|
"description",
|
|
131
133
|
"disallowedTools",
|
|
134
|
+
"effort",
|
|
132
135
|
"initialPrompt",
|
|
133
136
|
"maxTurns",
|
|
134
137
|
"mcpServers",
|
|
138
|
+
"memory",
|
|
135
139
|
"model",
|
|
140
|
+
"permissionMode",
|
|
136
141
|
"prompt",
|
|
137
142
|
"skills",
|
|
138
143
|
"tools",
|
|
@@ -186,6 +191,7 @@ export const SETTINGS_USER_FIELDS = new Set([
|
|
|
186
191
|
"alwaysThinkingEnabled",
|
|
187
192
|
"apiKeyHelper",
|
|
188
193
|
"attribution",
|
|
194
|
+
"autoCompactWindow",
|
|
189
195
|
"autoDreamEnabled",
|
|
190
196
|
"autoMemoryDirectory",
|
|
191
197
|
"autoMemoryEnabled",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "claudecode-linter",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.89",
|
|
4
4
|
"description": "Standalone linter for Claude Code plugins and configuration files",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"prettier": "^3.8.1",
|
|
52
52
|
"semver": "^7.7.4",
|
|
53
53
|
"tinyglobby": "^0.2.15",
|
|
54
|
-
"yaml": "^2.8.
|
|
54
|
+
"yaml": "^2.8.3"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
57
|
"@types/node": "^25.3.3",
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"knip": "^6.0.5",
|
|
62
62
|
"npm-check-updates": "^19.6.3",
|
|
63
63
|
"tsx": "^4.21.0",
|
|
64
|
-
"typescript": "^
|
|
65
|
-
"vitest": "4.1.
|
|
64
|
+
"typescript": "^6.0.2",
|
|
65
|
+
"vitest": "4.1.2"
|
|
66
66
|
}
|
|
67
67
|
}
|