From a55448057b4089557f20f060fe89998057695518 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Den=20Delimarsky=20=F0=9F=8C=BA?= <53200638+localden@users.noreply.github.com> Date: Fri, 12 Sep 2025 14:39:00 -0700 Subject: [PATCH 1/2] Update release.yml --- .github/workflows/release.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c7b8f5e59..186980b60 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -81,7 +81,7 @@ jobs: cat > release_notes.md << EOF Template release ${{ steps.get_tag.outputs.new_version }} - Updated specification-driven development templates for GitHub Copilot, Claude Code, and Gemini CLI. + Updated specification-driven development templates for GitHub Copilot, Claude Code, Gemini CLI, and Cursor IDE. Now includes per-script variants for POSIX shell (sh) and PowerShell (ps). @@ -92,6 +92,8 @@ jobs: - spec-kit-template-claude-ps-${{ steps.get_tag.outputs.new_version }}.zip - spec-kit-template-gemini-sh-${{ steps.get_tag.outputs.new_version }}.zip - spec-kit-template-gemini-ps-${{ steps.get_tag.outputs.new_version }}.zip + - spec-kit-template-cursor-sh-${{ steps.get_tag.outputs.new_version }}.zip + - spec-kit-template-cursor-ps-${{ steps.get_tag.outputs.new_version }}.zip EOF echo "Generated release notes:" @@ -110,6 +112,8 @@ jobs: spec-kit-template-claude-ps-${{ steps.get_tag.outputs.new_version }}.zip \ spec-kit-template-gemini-sh-${{ steps.get_tag.outputs.new_version }}.zip \ spec-kit-template-gemini-ps-${{ steps.get_tag.outputs.new_version }}.zip \ + spec-kit-template-cursor-sh-${{ steps.get_tag.outputs.new_version }}.zip \ + spec-kit-template-cursor-ps-${{ steps.get_tag.outputs.new_version }}.zip \ --title "Spec Kit Templates - $VERSION_NO_V" \ --notes-file release_notes.md env: From 6c83e9ff663a18e815e05a2172e874edf648fa31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Den=20Delimarsky=20=F0=9F=8C=BA?= <53200638+localden@users.noreply.github.com> Date: Fri, 12 Sep 2025 14:39:45 -0700 Subject: [PATCH 2/2] Update wording --- .github/workflows/release.yml | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 186980b60..bb29563b8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -81,7 +81,7 @@ jobs: cat > release_notes.md << EOF Template release ${{ steps.get_tag.outputs.new_version }} - Updated specification-driven development templates for GitHub Copilot, Claude Code, Gemini CLI, and Cursor IDE. + Updated specification-driven development templates for GitHub Copilot, Claude Code, Gemini CLI, and Cursor. Now includes per-script variants for POSIX shell (sh) and PowerShell (ps). diff --git a/README.md b/README.md index 6b53eb456..63ebb598c 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ specify init my-project # Initialize with specific AI assistant specify init my-project --ai claude -# Initialize with Cursor IDE support +# Initialize with Cursor support specify init my-project --ai cursor # Initialize with PowerShell scripts (Windows/cross-platform) @@ -163,7 +163,7 @@ Our research and experimentation focus on: ## 🔧 Prerequisites - **Linux/macOS** (or WSL2 on Windows) -- 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/) +- 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/) - [uv](https://docs.astral.sh/uv/) for package management - [Python 3.11+](https://www.python.org/downloads/) - [Git](https://git-scm.com/downloads)