v0.4.1
What's changed
- fix(stop-hook): stop treating pr-link records as PR ownership (#22). The Stop hook treated every
pr-linktranscript record as a PR the session opened, so a session that merely viewed or commented on someone else's PR was repeatedly blocked with a demand to launch a watcher for it. Ownership is now derived from agh pr createcorrelated with the PR URL in its own output, plus any PR the session launched a watcher for —pr-linkrecords are ignored. Sessions that only touch foreign PRs are no longer falsely blocked, while the backstop for resumed sessions with an unwatched own PR still works.
Full changelog: v0.4.0...v0.4.1