From a4a1b49c9dcfefbfebc211d48eddb1d35c06029c Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Tue, 31 Mar 2026 20:12:10 +0100 Subject: [PATCH] chore(todo): move workon task from queued to doing Update README.md to reflect the new file location and rename the workon.md file accordingly. --- todo/README.md | 2 +- todo/{queued => doing}/workon.md | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename todo/{queued => doing}/workon.md (100%) diff --git a/todo/README.md b/todo/README.md index 2495af8..7ecb6a5 100644 --- a/todo/README.md +++ b/todo/README.md @@ -4,7 +4,7 @@ This document provides a table of contents for all tasks and features currently ## Queued -* [1] [workon](./queued/workon.md): Grokkit workon for bootstrapping a new feature +* [1] [workon](doing/workon.md): Grokkit workon for bootstrapping a new feature * [2] [cnotes.md](./queued/cnotes.md) : grokkit cnotes integration * [3] [make.md](./queued/make.md) : grokkit make integration * [4] [rg.md](./queued/rg.md) : grokkit ripgrep (rg) integration diff --git a/todo/queued/workon.md b/todo/doing/workon.md similarity index 100% rename from todo/queued/workon.md rename to todo/doing/workon.md