Worktree Context Statusline
Settings statusline
npx claude-code-templates@latest --setting statusline/worktree-context-statusline Content
JSON
{
"description": "Minimal worktree-aware status line showing project name, git branch, model, and ..."
"statusLine": {
"type": "command"
"command": "python3 .claude/scripts/worktree-context-statusline.py"
}
}