sdd-layer 0.19.1

Spec-Driven Development CLI and agent harness
1
2
3
4
5
6
7
8
9
10
11
12
pub mod acp;
pub mod agent_context;
pub mod agents;
pub mod errors;
pub mod mcp;
pub mod optimization;
pub mod platform;
pub mod redaction;
pub mod sdd_cache;
pub mod sdd_mcp;
pub mod slack;
pub mod trace;