diff --git a/README.md b/README.md index d2cbf41da..90f46d993 100644 --- a/README.md +++ b/README.md @@ -182,7 +182,7 @@ After running `specify init`, your AI coding agent will have access to these sla | Variable | Description | |------------------|------------------------------------------------------------------------------------------------| -| `SPECIFY_FEATURE` | Override feature detection for non-git repositories. Set to the feature directory name (e.g., `001-photo-albums`) to work on a specific feature when not using git branches.
**Must be set in the context of the agent you're working with prior to using `/plan` or follow-up commands. | +| `SPECIFY_FEATURE` | Override feature detection for non-Git repositories. Set to the feature directory name (e.g., `001-photo-albums`) to work on a specific feature when not using Git branches.
**Must be set in the context of the agent you're working with prior to using `/plan` or follow-up commands. | ## 📚 Core philosophy diff --git a/templates/commands/constitution.md b/templates/commands/constitution.md index 008bf2070..605e9363b 100644 --- a/templates/commands/constitution.md +++ b/templates/commands/constitution.md @@ -2,7 +2,7 @@ description: Create or update the project constitution from interactive or provided principle inputs, ensuring all dependent templates stay in sync. --- -The user input to you can be provided directly by the agent or as an argument parameter - you **MUST** consider it before proceeding with the prompt (if not empty). +The user input to you can be provided directly by the agent or as a command argument - you **MUST** consider it before proceeding with the prompt (if not empty). User input: diff --git a/templates/commands/implement.md b/templates/commands/implement.md index 6137f18de..af7ec23b9 100644 --- a/templates/commands/implement.md +++ b/templates/commands/implement.md @@ -5,7 +5,7 @@ scripts: ps: scripts/powershell/check-prerequisites.ps1 -Json -RequireTasks -IncludeTasks --- -The user input to you can be provided directly by the agent or as an argument parameter - you **MUST** consider it before proceeding with the prompt (if not empty). +The user input can be provided directly by the agent or as a command argument—you **MUST** consider it before proceeding with the prompt (if not empty). User input: diff --git a/templates/commands/plan.md b/templates/commands/plan.md index 7c74f6355..466f2317c 100644 --- a/templates/commands/plan.md +++ b/templates/commands/plan.md @@ -5,7 +5,7 @@ scripts: ps: scripts/powershell/setup-plan.ps1 -Json --- -The user input to you can be provided directly by the agent or as an argument parameter - you **MUST** consider it before proceeding with the prompt (if not empty). +The user input to you can be provided directly by the agent or as a command argument - you **MUST** consider it before proceeding with the prompt (if not empty). User input: diff --git a/templates/commands/specify.md b/templates/commands/specify.md index de09e23f0..652c86a27 100644 --- a/templates/commands/specify.md +++ b/templates/commands/specify.md @@ -5,7 +5,7 @@ scripts: ps: scripts/powershell/create-new-feature.ps1 -Json "{ARGS}" --- -The user input to you can be provided directly by the agent or as an argument parameter - you **MUST** consider it before proceeding with the prompt (if not empty). +The user input to you can be provided directly by the agent or as a command argument - you **MUST** consider it before proceeding with the prompt (if not empty). User input: diff --git a/templates/commands/tasks.md b/templates/commands/tasks.md index 7fc862d85..eb0ef2b60 100644 --- a/templates/commands/tasks.md +++ b/templates/commands/tasks.md @@ -5,7 +5,7 @@ scripts: ps: scripts/powershell/check-prerequisites.ps1 -Json --- -The user input to you can be provided directly by the agent or as an argument parameter - you **MUST** consider it before proceeding with the prompt (if not empty). +The user input to you can be provided directly by the agent or as a command argument - you **MUST** consider it before proceeding with the prompt (if not empty). User input: