kinjitakabe
760501fc38
fix(matrix): stop runtime npm install from parent-derived cwd
...
`ensureMatrixSdkInstalled` previously derived an install `cwd` via fixed
two-segment traversal from `import.meta.url` and spawned `npm install`
(or `pnpm install`) when Matrix packages were missing. Under the
externalized plugin layout the derived path is a scope directory like
`<config>/npm/node_modules/@openclaw`, so npm walks up to the managed
project root and prunes undeclared siblings. Under the legacy bundled
layout it would target `<global-prefix>/lib/node_modules` and could
delete unrelated global CLIs.
Matrix is now a pure availability check: if any required package fails
to resolve, it throws an actionable error pointing the operator at the
supported repair commands (`openclaw plugins update matrix`,
`openclaw doctor --fix`). This matches extensions/AGENTS.md:
"Runtime never installs deps; install/update/doctor are repair points."
The exported signature stays backwards-compatible (all params optional;
`confirm` and `runtime` are accepted but ignored). `resolveMissingMatrixPackages`
gains an optional `resolveFn` seam for testability, mirroring the existing
`ensureMatrixCryptoRuntime` injection pattern.
Fixes #80758 .
2026-05-12 15:22:10 +05:30
..
2026-05-12 07:10:13 +01:00
2026-05-12 10:32:12 +05:30
2026-05-12 06:33:41 +01:00
2026-05-12 06:33:41 +01:00
2026-05-12 07:10:13 +01:00
2026-05-12 06:33:41 +01:00
2026-05-12 07:10:13 +01:00
2026-05-12 06:33:41 +01:00
2026-05-12 06:33:41 +01:00
2026-05-12 10:32:29 +01:00
2026-05-12 06:33:41 +01:00
2026-05-12 07:10:13 +01:00
2026-05-12 06:33:41 +01:00
2026-05-12 10:00:29 +01:00
2026-05-12 06:33:41 +01:00
2026-05-12 06:33:41 +01:00
2026-05-12 07:10:13 +01:00
2026-05-12 06:33:41 +01:00
2026-05-12 10:00:29 +01:00
2026-05-12 06:33:41 +01:00
2026-05-12 06:33:41 +01:00
2026-05-12 06:33:41 +01:00
2026-05-12 06:33:41 +01:00
2026-05-12 06:33:41 +01:00
2026-05-12 10:00:29 +01:00
2026-05-12 09:20:29 +01:00
2026-05-12 06:33:41 +01:00
2026-05-12 07:10:13 +01:00
2026-05-12 07:10:13 +01:00
2026-05-12 07:10:13 +01:00
2026-05-12 06:33:41 +01:00
2026-05-12 06:33:41 +01:00
2026-05-12 06:33:41 +01:00
2026-05-12 06:33:41 +01:00
2026-05-12 10:00:29 +01:00
2026-05-12 06:33:41 +01:00
2026-05-12 06:33:41 +01:00
2026-05-12 06:33:41 +01:00
2026-05-12 07:10:13 +01:00
2026-05-12 10:04:45 +01:00
2026-05-12 10:04:45 +01:00
2026-05-12 07:10:13 +01:00
2026-05-12 10:04:45 +01:00
2026-05-12 06:33:41 +01:00
2026-05-12 06:33:41 +01:00
2026-05-12 06:33:41 +01:00
2026-05-12 10:29:47 +01:00
2026-05-12 06:33:41 +01:00
2026-05-12 10:04:45 +01:00
2026-05-12 06:33:41 +01:00
2026-05-12 06:33:41 +01:00
2026-05-12 10:04:45 +01:00
2026-05-12 10:04:45 +01:00
2026-05-12 06:33:41 +01:00
2026-05-12 10:07:36 +01:00
2026-05-12 07:10:13 +01:00
2026-05-12 15:22:10 +05:30
2026-05-12 10:10:52 +01:00
2026-05-12 07:10:13 +01:00
2026-05-12 10:10:52 +01:00
2026-05-12 10:10:52 +01:00
2026-05-12 15:19:43 +05:30
2026-05-12 07:10:13 +01:00
2026-05-12 06:33:41 +01:00
2026-05-12 06:33:41 +01:00
2026-05-12 07:10:13 +01:00
2026-05-12 10:45:45 +01:00
2026-05-12 06:33:41 +01:00
2026-05-12 06:33:41 +01:00
2026-05-12 07:10:13 +01:00
2026-05-12 10:10:52 +01:00
2026-05-12 07:10:13 +01:00
2026-05-12 06:33:41 +01:00
2026-05-12 07:10:13 +01:00
2026-05-12 10:10:52 +01:00
2026-05-12 06:33:41 +01:00
2026-05-12 10:32:29 +01:00
2026-05-12 06:33:41 +01:00
2026-05-12 06:33:41 +01:00
2026-05-12 10:10:52 +01:00
2026-05-12 07:10:13 +01:00
2026-05-12 06:33:41 +01:00
2026-05-10 12:37:10 +01:00
2026-05-12 07:10:13 +01:00
2026-05-12 10:10:52 +01:00
2026-05-12 06:33:41 +01:00
2026-05-12 06:33:41 +01:00
2026-05-12 10:16:36 +01:00
2026-05-12 06:33:41 +01:00
2026-05-12 06:33:41 +01:00
2026-05-12 06:33:41 +01:00
2026-05-12 06:33:41 +01:00
2026-05-12 06:33:41 +01:00
2026-05-12 07:10:13 +01:00
2026-05-12 06:33:41 +01:00
2026-05-12 07:10:13 +01:00
2026-05-12 06:33:41 +01:00
2026-05-12 06:33:41 +01:00
2026-05-12 10:16:36 +01:00
2026-05-12 06:33:41 +01:00
2026-05-10 12:37:10 +01:00
2026-05-12 06:33:41 +01:00
2026-05-12 10:32:29 +01:00
2026-05-12 06:33:41 +01:00
2026-05-11 03:41:00 +01:00
2026-05-12 00:23:11 +01:00
2026-05-12 07:10:13 +01:00
2026-05-12 06:33:41 +01:00
2026-05-12 10:16:36 +01:00
2026-05-12 06:33:41 +01:00
2026-05-12 07:10:13 +01:00
2026-05-12 06:33:41 +01:00
2026-05-12 06:33:41 +01:00
2026-05-12 06:33:41 +01:00
2026-05-12 10:16:36 +01:00
2026-05-12 07:10:13 +01:00
2026-05-12 06:33:41 +01:00
2026-05-12 06:33:41 +01:00
2026-05-12 10:16:36 +01:00
2026-05-12 07:10:13 +01:00
2026-05-12 07:10:13 +01:00
2026-05-12 10:19:51 +01:00
2026-05-12 07:10:13 +01:00
2026-05-12 10:16:36 +01:00
2026-05-12 06:33:41 +01:00
2026-05-12 10:16:36 +01:00
2026-05-12 07:10:13 +01:00
2026-05-04 00:30:02 +01:00
2026-05-10 12:37:10 +01:00
2026-05-05 12:09:28 -07:00
2026-05-10 12:37:10 +01:00