From c5bec5ce439075f71862de0de6d1d21def56a0f7 Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Tue, 3 Mar 2026 21:11:33 +0000 Subject: [PATCH] chore(todo): reprioritize queued tasks with changelog at top - Reorder README.md queued list to prioritize changelog first, followed by interactive-agent, make, tea, and gotools. - Update priorities in individual queued/*.md files accordingly. - Add detail to changelog.md about using generated CHANGELOG.md for Gitea release notes. --- todo/README.md | 10 +++++----- todo/queued/changelog.md | 4 ++-- todo/queued/gotools.md | 2 +- todo/queued/interactive-agent.md | 2 +- todo/queued/make.md | 2 +- todo/queued/tea.md | 2 +- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/todo/README.md b/todo/README.md index c841ec3..929e427 100644 --- a/todo/README.md +++ b/todo/README.md @@ -4,11 +4,11 @@ This document provides a table of contents for all tasks and features currently ## Queued -- [1] [`interactive-agent.md`](queued/interactive-agent.md): Grokkit Interactive Agent -- [2] [`make.md`](queued/make.md): `grokkit agent` make integration -- [3] [`changelog.md`](queued/changelog.md): `grokkit changelog` -- [4] [`gotools.md`](queued/gotools.md): `grokkit agent` Go tools integration -- [5] [`tea.md`](queued/tea.md): `grokkit agent` tea integration +- [1] [`changelog.md`](queued/changelog.md): `grokkit changelog` +- [2] [`interactive-agent.md`](queued/interactive-agent.md): Grokkit Interactive Agent +- [3] [`make.md`](queued/make.md): `grokkit agent` make integration +- [4] [`tea.md`](queued/tea.md): `grokkit agent` tea integration +- [5] [`gotools.md`](queued/gotools.md): `grokkit agent` Go tools integration - [6] [`cnotes.md`](queued/cnotes.md): `grokkit agent` cnotes integration - [7] [`rg.md`](queued/rg.md): `grokkit agent` ripgrep (rg) integration - [8] [`profile.md`](queued/profile.md): `grokkit profile` diff --git a/todo/queued/changelog.md b/todo/queued/changelog.md index fcc278d..109b679 100644 --- a/todo/queued/changelog.md +++ b/todo/queued/changelog.md @@ -1,6 +1,6 @@ # `grokkit changelog` -## Priority: 3 of 12 -**Description**: AI-generated CHANGELOG.md updates from git history (commits/tags). +## Priority: 1 of 12 +**Description**: AI-generated CHANGELOG.md updates from git history (commits/tags). The generated CHANGELOG.md should be used as the basis for the release notes for the release page of each release on gitea. **Benefits**: - Automates semantic release notes (feat/fix/docs/etc.). diff --git a/todo/queued/gotools.md b/todo/queued/gotools.md index a9ea503..b80ef48 100644 --- a/todo/queued/gotools.md +++ b/todo/queued/gotools.md @@ -1,5 +1,5 @@ # `grokkit agent` Go tools integration -## Priority: 4 of 12 +## Priority: 5 of 12 **Description**: Wrappers for `go` subcommands: mod tidy, generate, vet, fmt. Ensures hygiene post-agent edits. diff --git a/todo/queued/interactive-agent.md b/todo/queued/interactive-agent.md index 67a61ab..55db561 100644 --- a/todo/queued/interactive-agent.md +++ b/todo/queued/interactive-agent.md @@ -1,6 +1,6 @@ # Grokkit Interactive Agent -**Priority:** 1 of 12 (right after testgen) +**Priority:** 2 of 12 (right after testgen) ## Goal diff --git a/todo/queued/make.md b/todo/queued/make.md index a872fb5..351c023 100644 --- a/todo/queued/make.md +++ b/todo/queued/make.md @@ -1,5 +1,5 @@ # `grokkit agent` make integration -## Priority: 2 of 12 +## Priority: 3 of 12 **Description**: Wrappers for Makefile targets (test/lint/build/cover). Enables Grok to run/verify builds mid-agent workflow (e.g., "edit, test, fix loops"). diff --git a/todo/queued/tea.md b/todo/queued/tea.md index 8300cb9..0d1bcf3 100644 --- a/todo/queued/tea.md +++ b/todo/queued/tea.md @@ -1,5 +1,5 @@ # `grokkit agent` tea integration -## Priority: 5 of 12 +## Priority: 4 of 12 **Description**: Safe, AI-orchestrated wrappers for Gitea `tea` CLI commands. Enables Grok to manage repos (list/create PRs/issues, comments) as part of agent workflows, with previews and confirmations.