To reproduce:
- install taskwarrior and timewarrior, as well as the hook.
- create 2 tasks with let's say id 1 and 2.
- type
task 1 start → task 1 is started
- type
task 2 start → according to timewarrior task 1 is stopped and task 2 is started, while according to taskwarrior both tasks are currently active.
- type
task 1 start → taskwarrior reports it is already started
Desired behavior: taskwarrior automatically task 1 stop when task 2 start is executed in the situation above.