Skip to content

chore: sync Rhiza template to v0.10.9#405

Merged
tschm merged 4 commits into
mainfrom
rhiza222
May 22, 2026
Merged

chore: sync Rhiza template to v0.10.9#405
tschm merged 4 commits into
mainfrom
rhiza222

Conversation

@tschm
Copy link
Copy Markdown
Owner

@tschm tschm commented May 22, 2026

Summary

  • Bumped Rhiza template version from v0.10.2 to v0.10.9 in .rhiza/template.yml
  • Ran make sync — all changes applied cleanly (no conflicts)
  • Removed orphaned workflows: rhiza_book.yml, rhiza_marimo.yml
  • Added new template files: pip_audit_policy.py, suppression_audit.py

Test plan

  • CI passes on the updated workflows
  • Pre-commit hooks pass (verified locally)

🤖 Generated with Claude Code

tschm and others added 2 commits May 22, 2026 11:56
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings May 22, 2026 08:01
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 22, 2026

Warning

Rate limit exceeded

@tschm has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 25 minutes and 39 seconds before requesting another review.

You’ve run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 94d8d402-237b-456e-a6bb-9d2c9af59c61

📥 Commits

Reviewing files that changed from the base of the PR and between 2e528d5 and afc67fc.

⛔ Files ignored due to path filters (1)
  • .rhiza/template.lock is excluded by !**/*.lock
📒 Files selected for processing (14)
  • .github/workflows/rhiza_book.yml
  • .github/workflows/rhiza_marimo.yml
  • .github/workflows/rhiza_release.yml
  • .gitignore
  • .pre-commit-config.yaml
  • .rhiza/.env
  • .rhiza/make.d/book.mk
  • .rhiza/make.d/custom-env.mk
  • .rhiza/make.d/custom-task.mk
  • .rhiza/make.d/quality.mk
  • .rhiza/rhiza.mk
  • .rhiza/template.yml
  • .rhiza/utils/pip_audit_policy.py
  • .rhiza/utils/suppression_audit.py
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch rhiza222

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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

Syncs this repository’s Rhiza template to v0.10.9, updating the generated automation/quality tooling to match the upstream template.

Changes:

  • Bump Rhiza template reference and lockfile to v0.10.9 (incl. updated sync SHA/timestamp).
  • Update quality/book tooling (new ci-os-matrix make target, Semgrep config path change, zensical invocation change, add CI OS matrix env var).
  • Update release workflow (uv version bump; add job to auto-generate and commit CHANGELOG.md), update pre-commit hook revisions, and remove orphaned book/marimo workflows.

Reviewed changes

Copilot reviewed 11 out of 12 changed files in this pull request and generated 3 comments.

Show a summary per file
File Description
.rhiza/utils/suppression_audit.py Adds a utility script to scan/report inline suppressions across the codebase.
.rhiza/utils/pip_audit_policy.py Adds a tiered policy wrapper around pip-audit output handling.
.rhiza/template.yml Updates the Rhiza template branch to v0.10.9.
.rhiza/template.lock Updates the synced template lock metadata and file list for v0.10.9.
.rhiza/rhiza.mk Adds ci-os-matrix make target and registers it in phony targets.
.rhiza/make.d/quality.mk Updates Semgrep invocation to use .rhiza/semgrep.yml.
.rhiza/make.d/book.mk Adds ZENSICAL_VERSION and updates MkDocs build invocation + ensures output folder exists before touching .nojekyll.
.rhiza/.env Adds RHIZA_CI_OS_MATRIX environment variable.
.pre-commit-config.yaml Adds local hook to block Python cache files; bumps several tool hook revisions.
.github/workflows/rhiza_release.yml Bumps uv version used in release; adds update-changelog job to generate/commit CHANGELOG.md.
.github/workflows/rhiza_marimo.yml Removes orphaned Marimo workflow.
.github/workflows/rhiza_book.yml Removes orphaned book workflow.

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

Comment thread .rhiza/make.d/quality.mk
@printf "${BLUE}[INFO] Running Semgrep...${RESET}\n"
@if [ -d ${SOURCE_FOLDER} ]; then \
${UVX_BIN} semgrep --config .github/semgrep.yml ${SOURCE_FOLDER}; \
${UVX_BIN} semgrep --config .rhiza/semgrep.yml ${SOURCE_FOLDER}; \
token: ${{ secrets.GITHUB_TOKEN }}

- name: Install uv
uses: astral-sh/setup-uv@v8.1.0
Comment on lines 123 to 127
- name: Install uv
uses: astral-sh/setup-uv@v8.1.0
with:
version: "0.11.7"
version: "0.11.16"

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@tschm tschm merged commit 32411cb into main May 22, 2026
21 checks passed
@tschm tschm deleted the rhiza222 branch May 22, 2026 08:26
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