Skip to content

Update ref version to v0.8.20 and add renovate template#78

Merged
tschm merged 4 commits intomainfrom
tschm-patch-300
Apr 2, 2026
Merged

Update ref version to v0.8.20 and add renovate template#78
tschm merged 4 commits intomainfrom
tschm-patch-300

Conversation

@tschm
Copy link
Copy Markdown
Member

@tschm tschm commented Apr 2, 2026

No description provided.

Copilot AI review requested due to automatic review settings April 2, 2026 06:26
Copy link
Copy Markdown

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 Rhiza template reference and enables Renovate via the Rhiza template set.

Changes:

  • Bump Rhiza template ref from v0.8.16 to v0.8.20.
  • Add the renovate template to the Rhiza template list.

Comment on lines 1 to +9
repository: "jebel-quant/rhiza"
ref: "v0.8.16"
ref: "v0.8.20"

templates:
- github
- tests
- legal
- book

- renovate
Copy link

Copilot AI Apr 2, 2026

Choose a reason for hiding this comment

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

.rhiza/template.yml now pins Rhiza ref to v0.8.20 and adds the renovate template, but the checked-in .rhiza/template.lock is still pinned to ref: v0.8.16 and doesn’t include renovate in its template list. This leaves the repo in an inconsistent state for deterministic syncs. Please regenerate/update template.lock (via the project’s Rhiza sync/lock workflow) so it matches the updated template.yml (new ref + templates).

Copilot uses AI. Check for mistakes.
tschm and others added 2 commits April 2, 2026 10:34
Reconfigure stdout to UTF-8 at the start of main() so that ✓ and ✗
can be printed on Windows systems where the default encoding is cp1252.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Replace hasattr with isinstance(sys.stdout, io.TextIOWrapper) so ty
can resolve the reconfigure method type correctly.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@tschm
Copy link
Copy Markdown
Member Author

tschm commented Apr 2, 2026

@copilot Is this PR changing the API?

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 2, 2026

@copilot Is this PR changing the API?

No, this PR does not change the API. The only Python source change is an internal bug fix inside main() in check_template_bundles.py — it reconfigures stdout encoding to handle UnicodeEncodeError on Windows. No public function signatures or exported interfaces were modified. The rest of the changes are infrastructure updates: bumping the Rhiza template ref to v0.8.20 and adding the renovate template.

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.

3 participants