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
//! Pure domain types and invariants.
//!
//! Everything here is computable without I/O: identifiers, the instance
//! manifest schema, profiles, marker-block string surgery, and version
//! ordering. No filesystem access, no process state — modules that touch
//! the world live in `services` and `adapters`.

pub mod debt;
pub mod finding;
pub mod gate_id;
pub mod instance_config;
pub mod manifest;
pub mod marker;
pub mod ownership;
pub mod path_filter;
pub mod policy;
pub mod profile;
pub mod rule_id;
pub mod skill_record;
pub mod tracking;
pub mod version;