Skip to content

Remove migrate command#206

Open
Copilot wants to merge 7 commits intomainfrom
copilot/remove-migrate-command
Open

Remove migrate command#206
Copilot wants to merge 7 commits intomainfrom
copilot/remove-migrate-command

Conversation

Copy link
Contributor

Copilot AI commented Feb 5, 2026

Removes the rhiza migrate command which was used to transition projects from the legacy .github/rhiza/ structure to the .rhiza/ folder structure.

Changes

  • CLI: Removed migrate command registration and import from cli.py
  • Implementation: Deleted src/rhiza/commands/migrate.py (200 lines)
  • Tests: Deleted tests/test_commands/test_migrate.py (424 lines)
  • Documentation: Removed migrate sections from README.md and CLI.md
  • References: Updated validate.py and uninstall.py to remove suggestions to run rhiza migrate

Verification

$ rhiza --help
# migrate command no longer listed

$ rhiza migrate
# Error: No such command 'migrate'

All 140 existing tests pass.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • astral.sh
    • Triggering command: /usr/bin/curl curl -LsSf REDACTED (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Original prompt

This section details on the original issue you should resolve

<issue_title>Remove the migrate command</issue_title>
<issue_description></issue_description>

Comments on the Issue (you are @copilot in this section)


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copilot AI changed the title [WIP] Remove the migrate command Remove migrate command Feb 5, 2026
Copilot AI requested a review from tschm February 5, 2026 04:09
@tschm tschm marked this pull request as ready for review February 5, 2026 04:11
@tschm tschm requested a review from HarryCampion February 5, 2026 04:11
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.

Remove the migrate command

2 participants