Gavriel Cohen
7dbedad9bd
fix(migrate-v2): skip symlinks in group copyTree
...
fs.copyFileSync follows symlinks, so a single broken/dangling link in v1
(e.g. .claude-shared.md → /app/CLAUDE.md, a container-side path that
doesn't resolve on the host) crashed the alphabetical traversal with
ENOENT — preventing later folders, including the actual registered
group, from being copied.
Check entry.isSymbolicLink() and skip with a one-line log. v2 uses
composed CLAUDE.md fragments, so v1's container-path symlinks have no v2
meaning and don't need to be carried forward.
2026-05-02 16:09:06 +00:00
..
2026-04-30 22:58:53 +03:00
2026-04-30 16:46:29 +03:00
2026-05-02 16:09:06 +00:00
2026-04-23 10:10:09 +03:00
2026-04-23 13:26:06 +03:00
2026-04-23 23:20:47 +03:00
2026-04-23 13:26:06 +03:00
2026-04-23 10:10:09 +03:00
2026-04-23 10:10:09 +03:00
2026-04-23 00:21:15 +03:00
2026-04-19 10:43:35 +00:00
2026-05-01 20:20:06 +00:00
2026-04-29 14:45:42 +00:00
2026-04-30 10:31:30 +00:00
2026-04-23 22:22:18 +08:00
2026-04-30 12:36:25 +00:00
2026-05-01 20:20:06 +00:00
2026-04-22 11:07:35 +03:00
2026-04-21 15:20:19 +03:00
2026-04-20 15:19:09 +00:00
2026-04-21 15:20:19 +03:00
2026-04-21 15:20:19 +03:00
2026-04-21 15:20:19 +03:00
2026-04-21 15:20:19 +03:00
2026-04-21 15:20:19 +03:00
2026-04-20 15:19:09 +00:00
2026-04-21 15:20:19 +03:00
2026-04-21 15:20:19 +03:00
2026-04-21 15:20:19 +03:00
2026-04-21 15:20:19 +03:00
2026-04-21 15:20:19 +03:00
2026-04-21 15:20:19 +03:00
2026-04-21 15:20:19 +03:00
2026-04-22 12:42:44 +03:00
2026-04-09 11:40:36 +03:00
2026-04-27 00:13:07 +03:00
2026-04-22 01:09:26 +03:00
2026-04-23 12:12:30 +03:00
2026-02-25 23:13:36 +02:00
2026-02-25 23:13:36 +02:00
2026-04-23 10:10:09 +03:00
2026-04-22 11:07:35 +03:00
2026-04-24 17:06:10 +03:00
2026-04-22 12:42:44 +03:00
2026-04-23 10:10:09 +03:00
2026-04-23 12:12:30 +03:00
2026-04-20 15:19:09 +00:00
2026-04-23 23:20:47 +03:00
2026-02-22 18:43:22 +02:00
2026-04-09 11:40:36 +03:00
2026-04-24 11:44:58 +02:00
2026-04-24 15:27:35 +03:00
2026-04-22 12:39:48 +03:00