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
docs: Update README.md to include Factory CLI support
- Added Factory CLI to the list of supported AI agents.
- Updated CLI tool check and initialization options to reflect Factory CLI integration.
- Revised prerequisites section to include Factory CLI as an AI coding agent.
@@ -330,7 +331,7 @@ specify init . --force --ai claude
330
331
specify init --here --force --ai claude
331
332
```
332
333
333
-
The CLI will check if you have Claude Code, Gemini CLI, Cursor CLI, Qwen CLI, opencode, or Codex 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:
334
+
The CLI will check if you have Claude Code, Gemini CLI, Cursor CLI, Qwen CLI, opencode, Codex CLI, or Factory 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:
334
335
335
336
```bash
336
337
specify init <project_name> --ai claude --ignore-agent-tools
0 commit comments