Skip to content

Commit 2048790

Browse files
docs: update references from "AI coding agent" to "AI coding tool"
1 parent a53e076 commit 2048790

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ These are one time installations required to be able to test your changes locall
1111
1. Install [Python 3.11+](https://www.python.org/downloads/)
1212
1. Install [uv](https://docs.astral.sh/uv/) for package management
1313
1. 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>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)

docs/upgrade.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
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
7373
Run 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

7979
Replace `<your-agent>` with your AI assistant. Refer to this list of [Supported AI Tools](../README.md#-supported-ai-tools)

0 commit comments

Comments
 (0)