Skip to content

Concepts Section -- Changelog History

Tracks drift between the README CONCEPTS table and official Claude Code documentation across versions.

Status Legend

StatusMeaning
COMPLETEAction was taken and resolved successfully
INVALIDFinding was incorrect, not applicable, or intentional
ON HOLDAction deferred -- waiting on external dependency or user decision

v2.1.63 -- 2026-03-02 (First Pass)

#PriorityTypeActionStatus
1HIGHBroken URLFix Permissions URL from /iam to /permissionsCOMPLETE (URL updated to /permissions)
2HIGHMissing ConceptAdd Agent Teams row to CONCEPTS tableCOMPLETE (row added with ~/.claude/teams/ location)
3HIGHMissing ConceptAdd Keybindings row to CONCEPTS tableCOMPLETE (row added with ~/.claude/keybindings.json location)
4HIGHMissing ConceptAdd Model Configuration row to CONCEPTS tableCOMPLETE (row added with .claude/settings.json location)
5HIGHMissing ConceptAdd Auto Memory row to CONCEPTS tableCOMPLETE (row added with ~/.claude/projects/<project>/memory/ location)
6HIGHStale AnchorFix Rules URL anchor from #modular-rules-with-clauderules to #organize-rules-with-clauderulesCOMPLETE (anchor updated)
7MEDMissing ConceptAdd Checkpointing row to CONCEPTS tableCOMPLETE (row added with automatic git-based location)
8MEDMissing ConceptAdd Status Line row to CONCEPTS tableCOMPLETE (row added with ~/.claude/settings.json location)
9MEDMissing ConceptAdd Remote Control row to CONCEPTS tableCOMPLETE (row added with CLI / claude.ai location)
10MEDMissing ConceptAdd Fast Mode row to CONCEPTS tableCOMPLETE (row added with .claude/settings.json location)
11MEDMissing ConceptAdd Headless Mode row to CONCEPTS tableCOMPLETE (row added with CLI flag -p location)
12LOWChanged DescriptionUpdate Memory description to mention auto memoryCOMPLETE (description and location updated)
13LOWChanged LocationUpdate MCP Servers location to include .mcp.jsonCOMPLETE (location updated to include .mcp.json)
14LOWMissing BadgeAdd Implemented badge to Hooks rowCOMPLETE (Implemented badge added linking to .claude/hooks/)

v2.1.63 -- 2026-03-02 (Second Pass -- Consolidation)

Table Consolidation

The CONCEPTS table was consolidated from 22 rows to 10 rows by folding related concepts as inline doc links within their parent rows. This improved readability while preserving access to all concepts.

#PriorityTypeActionStatus
1HIGHTable ConsolidationConsolidate CONCEPTS table from 22 rows to 10 rows -- fold related concepts as inline doc linksCOMPLETE (22 to 10 rows)
2MEDMerged ConceptFold Marketplaces into Plugins row as inline linkCOMPLETE (linked to /discover-plugins)
3MEDMerged ConceptFold Agent Teams into Sub-Agents row as inline linkCOMPLETE (linked to /agent-teams)
4MEDMerged ConceptFold Permissions, Model Config, Output Styles, Sandboxing, Keybindings, Status Line, Fast Mode into Settings row as inline linksCOMPLETE (7 concepts folded with doc links)
5MEDMerged ConceptFold Auto Memory and Rules into Memory row as inline linksCOMPLETE
6MEDMerged ConceptFold Headless Mode into Remote Control row as inline linkCOMPLETE (linked to /headless)
7LOWReorderReorder table by logical grouping: building blocks, extension, config, context, runtimeCOMPLETE (grouped by concern, not chronology)

v2.1.71 -- 2026-03-07

#PriorityTypeActionStatus
1HIGHBroken URLFix context-management to interactive-mode in TIPS (3 occurrences)COMPLETE
2HIGHBroken URLFix model-configuration to model-config in TIPS (3 occurrences)COMPLETE
3HIGHBroken URLFix usage-billing to costs in TIPSCOMPLETE
4HIGHBroken URLRemove cowork URL in STARTUPS -- page does not existCOMPLETE (hyperlink removed, plain text kept)
5HIGHMissing ConceptAdd Scheduled Tasks row to CONCEPTS and Hot section (/loop, cron tools)COMPLETE (added to both tables)
6MEDChanged LocationUpdate Agent Teams location from .claude/agents/&lt;name&gt;.md to built-in (env var)COMPLETE (location updated)

v2.1.72 -- 2026-03-10

#PriorityTypeActionStatus
1HIGHBroken URLFix Commands URL from /slash-commands to /skills in CONCEPTS table -- /slash-commands serves Skills page contentINVALID (URL still resolves; user chose to keep as-is)
2HIGHBroken URLFix Commands URL from /slash-commands to /skills in TIPS sectionINVALID (URL still resolves; user chose to keep as-is)
3MEDMissing Inline LinkAdd Interactive Mode as inline link to CLI Startup Flags rowCOMPLETE (inline link added)
4MEDMissing Inline LinkAdd Costs as inline link to Settings rowINVALID (user chose to skip)
5LOWMissing ConceptConsider adding IDE Integrations rowINVALID (user chose to skip -- platform surfaces, not configuration concepts)
6HIGHMissing ConceptAdd Code Review row to Hot table -- multi-agent PR analysis (research preview, Teams and Enterprise)COMPLETE (row added as first Hot entry with blog link)
7MEDNew BadgeCreate beta.svg tag and add to Code Review and Agent Teams in Hot tableCOMPLETE (beta.svg created; added to both rows)
8MEDReorderSort Hot table by release date (most recent first)COMPLETE

v2.1.74 -- 2026-03-12

#PriorityTypeActionStatus
1HIGHBroken URLFix Commands URL /slash-commands to /skillsINVALID (RECURRING -- URL still resolves; user chose to keep as-is)
2LOWVerificationAll external docs URLs validated -- no broken links foundCOMPLETE (all 20+ URLs return valid pages)
3LOWVerificationAll local badge file paths validated -- no missing filesCOMPLETE
4LOWVerificationMemory anchor #organize-rules-with-clauderules validated on target pageCOMPLETE (heading exists)
5LOWVerificationAll CONCEPTS descriptions checked against official docsCOMPLETE (no description drift detected)

v2.1.76 -- 2026-03-15

#PriorityTypeActionStatus
1HIGHStale URLCommands URL /slash-commands serves Skills pageINVALID (RECURRING -- URL still resolves; user chose to keep as-is)
2MEDMissing BadgesRemote Control (Hot) has zero badges -- only Hot item without any BP or Impl badgeCOMPLETE (BP badge added)
3LOWNaming"Sub-Agents" in README vs "subagents" in official docsCOMPLETE (renamed to "Subagents" in CONCEPTS table)
4-7LOWVerificationAll external docs URLs, local badges, anchors, and descriptions validatedCOMPLETE (no drift detected)

v2.1.77 -- 2026-03-17

#PriorityTypeActionStatus
1HIGHStale URLCommands URL /slash-commands serves Skills pageINVALID (RECURRING)
2HIGHChanged DescriptionHooks description says "Deterministic scripts" but hooks now include 4 types: command, HTTP, prompt, and agentCOMPLETE (updated to "User-defined handlers (scripts, HTTP, prompts, agents)")
3MEDMissing ConceptDesktop App has dedicated docs page at /desktopINVALID (user considers it a platform surface, not a configuration concept)
4MEDChanged URLHooks docs now split into Guide (/hooks-guide) and Reference (/hooks) -- CONCEPTS links only to ReferenceCOMPLETE (Guide link added as inline link)
5-8LOWVerificationAll URLs, badges, anchors, and descriptions validatedCOMPLETE

v2.1.78 -- 2026-03-18

#PriorityTypeActionStatus
1HIGHStale URLCommands URL /slash-commands serves Skills pageINVALID (RECURRING)
2HIGHChanged URL+NameVoice Mode in Hot table links to tweet instead of official docs /voice-dictation; official name is "Voice Dictation"COMPLETE (renamed to "Voice Dictation", linked to /voice-dictation)
3-6LOWVerificationAll URLs, badges, anchors, and descriptions validatedCOMPLETE

v2.1.79 -- 2026-03-19

#PriorityTypeActionStatus
1HIGHStale URLCommands URL /slash-commands serves Skills pageINVALID (RECURRING)
2-5LOWVerificationAll URLs, badges, anchors, and descriptions validatedCOMPLETE

v2.1.80 -- 2026-03-20

#PriorityTypeActionStatus
1HIGHMissing ConceptAdd Channels row to Hot table -- push events from Telegram/Discord/webhooks into running sessions (research preview, v2.1.80)COMPLETE (row added as first Hot entry)
2HIGHStale URLCommands URL /slash-commands serves Skills pageINVALID (RECURRING)
3MEDMissing Deep LinkGit Worktrees URL should anchor to #run-parallel-claude-code-sessions-with-git-worktreesCOMPLETE (anchor added)
4LOWMissing Inline LinkPlugins row could add Marketplaces sub-linkCOMPLETE (Create Marketplaces inline link added)
5-8LOWVerificationAll URLs, badges, anchors, and descriptions validatedCOMPLETE

v2.1.81 -- 2026-03-21

#PriorityTypeActionStatus
1HIGHStale URLCommands URL /slash-commands serves Skills pageINVALID (RECURRING)
2-6LOWVerificationAll URLs, badges, anchors (including Git Worktrees), and descriptions validatedCOMPLETE

v2.1.81 -- 2026-03-23 (Re-audit)

#PriorityTypeActionStatus
1HIGHStale URLCommands URL /slash-commands serves Skills pageINVALID (RECURRING)
2-6LOWVerificationAll URLs, badges, anchors, and descriptions validatedCOMPLETE

v2.1.83 -- 2026-03-25

#PriorityTypeActionStatus
1HIGHStale URLCommands URL /slash-commands serves Skills pageINVALID (RECURRING)
2MEDChanged URLSimplify and Batch primary link points to tweet instead of official docs /skills#bundled-skillsCOMPLETE (primary link updated to official docs)
3-7LOWVerificationAll URLs, badges, anchors, and descriptions validatedCOMPLETE
8HIGHMissing ConceptAdd Auto Mode row to Hot table -- background safety classifier replaces permission prompts (research preview, Team/Enterprise)COMPLETE (row added as first Hot entry)

v2.1.84 -- 2026-03-26

#PriorityTypeActionStatus
1HIGHStale URLCommands URL /slash-commands serves Skills pageINVALID (RECURRING)
2MEDMissing ConceptAdd Slack integration to Hot table -- mention @Claude in Slack to route coding tasks to Claude Code web sessionsCOMPLETE (row added)
3MEDMissing ConceptAdd GitHub Actions / CI-CD to Hot table -- automate PR reviews, issue triage, and code generation in CI/CD pipelinesCOMPLETE (row added with GitLab CI/CD inline link)
4-10LOWVerificationAll URLs, badges, anchors (including Auto Mode, Bundled Skills), and descriptions validatedCOMPLETE

v2.1.85 -- 2026-03-27

#PriorityTypeActionStatus
1HIGHStale URLCommands URL /slash-commands serves Skills pageINVALID (RECURRING)
2MEDMissing ConceptAdd Chrome integration to Hot table -- browser automation via Claude in Chrome extension (beta, dedicated docs at /chrome)COMPLETE (row added)
3-9LOWVerificationAll URLs, badges, anchors, and descriptions validatedCOMPLETE

v2.1.86 -- 2026-03-28

#PriorityTypeActionStatus
1HIGHStale URLCommands URL /slash-commands serves Skills pageINVALID (RECURRING)
2MEDMissing BadgeChrome row in Hot table has no BP badge -- report existsCOMPLETE (BP badge added)
3LOWChanged DescriptionPlugins description missing LSP servers -- official docs list .lsp.json as plugin componentCOMPLETE (added "and LSP servers")
4-10LOWVerificationAll URLs, badges, anchors, and descriptions validatedCOMPLETE

v2.1.89 -- 2026-04-01

#PriorityTypeActionStatus
1HIGHMissing ConceptAdd Computer Use row to Hot table -- screen control on macOS via built-in MCP server (research preview, v2.1.85+)COMPLETE (row added)
2HIGHStale URLCommands URL /slash-commands serves Skills pageINVALID (RECURRING)
3MEDMissing ConceptAdd Fullscreen Rendering row to Hot table -- flicker-free alt-screen rendering with mouse support (research preview, v2.1.88+)COMPLETE (row added with CLAUDE_CODE_NO_FLICKER=1 location)
4-10LOWVerificationAll URLs, badges, anchors, and descriptions validatedCOMPLETE

v2.1.90 -- 2026-04-02

#PriorityTypeActionStatus
1HIGHStale URLCommands URL /slash-commands serves Skills pageINVALID (RECURRING)
2-8LOWVerificationAll 39 external docs URLs, badges, anchors, and descriptions validatedCOMPLETE

v2.1.91 -- 2026-04-03

#PriorityTypeActionStatus
1HIGHStale URLCommands URL /slash-commands not in official sitemap (llms.txt) -- redirects to /skillsINVALID (RECURRING -- URL still resolves via redirect; user chose to keep as-is)
2-8LOWVerificationAll 40 external docs URLs validated against llms.txt sitemap (80 pages), badges, anchors, and descriptions validatedCOMPLETE

v2.1.92 -- 2026-04-04

#PriorityTypeActionStatus
1HIGHMissing ConceptAdd Ultraplan row to Hot table -- cloud-based plan drafting with browser review, inline comments, and flexible execution (/ultraplan)COMPLETE (row added)
2HIGHMissing ConceptAdd Claude Code Web row to Hot table -- run tasks on cloud infrastructure at claude.ai/code with PR auto-fix and parallel sessionsCOMPLETE (row added)
3HIGHStale URLCommands URL /slash-commands not in official sitemapINVALID (RECURRING)
4MEDMissing ConceptAdd Desktop App row to Hot tableINVALID (RECURRING from 2026-03-17 -- user considers it a platform surface, not a configuration concept)

Verification Checklist

The following rules are checked during every workflow run to catch drift in the CONCEPTS table.

1. External URL Liveness

  • Category: URL Accuracy
  • What to check: Every external URL in the CONCEPTS table returns a valid page
  • Depth: Fetch each URL and confirm it loads the expected page (not a redirect to the wrong page)
  • Source: https://code.claude.com/docs/llms.txt for canonical URL list
  • Added: 2026-03-02
  • Origin: Permissions URL /iam was found to redirect to Authentication page instead of Permissions

2. Anchor Fragment Validity

  • Category: URL Accuracy
  • What to check: Any URL with an anchor fragment (#section-name) matches an actual heading on the target page
  • Depth: Fetch the page and verify the heading exists with the expected anchor
  • Added: 2026-03-02
  • Origin: Rules anchor #modular-rules-with-clauderules was stale; section renamed to #organize-rules-with-clauderules

3. Missing Docs Pages

  • Category: Missing Concepts
  • What to check: Every page in the official docs index (llms.txt) that represents a user-facing feature has a corresponding row in the CONCEPTS table
  • Depth: Compare full docs index against CONCEPTS table entries
  • Added: 2026-03-02
  • Origin: Multiple missing concepts found (Agent Teams, Keybindings, Model Configuration, etc.)
  • Category: Badge Accuracy
  • What to check: Every badge target path in the CONCEPTS table points to a file or directory that exists
  • Depth: Use Read/Glob to verify file existence
  • Added: 2026-03-02
  • Origin: Initial checklist creation

5. Description Currency

  • Category: Description Accuracy
  • What to check: Each concept's description accurately reflects the current official docs description
  • Depth: Compare README description against the official page's meta description or first paragraph
  • Added: 2026-03-02
  • Origin: Memory description missing auto memory; MCP Servers location missing .mcp.json