Correct drifted counts and stale refs in docs - #15
Merged
Conversation
Verified against the working tree rather than trusting the prose: - Neovim plugins: 27 -> 30 unique specs under lua/plugins/ - Claude Code skills: 54 -> 60 loaded from ~/.claude/skills - "8 agents": dropped. No agents directory exists in the repo or on disk, so the claim was never true. - "31 MCP tools" -> 14 MCP servers, matching the table in CLAUDE.md - docs/ tree listed advanced-usage.md, which does not exist; replaced with the three docs that do - Resources linked Kitty, which is commented out in the Brewfile; this setup uses Ghostty
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Follow-up to #14. While checking the docs I counted the figures in the README
against the actual tree and found several had drifted.
lua/plugins/~/.claude/skillsCLAUDE.mdtableThe agents claim was the notable one: there is no
agents/directory in therepo or in
~/.claude, so it was never accurate. Replaced the AI row withskills and MCP server counts, both of which are checkable.
Also:
docs/tree diagram listedadvanced-usage.md, which does not exist(Document Emacs setup, fix stale docs, activate prettier #14 fixed the link to it, but missed the tree)
Brewfile; thissetup uses Ghostty
Manual testing
pre-commit runpasses -- and prettier now actually executes, confirming Document Emacs setup, fix stale docs, activate prettier #14'stypes_orfix worksdocs/resolves🤖 Generated with Claude Code