Skip to content

Commit 6c83e9f

Browse files
committed
Update wording
1 parent a554480 commit 6c83e9f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
cat > release_notes.md << EOF
8282
Template release ${{ steps.get_tag.outputs.new_version }}
8383
84-
Updated specification-driven development templates for GitHub Copilot, Claude Code, Gemini CLI, and Cursor IDE.
84+
Updated specification-driven development templates for GitHub Copilot, Claude Code, Gemini CLI, and Cursor.
8585
8686
Now includes per-script variants for POSIX shell (sh) and PowerShell (ps).
8787

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ specify init my-project
9898
# Initialize with specific AI assistant
9999
specify init my-project --ai claude
100100

101-
# Initialize with Cursor IDE support
101+
# Initialize with Cursor support
102102
specify init my-project --ai cursor
103103

104104
# Initialize with PowerShell scripts (Windows/cross-platform)
@@ -163,7 +163,7 @@ Our research and experimentation focus on:
163163
## 🔧 Prerequisites
164164

165165
- **Linux/macOS** (or WSL2 on Windows)
166-
- AI coding agent: [Claude Code](https://www.anthropic.com/claude-code), [GitHub Copilot](https://code.visualstudio.com/), [Gemini CLI](https://github.com/google-gemini/gemini-cli), or [Cursor IDE](https://cursor.sh/)
166+
- AI coding agent: [Claude Code](https://www.anthropic.com/claude-code), [GitHub Copilot](https://code.visualstudio.com/), [Gemini CLI](https://github.com/google-gemini/gemini-cli), or [Cursor](https://cursor.sh/)
167167
- [uv](https://docs.astral.sh/uv/) for package management
168168
- [Python 3.11+](https://www.python.org/downloads/)
169169
- [Git](https://git-scm.com/downloads)

0 commit comments

Comments
 (0)