openlatch-client 0.3.3

OpenLatch runtime enforcement node — the capture-and-enforce adapter that evaluates every covered action against a coding agent's Autonomy Zone before it runs
1
2
3
4
5
6
#[derive(Debug)]
pub enum ReconcileRequest {
    Fs,
    Poll,
    Shutdown,
}