difflore-cli 0.1.0

Your AI coding agent, taught by your team's PR reviews — a local-first, open-source MCP server that turns past review comments into rules your agent follows automatically.
Documentation
1
2
3
4
5
6
//! `difflore skills` — local skill-store utilities.
//!
//! Houses local maintenance commands for the skill store.

pub(crate) mod backfill;
pub(crate) mod sweep;