2026 04 06 Cc Sessions Upgrade
CC Sessions Upgrade
Section titled “CC Sessions Upgrade”Goal: Set up a tmux startup script for multiple CC sessions + evaluate tmux vs IDE extension.
Outcome
Section titled “Outcome”- Created
/home/ta/bin/tmux-work.sh— one command spins up all 5 workspace windows0:MBR→/mnt/d/FSS/KB/MBR(auto-startsclaude)1:FSS→/mnt/d/FSS/KB/Business2:monorepo→/home/ta/projects/monorepo3:utils→/home/ta/utils5:tmp→/home/ta/tmp
- Commands:
tmux-work.sh(launch),tmux-work.sh attach,tmux-work.sh kill
Gotcha
Section titled “Gotcha”Must run from outside an existing tmux session. If a work session already exists, the script silently attaches instead of rebuilding windows. Kill first:
tmux-work.sh killtmux-work.shOr from inside tmux: run tmux-work.sh kill (session dies, drops to plain bash), then tmux-work.sh.
Decisions
Section titled “Decisions”- Windows Terminal: Fix deferred until Win11 upgrade
- CC VS Code extension: Later
- Cursor + CC CLI: Don’t mix — two competing AI systems; tmux remains the right session manager
Advisory
Section titled “Advisory”tmux window-per-project model is optimal for multi-session CC. IDE integration adds value only for code-heavy editing work, not session management.