openlatch-client 0.5.4

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
7
# Build the full CLI with the dependency versions pinned in Cargo.lock.
build:
    cargo build --release --bin openlatch --features full-cli --locked

# Build and install the CLI into Cargo's install directory (normally ~/.cargo/bin).
install:
    cargo install --path . --bin openlatch --features full-cli --locked