Sasan
dc097be00d
fix(doctor): follow symlinked launcher when locating sandbox setup scripts ( #90942 )
...
* fix(doctor): follow symlinked launcher when locating sandbox setup scripts
* refactor(doctor): reuse shared package-root resolver for sandbox scripts
resolveSandboxScript hand-rolled its own cwd/argv1/realpath candidate
scan, duplicating openclaw-root discovery. Reuse resolveOpenClawPackageRootSync,
which already follows the symlinked launcher via realpath and handles
node_modules/.bin and version-manager links, then look for scripts/ under
the resolved package root. Resolves the duplicate-discovery review finding.
* fix(doctor): keep searching cwd for sandbox scripts when first package root lacks them
resolveSandboxScript stopped at the first openclaw package root the shared
resolver returned. argv1 candidates resolve before cwd, so an installed/published
root (package.json present, scripts/ dropped by the npm files allowlist) shadowed
a valid source-checkout cwd and made doctor --fix return null.
- add resolveOpenClawPackageRootsSync: all distinct roots in candidate order
- resolveSandboxScript returns the first root that actually contains the script
- resolveOpenClawPackageRootSync now delegates to the plural (behavior unchanged)
- test: source-checkout cwd shadowed by an installed argv1 root without scripts/
2026-07-11 11:36:02 +08:00
..
2026-06-15 17:10:50 +08:00
2026-06-22 01:16:08 +08:00
2026-07-10 11:56:44 +01:00
2026-07-10 23:11:01 +01:00
2026-07-01 16:24:16 -05:00
2026-06-30 17:43:16 -07:00
2026-07-10 03:41:33 +01:00
2026-07-10 11:56:44 +01:00
2026-07-07 01:10:42 -06:00
2026-06-04 13:00:10 -04:00
2026-07-10 05:16:44 +01:00
2026-06-04 18:52:07 -04:00
2026-07-10 21:31:32 +01:00
2026-07-10 21:31:32 +01:00
2026-07-06 12:30:12 +01:00
2026-06-04 19:01:12 -04:00
2026-07-07 10:07:13 +01:00
2026-07-06 17:09:55 +01:00
2026-07-07 10:07:13 +01:00
2026-07-10 11:56:44 +01:00
2026-06-04 19:01:12 -04:00
2026-06-22 03:07:50 +00:00
2026-06-04 18:52:07 -04:00
2026-06-22 03:07:50 +00:00
2026-07-10 11:56:44 +01:00
2026-06-10 16:34:06 +09:00
2026-06-04 18:50:37 -04:00
2026-06-22 04:50:54 +08:00
2026-06-04 18:54:31 -04:00
2026-06-28 19:19:58 -07:00
2026-06-28 19:19:58 -07:00
2026-06-04 18:50:37 -04:00
2026-07-10 18:03:22 +01:00
2026-07-10 17:14:26 +01:00
2026-06-04 18:59:04 -04:00
2026-06-30 11:22:26 -07:00
2026-06-30 11:22:26 -07:00
2026-06-30 11:22:26 -07:00
2026-06-30 11:22:26 -07:00
2026-06-30 11:22:26 -07:00
2026-06-04 19:05:16 -04:00
2026-06-17 23:34:35 +08:00
2026-06-18 09:37:25 +08:00
2026-06-19 01:05:52 +08:00
2026-06-04 19:05:16 -04:00
2026-07-07 04:11:23 +01:00
2026-06-18 08:56:48 +08:00
2026-06-19 01:05:52 +08:00
2026-07-07 04:11:23 +01:00
2026-06-04 18:59:04 -04:00
2026-06-17 11:35:50 +08:00
2026-07-07 05:19:26 -04:00
2026-06-04 18:52:07 -04:00
2026-07-07 09:53:31 +01:00
2026-07-07 09:53:31 +01:00
2026-06-17 11:35:50 +08:00
2026-06-04 18:50:37 -04:00
2026-06-04 11:18:50 -04:00
2026-07-10 11:56:44 +01:00
2026-06-04 18:50:37 -04:00
2026-06-04 18:52:07 -04:00
2026-06-04 19:07:41 -04:00
2026-06-04 18:57:02 -04:00
2026-06-04 11:20:59 -04:00
2026-06-04 19:01:12 -04:00
2026-07-10 11:56:44 +01:00
2026-07-10 11:56:44 +01:00
2026-06-22 19:12:05 +08:00
2026-06-04 19:03:19 -04:00
2026-06-04 19:11:43 -04:00
2026-06-04 11:20:59 -04:00
2026-07-03 19:53:43 -07:00
2026-06-23 00:43:50 +08:00
2026-06-10 16:34:06 +09:00
2026-06-04 11:22:51 -04:00
2026-06-19 05:10:15 +08:00
2026-06-06 01:51:16 -04:00
2026-07-10 23:44:53 +01:00
2026-07-10 04:59:15 +01:00
2026-07-07 13:44:32 +01:00
2026-07-07 13:44:32 +01:00
2026-06-04 19:11:43 -04:00
2026-06-04 11:22:51 -04:00
2026-06-04 18:50:37 -04:00
2026-06-18 10:05:34 +08:00
2026-06-22 18:28:55 +00:00
2026-06-22 18:28:55 +00:00
2026-06-04 19:03:19 -04:00
2026-06-04 11:25:31 -04:00
2026-06-04 19:03:19 -04:00
2026-06-04 19:01:12 -04:00
2026-06-04 11:25:31 -04:00
2026-06-14 07:43:07 +08:00
2026-07-10 19:18:47 -07:00
2026-06-15 12:54:54 -04:00
2026-06-04 11:25:31 -04:00
2026-07-01 16:24:16 -05:00
2026-07-10 11:56:44 +01:00
2026-07-07 08:34:13 -07:00
2026-06-04 11:27:53 -04:00
2026-06-04 11:27:53 -04:00
2026-07-06 02:24:39 +01:00
2026-07-06 02:24:39 +01:00
2026-06-04 19:11:43 -04:00
2026-06-04 11:27:53 -04:00
2026-06-04 19:03:19 -04:00
2026-06-04 11:27:53 -04:00
2026-06-04 11:27:53 -04:00
2026-06-04 19:01:12 -04:00
2026-07-10 19:18:47 -07:00
2026-07-10 19:18:47 -07:00
2026-06-30 10:00:17 -07:00
2026-07-04 12:15:57 -07:00
2026-06-04 18:52:07 -04:00
2026-06-15 17:42:51 -04:00
2026-06-17 11:46:16 +08:00
2026-06-04 11:56:19 -04:00
2026-06-04 18:57:02 -04:00
2026-06-17 11:46:16 +08:00
2026-06-17 11:46:16 +08:00
2026-06-04 19:11:43 -04:00
2026-07-02 13:50:25 -07:00
2026-06-30 13:28:26 -07:00
2026-07-06 02:24:37 -07:00
2026-07-07 21:19:27 -07:00
2026-07-07 21:19:27 -07:00
2026-06-04 18:52:07 -04:00
2026-06-17 11:46:16 +08:00
2026-06-04 18:54:31 -04:00
2026-06-04 11:57:47 -04:00
2026-06-04 18:59:04 -04:00
2026-06-04 11:57:47 -04:00
2026-07-05 07:33:54 -07:00
2026-07-05 07:33:54 -07:00
2026-06-04 19:07:41 -04:00
2026-06-04 11:57:47 -04:00
2026-06-24 09:34:28 -07:00
2026-06-24 09:34:28 -07:00
2026-06-04 19:11:43 -04:00
2026-06-04 18:59:04 -04:00
2026-06-04 18:50:37 -04:00
2026-06-04 18:59:04 -04:00
2026-06-04 18:57:02 -04:00
2026-06-04 19:03:19 -04:00
2026-07-10 23:11:01 +01:00
2026-07-10 05:42:36 +01:00
2026-07-10 00:53:10 +01:00
2026-07-10 05:16:44 +01:00
2026-07-10 05:16:44 +01:00
2026-07-10 01:46:56 +01:00
2026-07-10 01:46:56 +01:00
2026-07-02 09:56:41 -07:00
2026-07-06 09:26:04 -07:00
2026-07-01 01:01:15 -07:00
2026-07-01 01:01:15 -07:00
2026-06-22 00:54:26 +08:00
2026-06-22 00:54:26 +08:00
2026-06-22 02:43:41 -07:00
2026-06-22 02:43:41 -07:00
2026-06-19 13:34:04 +02:00
2026-06-19 11:56:16 +01:00
2026-07-07 00:09:48 +01:00
2026-07-07 00:09:48 +01:00
2026-06-17 11:48:43 +08:00
2026-06-10 16:34:06 +09:00
2026-06-04 12:02:48 -04:00
2026-07-02 17:40:17 -07:00
2026-07-02 17:40:17 -07:00
2026-06-04 19:07:41 -04:00
2026-06-17 11:48:43 +08:00
2026-06-04 19:05:16 -04:00
2026-06-04 12:02:48 -04:00
2026-07-10 05:42:36 +01:00
2026-06-24 13:42:39 -07:00
2026-07-06 10:08:27 +01:00
2026-07-06 18:03:40 -07:00
2026-07-04 19:34:17 -07:00
2026-06-30 18:54:57 -07:00
2026-06-30 18:54:57 -07:00
2026-06-04 19:05:16 -04:00
2026-06-04 18:57:02 -04:00
2026-06-04 12:04:28 -04:00
2026-07-02 17:48:04 -07:00
2026-07-02 17:48:04 -07:00
2026-06-27 10:00:50 -07:00
2026-07-07 13:16:57 -07:00
2026-06-04 18:54:31 -04:00
2026-06-04 12:04:28 -04:00
2026-06-17 11:53:39 +08:00
2026-06-04 19:05:16 -04:00
2026-07-06 06:19:44 +00:00
2026-06-04 12:06:06 -04:00
2026-07-11 11:36:02 +08:00
2026-07-11 11:36:02 +08:00
2026-06-22 14:42:23 -07:00
2026-07-10 21:35:05 +01:00
2026-06-11 09:30:56 +09:00
2026-06-04 19:07:41 -04:00
2026-06-04 12:06:06 -04:00
2026-06-24 06:53:01 -07:00
2026-06-24 06:53:01 -07:00
2026-07-07 14:13:37 -07:00
2026-07-07 14:13:37 -07:00
2026-06-04 19:01:12 -04:00
2026-06-17 11:50:49 +08:00
2026-06-25 08:27:25 -07:00
2026-06-25 08:27:25 -07:00
2026-06-18 12:20:41 +08:00
2026-06-16 06:26:20 +08:00
2026-07-07 06:57:19 -07:00
2026-06-04 18:52:07 -04:00
2026-06-19 09:01:54 +08:00
2026-07-07 06:49:44 +01:00
2026-07-07 06:49:44 +01:00
2026-07-10 23:49:22 +01:00
2026-06-24 17:47:44 +08:00
2026-06-04 19:03:19 -04:00
2026-06-04 12:10:56 -04:00
2026-07-07 00:09:48 +01:00
2026-07-07 00:09:48 +01:00
2026-06-19 09:01:54 +08:00
2026-07-03 11:55:10 -07:00
2026-07-03 17:58:15 -07:00
2026-06-30 19:33:52 -07:00
2026-06-30 19:33:52 -07:00
2026-06-04 19:03:19 -04:00
2026-06-22 01:47:27 +08:00
2026-07-10 03:56:02 +01:00
2026-06-18 07:07:48 +02:00
2026-06-04 12:13:46 -04:00
2026-06-04 19:05:16 -04:00
2026-06-04 19:07:41 -04:00
2026-06-04 12:13:46 -04:00
2026-07-10 05:42:36 +01:00
2026-06-04 18:54:31 -04:00
2026-06-12 12:08:44 +01:00
2026-06-23 00:22:36 +00:00
2026-06-23 00:22:36 +00:00
2026-07-10 17:40:11 -07:00
2026-07-10 17:40:11 -07:00
2026-06-04 12:17:02 -04:00
2026-06-04 12:17:02 -04:00
2026-06-04 19:07:41 -04:00
2026-06-04 12:17:02 -04:00
2026-06-05 10:23:12 -07:00
2026-06-05 10:23:12 -07:00
2026-06-04 19:11:43 -04:00
2026-06-17 11:25:32 +08:00
2026-07-01 16:24:16 -05:00
2026-06-22 14:00:57 +08:00
2026-06-19 11:56:16 +01:00
2026-07-06 01:48:54 -07:00
2026-07-06 01:48:54 -07:00
2026-07-06 01:48:54 -07:00
2026-07-06 01:48:54 -07:00
2026-07-07 11:46:26 +01:00
2026-07-07 11:46:26 +01:00
2026-07-10 22:29:37 -05:00
2026-07-10 22:29:37 -05:00
2026-06-19 18:33:56 +08:00
2026-06-19 18:33:56 +08:00
2026-06-04 12:22:26 -04:00
2026-06-04 19:05:16 -04:00
2026-06-17 11:55:52 +08:00
2026-06-04 19:11:43 -04:00
2026-07-09 22:13:56 +01:00
2026-06-04 19:07:41 -04:00
2026-07-09 22:48:25 +01:00
2026-07-09 22:48:25 +01:00
2026-06-04 12:36:05 -04:00
2026-06-18 09:41:04 +08:00
2026-06-19 09:53:35 +02:00
2026-07-08 17:26:29 -07:00
2026-06-22 10:28:26 +01:00
2026-06-22 01:16:08 +08:00
2026-06-04 19:11:43 -04:00
2026-06-22 01:16:08 +08:00
2026-06-17 18:08:16 +08:00
2026-06-17 18:08:16 +08:00
2026-06-04 12:37:56 -04:00
2026-06-17 18:08:16 +08:00
2026-06-17 18:08:16 +08:00
2026-06-19 08:55:56 +02:00
2026-06-19 08:55:56 +02:00
2026-07-10 23:44:53 +01:00
2026-07-10 23:44:53 +01:00
2026-07-07 13:44:32 +01:00
2026-07-07 13:44:32 +01:00
2026-07-07 04:11:23 +01:00
2026-07-07 04:11:23 +01:00
2026-07-10 23:44:53 +01:00
2026-07-10 23:44:53 +01:00
2026-07-09 12:40:55 +01:00
2026-06-04 18:57:02 -04:00
2026-07-09 12:40:55 +01:00
2026-06-04 18:52:07 -04:00
2026-07-01 04:02:12 -05:00
2026-06-04 18:52:07 -04:00
2026-06-04 12:48:25 -04:00
2026-06-04 18:52:07 -04:00
2026-07-04 16:38:13 -07:00
2026-06-16 21:02:07 +08:00
2026-06-19 00:23:41 +08:00
2026-06-17 11:55:52 +08:00
2026-07-07 13:44:32 +01:00
2026-07-07 13:44:32 +01:00
2026-07-09 12:40:55 +01:00
2026-07-09 12:40:55 +01:00
2026-07-09 12:40:55 +01:00
2026-07-10 23:44:53 +01:00
2026-07-10 23:44:53 +01:00
2026-06-04 18:59:04 -04:00
2026-06-04 18:59:04 -04:00
2026-06-04 19:01:12 -04:00
2026-06-04 12:52:51 -04:00
2026-06-10 16:34:06 +09:00
2026-06-10 16:34:06 +09:00
2026-07-10 23:44:53 +01:00
2026-07-06 00:08:51 +01:00
2026-07-09 06:30:01 +01:00
2026-06-18 22:47:35 +08:00
2026-06-18 22:47:35 +08:00
2026-06-04 18:52:07 -04:00
2026-06-04 12:55:08 -04:00
2026-06-04 18:57:02 -04:00
2026-06-04 19:05:16 -04:00
2026-06-17 11:43:46 +08:00
2026-06-28 12:29:37 -07:00
2026-06-28 12:29:37 -07:00
2026-07-04 14:30:47 -04:00
2026-07-04 14:30:47 -04:00
2026-06-04 12:58:22 -04:00
2026-07-09 18:17:09 +01:00
2026-07-09 18:17:09 +01:00
2026-07-07 09:49:27 -07:00
2026-07-07 09:49:27 -07:00
2026-06-09 01:02:23 +02:00
2026-06-04 18:54:31 -04:00
2026-06-14 09:01:17 -07:00
2026-06-04 18:54:31 -04:00
2026-06-04 19:05:16 -04:00
2026-06-09 01:02:23 +02:00
2026-07-01 03:54:57 -07:00
2026-06-14 09:01:17 -07:00
2026-06-04 19:11:43 -04:00
2026-06-04 13:00:10 -04:00
2026-07-01 06:52:14 -07:00
2026-06-04 18:54:31 -04:00
2026-06-04 13:05:43 -04:00
2026-06-04 18:54:31 -04:00
2026-06-04 13:05:43 -04:00
2026-06-04 19:07:41 -04:00
2026-06-04 13:05:43 -04:00
2026-06-04 18:57:02 -04:00
2026-06-04 13:05:43 -04:00
2026-06-04 18:52:07 -04:00
2026-06-04 13:07:17 -04:00
2026-06-04 19:05:16 -04:00
2026-07-01 04:02:12 -05:00
2026-06-04 18:57:02 -04:00
2026-06-04 13:07:17 -04:00
2026-06-25 17:37:30 -07:00
2026-07-04 08:40:41 -04:00
2026-06-04 19:03:19 -04:00
2026-06-04 13:07:17 -04:00
2026-06-14 09:01:17 -07:00
2026-06-04 19:03:19 -04:00
2026-06-04 13:09:09 -04:00
2026-06-04 19:03:19 -04:00
2026-06-04 13:09:09 -04:00
2026-07-07 09:17:58 +01:00
2026-07-07 06:57:19 -07:00
2026-06-04 13:10:25 -04:00
2026-07-01 04:02:12 -05:00
2026-06-12 12:05:22 +09:00
2026-07-01 06:52:14 -07:00
2026-06-14 10:24:42 +08:00
2026-06-14 10:24:42 +08:00
2026-06-04 18:59:04 -04:00
2026-06-04 13:10:25 -04:00
2026-06-18 23:07:58 +08:00
2026-06-04 19:11:43 -04:00
2026-06-17 12:05:11 +08:00
2026-06-04 18:57:02 -04:00
2026-06-04 13:12:00 -04:00
2026-06-04 18:52:07 -04:00
2026-07-01 04:02:12 -05:00
2026-06-19 01:20:06 +08:00
2026-06-19 01:20:06 +08:00
2026-07-10 05:16:44 +01:00
2026-07-10 05:16:44 +01:00
2026-06-04 18:57:02 -04:00
2026-07-01 04:02:12 -05:00
2026-06-04 13:13:46 -04:00
2026-06-13 18:48:43 -07:00
2026-06-13 18:48:43 -07:00
2026-06-04 13:13:46 -04:00
2026-06-22 05:21:39 +08:00
2026-06-19 01:20:06 +08:00
2026-06-04 13:13:46 -04:00
2026-06-19 01:27:49 +08:00
2026-06-22 01:16:08 +08:00
2026-07-01 04:02:12 -05:00
2026-06-04 19:01:12 -04:00
2026-07-01 04:02:12 -05:00
2026-06-12 12:05:22 +09:00
2026-07-01 06:52:14 -07:00
2026-06-04 18:59:04 -04:00
2026-06-29 00:37:49 +01:00
2026-06-13 18:48:43 -07:00
2026-06-29 00:37:49 +01:00
2026-07-07 09:17:58 +01:00
2026-07-07 09:17:58 +01:00
2026-06-04 18:50:37 -04:00
2026-06-24 20:48:54 +01:00
2026-06-17 12:05:11 +08:00
2026-06-22 09:37:09 +08:00
2026-07-04 12:34:29 -07:00
2026-07-04 12:34:29 -07:00
2026-06-17 11:41:25 +08:00
2026-06-22 22:55:53 +08:00
2026-07-10 17:40:11 -07:00
2026-07-10 17:40:11 -07:00
2026-07-10 17:40:11 -07:00
2026-07-10 17:40:11 -07:00
2026-06-04 13:18:37 -04:00
2026-06-04 13:18:37 -04:00
2026-07-06 01:00:08 -07:00
2026-07-06 01:00:08 -07:00
2026-06-04 18:54:31 -04:00
2026-06-04 13:18:37 -04:00