minion-engine 0.6.1

AI workflow engine that orchestrates Claude Code CLI — automate code review, refactoring, and PR creation with YAML workflows
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pub mod claude;
pub mod cli;
pub mod config;
pub mod control_flow;
pub mod engine;
pub mod error;
pub mod events;
pub mod plugins;
pub mod prompts;
pub mod sandbox;
#[cfg(feature = "slack")]
pub mod slack;
pub mod steps;
pub mod workflow;