drep-ai 2.6.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
//! Acceptance tests for `drep doctor` (Part A).
//!
//! Each test runs `run_to` against a `TempDir` and asserts on the captured
//! string. No subprocess - the command takes a `&mut dyn Write` precisely so
//! the tests can read what would otherwise go to stdout.

mod a_codex;
mod a_languages;
mod a_llm_section;
mod a_no_files;
mod a_skipped_vs_missing;
mod a_special_cases;