A yeet command to mark certain tasks as done. This might need some more extensive planning (with config options), as this could work differently between providers & workflows, but the default should probably just be to delete the task.
E.g.
aight yeet #52 - close issue 52
aight yeet <task ID> <list name> - move the task to another list
We may need, for some providers, some config options for yeeting. For example, Trello has an archive function, but many setups (like kanban) just have the completion marked by moving it to another board.
A
yeet
command to mark certain tasks as done. This might need some more extensive planning (with config options), as this could work differently between providers & workflows, but the default should probably just be to delete the task.E.g.
aight yeet #52
- close issue 52aight yeet <task ID> <list name>
- move the task to another listImplementation progress: