cli/pkg/io
Snider 04fc222982 refactor(io): simplify local Medium implementation
Rewrote to match the simpler TypeScript pattern:
- path() sanitizes and returns string directly
- Each method calls path() once
- No complex symlink validation
- Less code, less attack surface

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-02 03:17:41 +00:00
..
local refactor(io): simplify local Medium implementation 2026-02-02 03:17:41 +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