* Returns the directory where config backup files are stored. * Uses ~/.claude/backups/ to keep the home directory clean.
()
| 1368 | * Uses ~/.claude/backups/ to keep the home directory clean. |
| 1369 | */ |
| 1370 | function getConfigBackupDir(): string { |
| 1371 | return join(getClaudeConfigHomeDir(), 'backups') |
| 1372 | } |
| 1373 | |
| 1374 | /** |
| 1375 | * Find the most recent backup file for a given config file. |
no outgoing calls
no test coverage detected