docs: clear leftovers from the sequential merges - #21
Merged
Conversation
Two references survived the validator's removal and one dangled in the changelog. The tree also showed .github/ as if it held only workflows, hiding the issue and pull request templates that were always there. Found by re-deriving every path in the project tree from its indentation and checking it against disk: 95 entries, all resolving. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
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.
What
A sweep over
mainafter #18, #19 and #20 landed in sequence, looking for anything the chain left behind. Three items found and fixed.Fixed
README.mdproject treeci.ymlcomment still read "Lint, config validation, shellcheck, hook tests". #20 removed the validator and updated the CI section's prose and table, but not this lineREADME.mdproject tree.github/was shown as containing onlyworkflows/, hidingISSUE_TEMPLATE/andpull_request_template.md— both present since long before this chain. The tree is exhaustive everywhere else, so this read as "there is nothing else here"CHANGELOG.mdFixedentry described restoring a workflow description that mentioned "configuration validation" — a dangling reference to something that, after #20, never shipped. Reworded to what it actually recordsHow it was checked
Rather than reading the tree, I re-derived every path from its indentation and resolved each against disk — 95 entries, all existing. That is what surfaced the
.github/gap, which eyeballing had missed three times.Also verified clean:
validate_config,scripts/orcommands/code-review.mdanywhere outside the changelog's historicalRemovedentryincludeCONTRIBUTING.md's command, all three now naming the same checks.claude/hooks/lib/command-text.shis present, sourced by both hooks, and no longer ignored by.gitignore.env.exampleappears in the README tableOne deliberate omission
tests/__init__.pyandtests/unit/__init__.pyare not in the project tree. The tree is otherwise exhaustive, so this is an inconsistency — but they are package plumbing rather than components, and listing them costs two lines of noise in exchange for nothing a reader needs. Flagging it so it reads as a choice rather than an oversight.🤖 Generated with Claude Code