chore: prune exclude entries the template no longer ships - #102
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Removes inert exclude: entries from the Rhiza sync configuration (.rhiza/template.yml) that no longer correspond to any destination paths shipped by the pinned template version, reducing dead configuration and avoiding misleading “active decision” comments.
Changes:
- Removed
exclude:entries for.github/DISCUSSION_TEMPLATEand.github/ISSUE_TEMPLATEthat no longer match any delivered paths under the pinned Rhiza template ref. - Removed the accompanying explanatory comment block that referred to those now-nonexistent destinations.
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
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.
Removes
exclude:entries that no longer match anything.The template dropped both directories in v1.5.0:
bundles/github/.github/ISSUE_TEMPLATE— rhiza #1567 (a34059d)bundles/github/.github/DISCUSSION_TEMPLATE— rhiza #1566 (20e0ffa)This repo is pinned at v1.5.x, so the sync never delivers those paths and the entries match nothing.
exclude:is matched against destination paths, and an entry that resolves to nothing is silently inert — dead config that reads like an active decision.Only
.rhiza/template.ymlis touched; no template-owned file and no repo source is in this PR. Verified withgit tag --contains: both deletions are in v1.5.0 and v1.5.1, andgit ls-tree v1.5.1reports 0 files for each directory.No gates were run. Run
/rhiza:qualityfor a scorecard.