import { run } from './cli.js'; run().catch((error) => { console.error('Fatal error:', error); process.exit(1); });