Loading...
Loading...
Move files using a two-phase approach that preserves Git history. Phase 1 uses mv commands only, then waits for staging. Phase 2 makes content changes separately. Use when reorganizing files and need clean, trackable diffs. Triggers on "move files", "reorganize structure", "preserve git history".
npx skill4agent add steveclarke/dotfiles move-filesmvmvmv source/path destination/path"Phase 1 complete. Files have been moved usingcommands. Please stage these moves in git, then let me know when ready for Phase 2."mv
mvmv backend/docs/guides project/guides/backendmv