()
| 24 | |
| 25 | /** True when subagent child sessions should be retained (not deleted). */ |
| 26 | export function shouldKeepSubagents(): boolean { |
| 27 | return keepSubagents; |
| 28 | } |
| 29 | |
| 30 | /** Test-only reset. Do NOT call from production paths. */ |
| 31 | export function _resetKeepSubagentsForTesting(): void { |
no outgoing calls
no test coverage detected