#!/usr/bin/env node /** * @aexol/spectral — Coding agent that never sleeps * * Headless CLI wrapper — no TUI mode supported. * * Subcommand routing: * - `spectral login` → interactive auth flow (writes ~/.spectral/config.json) * - `spectral logout` → deletes ~/.spectral/config.json * - `spectral serve` → start the Aexol relay WebSocket server (headless) * - `spectral bind` → link directory to an Aexol Studio project * - `spectral unbind` → remove Aexol Studio project binding * - `spectral --version` / `--help` → branded short-circuits, no auth needed. * - anything else → error with usage hint. */ export {}; //# sourceMappingURL=cli.d.ts.map