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
1. Check that required tools are installed (git is optional)
740
-
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)
741
+
2. Let you choose your AI assistant
741
742
3. Download the appropriate template from GitHub
742
743
4. Extract the template to a new project directory or current directory
743
744
5. Initialize a fresh git repository (if not --no-git and no existing repo)
@@ -752,6 +753,7 @@ def init(
752
753
specify init . # Initialize in current directory (interactive AI selection)
753
754
specify init --here --ai claude # Alternative syntax for current directory
754
755
specify init --here --ai codex
756
+
specify init --here --ai codebuddy
755
757
specify init --here
756
758
specify init --here --force # Skip confirmation when current directory not empty
0 commit comments