File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -40,19 +40,17 @@ panes:
4040 "You are running inside a git worktree managed by workmux.\n
4141 Pane layout (current window):\n
4242 - Pane 0: this pane (claude agent)\n
43- - Pane 1: backend (bun run dev)\n
44- - Pane 2: frontend (bun run dev)\n \n
45- To check logs: tmux capture-pane -t .1 -p -S -50 ( backend) or tmux capture-pane -t .2 -p -S -50 (frontend) .\n
46- Ports are in .env.local: DASHBOARD_PORT (backend), FRONTEND_PORT (frontend).\n\n
43+ - Pane 1: frontend (bun run dev)\n \n
44+ To check logs: tmux capture-pane -t .1 -p -S -50 (frontend). \n
45+ The backend runs on the main worktree at port 5111 .\n
46+ Ports are in .env.local: FRONTEND_PORT (frontend).\n\n
4747 To create a worktree for a parallel subtask:\n
4848 workmux add -b -p PROMPT BRANCH\n
4949 Supply an explicit BRANCH name (kebab-case, 1-3 words, describe the change).\n
5050 Create one at a time — run the command, wait for completion, then create the next."
5151 focus: true
52- - command : ' ROOT="$(git rev-parse --show-toplevel)"; [ -f "$ROOT/.env.local" ] && source "$ROOT/.env.local"; cd "$ROOT/backend " && bun install && DASHBOARD_PORT=${DASHBOARD_PORT:- 5111} bun run dev'
52+ - command : ' ROOT="$(git rev-parse --show-toplevel)"; [ -f "$ROOT/.env.local" ] && source "$ROOT/.env.local"; cd "$ROOT/frontend " && bun install && DASHBOARD_PORT=5111 bun run dev'
5353 split : horizontal
54- - command : ' ROOT="$(git rev-parse --show-toplevel)"; [ -f "$ROOT/.env.local" ] && source "$ROOT/.env.local"; cd "$ROOT/frontend" && bun install && DASHBOARD_PORT=${DASHBOARD_PORT:-5111} bun run dev'
55- split : vertical
5654
5755sandbox :
5856 enabled : false
You can’t perform that action at this time.
0 commit comments