()
| 51 | } |
| 52 | |
| 53 | function getClaudeMdPath() { |
| 54 | if (existsSync(join(CWD, '.claude', 'CLAUDE.md'))) return join(CWD, '.claude', 'CLAUDE.md') |
| 55 | if (existsSync(join(CWD, 'CLAUDE.md'))) return join(CWD, 'CLAUDE.md') |
| 56 | return join(CWD, 'CLAUDE.md') // default create location |
| 57 | } |
| 58 | |
| 59 | function getRulesDir() { |
| 60 | return join(CWD, '.claude', 'rules') |
no test coverage detected