$ # in a worktree directory
$ karr
No karr board found. Run 'karr init' to create one.
$ karr init
Initialized karr board in refs/karr/
$ # this created refs/karr in the base directory (bare repo) for the wrktrees
$ $ karr create "CYCLE-13" --priority high
No karr board found. Run 'karr init' to create one.
at /usr/local/share/perl/5.34.0/App/karr/Role/BoardAccess.pm line 119.
$ # it doesn't work in the base repo either
$ $ karr init
Not a git repository. karr requires Git.