docs: align PR template checklist with the count-free index convention#81
Merged
mxriverlynn merged 1 commit intoJun 18, 2026
Conversation
The "Before requesting review" checklist still told contributors to
update entity counts and a "Counts to verify when editing indexes" line
in CLAUDE.md that no longer exists. The suite moved to count-free indexes
("Indexes stay complete, not counted"), and docs/concepts.md and
README.md carry no hardcoded counts.
- Replace the count-update checklist item with a completeness check:
confirm the indexes, the CLAUDE.md catalog, and docs/concepts.md each
list every current skill and agent.
- Drop "counts" from the /han-update-documentation refresh paragraph.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
053c1a7 to
2e3a6f9
Compare
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.
Summary
This PR updates the contributor PR-template checklist to stop chasing entity counts that no longer exist, so that the template matches the "indexes stay complete, not counted" convention.
CLAUDE.mdplus hardcoded counts indocs/concepts.mdandREADME.md, it now asks them to confirm the two indexes, theCLAUDE.mdcatalog, anddocs/concepts.mdeach list every current skill and agent./han-update-documentationsyncs, since there are no longer any counts to sync.What to look at first
CLAUDE.mdand counts indocs/concepts.mdandREADME.mdthat have already been removed. Worth a quick confirm that the new wording does not point anyone back at a count that no longer lives in those files./han-update-documentationparagraph (line 26): removing "counts" should leave the sentence accurate about what that skill still syncs (long-form docs, indexes, cross-references) and not imply it dropped real work.Files of interest
.github/pull_request_template.md— the only file changed; two checklist lines realigned to the count-free index convention.