| 61 | * retry guidance — abandoning this path is the desired agent reaction. |
| 62 | */ |
| 63 | export class PathRefusalError extends Error {} |
| 64 | import { resolve as resolvePath } from 'path'; |
| 65 | |
| 66 | /** Maximum output length to prevent context bloat (characters) */ |
nothing calls this directly
no outgoing calls
no test coverage detected