Feature request: Add non-interactive flag to flow init for minimal setup
Context:
Proposal:
- New flag:
--non-interactive (aliases: --yes, -y)
- Behavior:
- Skip all prompts and use defaults for minimal project
- Do not open editors or interactive selectors
- Return non-zero exit on missing required inputs
Acceptance criteria:
- Running
flow init --non-interactive . completes with no prompts
- Minimal files created as with default choices
- Documented in help and README
Open questions:
- Exact flag name and aliases
- Whether to support
--minimal as a separate shortcut
Feature request: Add non-interactive flag to
flow initfor minimal setupContext:
flow init#2055Proposal:
--non-interactive(aliases:--yes,-y)Acceptance criteria:
flow init --non-interactive .completes with no promptsOpen questions:
--minimalas a separate shortcut