claudecode-linter 2.1.83 → 2.1.85

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 CHANGED
@@ -1,5 +1,5 @@
1
1
  // Auto-generated from contracts/claude-code-contracts.json
2
- // Claude Code v2.1.83 — extracted 2026-03-25T06:32:01.478Z
2
+ // Claude Code v2.1.85 — extracted 2026-03-27T00:48:12.222Z
3
3
  // Do not edit manually. Run: npm run generate-contracts
4
4
  export const TOOLS = new Set([
5
5
  "Agent",
@@ -62,6 +62,7 @@ export const HOOK_EVENTS = new Set([
62
62
  "SubagentStart",
63
63
  "SubagentStop",
64
64
  "TaskCompleted",
65
+ "TaskCreated",
65
66
  "TeammateIdle",
66
67
  "UserPromptSubmit",
67
68
  "WorktreeCreate",
@@ -179,6 +180,7 @@ export const SETTINGS_USER_FIELDS = new Set([
179
180
  "allowManagedHooksOnly",
180
181
  "allowManagedMcpServersOnly",
181
182
  "allowManagedPermissionRulesOnly",
183
+ "allowedChannelPlugins",
182
184
  "allowedHttpHookUrls",
183
185
  "allowedMcpServers",
184
186
  "alwaysThinkingEnabled",
@@ -193,6 +195,7 @@ export const SETTINGS_USER_FIELDS = new Set([
193
195
  "awsAuthRefresh",
194
196
  "awsCredentialExport",
195
197
  "blockedMarketplaces",
198
+ "channelsEnabled",
196
199
  "claudeMdExcludes",
197
200
  "cleanupPeriodDays",
198
201
  "companyAnnouncements",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claudecode-linter",
3
- "version": "2.1.83",
3
+ "version": "2.1.85",
4
4
  "description": "Standalone linter for Claude Code plugins and configuration files",
5
5
  "type": "module",
6
6
  "bin": {
@@ -58,7 +58,7 @@
58
58
  "@types/semver": "^7.7.1",
59
59
  "acorn": "^8.16.0",
60
60
  "acorn-walk": "^8.3.5",
61
- "knip": "^5.85.0",
61
+ "knip": "^6.0.5",
62
62
  "npm-check-updates": "^19.6.3",
63
63
  "tsx": "^4.21.0",
64
64
  "typescript": "^5.9.3",