#!/usr/bin/env node /** * Agentic QE v3 - Command Line Interface * * Provides CLI access to the v3 DDD architecture through the Queen Coordinator. * All commands delegate to domain services via the coordination layer. */ export {}; //# sourceMappingURL=index.d.ts.map