//! dapctl — TUI/CLI sync for HiFi Digital Audio Players.
//!
//! Crate layout mirrors `docs/ARCHITECTURE.md`. Every module exposes the
//! minimum surface needed by `cli` and `tui`; the core logic (config, dap,
//! scan, diff, transfer, log) is stack-agnostic and does not depend on the
//! presentation layer.