zag-orch 0.18.0

Orchestration library for zag — multi-session coordination for AI coding agents
Documentation
1
2
3
4
5
6
7
8
9
10
// Subscribe tests — the core functionality is a blocking poll loop,
// so unit tests focus on helper functions.

// Integration tests for subscribe would require actual session logs
// and are better suited for end-to-end testing.

#[test]
fn subscribe_module_compiles() {
    // Smoke test: the module compiles and is importable
}