@mdx-js/esbuild runtime dependency
in smithers-orchestrator so a fresh bunx smithers-orchestrator init
can actually start the CLI.
Fixes
smithers-orchestratornow declares@mdx-js/esbuildas a direct dependency.src/mdx-plugin.jsimports@mdx-js/esbuildbut the package wasn’t listed inpackages/smithers/package.json, so a cleanbunx smithers-orchestrator@latest initproduced an unresolvableCannot find module '@mdx-js/esbuild'as soon as the CLI loaded (@smithers-orchestrator/clire-exportsmdxPluginat startup).
Features
bunx smithers-orchestrator gui [path]opens a directory as a workspace in the Smithers GUI macOS app (viaopen -b com.smithers.SmithersGUI). A bare path argument (bunx smithers-orchestrator .orbunx smithers-orchestrator <dir>) is treated asbunx smithers-orchestrator gui <dir>, matching thecode .convention from VS Code / Cursor.