vibe-action 0.0.1

Command router — execute shell commands and LLM prompts via simple YAML actions.
1
2
3
4
5
6
7
8
9
10
11
12
13
//! Default action templates embedded in the binary.
//! These are written to ~/.vibe-action/actions/ on first run.

pub mod commit;
pub mod extract;
pub mod find;
pub mod mock;
pub mod naming;
pub mod regex;
pub mod spellcheck;
pub mod synonyms;
pub mod tone;
pub mod translate;