Skip to content

chore: prune exclude entries the template no longer ships - #102

Merged
tschm merged 1 commit into
mainfrom
chore/prune-dead-template-excludes
Aug 22, 2026
Merged

chore: prune exclude entries the template no longer ships#102
tschm merged 1 commit into
mainfrom
chore/prune-dead-template-excludes

Conversation

@tschm

@tschm tschm commented Aug 22, 2026

Copy link
Copy Markdown
Member

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.yml is touched; no template-owned file and no repo source is in this PR. Verified with git tag --contains: both deletions are in v1.5.0 and v1.5.1, and git ls-tree v1.5.1 reports 0 files for each directory.

No gates were run. Run /rhiza:quality for a scorecard.

Copilot AI lite review requested due to automatic review settings August 22, 2026 17:32

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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_TEMPLATE and .github/ISSUE_TEMPLATE that 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.

@tschm
tschm merged commit 327c901 into main Aug 22, 2026
44 checks passed
@tschm
tschm deleted the chore/prune-dead-template-excludes branch August 22, 2026 17:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants