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 brief;
mod lifecycle;
pub mod plan;

#[allow(deprecated)]
pub use brief::SpecBrief;
pub use brief::TaskContract;
pub use lifecycle::SpecGateway;