Files
OmniRoute/docs/i18n
Diego Rodrigues de Sa e Souza 84b1e5e12f docs: use hard links, not a symlink, for a worktree's node_modules (#9059)
The worktree-isolation recipe in `CLAUDE.md` told agents to symlink `node_modules` from the main checkout. That silently breaks the dev server.

Turbopack refuses a symlink that resolves outside the project root, so `npm run dev` dies with a FATAL panic while typecheck, lint and both test runners keep passing — the message names "filesystem root", not the worktree, so it reads like a Next/build problem.

`cp -al` gives the same benefit (no per-worktree npm install) without the defect: ~5s for the 4.4 GB tree and near-zero extra disk. Verified on this very worktree: same inode, link count 2.

Mirrored into the two translated CLAUDE.md copies that carry the command (zh-CN translated, pl left in English to match its surrounding section).
2026-08-02 20:39:02 -03:00
..
2026-06-28 06:58:29 -03:00

🌐 Multilingual Documentation — OmniRoute

Translations of documentation into 40 languages. Code blocks remain in English.