drep-ai 2.8.0

A local commit gate: runs the linters your repo configures, and sends changed code to an LLM for review
Documentation
1
2
3
4
5
6
7
//! Unit and process-boundary tests for the Codex backend.

#[cfg(unix)]
mod client;
mod command;
mod diagnostics;
mod events;