instruction-files 0.3.0

Discovery, auditing, and sync for AGENTS.md/CLAUDE.md instruction files
Documentation
1
2
3
4
5
//! Instruction file discovery: find project root and instruction files.
//!
//! Re-exported from `agent-kit::audit_common`.

pub use agent_kit::audit_common::{find_root, find_instruction_files};