cli/pkg/repos
Snider d6fb905dba feat(repos): migrate filesystem operations to io.Local abstraction
Replace direct os package calls with io.Local methods:
- os.ReadFile → io.Local.Read
- os.Stat → io.Local.IsFile/IsDir
- os.ReadDir → io.Local.List

Part of #101 (io.Medium migration tracking issue).

Closes #111

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-02 04:38:38 +00:00
..
registry.go feat(repos): migrate filesystem operations to io.Local abstraction 2026-02-02 04:38:38 +00:00