Delete migration asset directories during baseline cleanup#15
Merged
Conversation
When baselining, also delete any companion directories named after the migration ID (e.g., 1fb2g-init/ for migration 1fb2g-init.sh). This prevents asset folders from accumulating when old migrations are cleaned up. The output clearly indicates which migrations have associated asset directories being deleted. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
- Version bump: 0.4.1 → 0.5.0 (minor for new asset directory deletion feature) - Fix cargo fmt issue in baseline.rs Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
When baselining migrations, the tool now automatically deletes companion asset directories (named after the migration ID, e.g.,
1fb2g-init/for migration1fb2g-init.sh). This prevents asset folders from accumulating when old migrations are cleaned up, and the output clearly indicates which migrations have associated directories being deleted.Test Plan
cargo nextest runto verify all 49 tests pass--dry-runoutput accurately reports what would be deleted--keepflag preserves both files and directories🤖 Generated with Claude Code