diff --git a/src/mod.ts b/src/mod.ts new file mode 100644 index 0000000..992cd64 --- /dev/null +++ b/src/mod.ts @@ -0,0 +1,5 @@ +import './cli/main.ts'; + +// ──────────────────────────────────────────────── +// Entry Point for CLI +// Delegates to src/cli/main.ts, which registers all CLI commands