crosslink 0.9.0-beta.1

A synced issue tracker CLI for multi-agent AI development
1
2
3
4
5
6
7
8
9
10
11
pub mod agents;
pub mod config;
pub mod health;
pub mod issues;
pub mod knowledge;
pub mod milestones;
pub mod orchestrator;
pub mod search;
pub mod sessions;
pub mod sync;
pub mod usage;