repopilot 0.18.0

Local-first CLI for reviewing Git changes, security boundaries, and blast radius before merge.
Documentation
1
2
3
4
5
6
7
8
use std::path::PathBuf;

#[derive(Debug, Clone, PartialEq, Eq)]
pub struct GraphDiagnostic {
    pub code: String,
    pub message: String,
    pub path: Option<PathBuf>,
}