()
| 296 | * Controlled by the tengu_scratch Statsig gate. |
| 297 | */ |
| 298 | export function isScratchpadEnabled(): boolean { |
| 299 | return checkStatsigFeatureGate_CACHED_MAY_BE_STALE('tengu_scratch') |
| 300 | } |
| 301 | |
| 302 | /** |
| 303 | * Returns the user-specific Claude temp directory name. |
no test coverage detected