vibe-action 0.1.5

Command router — execute shell commands and LLM prompts via simple YAML actions.
1
2
3
4
5
6
7
8
9
10
11
//! Utility modules.
//! Application configuration, constants, output macros, and path helpers.

pub mod app;
pub mod clap;
pub mod constants;
pub mod format;
pub mod image;
pub mod path;
pub mod run_guard;
pub mod yaml;