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.
This commit is contained in:
parent
95ce892fa4
commit
c5bec5ce43
@ -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`
|
||||
|
||||
@ -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.).
|
||||
|
||||
@ -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.
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
# Grokkit Interactive Agent
|
||||
|
||||
**Priority:** 1 of 12 (right after testgen)
|
||||
**Priority:** 2 of 12 (right after testgen)
|
||||
|
||||
## Goal
|
||||
|
||||
|
||||
@ -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").
|
||||
|
||||
|
||||
@ -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.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user