From 18c23b1d6d0fb5a2b9475f72861beaae27b5e193 Mon Sep 17 00:00:00 2001 From: Gregory Gauthier Date: Tue, 31 Mar 2026 15:13:58 +0100 Subject: [PATCH] docs(workon): update description from feature to todo Changed the command argument explanation to use 'todo' instead of 'feature' for accuracy in the workon.md file. --- todo/queued/workon.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/todo/queued/workon.md b/todo/queued/workon.md index 5c937df..1c813a2 100644 --- a/todo/queued/workon.md +++ b/todo/queued/workon.md @@ -28,7 +28,7 @@ grokkit workon [[-m ''] [-f]] | [-c] **Arguments**: - ``: The item to be worked on. - - If this is a feature, then there should be a Markdown entry in the queued folder with the same name, which will be moved to the doing folder. That should also be the name of the branch. + - If this is a todo, then there should be a Markdown entry in the queued folder with the same name, which will be moved to the doing folder. That should also be the name of the branch. - If this is a fix, then use the argument as a branch name and as the name of a markdown file to be created, where the Work Plan will be stored in the "doing" folder. - In both instances, If spaces are present, replace them with dashes.