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
//! Unit tests for `config`.
//!
//! Split by topic: the `[[llm]]` array shape, `${VAR}` expansion, and ordinary
//! field parsing. Every file here must be declared below — a file no `mod`
//! declaration reaches is never compiled, and cargo does not warn about it.

mod backends;
mod env;
mod fields;
mod providers;
mod support;