Skip to content

chore: update rhiza to v0.15.3#779

Merged
tschm merged 5 commits into
mainfrom
rhiza_v0.15.3
May 27, 2026
Merged

chore: update rhiza to v0.15.3#779
tschm merged 5 commits into
mainfrom
rhiza_v0.15.3

Conversation

@tschm
Copy link
Copy Markdown
Member

@tschm tschm commented May 26, 2026

Summary

  • Bumps template-branch to v0.15.3 in .rhiza/template.yml
  • Bumps .rhiza/.rhiza-version to 0.16.1
  • Runs make sync to apply upstream template changes

Copilot AI review requested due to automatic review settings May 26, 2026 14:44
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Updates the repository’s Rhiza template configuration and sync artifacts to newer upstream versions, and adds shell completion scripts for Rhiza Make targets under .rhiza/.

Changes:

  • Bump Rhiza template ref to v0.15.3 and update the synced template lock metadata.
  • Bump .rhiza/.rhiza-version to 0.16.1.
  • Add Bash/Zsh completion scripts (and README) for tab-completing Rhiza Make targets.

Reviewed changes

Copilot reviewed 5 out of 6 changed files in this pull request and generated 4 comments.

Show a summary per file
File Description
.rhiza/template.yml Updates the Rhiza template ref to v0.15.3.
.rhiza/template.lock Updates template sync lock (sha/ref, file manifest, synced timestamp).
.rhiza/completions/rhiza-completion.zsh Adds Zsh completion for make targets in Rhiza-based projects.
.rhiza/completions/rhiza-completion.bash Adds Bash completion for make targets in Rhiza-based projects.
.rhiza/completions/README.md Documents installation/usage for the new completion scripts.
.rhiza/.rhiza-version Bumps the Rhiza CLI version used by make sync/validate.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .rhiza/template.lock
Comment on lines 18 to +20
- .github/dependabot.yml
- .github/pull_request_template.md
- .github/release.yml
Comment on lines +255 to +259
## See Also

- [Tools Reference](../../docs/reference/TOOLS_REFERENCE.md) - Complete command reference
- [Quick Reference](../../docs/guides/QUICK_REFERENCE.md) - Quick command reference
- [Extending Rhiza](../../docs/guides/EXTENDING_RHIZA.md) - How to add custom targets
Comment on lines +13 to +16
local cur prev opts
COMPREPLY=()
cur="${COMP_WORDS[COMP_CWORD]}"
prev="${COMP_WORDS[COMP_CWORD-1]}"
opts="$opts $vars"

# Generate completions
COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
@tschm tschm merged commit c82a5c4 into main May 27, 2026
54 checks passed
@tschm tschm deleted the rhiza_v0.15.3 branch May 27, 2026 03:46
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