From 8031190d815ef223e0c51116c50b41291d55fd62 Mon Sep 17 00:00:00 2001 From: Gregory Gauthier Date: Tue, 31 Mar 2026 15:16:19 +0100 Subject: [PATCH] docs(workon): update description from 'feature' to 'todo item' Change the description in workon.md to reflect 'todo item' instead of 'feature' for accuracy. --- 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 1c813a2..4900503 100644 --- a/todo/queued/workon.md +++ b/todo/queued/workon.md @@ -1,6 +1,6 @@ # `grokkit workon` -**Description**: Automates the initiation of new feature and fix development. +**Description**: Automates the initiation of new todo item and fix development. 1. selects a todo item out of the todo queue and moves it to the "doing" folder; 2. creates a branch based on the item;