Set VERK_WORKTREE_ROOT to force where per-ticket worktree caches are created.
If unset, path resolution falls back in order to:
$XDG_CACHE_HOME/verk/worktrees$HOME/.cache/verk/worktreesos.TempDir()/verk/worktrees
The cache root is then namespaced by repository hash:
<workRoot>/<repoHash>, where <repoHash> = sha256(abs(repoRoot))[:12].
Ticket worktrees are created at:
<workRoot>/<repoHash>/<runID>/<ticketID>/.