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.4
Patch release: fixbunx smithers-orchestrator init bailing immediately
with INIT_FAILED / ENOENT on a clean install.
Fixes
smithers initno longer throws on a missing rootpackage.json.@smithers-orchestrator/cli’sreadDependencyVersions()read a rootpackage.jsonviareadJson("../../../package.json"). Inside the monorepo that’s the workspace root; installed from npm it resolves tonode_modules/package.json, which doesn’t exist, and the sync read threw before any fallback could fire. Every freshbunx smithers-orchestrator@latest initbailed withINIT_FAILED/ ENOENT. The read now goes through the existingreadPackageVersion(path, fallback)helper, matching every other version lookup in the function.