orchid-cli 0.1.0

Task-file orchestration helper for coordinating scoped agent work.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
mod cli;
mod core;
mod gitstate;
mod model;
mod orchestration;
mod paths;
mod planner;
mod runtime;
mod specs;
mod taskfile;

pub use cli::run;