claudecode-linter 2.1.156 → 2.1.158

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.156",
3
- "extractedAt": "2026-05-29T07:33:32.838Z",
2
+ "extractedFromClaudeCodeVersion": "2.1.158",
3
+ "extractedAt": "2026-05-30T07:11:59.009Z",
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.156",
3
- "extractedAt": "2026-05-29T07:33:32.840Z",
2
+ "extractedFromClaudeCodeVersion": "2.1.158",
3
+ "extractedAt": "2026-05-30T07:11:59.010Z",
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.156",
3
- "extractedAt": "2026-05-29T07:33:32.843Z",
2
+ "extractedFromClaudeCodeVersion": "2.1.158",
3
+ "extractedAt": "2026-05-30T07:11:59.013Z",
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.156",
3
- "extractedAt": "2026-05-29T07:33:32.816Z",
2
+ "extractedFromClaudeCodeVersion": "2.1.158",
3
+ "extractedAt": "2026-05-30T07:11:58.982Z",
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.156",
3
- "extractedAt": "2026-05-29T07:33:32.841Z",
2
+ "extractedFromClaudeCodeVersion": "2.1.158",
3
+ "extractedAt": "2026-05-30T07:11:59.011Z",
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.156",
3
- "extractedAt": "2026-05-29T07:33:32.817Z",
2
+ "extractedFromClaudeCodeVersion": "2.1.158",
3
+ "extractedAt": "2026-05-30T07:11:58.983Z",
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.156",
3
- "extractedAt": "2026-05-29T07:33:32.814Z",
2
+ "extractedFromClaudeCodeVersion": "2.1.158",
3
+ "extractedAt": "2026-05-30T07:11:58.980Z",
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-29T07:33:34.009Z",
2
+ "fetchedAt": "2026-05-30T07:12:00.210Z",
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.156",
3
- "extractedAt": "2026-05-29T07:33:32.834Z",
2
+ "extractedFromClaudeCodeVersion": "2.1.158",
3
+ "extractedAt": "2026-05-30T07:11:59.005Z",
4
4
  "schema": {
5
5
  "$schema": "https://json-schema.org/draft/2020-12/schema",
6
6
  "title": "Claude Code settings.json",
@@ -581,6 +581,10 @@
581
581
  "type": "boolean",
582
582
  "description": "Enable or disable the Workflows feature for this user. Unset = default by plan once the feature is available."
583
583
  },
584
+ "workflowKeywordTriggerEnabled": {
585
+ "type": "boolean",
586
+ "description": "Enable the \"workflow\"/\"workflows\" keyword trigger that opts a prompt into the Workflow tool. Set to false to type the word without triggering a workflow. Default: true."
587
+ },
584
588
  "disableSkillShellExecution": {
585
589
  "type": "boolean",
586
590
  "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."
@@ -1,6 +1,6 @@
1
1
  {
2
- "extractedFromClaudeCodeVersion": "2.1.156",
3
- "extractedAt": "2026-05-29T07:33:32.837Z",
2
+ "extractedFromClaudeCodeVersion": "2.1.158",
3
+ "extractedAt": "2026-05-30T07:11:59.007Z",
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.156 — extracted 2026-05-29T07:33:28.194Z
2
+ // Claude Code v2.1.158 — extracted 2026-05-30T07:11:54.405Z
3
3
  // Do not edit manually. Run: npm run generate-contracts
4
4
  export const TOOLS = new Set([
5
5
  "Agent",
@@ -332,6 +332,7 @@ export const SETTINGS_USER_FIELDS = new Set([
332
332
  "viewMode",
333
333
  "voice",
334
334
  "voiceEnabled",
335
+ "workflowKeywordTriggerEnabled",
335
336
  "worktree",
336
337
  "wslInheritsWindowsSettings",
337
338
  ]);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claudecode-linter",
3
- "version": "2.1.156",
3
+ "version": "2.1.158",
4
4
  "description": "Standalone linter for Claude Code plugins and configuration files",
5
5
  "type": "module",
6
6
  "bin": {