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.8
Patch release: the bin delegation added in 0.16.7 now actually runs.Fixes
@smithers-orchestrator/clino longer declares asmithersbin. Previously bothsmithers-orchestratorand@smithers-orchestrator/clideclared the samesmithersbinary, and bun registered the CLI’s (pointing straight atsrc/index.js) innode_modules/.bin/— which meant the delegation wrapper insmithers-orchestrator/src/bin/smithers.jsfrom 0.16.7 never ran,bunxtmp-dir and.smithers/node_modules/still materialized two React singletons, andbunx smithers-orchestrator@latest workflow grill-meon a fresh init kept crashing withInvalid hook call. Dropping the bin from@smithers-orchestrator/climakesnode_modules/.bin/smithersunambiguously resolve tosmithers-orchestrator/src/bin/smithers.js, the delegation fires, and the local.smithers/install takes over for the actual workflow run — one React, one reconciler, one hook dispatcher. The CLI package is now a pure library; consumers who want the binary installsmithers-orchestrator.