spec-driven-docs 0.12.0

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
9
10
11
12
//! Writing one rendered candidate into a target.
//!
//! The candidate says what the target should hold; this layer puts it
//! there. It owns the checks that come before the first byte moves, the
//! one lock a target takes, and the order the writes happen in.

pub mod apply;
pub mod classify;
pub mod finding;
pub mod lock;
pub mod observe;
pub mod path;