diff --git a/prompts/seed-cli.md b/prompts/seed-cli.md index a2f3160..af02d56 100644 --- a/prompts/seed-cli.md +++ b/prompts/seed-cli.md @@ -23,6 +23,8 @@ You are creating a new Go CLI for a 37signals product using the seed templates. ├── e2e/ ├── skills/ ├── scripts/ + ├── .claude/ + │ └── CLAUDE.md ├── .claude-plugin/ ├── .github/ │ ├── workflows/ @@ -74,6 +76,7 @@ You are creating a new Go CLI for a 37signals product using the seed templates. **Docs & project config:** - `seed/AGENTS.md.tmpl` → `AGENTS.md` (fill in app name) + - `seed/.claude/CLAUDE.md` → `.claude/CLAUDE.md` (copy as-is; Claude Code reads CLAUDE.md, not AGENTS.md) - `seed/CONTRIBUTING.md.tmpl` → `CONTRIBUTING.md` (fill in app name) - `seed/API-COVERAGE.md.tmpl` → `API-COVERAGE.md` (fill in app name) - `seed/RELEASING.md.tmpl` → `RELEASING.md` (fill in app name, org, repo) diff --git a/seed/.claude/CLAUDE.md b/seed/.claude/CLAUDE.md new file mode 100644 index 0000000..dba71e9 --- /dev/null +++ b/seed/.claude/CLAUDE.md @@ -0,0 +1 @@ +@../AGENTS.md