agentflow-cli 0.1.2

Git worktree workflow manager with AI agent task monitoring, Kanban board, and terminal UI
1
2
3
4
5
6
7
8
9
10
pub mod branch;
pub mod features;
pub mod monitor;
pub mod scan;
pub mod serve;
pub mod status;
pub mod switch;
pub mod sync;
pub mod theme_cmd;
pub mod worktree;