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
5
6
//! `difflore auth` — store GitLab credentials used for review import.
//!
//! Cloud login stays under `difflore cloud login`; this namespace is for
//! per-provider source tokens (today: GitLab PATs).

pub(crate) mod gitlab;