claudecode-linter 2.1.152 → 2.1.153

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.152",
3
- "extractedAt": "2026-05-27T07:39:39.201Z",
2
+ "extractedFromClaudeCodeVersion": "2.1.153",
3
+ "extractedAt": "2026-05-28T01:01:28.676Z",
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.152",
3
- "extractedAt": "2026-05-27T07:39:39.202Z",
2
+ "extractedFromClaudeCodeVersion": "2.1.153",
3
+ "extractedAt": "2026-05-28T01:01:28.677Z",
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.152",
3
- "extractedAt": "2026-05-27T07:39:39.206Z",
2
+ "extractedFromClaudeCodeVersion": "2.1.153",
3
+ "extractedAt": "2026-05-28T01:01:28.680Z",
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.152",
3
- "extractedAt": "2026-05-27T07:39:39.180Z",
2
+ "extractedFromClaudeCodeVersion": "2.1.153",
3
+ "extractedAt": "2026-05-28T01:01:28.659Z",
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.152",
3
- "extractedAt": "2026-05-27T07:39:39.203Z",
2
+ "extractedFromClaudeCodeVersion": "2.1.153",
3
+ "extractedAt": "2026-05-28T01:01:28.678Z",
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.152",
3
- "extractedAt": "2026-05-27T07:39:39.180Z",
2
+ "extractedFromClaudeCodeVersion": "2.1.153",
3
+ "extractedAt": "2026-05-28T01:01:28.660Z",
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.152",
3
- "extractedAt": "2026-05-27T07:39:39.178Z",
2
+ "extractedFromClaudeCodeVersion": "2.1.153",
3
+ "extractedAt": "2026-05-28T01:01:28.658Z",
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-05-27T07:39:40.332Z",
2
+ "fetchedAt": "2026-05-28T01:01:29.573Z",
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.152",
3
- "extractedAt": "2026-05-27T07:39:39.197Z",
2
+ "extractedFromClaudeCodeVersion": "2.1.153",
3
+ "extractedAt": "2026-05-28T01:01:28.673Z",
4
4
  "schema": {
5
5
  "$schema": "https://json-schema.org/draft/2020-12/schema",
6
6
  "title": "Claude Code settings.json",
@@ -577,6 +577,10 @@
577
577
  "type": "boolean",
578
578
  "description": "@internal Disable the Workflows feature (also via CLAUDE_CODE_DISABLE_WORKFLOWS)."
579
579
  },
580
+ "enableWorkflows": {
581
+ "type": "boolean",
582
+ "description": "Enable or disable the Workflows feature for this user. Unset = default by plan once the feature is available."
583
+ },
580
584
  "disableSkillShellExecution": {
581
585
  "type": "boolean",
582
586
  "description": "Disable inline shell execution in skills and custom slash commands from user, project, or plugin sources. Commands are replaced with a placeholder instead of being run."
@@ -760,6 +764,10 @@
760
764
  "type": "string"
761
765
  },
762
766
  "description": "Directories to include via git sparse-checkout (cone mode). Use for monorepos where the marketplace lives in a subdirectory. Example: [\".claude-plugin\", \"plugins\"]. If omitted, the full repository is cloned."
767
+ },
768
+ "skipLfs": {
769
+ "type": "boolean",
770
+ "description": "Skip Git LFS smudge during clone and update (sets GIT_LFS_SKIP_SMUDGE=1) so LFS pointer files stay as pointers instead of downloading their content. Use for marketplaces hosted in repos with large LFS objects."
763
771
  }
764
772
  },
765
773
  "required": [
@@ -791,6 +799,10 @@
791
799
  "type": "string"
792
800
  },
793
801
  "description": "Directories to include via git sparse-checkout (cone mode). Use for monorepos where the marketplace lives in a subdirectory. Example: [\".claude-plugin\", \"plugins\"]. If omitted, the full repository is cloned."
802
+ },
803
+ "skipLfs": {
804
+ "type": "boolean",
805
+ "description": "Skip Git LFS smudge during clone and update (sets GIT_LFS_SKIP_SMUDGE=1) so LFS pointer files stay as pointers instead of downloading their content. Use for marketplaces hosted in repos with large LFS objects."
794
806
  }
795
807
  },
796
808
  "required": [
@@ -1162,6 +1174,10 @@
1162
1174
  "type": "string"
1163
1175
  },
1164
1176
  "description": "Directories to include via git sparse-checkout (cone mode). Use for monorepos where the marketplace lives in a subdirectory. Example: [\".claude-plugin\", \"plugins\"]. If omitted, the full repository is cloned."
1177
+ },
1178
+ "skipLfs": {
1179
+ "type": "boolean",
1180
+ "description": "Skip Git LFS smudge during clone and update (sets GIT_LFS_SKIP_SMUDGE=1) so LFS pointer files stay as pointers instead of downloading their content. Use for marketplaces hosted in repos with large LFS objects."
1165
1181
  }
1166
1182
  },
1167
1183
  "required": [
@@ -1193,6 +1209,10 @@
1193
1209
  "type": "string"
1194
1210
  },
1195
1211
  "description": "Directories to include via git sparse-checkout (cone mode). Use for monorepos where the marketplace lives in a subdirectory. Example: [\".claude-plugin\", \"plugins\"]. If omitted, the full repository is cloned."
1212
+ },
1213
+ "skipLfs": {
1214
+ "type": "boolean",
1215
+ "description": "Skip Git LFS smudge during clone and update (sets GIT_LFS_SKIP_SMUDGE=1) so LFS pointer files stay as pointers instead of downloading their content. Use for marketplaces hosted in repos with large LFS objects."
1196
1216
  }
1197
1217
  },
1198
1218
  "required": [
@@ -1550,6 +1570,10 @@
1550
1570
  "type": "string"
1551
1571
  },
1552
1572
  "description": "Directories to include via git sparse-checkout (cone mode). Use for monorepos where the marketplace lives in a subdirectory. Example: [\".claude-plugin\", \"plugins\"]. If omitted, the full repository is cloned."
1573
+ },
1574
+ "skipLfs": {
1575
+ "type": "boolean",
1576
+ "description": "Skip Git LFS smudge during clone and update (sets GIT_LFS_SKIP_SMUDGE=1) so LFS pointer files stay as pointers instead of downloading their content. Use for marketplaces hosted in repos with large LFS objects."
1553
1577
  }
1554
1578
  },
1555
1579
  "required": [
@@ -1581,6 +1605,10 @@
1581
1605
  "type": "string"
1582
1606
  },
1583
1607
  "description": "Directories to include via git sparse-checkout (cone mode). Use for monorepos where the marketplace lives in a subdirectory. Example: [\".claude-plugin\", \"plugins\"]. If omitted, the full repository is cloned."
1608
+ },
1609
+ "skipLfs": {
1610
+ "type": "boolean",
1611
+ "description": "Skip Git LFS smudge during clone and update (sets GIT_LFS_SKIP_SMUDGE=1) so LFS pointer files stay as pointers instead of downloading their content. Use for marketplaces hosted in repos with large LFS objects."
1584
1612
  }
1585
1613
  },
1586
1614
  "required": [
@@ -2391,6 +2419,10 @@
2391
2419
  "type": "boolean",
2392
2420
  "description": "Whether the user has accepted the bypass permissions mode dialog"
2393
2421
  },
2422
+ "skipWorkflowUsageWarning": {
2423
+ "type": "boolean",
2424
+ "description": "@internal Whether the user has accepted the multi-agent workflow usage warning. Until set, auto permission mode prompts before running a workflow."
2425
+ },
2394
2426
  "disableAutoMode": {
2395
2427
  "enum": [
2396
2428
  "disable"
@@ -1,6 +1,6 @@
1
1
  {
2
- "extractedFromClaudeCodeVersion": "2.1.152",
3
- "extractedAt": "2026-05-27T07:39:39.199Z",
2
+ "extractedFromClaudeCodeVersion": "2.1.153",
3
+ "extractedAt": "2026-05-28T01:01:28.675Z",
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.152 — extracted 2026-05-27T07:39:34.438Z
2
+ // Claude Code v2.1.153 — extracted 2026-05-28T01:01:24.865Z
3
3
  // Do not edit manually. Run: npm run generate-contracts
4
4
  export const TOOLS = new Set([
5
5
  "Agent",
@@ -256,6 +256,7 @@ export const SETTINGS_USER_FIELDS = new Set([
256
256
  "editorMode",
257
257
  "effortLevel",
258
258
  "enableAllProjectMcpServers",
259
+ "enableWorkflows",
259
260
  "enabledMcpjsonServers",
260
261
  "enabledPlugins",
261
262
  "env",
@@ -309,6 +310,7 @@ export const SETTINGS_USER_FIELDS = new Set([
309
310
  "skipAutoPermissionPrompt",
310
311
  "skipDangerousModePermissionPrompt",
311
312
  "skipWebFetchPreflight",
313
+ "skipWorkflowUsageWarning",
312
314
  "spinnerTipsEnabled",
313
315
  "spinnerTipsOverride",
314
316
  "spinnerVerbs",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claudecode-linter",
3
- "version": "2.1.152",
3
+ "version": "2.1.153",
4
4
  "description": "Standalone linter for Claude Code plugins and configuration files",
5
5
  "type": "module",
6
6
  "bin": {