ai-dispatch 10.44.0

Multi-AI CLI team orchestrator
1
2
3
4
5
6
7
8
// Smoke test proving the generated project builds and links the app target.
// Exports: SmokeTests.
import XCTest
@testable import AIDCommand

final class SmokeTests: XCTestCase {
    func testAppTargetLinks() { XCTAssertTrue(true) }
}