| 78 | * crashed). The approved plan is real and in threadstore — don't drop it. |
| 79 | */ |
| 80 | export class ExitPlanModeScanner { |
| 81 | private exitPlanCalls: string[] = [] |
| 82 | private results = new Map<string, ToolResultBlockParam>() |
| 83 | private rejectedIds = new Set<string>() |
nothing calls this directly
no outgoing calls
no test coverage detected