diff --git a/317ea8ccac1d414cde55771321bdec30/comments/cb48ee85eb91c4061d60043d53fa68f8/description b/317ea8ccac1d414cde55771321bdec30/comments/cb48ee85eb91c4061d60043d53fa68f8/description new file mode 100644 index 0000000..0f940a7 --- /dev/null +++ b/317ea8ccac1d414cde55771321bdec30/comments/cb48ee85eb91c4061d60043d53fa68f8/description @@ -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.