spec-driven-docs 0.8.1

Spec-driven documentation: current specs, immutable decision records, and executable gates kept coherent for people and coding agents.
Documentation
1
2
3
4
5
6
7
8
//! I/O at the edges.
//!
//! Adapters wrap the filesystem so services stay testable over plain values.
//! No policy lives here — what to hash, copy, or refuse is the services'
//! judgment.

pub mod fs;
pub mod git;