From 53e84d36f0e87ef2d6a0b987dcf87ab8efeff053 Mon Sep 17 00:00:00 2001 From: Dyan Galih Date: Tue, 30 Jun 2026 15:09:10 +0000 Subject: [PATCH] docs: reword CLI check behavior to remove exhaustive list of tools --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 62514e5b0e..24745cd073 100644 --- a/README.md +++ b/README.md @@ -406,7 +406,7 @@ specify init . --force --integration copilot specify init --here --force --integration copilot ``` -The CLI will check that your selected agent's CLI tool is installed (for integrations that require a CLI), such as Claude Code, Gemini CLI, Qwen Code, opencode, Codex CLI, Qoder CLI, Tabnine CLI, Kiro CLI, Pi Coding Agent, Oh My Pi, Forge, Goose, Mistral Vibe, or ZCode. If you don't have the required tool installed, or you prefer to get the templates without checking for the right tools, use `--ignore-agent-tools` with your command: +The CLI will check if the selected integration requires a specific CLI tool to be installed on your machine. If you do not have the required tool installed, or you prefer to get the templates without checking for the right tools, use `--ignore-agent-tools` with your command: ```bash specify init --integration copilot --ignore-agent-tools