(paths: string[])
| 188 | // cross-user global prompt cache. The sandbox already sets $TMPDIR at runtime. |
| 189 | const claudeTempDir = getNcodeTempDir() |
| 190 | const normalizeAllowOnly = (paths: string[]): string[] => |
| 191 | [...new Set(paths)].map(p => (p === claudeTempDir ? '$TMPDIR' : p)) |
| 192 | |
| 193 | const filesystemConfig = { |
| 194 | read: { |
no outgoing calls
no test coverage detected