()
| 192 | * memory prompt when a custom system prompt replaces the default. |
| 193 | */ |
| 194 | export function hasAutoMemPathOverride(): boolean { |
| 195 | return getAutoMemPathOverride() !== undefined |
| 196 | } |
| 197 | |
| 198 | /** |
| 199 | * Returns the canonical git repo root if available, otherwise falls back to |
no test coverage detected