use load_session;
use StateDir;
use Path;
/// Entry point for `crukx review [session-id]` — launches the interactive
/// TUI. This is the one wired command that isn't safe to run under
/// `assert_cmd` in a test (it takes over the terminal and blocks on
/// keyboard input); `crukx-tui`'s pure app/format logic and its render
/// output are what's actually tested (see crates/crukx-tui/src).