difflore-cli 0.2.0

Your AI coding agent learned public code, not your team's private decisions. difflore turns past PR reviews into source-backed local rules.
1
2
3
4
#[tokio::main]
async fn main() {
    difflore_cli::run().await;
}