feat: add ecc2 graph coordination edges

This commit is contained in:
Affaan Mustafa
2026-04-10 04:30:32 -07:00
parent 315b87d391
commit beaba1ca15
3 changed files with 159 additions and 29 deletions

View File

@@ -195,6 +195,7 @@ pub struct ContextGraphSyncStats {
pub sessions_scanned: usize,
pub decisions_processed: usize,
pub file_events_processed: usize,
pub messages_processed: usize,
}
#[derive(Debug, Clone, Serialize, Deserialize, PartialEq, Eq)]