Skip to content

chore: remove .rhiza/.cfg.toml - #507

Merged
tschm merged 1 commit into
mainfrom
chore/remove-rhiza-cfg-toml
Aug 5, 2026
Merged

chore: remove .rhiza/.cfg.toml#507
tschm merged 1 commit into
mainfrom
chore/remove-rhiza-cfg-toml

Conversation

@tschm

@tschm tschm commented Aug 5, 2026

Copy link
Copy Markdown
Owner

Removes .rhiza/.cfg.toml, the bump-my-version configuration.

Notes

  • No Makefile target or GitHub workflow references this path (checked .rhiza/make.d/*.mk, Makefile, .github/workflows/).
  • .rhiza/make.d/releasing.mk states version bumping is not a make target and that releasing is driven by the rhiza-claude /release command — that command is the remaining potential consumer and is worth verifying before merge.
  • make fmt passes on this branch (all pre-commit hooks green).

🤖 Generated with Claude Code

Summary by CodeRabbit

  • Chores
    • Removed obsolete release and version-management configuration.

Drop the bump-my-version configuration. No Makefile target or GitHub
workflow references this path; releasing is driven by the rhiza-claude
/release command, which is the remaining consumer to verify.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Copilot AI lite review requested due to automatic review settings August 5, 2026 06:01
@coderabbitai

coderabbitai Bot commented Aug 5, 2026

Copy link
Copy Markdown

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: cda11700-3474-4757-a997-30e2e906473a

📥 Commits

Reviewing files that changed from the base of the PR and between fa7867a and 86bd5ed.

📒 Files selected for processing (1)
  • .rhiza/.cfg.toml
💤 Files with no reviewable changes (1)
  • .rhiza/.cfg.toml

📝 Walkthrough

Walkthrough

The pull request deletes .rhiza/.cfg.toml, including versioning, release, commit, tag, hook, and workflow rewrite settings.

Changes

Cohort / File(s) Summary
Rhiza configuration removal
.rhiza/.cfg.toml
Removes all Rhiza bumpversion configuration and related release automation settings.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Suggested reviewers: copilot

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning The description explains the change and testing, but it omits the required Changes, Checklist, and issue-reference sections. Add the required template sections, include the changes list, complete the testing and checklist items, and provide an issue number or explain why none applies.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and concisely describes the deletion of .rhiza/.cfg.toml.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/remove-rhiza-cfg-toml

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.

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 the Rhiza-local bump-my-version configuration file (.rhiza/.cfg.toml) from the repository, presumably to retire that version-bumping mechanism in favor of the Rhiza-driven release flow.

Changes:

  • Delete .rhiza/.cfg.toml (the bump-my-version config).
Suppressed comments (1)

.rhiza/.cfg.toml:1

  • This file is still listed as template-managed in .rhiza/template.lock and .rhiza/history (both reference .rhiza/.cfg.toml). Removing it here will likely be reverted by the next Rhiza sync/update, and it leaves the template metadata inconsistent with the working tree. Either keep this file until the upstream template/lock is updated, or update the Rhiza metadata (lock/history and/or exclude rules) in the same PR so the deletion persists.

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

@tschm
tschm merged commit 2f51b9c into main Aug 5, 2026
67 checks passed
@tschm
tschm deleted the chore/remove-rhiza-cfg-toml branch August 5, 2026 06:09
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