agent-spec 0.5.0

Intent compiler for AI agent coding: human intent compiles through requirement IR into verifiable task contracts, mechanically verified against the code
1
2
3
4
5
6
7
8
9
10
mod keywords;
mod meta;
mod parser;
mod resolver;

pub use keywords::match_rule_header;
pub use parser::parse_spec;
pub use parser::parse_spec_from_str;
pub use parser::task_stem_from_path;
pub use resolver::resolve_spec;