#!/usr/bin/env bun /** * Main CLI entry point - imports from the modular command structure * All commands have been extracted to src/cli/commands/ */ import './cli/index.js';