cli/pkg/io
Snider 3caa394e15 feat(io): extend Medium interface with DeleteAll, Stat, Exists, IsDir
Add missing methods to complete the Medium interface:
- DeleteAll: recursive delete
- Stat: file information
- Exists: check if path exists
- IsDir: check if path is a directory

Also update MockMedium to implement all interface methods.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-02 04:23:52 +00:00
..
local feat: Batch implementation of Gemini issues (#176) 2026-02-02 04:20:18 +00:00
client_test.go feat(mcp): add workspace root validation to prevent path traversal (#100) 2026-02-01 21:59:34 +00:00
io.go feat(io): extend Medium interface with DeleteAll, Stat, Exists, IsDir 2026-02-02 04:23:52 +00:00