-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
gitGit workflows and featuresGit workflows and features
Description
I'm evaluating hunk for reviewing agent-authored code in a worktree-first workflow. Agents work in isolated worktrees while I review from a separate terminal. This is a natural fit for hunk's split-window model (agent annotates, I read), but session matching breaks across worktrees.
The issue: hunk session commands match by git rev-parse --show-toplevel, which returns a different path for each worktree. An agent in /tmp/worktree-feature-x can't annotate a hunk instance running in /home/me/repo even though they're the same repository.
Happy to take a crack at a PR if you're open to it.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
gitGit workflows and featuresGit workflows and features