diff options
Diffstat (limited to 'pi/agent/extensions/taskwarrior-plan-mode/README.md')
| -rw-r--r-- | pi/agent/extensions/taskwarrior-plan-mode/README.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/pi/agent/extensions/taskwarrior-plan-mode/README.md b/pi/agent/extensions/taskwarrior-plan-mode/README.md index b280bcb..e75c4d5 100644 --- a/pi/agent/extensions/taskwarrior-plan-mode/README.md +++ b/pi/agent/extensions/taskwarrior-plan-mode/README.md @@ -31,6 +31,10 @@ todo list. Show started and `+READY` tasks for the current repo. - `/task-next [run]` Focus the started task, or start the next `+READY` task. +- `/task-exit` + Leave Taskwarrior focus mode. +- `/task-unfocus` + Alias for `/task-exit`. - `/work-on-tasks [strategy] [max]` Kick off the Taskwarrior execution loop aligned to the `taskwarrior-task-management` workflow. @@ -117,6 +121,12 @@ Focus and immediately start execution: /task-next run ``` +Leave focus mode again: + +```text +/task-exit +``` + Run the full repo task loop: ```text |
