Skip to content

Commit 07a8a08

Browse files
strausrcursoragent
andcommitted
fix: use correct CLAUDE.md convention for Claude Code
Changed from creating `.claude` and `claude.md` files to the official `CLAUDE.md` convention as documented in Claude Code's official docs. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent a274262 commit 07a8a08

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

cli.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,8 +247,7 @@ async function main() {
247247
}
248248

249249
if (aiTools.includes('claude')) {
250-
writeFileSync(join(projectPath, '.claude'), aiRulesContent);
251-
writeFileSync(join(projectPath, 'claude.md'), aiRulesContent);
250+
writeFileSync(join(projectPath, 'CLAUDE.md'), aiRulesContent);
252251
}
253252

254253
if (aiTools.includes('generic')) {

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)