chore: sync the legal bundle, keeping this repo's LICENSE - #103
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds the Rhiza template legal bundle to this repository’s template sync configuration while explicitly excluding LICENSE, ensuring community/security docs are synced without overwriting this repo’s license holder/text.
Changes:
- Add
legalto thetemplates:list so future syncs can deliverSECURITY.mdand community documentation files. - Add
LICENSEtoexclude:so the template’s MIT license text does not replace this repository’s repo-owned license.
💡 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.
Adds the template's
legalbundle totemplates:, withLICENSEexcluded.What this repo starts receiving (on the next sync):
SECURITY.md,.rhiza/CODE_OF_CONDUCT.md,.rhiza/CONTRIBUTING.md.What it keeps:
LICENSE. The bundle ships MIT underCopyright (c) 2025 Jebel Quant Research, which is not this repository's holder, so the licence text stays repo-owned. Without that exclude the sync would rewrite it.Config only — this PR touches
.rhiza/template.ymland nothing else. The three files above arrive when the sync next runs (/rhiza:update), not in this PR.No gates were run. Run
/rhiza:qualityfor a scorecard.