Expand description
Public entry point for apr code / batuta code.
This module provides the library-level API that both the batuta binary
and apr-cli use to launch the coding assistant. All logic lives here;
CLI wrappers are thin dispatchers.
PMAT-162: Phase 6 — makes cmd_code accessible from the library crate
so apr-cli can call batuta::agent::code::cmd_code() directly.
Modules§
- exit_
code - Exit codes for non-interactive mode (spec §9.1).
Functions§
- cmd_
code - Entry point for
batuta code/apr code.