kranz-engine 0.4.2

Governed mission engine for auditable AI coding-agent work.
Documentation
1
2
3
4
5
6
//! Shared bounded stream readers; semantics and limits live in kranz-acp.
#[cfg(test)]
pub(crate) use kranz_acp::io::TRUNCATION_MARKER;
pub(crate) use kranz_acp::io::{
    drain_to_tail, BoundedLines, TailWindow, STDERR_TAIL_CAP, STDOUT_LINE_CAP,
};