difflore-core 0.2.0

Core library for the difflore CLI — rule store, retrieval, MCP server, hooks, cloud sync. Not intended for direct use; depend on `difflore-cli` instead.
1
2
3
4
5
6
7
8
9
10
pub mod activity_stream;
pub mod classifier;
pub mod cost;
pub mod fix_outcomes;
pub mod injection_log;
pub mod mcp_rule_serves;
pub mod privacy;
pub mod rule_outcomes;
pub mod stated_vs_actual;
pub mod trajectory;