Merge the snippet index into README; drop docs/INDEX.md#8
Merged
Conversation
Pull the routing tables (scripts/config/templates + docs list) up front into README.md so the map — purpose, deps, copy-to, when-to-reach-for-it — is the first thing a reader (or an AI assistant) sees. Replaces the thinner Layout tree the README had. Removes docs/INDEX.md and the dual-maintenance it created: adding a snippet now means one routing-table row in README, not a README tree entry AND an INDEX row. Repointed CLAUDE.md's "start here" and "when adding a snippet" steps at the README table. No dangling INDEX.md references remain; all README links resolve; markdownlint clean. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01SKEr4FwR8c3qz2WRDqgLHu
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 #7. The index→README merge was authored on the #7 branch but didn't make it into the squash-merge (GitHub's PR head was momentarily stale at merge time), so
mainstill hasdocs/INDEX.mdand no README routing tables. This cherry-picks that commit ontomain.What changed
README.md(scripts / config / templates + docs list) — up front, replacing the thinner Layout tree, so the map is the first thing a reader or AI assistant sees.docs/INDEX.mdand the dual-maintenance it created: adding a snippet is now one routing-table row in the README, not a README tree entry and an INDEX row.CLAUDE.md("start here" + "when adding a snippet") at the README table.No dangling
INDEX.mdreferences; all README links resolve;markdownlintclean.🤖 Generated with Claude Code