butterfly-bot 0.8.0

Butterfly Bot is an opinionated personal-ops AI assistant built for people who want results, not setup overhead.
Documentation
1
2
3
4
5
6
//! Deprecated file kept only as a migration marker.
//! The main desktop binary is now `butterfly-bot` (see `src/main.rs`).

fn main() {
    eprintln!("deprecated: use `butterfly-bot`");
}