cli/pkg
Snider 5be349c062 test(mcp): update sandboxing tests for simplified Medium
The simplified io/local.Medium implementation:
- Sanitizes .. to . (no error, path is cleaned)
- Allows absolute paths through (caller validates if needed)
- Follows symlinks (no traversal blocking)

Update tests to match this simplified behavior.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-02 03:32:36 +00:00
..
agentic chore(log): migrate pkg/errors imports to pkg/log 2026-02-02 01:19:12 +00:00
build feat(mcp): add workspace root validation to prevent path traversal (#100) 2026-02-01 21:59:34 +00:00
cache refactor: flatten CLI to root, simplify pkg/mcp for CLI-only use 2026-01-29 18:13:51 +00:00
cli feat(cli): add NO_COLOR environment variable support (#98) 2026-02-01 16:40:03 +00:00
container feat: git command, build improvements, and go fmt git-aware (#74) 2026-02-01 10:48:44 +00:00
devops feat(help): add markdown parsing and section extraction (#174) 2026-02-02 00:07:32 +00:00
errors chore(errors): create deprecation alias pointing to pkg/log 2026-02-02 01:17:22 +00:00
framework fix(core): add thread-safety to global Core instance (#95) 2026-02-01 16:03:44 +00:00
git feat: git command, build improvements, and go fmt git-aware (#74) 2026-02-01 10:48:44 +00:00
help feat(help): Add CLI help command 2026-02-02 00:19:10 +00:00
i18n feat: git command, build improvements, and go fmt git-aware (#74) 2026-02-01 10:48:44 +00:00
io test(io): fix traversal test to match sanitization behavior 2026-02-02 03:27:25 +00:00
log chore(errors): create deprecation alias pointing to pkg/log 2026-02-02 01:17:22 +00:00
mcp test(mcp): update sandboxing tests for simplified Medium 2026-02-02 03:32:36 +00:00
process docs(process): add docstrings to Logger interface methods (#97) 2026-02-01 16:12:01 +00:00
release feat(mcp): add workspace root validation to prevent path traversal (#100) 2026-02-01 21:59:34 +00:00
repos feat: git command, build improvements, and go fmt git-aware (#74) 2026-02-01 10:48:44 +00:00