cli/pkg/io
Snider ec6eca99d8 chore(io): migrate internal/cmd/docs and internal/cmd/dev to Medium
- internal/cmd/docs: Replace os.Stat, os.ReadFile, os.WriteFile,
  os.MkdirAll, os.RemoveAll with io.Local equivalents
- internal/cmd/dev: Replace os.Stat, os.ReadFile, os.WriteFile,
  os.MkdirAll, os.ReadDir with io.Local equivalents
- Fix local.Medium to allow absolute paths when root is "/" for
  full filesystem access (io.Local use case)

Refs #113, #114

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-02 00:52:29 +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 feat(io): extend Medium interface with Delete, Rename, List, Stat operations 2026-02-02 00:37:52 +00:00