cli/pkg/io
Snider cf4cbd44d8 fix: address CodeRabbit review issues
- Fix critical sandbox escape in local.Medium.path()
  - Absolute paths now constrained to sandbox root when root != "/"
  - Only allow absolute path passthrough when root is "/"
- Fix weak test assertion in TestMust_Ugly_Panics
  - Use assert.Contains instead of weak OR condition
- Remove unused issues.json file
- Add TestPath_RootFilesystem test for absolute path handling

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-02 06:51:46 +00:00
..
local fix: address CodeRabbit review issues 2026-02-02 06:51:46 +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