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
@@ -330,7 +332,7 @@ specify init . --force --ai claude
330
332
specify init --here --force --ai claude
331
333
```
332
334
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:
335
+
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:
334
336
335
337
```bash
336
338
specify init <project_name> --ai claude --ignore-agent-tools
1. Check that required tools are installed (git is optional)
768
-
2. Let you choose your AI assistant (Claude Code, Gemini CLI, GitHub Copilot, Cursor, Qwen Code, opencode, Codex CLI, Windsurf, Kilo Code, or Auggie CLI)
769
+
2. Let you choose your AI assistant (Claude Code, Gemini CLI, GitHub Copilot, Cursor, Qwen Code, opencode, Codex CLI, Windsurf, Kilo Code, Auggie CLI, or Amazon Q Developer CLI)
769
770
3. Download the appropriate template from GitHub
770
771
4. Extract the template to a new project directory or current directory
771
772
5. Initialize a fresh git repository (if not --no-git and no existing repo)
@@ -782,6 +783,7 @@ def init(
782
783
specify init my-project --ai codex
783
784
specify init my-project --ai windsurf
784
785
specify init my-project --ai auggie
786
+
specify init my-project --ai q
785
787
specify init --ignore-agent-tools my-project
786
788
specify init . --ai claude # Initialize in current directory
787
789
specify init . # Initialize in current directory (interactive AI selection)
→ If NEEDS CLARIFICATION remain: ERROR "Resolve unknowns"
27
-
6. Execute Phase 1 → contracts, data-model.md, quickstart.md, agent-specific template file (e.g., `CLAUDE.md` for Claude Code, `.github/copilot-instructions.md` for GitHub Copilot, `GEMINI.md` for Gemini CLI, `QWEN.md` for Qwen Code or `AGENTS.md` for opencode).
27
+
6. Execute Phase 1 → contracts, data-model.md, quickstart.md, agent-specific template file (e.g., `CLAUDE.md` for Claude Code, `.github/copilot-instructions.md` for GitHub Copilot, `GEMINI.md` for Gemini CLI, `QWEN.md` for Qwen Code, or `AGENTS.md` for all other agents).
28
28
7. Re-evaluate Constitution Check section
29
29
→ If new violations: Refactor design, return to Phase 1
0 commit comments