From 9649666195f23613d433832983db37b662b8baf6 Mon Sep 17 00:00:00 2001 From: Chris Wanstrath Date: Sat, 14 Feb 2026 08:07:01 -0800 Subject: [PATCH] claude too --- src/lib/templates.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/templates.ts b/src/lib/templates.ts index 61c335f..8c90922 100644 --- a/src/lib/templates.ts +++ b/src/lib/templates.ts @@ -15,7 +15,7 @@ interface TemplateVars { APP_NAME: string } -const SHARED_FILES = ['.gitignore', '.npmrc', 'package.json', 'tsconfig.json'] +const SHARED_FILES = ['CLAUDE.md', '.gitignore', '.npmrc', 'package.json', 'tsconfig.json'] const TEMPLATES_DIR = join(import.meta.dir, '../../templates') function readDir(dir: string): string[] {