()
| 425 | } |
| 426 | |
| 427 | export function isCustomTitleEnabled(): boolean { |
| 428 | return true |
| 429 | } |
| 430 | |
| 431 | // Memoized: called 12+ times per turn via hooks.ts createBaseHookInput |
| 432 | // (PostToolUse path, 5×/turn) + various save* functions. Input is a cwd |
no outgoing calls
no test coverage detected