You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Initialize with PowerShell scripts (Windows/cross-platform)
199
203
specify init my-project --ai copilot --script ps
200
204
@@ -360,7 +364,7 @@ specify init . --force --ai claude
360
364
specify init --here --force --ai claude
361
365
```
362
366
363
-
The CLI will check if you have Claude Code, Gemini CLI, Cursor CLI, Qwen CLI, opencode, Codex CLI, or Amazon Q Developer CLI installed. If you do not, or you prefer to get the templates without checking for the right tools, use `--ignore-agent-tools` with your command:
367
+
The CLI will check if you have Claude Code, Gemini CLI, Cursor CLI, Qwen CLI, opencode, Codex CLI, Qoder CLI, or Amazon Q Developer CLI installed. If you do not, or you prefer to get the templates without checking for the right tools, use `--ignore-agent-tools` with your command:
364
368
365
369
```bash
366
370
specify init <project_name> --ai claude --ignore-agent-tools
0 commit comments