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
// Claude Code integration module
// Stream JSON parsing is handled directly in steps/agent.rs
// Session management lives in session.rs (Story 2.6)

pub mod session;