update 'description' in issue cb48ee85eb91c4061d60043d53fa68f8

This commit is contained in:
Sebastian Kuzminsky 2025-07-08 11:23:43 -06:00
parent 399f246472
commit 19a727ee17

View file

@ -0,0 +1,4 @@
Currently the `ent` program makes a worktree before considering what
command it's supposed to run. Which is nice because it simplifies each
command handler, but it's bad because different command handlers will
want different kinds of worktrees to implement this issue.