From f430138895bc62211cee75d5bfe3c1f0caad5d64 Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Wed, 1 Oct 2025 02:47:58 -0600 Subject: [PATCH] docs: clarify Amazon Q limitation and update init docstring --- README.md | 2 +- src/specify_cli/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ef53ee5..12ed570 100644 --- a/README.md +++ b/README.md @@ -133,7 +133,7 @@ Want to see Spec Kit in action? Watch our [video overview](https://www.youtube.c | [Kilo Code](https://github.com/Kilo-Org/kilocode) | ✅ | | | [Auggie CLI](https://docs.augmentcode.com/cli/overview) | ✅ | | | [Roo Code](https://roocode.com/) | ✅ | | -| [Amazon Q Developer CLI](https://aws.amazon.com/developer/learning/q-developer-cli/) | ✅ | | +| [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. | | [Codex CLI](https://github.com/openai/codex) | ⚠️ | Codex [does not support](https://github.com/openai/codex/issues/2890) custom arguments for slash commands. | ## 🔧 Specify CLI Reference diff --git a/src/specify_cli/__init__.py b/src/specify_cli/__init__.py index 1ade247..8268bf0 100644 --- a/src/specify_cli/__init__.py +++ b/src/specify_cli/__init__.py @@ -767,7 +767,7 @@ def init( This command will: 1. Check that required tools are installed (git is optional) 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) - 3. Download the appropriate template from GitHub (or use local release if --local or --local-release is specified) + 3. Download the appropriate template from GitHub 4. Extract the template to a new project directory or current directory 5. Initialize a fresh git repository (if not --no-git and no existing repo) 6. Optionally set up AI assistant commands