@@ -101,14 +101,14 @@ The `specify` command supports the following options:
101101| Command | Description |
102102| -------------| ----------------------------------------------------------------|
103103| ` init ` | Initialize a new Specify project from the latest template |
104- | ` check ` | Check for installed tools (` git ` , ` claude ` , ` gemini ` , ` code ` /` code-insiders ` , ` cursor-agent ` , ` windsurf ` , ` qwen ` , ` opencode ` ) |
104+ | ` check ` | Check for installed tools (` git ` , ` claude ` , ` gemini ` , ` code ` /` code-insiders ` , ` cursor-agent ` , ` windsurf ` , ` qwen ` , ` opencode ` , ` codex ` ) |
105105
106106### ` specify init ` Arguments & Options
107107
108108| Argument/Option | Type | Description |
109109| ------------------------| ----------| ------------------------------------------------------------------------------|
110110| ` <project-name> ` | Argument | Name for your new project directory (optional if using ` --here ` ) |
111- | ` --ai ` | Option | AI assistant to use: ` claude ` , ` gemini ` , ` copilot ` , ` cursor ` , ` qwen ` , ` opencode ` , or ` windsurf ` |
111+ | ` --ai ` | Option | AI assistant to use: ` claude ` , ` gemini ` , ` copilot ` , ` cursor ` , ` qwen ` , ` opencode ` , ` codex ` , or ` windsurf ` |
112112| ` --script ` | Option | Script variant to use: ` sh ` (bash/zsh) or ` ps ` (PowerShell) |
113113| ` --ignore-agent-tools ` | Flag | Skip checks for AI agent tools like Claude Code |
114114| ` --no-git ` | Flag | Skip git repository initialization |
0 commit comments