Skip to content

Commit a53e076

Browse files
docs: update references from "Supported AI Agents" to "Supported AI Tools"
Claude Code, Cursor, Gemini CLI, and similar entries in the table are AI coding tools/assistants, not autonomous agents. Renaming the section to "Supported AI Tools" is more accurate. Updated files: - README.md: section header, TOC link, and table column header - AGENTS.md: reference to the README section - docs/upgrade.md: anchor link (#-supported-ai-agents → #-supported-ai-tools)
1 parent ccc44dd commit a53e076

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Also update any function docstrings, examples, and error messages that list avai
105105

106106
#### 3. Update README Documentation
107107

108-
Update the **Supported AI Agents** section in `README.md` to include the new agent:
108+
Update the **Supported AI Tools** section in `README.md` to include the new tool:
109109

110110
- Add the new agent to the table with appropriate support level (Full/Partial)
111111
- Include the agent's official website link

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
- [🎨 Community Presets](#-community-presets)
2727
- [🚶 Community Walkthroughs](#-community-walkthroughs)
2828
- [🛠️ Community Friends](#️-community-friends)
29-
- [🤖 Supported AI Agents](#-supported-ai-agents)
29+
- [🤖 Supported AI Tools](#-supported-ai-tools)
3030
- [🔧 Specify CLI Reference](#-specify-cli-reference)
3131
- [🧩 Making Spec Kit Your Own: Extensions & Presets](#-making-spec-kit-your-own-extensions--presets)
3232
- [📚 Core Philosophy](#-core-philosophy)
@@ -234,9 +234,9 @@ Community projects that extend, visualize, or build on Spec Kit:
234234

235235
- **[Spec Kit Assistant](https://marketplace.visualstudio.com/items?itemName=rfsales.speckit-assistant)** — A VS Code extension that provides a visual orchestrator for the full SDD workflow (constitution → specification → planning → tasks → implementation) with phase status visualization, an interactive task checklist, DAG visualization, and support for Claude, Gemini, GitHub Copilot, and OpenAI backends. Requires the `specify` CLI in your PATH.
236236

237-
## 🤖 Supported AI Agents
237+
## 🤖 Supported AI Tools
238238

239-
| Agent | Support | Notes |
239+
| Tool | Support | Notes |
240240
| ------------------------------------------------------------------------------------ | ------- | ----------------------------------------------------------------------------------------------------------------------------------------- |
241241
| [Qoder CLI](https://qoder.com/cli) || |
242242
| [Kiro CLI](https://kiro.dev/docs/cli/) || Use `--ai kiro-cli` (alias: `--ai kiro`) |

docs/upgrade.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Run this inside your project directory:
7676
specify init --here --force --ai <your-agent>
7777
```
7878

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

8181
**Example:**
8282

0 commit comments

Comments
 (0)