cli/pkg/io
Snider e6d1bd22d2 fix(io): address Copilot review feedback
- Fix MockMedium.Rename: collect keys before mutating maps during iteration
- Fix .git checks to use Exists instead of List (handles worktrees/submodules)
- Fix cmd_sync.go: use DeleteAll for recursive directory removal

Files updated:
- pkg/io/io.go: safe map iteration in Rename
- internal/cmd/setup/cmd_bootstrap.go: Exists for .git checks
- internal/cmd/setup/cmd_registry.go: Exists for .git checks
- internal/cmd/pkgcmd/cmd_install.go: Exists for .git checks
- internal/cmd/pkgcmd/cmd_manage.go: Exists for .git checks
- internal/cmd/docs/cmd_sync.go: DeleteAll for recursive delete

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-02 02:03:47 +00:00
..
local chore(io): migrate internal/cmd/docs and internal/cmd/dev to Medium 2026-02-02 00:52:29 +00:00
client_test.go feat(io): extend Medium interface with Delete, Rename, List, Stat operations 2026-02-02 00:37:52 +00:00
io.go fix(io): address Copilot review feedback 2026-02-02 02:03:47 +00:00