difflore-core 0.1.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.
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod config;
pub mod crypto;
pub mod daemon;
pub mod db;
pub mod env;
pub mod git;
pub mod github_import;
pub mod paths;
pub mod skill_fs;
pub mod startup;