docs(workon): update description from feature to todo
All checks were successful
CI / Test (push) Successful in 32s
CI / Lint (push) Successful in 28s
CI / Build (push) Successful in 21s

Changed the command argument explanation to use 'todo' instead of 'feature' for accuracy in the workon.md file.
This commit is contained in:
Gregory Gauthier 2026-03-31 15:13:58 +01:00
parent d752a73742
commit 18c23b1d6d

View File

@ -28,7 +28,7 @@ grokkit workon <todo_item_title> [[-m '<custom_commit_message>'] [-f]] | [-c]
**Arguments**:
- `<todo_item_title>`: 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.