-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Open
Description
Description
I am seeking clarification on the correct way to implement the SPECIFY_FEATURE environment variable within spec-kit. Currently, I am attempting to isolate or prioritize specific features during execution, but the configuration does not seem to be recognized by the system.
Attempted Configurations
I have tried the following methods to define the variable, but neither has yielded the expected results:
- Via
.envfile:
Added the following line to the root.envfile:
SPECIFY_FEATURE="xxx-feature"
- Via Agent Definition (e.g.,
QWEN.md):
Included the variable within the metadata/configuration section of the Agent file:
SPECIFY_FEATURE="xxx-feature"
Observed Behavior
Despite these definitions, the system appears to ignore the SPECIFY_FEATURE flag, when I use /speckit.specify it always create a new branch.
Questions
- What is the intended scope and priority for the
SPECIFY_FEATUREvariable? - Is there a specific syntax or a different configuration file (e.g., a global config or CLI flag) required to make this effective?
Metadata
Metadata
Assignees
Labels
No labels