What's wrong with this entry?
Remote session reconnection now supports git worktrees by writing and discovering bridge-pointer.json files across worktree directories.
- A
bridge-pointer.jsonfile storessessionId,environmentId, andsourcefor reconnection - When reconnecting, Claude Code searches across git worktrees to find an active session pointer
- Pointers older than 4 hours are automatically cleared
- Fanout search is capped to prevent performance issues with many worktrees
Bridge pointer system (search for "bridge-pointer.json") and worktree fanout (search for "[bridge:pointer] fanout found pointer in worktree")
Strings lifted out of the shipped bundle, so the claim above can be checked against them.