klasp-agents-aider 0.4.0

Aider agent surface for klasp — edits .aider.conf.yml commit-cmd-pre to invoke the gate.
Documentation
1
2
3
4
5
6
7
8
9
10
//! `klasp-agents-aider` — AiderSurface for klasp.
//!
//! Edits `.aider.conf.yml` to insert `commit-cmd-pre: klasp gate --agent aider`
//! so the klasp gate runs before every aider commit. Existing `commit-cmd-pre`
//! values are chained (klasp first, user value second) rather than overwritten.

pub mod aider_conf;
pub mod surface;

pub use surface::AiderSurface;