clawdie-ai/bootstrap
Mevy Assistant 99fa229ae5 fix(cms): replace symlinks with rsync copy; drop stale zod v3 override
src/ and scripts/ were symlinked into the Astro project root pointing
into the nullfs-mounted bootstrap dir. Vite resolves symlink targets and
then can't find node_modules at the mount path, breaking builds. Switch
to rsync -a --delete so the working copy is always a real directory.

Remove the zod 3.25.76 override from package.json and setup/cms.ts —
it was a v3/v4 conflict workaround that no longer applies and was
breaking fresh npm installs.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-21 21:20:09 +02:00
..
cms fix(cms): replace symlinks with rsync copy; drop stale zod v3 override 2026-04-21 21:20:09 +02:00
management/grafana feat(management): add observability jail at subnet slot .2 2026-03-16 11:01:58 +00:00
skills-memory fix: update all stale PostgreSQL 17 references to 18 2026-04-18 09:12:48 +00:00