| 50 | * retry guidance — abandoning this path is the desired agent reaction. |
| 51 | */ |
| 52 | export class PathRefusalError extends Error {} |
| 53 | import { resolve as resolvePath } from 'path'; |
| 54 | |
| 55 | /** Maximum output length to prevent context bloat (characters) */ |
nothing calls this directly
no outgoing calls
no test coverage detected