claudecode-linter 2.1.177 → 2.1.179
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 +5 -5
- package/contracts/schemastore/manifest.json +1 -1
- package/contracts/settings.schema.json +6 -2
- package/contracts/skill-frontmatter.schema.json +2 -2
- package/dist/contracts.js +2 -1
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"extractedFromClaudeCodeVersion": "2.1.
|
|
3
|
-
"extractedAt": "2026-06-
|
|
2
|
+
"extractedFromClaudeCodeVersion": "2.1.179",
|
|
3
|
+
"extractedAt": "2026-06-17T01:16:42.324Z",
|
|
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.179",
|
|
3
|
+
"extractedAt": "2026-06-17T01:16:42.326Z",
|
|
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.179",
|
|
3
|
+
"extractedAt": "2026-06-17T01:16:42.329Z",
|
|
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.179",
|
|
3
|
+
"extractedAt": "2026-06-17T01:16:42.303Z",
|
|
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.179",
|
|
3
|
+
"extractedAt": "2026-06-17T01:16:42.327Z",
|
|
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.179",
|
|
3
|
+
"extractedAt": "2026-06-17T01:16:42.304Z",
|
|
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.179",
|
|
3
|
+
"extractedAt": "2026-06-17T01:16:42.301Z",
|
|
4
4
|
"schema": {
|
|
5
5
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
6
6
|
"title": "Claude Code plugin.json",
|
|
@@ -736,15 +736,15 @@
|
|
|
736
736
|
"anyOf": [
|
|
737
737
|
{
|
|
738
738
|
"type": "string",
|
|
739
|
-
"description": "Path to a skill directory, relative to the plugin root. Loaded in addition to the skills/ directory."
|
|
739
|
+
"description": "Path to a skill directory, relative to the plugin root. Loaded in addition to the skills/ directory (except: for a marketplace entry whose source resolves to the marketplace root, declaring a specific subdirectory replaces the skills/ scan)."
|
|
740
740
|
},
|
|
741
741
|
{
|
|
742
742
|
"type": "array",
|
|
743
743
|
"items": {
|
|
744
744
|
"type": "string",
|
|
745
|
-
"description": "Path to a skill directory, relative to the plugin root.
|
|
745
|
+
"description": "Path to a skill directory, relative to the plugin root."
|
|
746
746
|
},
|
|
747
|
-
"description": "List of skill directory paths, loaded in addition to the skills/ directory."
|
|
747
|
+
"description": "List of skill directory paths, loaded in addition to the skills/ directory (except: for a marketplace entry whose source resolves to the marketplace root, declaring specific subdirectories replaces the skills/ scan)."
|
|
748
748
|
}
|
|
749
749
|
]
|
|
750
750
|
},
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"extractedFromClaudeCodeVersion": "2.1.
|
|
3
|
-
"extractedAt": "2026-06-
|
|
2
|
+
"extractedFromClaudeCodeVersion": "2.1.179",
|
|
3
|
+
"extractedAt": "2026-06-17T01:16:42.320Z",
|
|
4
4
|
"schema": {
|
|
5
5
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
6
6
|
"title": "Claude Code settings.json",
|
|
@@ -2616,6 +2616,10 @@
|
|
|
2616
2616
|
"type": "boolean",
|
|
2617
2617
|
"description": "Automatically compact conversation when context fills"
|
|
2618
2618
|
},
|
|
2619
|
+
"precomputeCompactionEnabled": {
|
|
2620
|
+
"type": "boolean",
|
|
2621
|
+
"description": "@internal Precompute the compaction summary in the background before it is needed. Only applies when auto-compact is on."
|
|
2622
|
+
},
|
|
2619
2623
|
"switchModelsOnFlag": {
|
|
2620
2624
|
"type": "boolean",
|
|
2621
2625
|
"description": "When safety measures flag a message, automatically switch to a different model to keep chatting. When off, your session will pause instead."
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"extractedFromClaudeCodeVersion": "2.1.
|
|
3
|
-
"extractedAt": "2026-06-
|
|
2
|
+
"extractedFromClaudeCodeVersion": "2.1.179",
|
|
3
|
+
"extractedAt": "2026-06-17T01:16:42.323Z",
|
|
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.179 — extracted 2026-06-17T01:16:37.585Z
|
|
3
3
|
// Do not edit manually. Run: npm run generate-contracts
|
|
4
4
|
export const TOOLS = new Set([
|
|
5
5
|
"Agent",
|
|
@@ -302,6 +302,7 @@ export const SETTINGS_USER_FIELDS = new Set([
|
|
|
302
302
|
"pluginTrustMessage",
|
|
303
303
|
"policyHelper",
|
|
304
304
|
"prUrlTemplate",
|
|
305
|
+
"precomputeCompactionEnabled",
|
|
305
306
|
"preferredNotifChannel",
|
|
306
307
|
"prefersReducedMotion",
|
|
307
308
|
"proactive",
|