Expand description
CLI surface for headless zagens binary and shared args/types.
Re-exports§
pub use entry::configure_windows_console_utf8;pub use args::*;
Modules§
- args
- CLI argument types (
clap) — B3 split frommain.rs. - auto_
route_ cli - CLI auto-model routing (
model = auto). - context
- CLI config / workspace resolution shared by dispatch and handlers.
- dispatch
- doctor
- Doctor helpers retained for unit tests after CLI/TUI sunset (D6 Phase B).
- entry
- Binary entry helpers (B3.1).
- handlers
- mcp_
config - MCP config load/save helpers for CLI commands.
- pr_
prompt - PR review prompt formatting (retained for unit tests).
- runner
- Process-in Engine one-shot runner for
zagens exec(shared with future TUI). - setup
- Setup/bootstrap template helpers (retained for tests after CLI sunset).