claudecode-linter 2.1.161 → 2.1.163
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/contracts/agent-frontmatter.schema.json +2 -2
- package/contracts/command-frontmatter.schema.json +2 -2
- package/contracts/hooks.schema.json +2 -2
- package/contracts/lsp.schema.json +2 -2
- package/contracts/mcp.schema.json +2 -2
- package/contracts/monitors.schema.json +2 -2
- package/contracts/plugin.schema.json +2 -2
- package/contracts/schemastore/manifest.json +2 -2
- package/contracts/schemastore/settings.schema.json +13 -0
- package/contracts/settings.schema.json +18 -4
- package/contracts/skill-frontmatter.schema.json +2 -2
- package/dist/contracts.js +4 -1
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"extractedFromClaudeCodeVersion": "2.1.
|
|
3
|
-
"extractedAt": "2026-06-
|
|
2
|
+
"extractedFromClaudeCodeVersion": "2.1.163",
|
|
3
|
+
"extractedAt": "2026-06-05T01:11:18.071Z",
|
|
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.
|
|
3
|
-
"extractedAt": "2026-06-
|
|
2
|
+
"extractedFromClaudeCodeVersion": "2.1.163",
|
|
3
|
+
"extractedAt": "2026-06-05T01:11:18.072Z",
|
|
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.
|
|
3
|
-
"extractedAt": "2026-06-
|
|
2
|
+
"extractedFromClaudeCodeVersion": "2.1.163",
|
|
3
|
+
"extractedAt": "2026-06-05T01:11:18.076Z",
|
|
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.
|
|
3
|
-
"extractedAt": "2026-06-
|
|
2
|
+
"extractedFromClaudeCodeVersion": "2.1.163",
|
|
3
|
+
"extractedAt": "2026-06-05T01:11:18.049Z",
|
|
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.
|
|
3
|
-
"extractedAt": "2026-06-
|
|
2
|
+
"extractedFromClaudeCodeVersion": "2.1.163",
|
|
3
|
+
"extractedAt": "2026-06-05T01:11:18.074Z",
|
|
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.
|
|
3
|
-
"extractedAt": "2026-06-
|
|
2
|
+
"extractedFromClaudeCodeVersion": "2.1.163",
|
|
3
|
+
"extractedAt": "2026-06-05T01:11:18.050Z",
|
|
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.
|
|
3
|
-
"extractedAt": "2026-06-
|
|
2
|
+
"extractedFromClaudeCodeVersion": "2.1.163",
|
|
3
|
+
"extractedAt": "2026-06-05T01:11:18.048Z",
|
|
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-
|
|
2
|
+
"fetchedAt": "2026-06-05T01:11:19.203Z",
|
|
3
3
|
"sources": {
|
|
4
4
|
"plugin-manifest.schema.json": {
|
|
5
5
|
"url": "https://www.schemastore.org/claude-code-plugin-manifest.json",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"settings.schema.json": {
|
|
20
20
|
"url": "https://www.schemastore.org/claude-code-settings.json",
|
|
21
21
|
"artifact": "settings-json",
|
|
22
|
-
"sha256": "
|
|
22
|
+
"sha256": "b13809df11b651e2c09dd70bf4bf8d6b1bc482b2bdfe02b878bcdd35a195b750"
|
|
23
23
|
}
|
|
24
24
|
}
|
|
25
25
|
}
|
|
@@ -2645,6 +2645,19 @@
|
|
|
2645
2645
|
"failIfUnavailable": {
|
|
2646
2646
|
"type": "boolean",
|
|
2647
2647
|
"description": "When true, make sandbox startup a hard failure if required sandbox dependencies are missing. Default: false (sandbox is skipped with a warning). See https://code.claude.com/docs/en/sandboxing#enable-sandboxing"
|
|
2648
|
+
},
|
|
2649
|
+
"enabledPlatforms": {
|
|
2650
|
+
"type": "array",
|
|
2651
|
+
"items": {
|
|
2652
|
+
"type": "string",
|
|
2653
|
+
"enum": [
|
|
2654
|
+
"macos",
|
|
2655
|
+
"linux",
|
|
2656
|
+
"wsl",
|
|
2657
|
+
"windows"
|
|
2658
|
+
]
|
|
2659
|
+
},
|
|
2660
|
+
"description": "Limit the entire sandbox configuration to the listed platforms. On platforms not in the list the sandbox config is inert: no sandbox, no auto-allow, no startup warning, and no failIfUnavailable exit. When omitted, all supported platforms are included. Only honored from managed (policy) settings."
|
|
2648
2661
|
}
|
|
2649
2662
|
},
|
|
2650
2663
|
"additionalProperties": false
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"extractedFromClaudeCodeVersion": "2.1.
|
|
3
|
-
"extractedAt": "2026-06-
|
|
2
|
+
"extractedFromClaudeCodeVersion": "2.1.163",
|
|
3
|
+
"extractedAt": "2026-06-05T01:11:18.067Z",
|
|
4
4
|
"schema": {
|
|
5
5
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
6
6
|
"title": "Claude Code settings.json",
|
|
@@ -1928,9 +1928,15 @@
|
|
|
1928
1928
|
"forceLoginMethod": {
|
|
1929
1929
|
"enum": [
|
|
1930
1930
|
"claudeai",
|
|
1931
|
-
"console"
|
|
1931
|
+
"console",
|
|
1932
|
+
"gateway"
|
|
1932
1933
|
],
|
|
1933
|
-
"description": "Force a specific login method: \"claudeai\" for Claude Pro/Max, \"console\" for Console billing"
|
|
1934
|
+
"description": "Force a specific login method: \"claudeai\" for Claude Pro/Max, \"console\" for Console billing, \"gateway\" for the Cloud gateway OIDC device flow"
|
|
1935
|
+
},
|
|
1936
|
+
"forceLoginGatewayUrl": {
|
|
1937
|
+
"type": "string",
|
|
1938
|
+
"format": "uri",
|
|
1939
|
+
"description": "@internal Cloud gateway URL to pre-fill and auto-connect to during login. Typically set in local managed settings alongside forceLoginMethod: \"gateway\" so users never type the URL. Hidden from public SDK types until Cloud gateway is documented."
|
|
1934
1940
|
},
|
|
1935
1941
|
"parentSettingsBehavior": {
|
|
1936
1942
|
"enum": [
|
|
@@ -2345,6 +2351,14 @@
|
|
|
2345
2351
|
"type": "string",
|
|
2346
2352
|
"description": "Minimum version to stay on - prevents downgrades when switching to stable channel"
|
|
2347
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
|
+
},
|
|
2348
2362
|
"plansDirectory": {
|
|
2349
2363
|
"type": "string",
|
|
2350
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.
|
|
3
|
-
"extractedAt": "2026-06-
|
|
2
|
+
"extractedFromClaudeCodeVersion": "2.1.163",
|
|
3
|
+
"extractedAt": "2026-06-05T01:11:18.069Z",
|
|
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.
|
|
2
|
+
// Claude Code v2.1.163 — extracted 2026-06-05T01:11:13.306Z
|
|
3
3
|
// Do not edit manually. Run: npm run generate-contracts
|
|
4
4
|
export const TOOLS = new Set([
|
|
5
5
|
"Agent",
|
|
@@ -267,6 +267,7 @@ export const SETTINGS_USER_FIELDS = new Set([
|
|
|
267
267
|
"feedbackSurveyRate",
|
|
268
268
|
"fileCheckpointingEnabled",
|
|
269
269
|
"fileSuggestion",
|
|
270
|
+
"forceLoginGatewayUrl",
|
|
270
271
|
"forceLoginMethod",
|
|
271
272
|
"forceLoginOrgUUID",
|
|
272
273
|
"forceRemoteSettingsRefresh",
|
|
@@ -299,6 +300,8 @@ export const SETTINGS_USER_FIELDS = new Set([
|
|
|
299
300
|
"quietHours",
|
|
300
301
|
"remote",
|
|
301
302
|
"remoteControlAtStartup",
|
|
303
|
+
"requiredMaximumVersion",
|
|
304
|
+
"requiredMinimumVersion",
|
|
302
305
|
"respectGitignore",
|
|
303
306
|
"sandbox",
|
|
304
307
|
"showClearContextOnPlanAccept",
|