agent-spec 0.3.0

AI-native BDD/Spec verification tool for contract-driven agent coding
1
2
3
4
5
6
7
8
mod linters;
mod pipeline;

pub use pipeline::LintPipeline;

// Used by tests in linters.rs via crate::spec_lint::cross_check
#[cfg(test)]
pub use pipeline::cross_check;