ai-dispatch 8.93.0

Multi-AI CLI team orchestrator
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Tests for batch command module behavior.
// Exports: (tests only)
// Deps: nested test modules
#[path = "batch_tests/shared.rs"]
mod shared;
#[path = "batch_tests/trigger.rs"]
mod trigger;
#[path = "batch_tests/run_args.rs"]
mod run_args;
#[path = "batch_tests/helpers.rs"]
mod helpers;
#[path = "batch_tests/retry.rs"]
mod retry;