Right now when you try to add task over current branch it says: This project already has a task on the current branch. Is it possible to overrule this? Maybe just give warning. Because right now when I m already working on task on dev branch, and want to just ask question about the project, with current workflow I have to either open terminal, cd to project's path and run claude or create worktree (through parallel code) which I have to delete later since I don't need it right now.
For example, i used codex a lot and there u can just create multiple threads over same branch without worktree. I know that it might cause conflicts but I think it is on developer to manage conflicts and so on.
Right now when you try to add task over current branch it says: This project already has a task on the current branch. Is it possible to overrule this? Maybe just give warning. Because right now when I m already working on task on dev branch, and want to just ask question about the project, with current workflow I have to either open terminal, cd to project's path and run claude or create worktree (through parallel code) which I have to delete later since I don't need it right now.
For example, i used codex a lot and there u can just create multiple threads over same branch without worktree. I know that it might cause conflicts but I think it is on developer to manage conflicts and so on.