#!/usr/bin/env node /** * BroCode CLI Entry Point */ // Run the native CLI (better for terminal UI) import './cli.js';