vibe-action 0.1.1

Command router — execute shell commands and LLM prompts via simple YAML actions.
1
2
3
4
5
6
7
//! CLI command handlers.
//! Run and serve subcommands.

pub mod action;
pub mod bench;
pub mod clean;
pub mod status;