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
8
9
10
11
12
13
14
15
//! Unit tests for `config`.
//!
//! Split by topic: the `[[llm]]` array shape, `${VAR}` expansion, credential
//! declaration, ordinary field parsing, and the machine-level site policy layer.
//! 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 credentials;
mod env;
mod fields;
mod headers;
mod providers;
mod site;
mod support;