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};