Koda Core — the engine library for the Koda AI coding agent.
This crate contains the pure engine logic with zero terminal dependencies.
It communicates exclusively through [engine::EngineEvent] (output) and
[engine::EngineCommand] (input) enums.
See DESIGN.md in the repository root for the full architectural rationale.