claudecode-linter 2.1.175 → 2.1.176

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.175",
3
- "extractedAt": "2026-06-12T07:50:46.948Z",
2
+ "extractedFromClaudeCodeVersion": "2.1.176",
3
+ "extractedAt": "2026-06-13T01:15:10.029Z",
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.175",
3
- "extractedAt": "2026-06-12T07:50:46.949Z",
2
+ "extractedFromClaudeCodeVersion": "2.1.176",
3
+ "extractedAt": "2026-06-13T01:15:10.030Z",
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.175",
3
- "extractedAt": "2026-06-12T07:50:46.953Z",
2
+ "extractedFromClaudeCodeVersion": "2.1.176",
3
+ "extractedAt": "2026-06-13T01:15:10.034Z",
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.175",
3
- "extractedAt": "2026-06-12T07:50:46.927Z",
2
+ "extractedFromClaudeCodeVersion": "2.1.176",
3
+ "extractedAt": "2026-06-13T01:15:10.007Z",
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.175",
3
- "extractedAt": "2026-06-12T07:50:46.951Z",
2
+ "extractedFromClaudeCodeVersion": "2.1.176",
3
+ "extractedAt": "2026-06-13T01:15:10.032Z",
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.175",
3
- "extractedAt": "2026-06-12T07:50:46.927Z",
2
+ "extractedFromClaudeCodeVersion": "2.1.176",
3
+ "extractedAt": "2026-06-13T01:15:10.008Z",
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.175",
3
- "extractedAt": "2026-06-12T07:50:46.925Z",
2
+ "extractedFromClaudeCodeVersion": "2.1.176",
3
+ "extractedAt": "2026-06-13T01:15:10.006Z",
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-12T07:50:48.136Z",
2
+ "fetchedAt": "2026-06-13T01:15:11.173Z",
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.175",
3
- "extractedAt": "2026-06-12T07:50:46.944Z",
2
+ "extractedFromClaudeCodeVersion": "2.1.176",
3
+ "extractedAt": "2026-06-13T01:15:10.025Z",
4
4
  "schema": {
5
5
  "$schema": "https://json-schema.org/draft/2020-12/schema",
6
6
  "title": "Claude Code settings.json",
@@ -694,7 +694,55 @@
694
694
  },
695
695
  "prUrlTemplate": {
696
696
  "type": "string",
697
- "description": "URL template for PR links in the footer badge and inline messages. Placeholders: {host} {owner} {repo} {number} {url}. Example: \"https://reviews.example.com/{owner}/{repo}/pull/{number}\""
697
+ "description": "URL template for PR links in the footer link badges and inline messages. The detected git PR is rendered as the first footer-link badge. Placeholders: {host} {owner} {repo} {number} {url}. Example: \"https://reviews.example.com/{owner}/{repo}/pull/{number}\""
698
+ },
699
+ "footerLinksRegexes": {
700
+ "type": "array",
701
+ "items": {
702
+ "anyOf": [
703
+ {
704
+ "type": "object",
705
+ "properties": {
706
+ "type": {
707
+ "const": "regex",
708
+ "description": "Config variant. This client understands \"regex\": matches turn output and builds a URL from named capture groups. Entries with other variants are preserved but skipped at runtime."
709
+ },
710
+ "pattern": {
711
+ "type": "string",
712
+ "description": "Regex matched against turn output (tool results and assistant text)"
713
+ },
714
+ "url": {
715
+ "type": "string",
716
+ "description": "Link target. {name} placeholders are filled from named regex capture groups, e.g. (?<id>...) -> {id}. Values are URL-encoded; the origin must be literal in the template. The scheme must be https, http, or a recognized editor or workspace deep-link scheme: vscode, vscode-insiders, cursor, windsurf, zed, jetbrains, idea, slack, linear, notion, figma."
717
+ },
718
+ "label": {
719
+ "type": "string",
720
+ "description": "Badge text. {name} placeholders filled from named capture groups; defaults to the full match."
721
+ }
722
+ },
723
+ "required": [
724
+ "type",
725
+ "pattern",
726
+ "url"
727
+ ],
728
+ "additionalProperties": true
729
+ },
730
+ {
731
+ "type": "object",
732
+ "properties": {
733
+ "type": {
734
+ "type": "string",
735
+ "description": "Config variant discriminator for entries this client does not understand; the entry is preserved as-is and skipped at runtime."
736
+ }
737
+ },
738
+ "required": [
739
+ "type"
740
+ ],
741
+ "additionalProperties": true
742
+ }
743
+ ]
744
+ },
745
+ "description": "Extra clickable footer badges that appear when a regex matches turn output (tool results and assistant responses). Read from user, flag, and managed settings only; ignored in project .claude/settings.json and local .claude/settings.local.json. At most 5 badges render; the oldest is displaced by newer matches and /clear removes them. Use to surface IDs printed by project CLIs as session links."
698
746
  },
699
747
  "subagentStatusLine": {
700
748
  "type": "object",
@@ -2440,6 +2488,15 @@
2440
2488
  "type": "boolean",
2441
2489
  "description": "@internal When true, Claude keeps working until the PR is ready for you to merge, a cron/Monitor is armed to resume later, or it hands you a self-contained next step."
2442
2490
  },
2491
+ "totalTokensReminder": {
2492
+ "enum": [
2493
+ "off",
2494
+ "infinite",
2495
+ "fixed",
2496
+ "countdown"
2497
+ ],
2498
+ "description": "@internal Emit a <total_tokens>N tokens left</total_tokens> block in the system prompt and after each tool result. 'infinite' uses the literal value Infinite, 'fixed' uses 5000000, 'countdown' uses the live remaining context-window tokens. Defaults to off. Env var CLAUDE_CODE_TOTAL_TOKENS_REMINDER overrides."
2499
+ },
2443
2500
  "autoMemoryEnabled": {
2444
2501
  "type": "boolean",
2445
2502
  "description": "Enable auto-memory for this project. When false, Claude will not read from or write to the auto-memory directory."
@@ -1,6 +1,6 @@
1
1
  {
2
- "extractedFromClaudeCodeVersion": "2.1.175",
3
- "extractedAt": "2026-06-12T07:50:46.946Z",
2
+ "extractedFromClaudeCodeVersion": "2.1.176",
3
+ "extractedAt": "2026-06-13T01:15:10.028Z",
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.175 — extracted 2026-06-12T07:50:42.300Z
2
+ // Claude Code v2.1.176 — extracted 2026-06-13T01:15:05.263Z
3
3
  // Do not edit manually. Run: npm run generate-contracts
4
4
  export const TOOLS = new Set([
5
5
  "Agent",
@@ -276,6 +276,7 @@ export const SETTINGS_USER_FIELDS = new Set([
276
276
  "feedbackSurveyRate",
277
277
  "fileCheckpointingEnabled",
278
278
  "fileSuggestion",
279
+ "footerLinksRegexes",
279
280
  "forceLoginGatewayUrl",
280
281
  "forceLoginMethod",
281
282
  "forceLoginOrgUUID",
@@ -339,6 +340,7 @@ export const SETTINGS_USER_FIELDS = new Set([
339
340
  "terminalTitleFromRename",
340
341
  "theme",
341
342
  "todoFeatureEnabled",
343
+ "totalTokensReminder",
342
344
  "tui",
343
345
  "ultracode",
344
346
  "verbose",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claudecode-linter",
3
- "version": "2.1.175",
3
+ "version": "2.1.176",
4
4
  "description": "Standalone linter for Claude Code plugins and configuration files",
5
5
  "type": "module",
6
6
  "bin": {