()
| 1803 | } |
| 1804 | |
| 1805 | export function getUserClaudeRulesDir(): string { |
| 1806 | return join(getClaudeConfigHomeDir(), 'rules') |
| 1807 | } |
| 1808 | |
| 1809 | // Exported for testing only |
| 1810 | export const _getConfigForTesting = getConfig |
no outgoing calls
no test coverage detected