Host key fingerprint (ed25519): SHA256:iycHnxEyq0Q7uyVpB7JlznP0G7JrTPXLYRcAU5CSLhc — verify it before your first connect.
Find the sibling checkouts from a worktree too
The justfile looked for ../vidya beside the justfile, which is the checkout
only when you are in the checkout. From a worktree the justfile sits at
.claude/worktrees/<name>, so that resolved to .claude/worktrees/vidya —
nothing — and the loader failed on the library it could not find.
It went unnoticed while vidya was the only one, because libvidya was
already reachable another way. Adding libjoltmoq beside it is what made the
path actually have to be right.
--git-common-dir is the one thing that answers the same in a worktree as in
the checkout it came from.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>