Skip to content

Commit f430138

Browse files
committed
docs: clarify Amazon Q limitation and update init docstring
1 parent 7fa0cc5 commit f430138

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ Want to see Spec Kit in action? Watch our [video overview](https://www.youtube.c
133133
| [Kilo Code](https://github.com/Kilo-Org/kilocode) || |
134134
| [Auggie CLI](https://docs.augmentcode.com/cli/overview) || |
135135
| [Roo Code](https://roocode.com/) || |
136-
| [Amazon Q Developer CLI](https://aws.amazon.com/developer/learning/q-developer-cli/) | | |
136+
| [Amazon Q Developer CLI](https://aws.amazon.com/developer/learning/q-developer-cli/) | ⚠️ | Amazon Q Developer CLI does not support custom arguments for slash commands. |
137137
| [Codex CLI](https://github.com/openai/codex) | ⚠️ | Codex [does not support](https://github.com/openai/codex/issues/2890) custom arguments for slash commands. |
138138

139139
## 🔧 Specify CLI Reference

src/specify_cli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -767,7 +767,7 @@ def init(
767767
This command will:
768768
1. Check that required tools are installed (git is optional)
769769
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)
770-
3. Download the appropriate template from GitHub (or use local release if --local or --local-release is specified)
770+
3. Download the appropriate template from GitHub
771771
4. Extract the template to a new project directory or current directory
772772
5. Initialize a fresh git repository (if not --no-git and no existing repo)
773773
6. Optionally set up AI assistant commands

0 commit comments

Comments
 (0)