File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ These are one time installations required to be able to test your changes locall
11111 . Install [ Python 3.11+] ( https://www.python.org/downloads/ )
12121 . Install [ uv] ( https://docs.astral.sh/uv/ ) for package management
13131 . Install [ Git] ( https://git-scm.com/downloads )
14- 1 . Have an [ AI coding agent available] ( README.md#-supported-ai-agents )
14+ 1 . Have an [ AI coding tool available] ( README.md#-supported-ai-tools )
1515
1616<details >
1717<summary ><b >💡 Hint if you are using <code >VSCode</code > or <code >GitHub Codespaces</code > as your IDE</b ></summary >
Original file line number Diff line number Diff line change @@ -517,7 +517,7 @@ Our research and experimentation focus on:
517517## 🔧 Prerequisites
518518
519519- ** Linux/macOS/Windows**
520- - [ Supported] ( #-supported-ai-agents ) AI coding agent .
520+ - [ Supported] ( #-supported-ai-tools ) AI coding tool .
521521- [ uv] ( https://docs.astral.sh/uv/ ) for package management
522522- [ Python 3.11+] ( https://www.python.org/downloads/ )
523523- [ Git] ( https://git-scm.com/downloads )
Original file line number Diff line number Diff line change 99| What to Upgrade | Command | When to Use |
1010| ----------------| ---------| -------------|
1111| ** CLI Tool Only** | ` uv tool install specify-cli --force --from git+https://github.com/github/spec-kit.git@vX.Y.Z ` | Get latest CLI features without touching project files |
12- | ** Project Files** | ` specify init --here --force --ai <your-agent > ` | Update slash commands, templates, and scripts in your project |
12+ | ** Project Files** | ` specify init --here --force --ai <your-tool > ` | Update slash commands, templates, and scripts in your project |
1313| ** Both** | Run CLI upgrade, then project update | Recommended for major version updates |
1414
1515---
@@ -73,7 +73,7 @@ The `specs/` directory is completely excluded from template packages and will ne
7373Run this inside your project directory:
7474
7575``` bash
76- specify init --here --force --ai < your-agent >
76+ specify init --here --force --ai < your-tool >
7777```
7878
7979Replace ` <your-agent> ` with your AI assistant. Refer to this list of [ Supported AI Tools] ( ../README.md#-supported-ai-tools )
You can’t perform that action at this time.
0 commit comments