@infinitedusky/indusk-mcp 1.2.7 → 1.2.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -285,8 +285,9 @@ export async function extensionsUpdate(projectRoot, names) {
285
285
  : existsSync(join(projectRoot, "yarn.lock"))
286
286
  ? "yarn"
287
287
  : "npm";
288
+ const isWorkspace = existsSync(join(projectRoot, "pnpm-workspace.yaml"));
288
289
  const addCmd = pm === "pnpm"
289
- ? `pnpm add -D ${pkg}@latest`
290
+ ? `pnpm add -D ${isWorkspace ? "-w " : ""}${pkg}@latest`
290
291
  : pm === "yarn"
291
292
  ? `yarn add -D ${pkg}@latest`
292
293
  : `npm install -D ${pkg}@latest`;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@infinitedusky/indusk-mcp",
3
- "version": "1.2.7",
3
+ "version": "1.2.8",
4
4
  "description": "InDusk development system — skills, MCP tools, and CLI for structured AI-assisted development",
5
5
  "type": "module",
6
6
  "files": [