chore(todo): reprioritize queued tasks with changelog at top
All checks were successful
CI / Test (push) Successful in 35s
CI / Lint (push) Successful in 25s
CI / Build (push) Successful in 21s

- 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.
This commit is contained in:
Greg Gauthier 2026-03-03 21:11:33 +00:00
parent 95ce892fa4
commit c5bec5ce43
6 changed files with 11 additions and 11 deletions

View File

@ -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`

View File

@ -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.).

View File

@ -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.

View File

@ -1,6 +1,6 @@
# Grokkit Interactive Agent
**Priority:** 1 of 12 (right after testgen)
**Priority:** 2 of 12 (right after testgen)
## Goal

View File

@ -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").

View File

@ -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.