git-comma 1.0.7

AI-powered git commit message generator using OpenRouter API
Documentation
1
2
3
4
5
6
7
pub mod config;
pub mod filter;
pub mod openrouter;
pub mod preflight;
pub mod setup;
pub mod ui;
pub use preflight::{PreflightError, PreflightSuccess, UnstagedFile};