disclaw/tests
Nick Tabeling cbd2df66fb
Some checks failed
CI / build-and-test (ubuntu-latest) (pull_request) Has been cancelled
CI / build-and-test (windows-latest) (pull_request) Has been cancelled
CI / lint (pull_request) Has been cancelled
fix(DIS-152): remove deny(../**) when path_mappings present
deny always wins over allow in Claude Code — the Read(../**) deny rule
was silently blocking the explicitly allowed host paths. When mappings
exist, drop the ../** traversal guard and use explicit Read(./**) allow
instead of blanket Read.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-13 11:01:16 +02:00
..
fixtures feat(runner): add --bare and --append-system-prompt-file flags 2026-04-09 11:22:44 +02:00
integration feat(DIS-152): mapped project paths (host:virtual) for agents 2026-04-13 10:41:10 +02:00
unit fix(DIS-152): remove deny(../**) when path_mappings present 2026-04-13 11:01:16 +02:00