Documentation Index
Fetch the complete documentation index at: https://smithers.sh/llms.txt
Use this file to discover all available pages before exploring further.
0.16.3
Patch release: declare the missing@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
smithers gui [path]opens a directory as a workspace in the Smithers GUI macOS app (viaopen -b com.smithers.SmithersGUI). A baresmithers .orsmithers <dir>is rewritten tosmithers gui <dir>, matching thecode .convention from VS Code / Cursor.