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)
221
225
specify init my-project --ai copilot --script ps
222
226
@@ -382,7 +386,7 @@ specify init . --force --ai claude
382
386
specify init --here --force --ai claude
383
387
```
384
388
385
-
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:
389
+
The CLI will check if you have Claude Code, Gemini CLI, Cursor CLI, Qwen CLI, opencode, Codex CLI, Qoder CLI, Aider 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:
386
390
387
391
```bash
388
392
specify init <project_name> --ai claude --ignore-agent-tools
0 commit comments