zag-orch 0.14.0

Orchestration library for zag — multi-session coordination for AI coding agents
Documentation
1
2
3
4
5
6
7
use super::*;

#[test]
fn test_events_dir() {
    let dir = events_dir();
    assert!(dir.to_string_lossy().contains("events"));
}