Problem Statement
We hardcode
DEFAULT_INIT_INTEGRATION = "copilot"
Which would be a fine default if I could set it to something else, but I can't.
Proposed Solution
Have some way to override this. For example via a config file or an environment variable (e.g. SPECKIT_DEFAULT_INIT_INTEGRATION) or something.
Alternatives Considered
Copilot suggested defining a shell alias, which is obviously terrible.
Component
Specify CLI (initialization, commands)
AI Agent (if applicable)
No response
Use Cases
No response
Acceptance Criteria
No response
Additional Context
No response
Problem Statement
We hardcode
Which would be a fine default if I could set it to something else, but I can't.
Proposed Solution
Have some way to override this. For example via a config file or an environment variable (e.g.
SPECKIT_DEFAULT_INIT_INTEGRATION) or something.Alternatives Considered
Copilot suggested defining a shell alias, which is obviously terrible.
Component
Specify CLI (initialization, commands)
AI Agent (if applicable)
No response
Use Cases
No response
Acceptance Criteria
No response
Additional Context
No response