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
//! `AGENTS.md` emitter: the cross-agent context-file convention read by
//! Codex, Cursor, Amp, Jules, and others. No per-engine filter — any agent
//! may read this file, so every active in-scope rule participates.

pub(crate) static AGENTS_MD: super::Emitter = super::Emitter {
    format: "agents-md",
    file_name: "AGENTS.md",
    engine: None,
};