Skip to content

Commit 23054e0

Browse files
committed
Rename Cursor commands
1 parent 7a4c847 commit 23054e0

5 files changed

Lines changed: 8 additions & 5 deletions

File tree

File renamed without changes.
File renamed without changes.

.cursor/commands/plan.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The plan must ensure the code is implemented atomically, linearly, and adheres t
2424

2525
# Output Format
2626

27-
Produce a Markdown checklist in `.cursor/plans/Plan-{TASK_NAME}.md`. Group steps into Logical Phases:
27+
Produce a Markdown checklist in `.plans/Plan-{TASK_NAME}.md`. Group steps into Logical Phases:
2828

2929
**Phase 1: Data Layer (The Foundation)**
3030
- Define/Update Drizzle Schema in `db/schema.ts`.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Before designing, you must analyze:
4040

4141
# Output Format
4242

43-
Produce a Markdown document in `.cursor/specs/Spec-{TASK_NAME}.md`.
43+
Produce a Markdown document in `.specs/Spec-{TASK_NAME}.md`.
4444

4545
## 1. Business Goal & Value
4646

.gitignore

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,12 @@
55
#
66
# https://help.github.com/articles/ignoring-files/#create-a-global-gitignore
77

8-
# Do not ignore .cursor commands and rules.
9-
!/.cursor/rules/*.mdc
10-
!/.cursor/commands/*.md
8+
# Do not ignore .cursor directory.
9+
!.cursor
10+
11+
# Ignore generated specification and plan files.
12+
/.specs
13+
/.plans
1114

1215
# Application and docker compose environment variables.
1316
/.env

0 commit comments

Comments
 (0)