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
// Shared command context: DB pool, lazy cloud client, and output mode.

pub mod context;

pub use context::{CommandContext, OutputMode};