Parent: #590
Blocked by: M27.1
Scope
Add CLI flags to override config values for the session:
zeph --mode coding --expertise expert
Implementation
- Add clap args in
src/main.rs CLI struct
- Override config values after loading TOML (CLI > config > default)
- Follow existing pattern for --vault, --vault-key etc.
Acceptance Criteria
Parent: #590
Blocked by: M27.1
Scope
Add CLI flags to override config values for the session:
Implementation
src/main.rsCLI structAcceptance Criteria
--modeaccepts assistant/coding/automation--expertiseaccepts beginner/intermediate/expert