Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions prompts/seed-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down Expand Up @@ -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)
Expand Down
1 change: 1 addition & 0 deletions seed/.claude/CLAUDE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@../AGENTS.md
Loading