Closes#600 · refs #588. The 2 deferred items from #595/#599:
agent watch leak: try/finally around the interactive attach; kill the grouped viewer in finally so a thrown/interrupted attach never leaves a stray <agent>-watch-<pid> session (the one you found live).
workdir test race: Test 1 read pane_current_path before the pane settled into its -c start dir (cwd-dependent false fail that aborted the suite before HB tests 6/7) — poll until settled. HB tests 6/7 now run.
Verified: full shell suite green from /tmp (was red); prettier clean.
Closes #600 · refs #588. The 2 deferred items from #595/#599:
- **agent watch leak:** try/finally around the interactive attach; kill the grouped viewer in finally so a thrown/interrupted attach never leaves a stray `<agent>-watch-<pid>` session (the one you found live).
- **workdir test race:** Test 1 read `pane_current_path` before the pane settled into its `-c` start dir (cwd-dependent false fail that aborted the suite before HB tests 6/7) — poll until settled. **HB tests 6/7 now run.**
Verified: full shell suite green from /tmp (was red); prettier clean.
The 2 deferred F3 items from the #595/#599 reviews:
- agent watch: wrap the interactive attach in try/finally and kill the grouped
viewer session in finally — so an attach that throws or an interrupted process
never leaves a stray <agent>-watch-<pid> session behind (the leak you found).
- test-start-agent-session.sh Test 1: pane_current_path briefly reflects the tmux
server's cwd until the pane process establishes its -c start dir; poll until it
settles. Fixes the cwd-dependent false failure that aborted the suite before the
heartbeat tests (6/7) — those now run.
Verified: full shell suite green from /tmp (was failing); prettier clean.
Refs #588#542
Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Closes #600 · refs #588. The 2 deferred items from #595/#599:
<agent>-watch-<pid>session (the one you found live).pane_current_pathbefore the pane settled into its-cstart dir (cwd-dependent false fail that aborted the suite before HB tests 6/7) — poll until settled. HB tests 6/7 now run.Verified: full shell suite green from /tmp (was red); prettier clean.