drep-ai 2.4.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
8
9
10
11
12
//! Unit tests for the JSON extraction ladder.
//!
//! Wired in via `#[cfg(test)] mod tests;` in `json_parsing.rs`. Every file in
//! this directory must be declared here: Rust silently ignores a file no `mod`
//! points at, which once left four files of tests uncompiled in this repository
//! while the count still looked right.

mod balance;
mod fence;
mod ladder;
mod reasoning;
mod repair;