bosun-tmux 0.3.7

Tmux-native orchestrator for AI agent sessions
Documentation
1
2
3
4
5
6
7
//! Subcommands invoked from `main.rs` argv parsing. Kept separate
//! from the library surface in `lib.rs` so the TUI code path doesn't
//! pull in HTTP / archive-extraction deps unless `bosun update` is
//! actually invoked.

pub mod release_notes;
pub mod update;