--- # claudbg-pkyj title: Implement main CLI entry point and subcommand structure status: completed type: task priority: normal created_at: 2026-03-27T19:38:56Z updated_at: 2026-03-28T05:00:28Z parent: claudbg-h7xu --- Expanded src/cli.rs with Cli, GlobalOpts, Commands, SessionsCmd, and AgentsCmd clap structs. Updated src/main.rs with tokio main, clap::Parser, and full match dispatch skeleton printing coming-soon stubs. Verified cargo run -- --help shows all subcommands and cargo run -- sessions list prints the stub message.