Behavior contracts for AI agents — tested in your PR, enforced at runtime. Core engine: parser, writer, content-addressed store, replay, and nine-axis behavioral differ.
//! Content-addressed filesystem blob store and SQLite index.
//!//! See SPEC.md §8 and SPEC §8 (sharding) for the on-disk format.
pubmodfs;pubmodsqlite;pubusefs::{Store, StoreError};pubusesqlite::{Index, IndexError, ReplayRecord, TraceRecord};