claudecode-linter 2.1.153 → 2.1.154

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.153",
3
- "extractedAt": "2026-05-28T01:01:28.676Z",
2
+ "extractedFromClaudeCodeVersion": "2.1.154",
3
+ "extractedAt": "2026-05-28T19:02:21.497Z",
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.153",
3
- "extractedAt": "2026-05-28T01:01:28.677Z",
2
+ "extractedFromClaudeCodeVersion": "2.1.154",
3
+ "extractedAt": "2026-05-28T19:02:21.498Z",
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.153",
3
- "extractedAt": "2026-05-28T01:01:28.680Z",
2
+ "extractedFromClaudeCodeVersion": "2.1.154",
3
+ "extractedAt": "2026-05-28T19:02:21.502Z",
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.153",
3
- "extractedAt": "2026-05-28T01:01:28.659Z",
2
+ "extractedFromClaudeCodeVersion": "2.1.154",
3
+ "extractedAt": "2026-05-28T19:02:21.474Z",
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.153",
3
- "extractedAt": "2026-05-28T01:01:28.678Z",
2
+ "extractedFromClaudeCodeVersion": "2.1.154",
3
+ "extractedAt": "2026-05-28T19:02:21.499Z",
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.153",
3
- "extractedAt": "2026-05-28T01:01:28.660Z",
2
+ "extractedFromClaudeCodeVersion": "2.1.154",
3
+ "extractedAt": "2026-05-28T19:02:21.475Z",
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.153",
3
- "extractedAt": "2026-05-28T01:01:28.658Z",
2
+ "extractedFromClaudeCodeVersion": "2.1.154",
3
+ "extractedAt": "2026-05-28T19:02:21.473Z",
4
4
  "schema": {
5
5
  "$schema": "https://json-schema.org/draft/2020-12/schema",
6
6
  "title": "Claude Code plugin.json",
@@ -69,6 +69,10 @@
69
69
  },
70
70
  "description": "Tags for plugin discovery and categorization"
71
71
  },
72
+ "defaultEnabled": {
73
+ "type": "boolean",
74
+ "description": "Whether the plugin starts enabled when the user has no explicit enabled/disabled setting for it (default: true). Explicit enabledPlugins values always win, and a plugin required by an enabled dependent is enabled regardless of this value."
75
+ },
72
76
  "dependencies": {
73
77
  "type": "array",
74
78
  "items": {
@@ -1,5 +1,5 @@
1
1
  {
2
- "fetchedAt": "2026-05-28T01:01:29.573Z",
2
+ "fetchedAt": "2026-05-28T19:02:22.709Z",
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.153",
3
- "extractedAt": "2026-05-28T01:01:28.673Z",
2
+ "extractedFromClaudeCodeVersion": "2.1.154",
3
+ "extractedAt": "2026-05-28T19:02:21.492Z",
4
4
  "schema": {
5
5
  "$schema": "https://json-schema.org/draft/2020-12/schema",
6
6
  "title": "Claude Code settings.json",
@@ -575,7 +575,7 @@
575
575
  },
576
576
  "disableWorkflows": {
577
577
  "type": "boolean",
578
- "description": "@internal Disable the Workflows feature (also via CLAUDE_CODE_DISABLE_WORKFLOWS)."
578
+ "description": "Disable the Workflows feature (also via CLAUDE_CODE_DISABLE_WORKFLOWS)."
579
579
  },
580
580
  "enableWorkflows": {
581
581
  "type": "boolean",
@@ -2216,6 +2216,10 @@
2216
2216
  ],
2217
2217
  "description": "Persisted effort level for supported models."
2218
2218
  },
2219
+ "ultracode": {
2220
+ "type": "boolean",
2221
+ "description": "Enable ultracode for the session: xhigh effort plus standing dynamic-workflow orchestration. \"+\"Session-scoped \\u2014 typically provided via --settings or the apply_flag_settings control request; \"+\"interactive toggles never persist it. Requires workflows to be enabled and an xhigh-capable model."
2222
+ },
2219
2223
  "autoCompactWindow": {
2220
2224
  "type": "number",
2221
2225
  "minimum": 100000,
@@ -1,6 +1,6 @@
1
1
  {
2
- "extractedFromClaudeCodeVersion": "2.1.153",
3
- "extractedAt": "2026-05-28T01:01:28.675Z",
2
+ "extractedFromClaudeCodeVersion": "2.1.154",
3
+ "extractedAt": "2026-05-28T19:02:21.495Z",
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.153 — extracted 2026-05-28T01:01:24.865Z
2
+ // Claude Code v2.1.154 — extracted 2026-05-28T19:02:16.908Z
3
3
  // Do not edit manually. Run: npm run generate-contracts
4
4
  export const TOOLS = new Set([
5
5
  "Agent",
@@ -130,6 +130,7 @@ export const AGENT_MODELS = new Set([
130
130
  export const PLUGIN_JSON_FIELDS = new Set([
131
131
  "$schema",
132
132
  "author",
133
+ "defaultEnabled",
133
134
  "dependencies",
134
135
  "description",
135
136
  "displayName",
@@ -326,6 +327,7 @@ export const SETTINGS_USER_FIELDS = new Set([
326
327
  "theme",
327
328
  "todoFeatureEnabled",
328
329
  "tui",
330
+ "ultracode",
329
331
  "verbose",
330
332
  "viewMode",
331
333
  "voice",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claudecode-linter",
3
- "version": "2.1.153",
3
+ "version": "2.1.154",
4
4
  "description": "Standalone linter for Claude Code plugins and configuration files",
5
5
  "type": "module",
6
6
  "bin": {