claudecode-linter 2.1.162 → 2.1.165

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.
@@ -1,6 +1,6 @@
1
1
  {
2
- "extractedFromClaudeCodeVersion": "2.1.162",
3
- "extractedAt": "2026-06-04T01:20:53.711Z",
2
+ "extractedFromClaudeCodeVersion": "2.1.165",
3
+ "extractedAt": "2026-06-05T07:42:25.604Z",
4
4
  "schema": {
5
5
  "$schema": "https://json-schema.org/draft/2020-12/schema",
6
6
  "title": "Claude Code agent .md frontmatter",
@@ -1,6 +1,6 @@
1
1
  {
2
- "extractedFromClaudeCodeVersion": "2.1.162",
3
- "extractedAt": "2026-06-04T01:20:53.712Z",
2
+ "extractedFromClaudeCodeVersion": "2.1.165",
3
+ "extractedAt": "2026-06-05T07:42:25.607Z",
4
4
  "schema": {
5
5
  "$schema": "https://json-schema.org/draft/2020-12/schema",
6
6
  "title": "Claude Code command .md frontmatter",
@@ -1,6 +1,6 @@
1
1
  {
2
- "extractedFromClaudeCodeVersion": "2.1.162",
3
- "extractedAt": "2026-06-04T01:20:53.716Z",
2
+ "extractedFromClaudeCodeVersion": "2.1.165",
3
+ "extractedAt": "2026-06-05T07:42:25.611Z",
4
4
  "schema": {
5
5
  "$schema": "https://json-schema.org/draft/2020-12/schema",
6
6
  "title": "Claude Code hooks.json",
@@ -1,6 +1,6 @@
1
1
  {
2
- "extractedFromClaudeCodeVersion": "2.1.162",
3
- "extractedAt": "2026-06-04T01:20:53.690Z",
2
+ "extractedFromClaudeCodeVersion": "2.1.165",
3
+ "extractedAt": "2026-06-05T07:42:25.578Z",
4
4
  "schema": {
5
5
  "$schema": "https://json-schema.org/draft/2020-12/schema",
6
6
  "title": "Claude Code .lsp.json",
@@ -1,6 +1,6 @@
1
1
  {
2
- "extractedFromClaudeCodeVersion": "2.1.162",
3
- "extractedAt": "2026-06-04T01:20:53.714Z",
2
+ "extractedFromClaudeCodeVersion": "2.1.165",
3
+ "extractedAt": "2026-06-05T07:42:25.608Z",
4
4
  "schema": {
5
5
  "$schema": "https://json-schema.org/draft/2020-12/schema",
6
6
  "title": "Claude Code .mcp.json",
@@ -1,6 +1,6 @@
1
1
  {
2
- "extractedFromClaudeCodeVersion": "2.1.162",
3
- "extractedAt": "2026-06-04T01:20:53.691Z",
2
+ "extractedFromClaudeCodeVersion": "2.1.165",
3
+ "extractedAt": "2026-06-05T07:42:25.579Z",
4
4
  "schema": {
5
5
  "$schema": "https://json-schema.org/draft/2020-12/schema",
6
6
  "title": "Claude Code monitors.json",
@@ -1,6 +1,6 @@
1
1
  {
2
- "extractedFromClaudeCodeVersion": "2.1.162",
3
- "extractedAt": "2026-06-04T01:20:53.689Z",
2
+ "extractedFromClaudeCodeVersion": "2.1.165",
3
+ "extractedAt": "2026-06-05T07:42:25.576Z",
4
4
  "schema": {
5
5
  "$schema": "https://json-schema.org/draft/2020-12/schema",
6
6
  "title": "Claude Code plugin.json",
@@ -1,5 +1,5 @@
1
1
  {
2
- "fetchedAt": "2026-06-04T01:20:54.821Z",
2
+ "fetchedAt": "2026-06-05T07:42:26.695Z",
3
3
  "sources": {
4
4
  "plugin-manifest.schema.json": {
5
5
  "url": "https://www.schemastore.org/claude-code-plugin-manifest.json",
@@ -1,6 +1,6 @@
1
1
  {
2
- "extractedFromClaudeCodeVersion": "2.1.162",
3
- "extractedAt": "2026-06-04T01:20:53.707Z",
2
+ "extractedFromClaudeCodeVersion": "2.1.165",
3
+ "extractedAt": "2026-06-05T07:42:25.598Z",
4
4
  "schema": {
5
5
  "$schema": "https://json-schema.org/draft/2020-12/schema",
6
6
  "title": "Claude Code settings.json",
@@ -2351,6 +2351,14 @@
2351
2351
  "type": "string",
2352
2352
  "description": "Minimum version to stay on - prevents downgrades when switching to stable channel"
2353
2353
  },
2354
+ "requiredMinimumVersion": {
2355
+ "type": "string",
2356
+ "description": "Minimum Claude Code version required to start. If the running version is older, Claude Code exits at startup with instructions to update. Only enforced from managed (policy) settings."
2357
+ },
2358
+ "requiredMaximumVersion": {
2359
+ "type": "string",
2360
+ "description": "Maximum Claude Code version allowed to start. If the running version is newer, Claude Code exits at startup with instructions to install an approved version. Only enforced from managed (policy) settings."
2361
+ },
2354
2362
  "plansDirectory": {
2355
2363
  "type": "string",
2356
2364
  "description": "Custom directory for plan files, relative to project root. If not set, defaults to ~/.claude/plans/"
@@ -1,6 +1,6 @@
1
1
  {
2
- "extractedFromClaudeCodeVersion": "2.1.162",
3
- "extractedAt": "2026-06-04T01:20:53.710Z",
2
+ "extractedFromClaudeCodeVersion": "2.1.165",
3
+ "extractedAt": "2026-06-05T07:42:25.602Z",
4
4
  "schema": {
5
5
  "$schema": "https://json-schema.org/draft/2020-12/schema",
6
6
  "title": "Claude Code SKILL.md frontmatter",
package/dist/contracts.js CHANGED
@@ -1,5 +1,5 @@
1
1
  // Auto-generated from contracts/claude-code-contracts.json
2
- // Claude Code v2.1.162 — extracted 2026-06-04T01:20:49.242Z
2
+ // Claude Code v2.1.165 — extracted 2026-06-05T07:42:21.114Z
3
3
  // Do not edit manually. Run: npm run generate-contracts
4
4
  export const TOOLS = new Set([
5
5
  "Agent",
@@ -300,6 +300,8 @@ export const SETTINGS_USER_FIELDS = new Set([
300
300
  "quietHours",
301
301
  "remote",
302
302
  "remoteControlAtStartup",
303
+ "requiredMaximumVersion",
304
+ "requiredMinimumVersion",
303
305
  "respectGitignore",
304
306
  "sandbox",
305
307
  "showClearContextOnPlanAccept",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claudecode-linter",
3
- "version": "2.1.162",
3
+ "version": "2.1.165",
4
4
  "description": "Standalone linter for Claude Code plugins and configuration files",
5
5
  "type": "module",
6
6
  "bin": {
@@ -76,6 +76,6 @@
76
76
  "npm-check-updates": "^22.2.0",
77
77
  "tsx": "^4.21.0",
78
78
  "typescript": "^6.0.2",
79
- "vitest": "4.1.7"
79
+ "vitest": "4.1.8"
80
80
  }
81
81
  }