Summary
Grouped tmux sessions created via the projects CLI lose their working directory and end up in /home/hasna instead of the project path.
Reproduction
- Create a project tmux session with the projects CLI so the initial cwd is correct.
- Move the session into a tmux group using .
- Open any grouped window such as .
- Inspect or run /home/hasna.
Expected
Each grouped window should remain in its project directory, for example .
Actual
Grouped windows end up in .
Current workaround
Send into each affected tmux pane after grouping.
Notes
This affected the rebuilt group after the tmux crash. I verified and patched the live panes manually.
Summary
Grouped tmux sessions created via the projects CLI lose their working directory and end up in /home/hasna instead of the project path.
Reproduction
Expected
Each grouped window should remain in its project directory, for example .
Actual
Grouped windows end up in .
Current workaround
Send into each affected tmux pane after grouping.
Notes
This affected the rebuilt group after the tmux crash. I verified and patched the live panes manually.