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
7
8
9
//! `CLAUDE.md` emitter: Claude Code's project instructions file. Gated on
//! `skills.enabled_for_claude` so the static file carries the same rule set
//! the claude engine receives from the hook/MCP path.

pub(crate) static CLAUDE_MD: super::Emitter = super::Emitter {
    format: "claude-md",
    file_name: "CLAUDE.md",
    engine: Some("claude"),
};