t / chainlint / broken-chain.teston commit refs: new ref types to make per-worktree refs visible to all worktrees (3a3b9d8)
   1(
   2        foo &&
   3# LINT: missing "&&" from 'bar'
   4        bar
   5        baz &&
   6# LINT: final statement before closing ")" legitimately lacks "&&"
   7        wop
   8)