#!/usr/bin/env node /** * `clustly` CLI — the published bin for @clustly/agent. DISPATCH ONLY (GUIDELINES §2): * every subcommand's glue lives in commands/.ts (lazily imported), and all testable * logic lives in domain modules (hosting/*, run.ts, mcp.ts). This file knows the command * table, --help/--version, and nothing else. */ export {};