1//! Minimal FFI facade for AgenticCodebase. 2 3/// Crate version exposed for foreign runtimes. 4pub fn agentic_codebase_ffi_version() -> &'static str { 5 env!("CARGO_PKG_VERSION") 6}