shiplog 0.9.0

CLI evidence compiler for review-cycle packets with receipts, coverage, gaps, and safe share profiles.
Documentation
//! Internal library modules for the `shiplog` package.

extern crate self as shiplog;

pub mod bundle;
pub mod cache;
#[cfg(feature = "llm")]
pub mod cluster_llm;
pub mod coverage;
pub mod engine;
pub mod ids;
pub mod ingest;
pub mod merge;
pub mod ports;
pub mod redact;
pub mod render;
pub mod schema;
pub mod team;
pub mod workstreams;