#!/usr/bin/env node /** * CrewX CLI entry point. * Dispatches commands to the appropriate handler. * * Boot sequence: * 1. Inject CREWX_CLI / CREWX_WORKSPACE env defaults (must be first) * 2. Parse command * 3. Dispatch to handler */ export {};