agent-runbook 0.1.2

Generate a local runbook for AI coding agents.
Documentation
1
2
3
4
5
6
fn main() {
    if let Err(error) = agent_runbook::run() {
        eprintln!("{error}");
        std::process::exit(1);
    }
}