You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed npm install @code-yeongyu/senpi shipping a broken dependency tree: the published tarball no longer includes npm-shrinkwrap.json, which (combined with bundleDependencies) made npm treat the bundled subtree as the complete locked tree and skip installing non-bundled direct deps like @modelcontextprotocol/sdk and cross-spawn, crashing the CLI at startup with ERR_MODULE_NOT_FOUND. The publish/bundle staging manifest is now generated as publish-deps.lock.json (never packed), and a pack guard prevents any future npm-shrinkwrap.json from being shipped.