//! Dejavu — a local output-reduction proxy for coding agents.
//!
//! Dejavu intercepts common shell commands via `PATH` shims, runs the real
//! command, and returns a compact/diffed view to the agent while preserving the
//! exact exit code. It reduces what the agent *reads*, never what the shell
//! *executes*.