弊社のEngineering Leadへのインタビューです!我々のPrincipleのひとつ、「引き算」についても取り上げています。
Member Interview: Driving Business Value "One Step Ahead" as Engineering Lead ─ Prashant|Yoii @Yoii_Inc https://t.co/KBpmMwwJHu
Claude Code 2.1.49に起動時フラグが2つ追加されています
・-w, --worktree [name]
・--tmux
--worktree フラグをつけると、./.claude/worktree 以下にworktree用のディレクトリが生成されます。[name]を使わないとランダムで可読性のある名前が振られます。
--tmux フラグは--worktreeフラグがある時のみ使用でき、tmux セッションを起動します。
[Original descriptions]
-w, --worktree [name]:
Create a new git worktree for this session (optionally specify a name)
--tmux:
Create a tmux session for the worktree (requires --worktree). Uses iTerm2 native panes when available; use --tmux=classic for traditional tmux.