bosun-tmux 2.0.5

Tmux-native orchestrator for AI agent sessions
Documentation
1
2
3
4
5
6
7
8
//! 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 editor;
pub mod release_notes;
pub mod update;