sdd-layer 0.25.3

Spec-Driven Development CLI and agent harness
1
2
3
4
5
6
7
8
9
10
pub mod artifact;
pub mod discovery;
pub mod evaluation;
#[cfg(feature = "html-gen")]
pub mod html;
pub mod orchestrator;
pub mod providers;
pub mod quality;
pub mod risk;
pub mod workflow;