refactor(core): centralize path validation and allow temp dir access for tools (#17185)

Co-authored-by: Your Name <joshualitt@google.com>
This commit is contained in:
N. Taylor Mullen
2026-01-27 13:17:40 -08:00
committed by GitHub
parent 98ac14a326
commit 34a9bc4de3
26 changed files with 1149 additions and 609 deletions
+4
View File
@@ -31,6 +31,10 @@ class MockConfig {
getFileFilteringRespectGeminiIgnore() {
return true;
}
validatePathAccess() {
return null;
}
}
describe('ripgrep-real-direct', () => {