docs(todo): update queued task priorities and add README
All checks were successful
CI / Test (push) Successful in 34s
CI / Lint (push) Successful in 39s
CI / Build (push) Successful in 21s

Adjusted priorities for features including audit, changelog, gotools, interactive-agent, and rg.
Added todo/README.md as a table of contents listing all queued and completed tasks.
This commit is contained in:
Greg Gauthier 2026-03-03 21:00:03 +00:00
parent f33e27cfbf
commit 95ce892fa4
6 changed files with 31 additions and 5 deletions

26
todo/README.md Normal file
View File

@ -0,0 +1,26 @@
# Grokkit TODO List
This document provides a table of contents for all tasks and features currently tracked in the `todo/` directory.
## 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
- [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`
- [9] [`audit.md`](queued/audit.md): `grokkit audit`
- [10] [`pprof.md`](queued/pprof.md): `grokkit agent` pprof integration
- [11] [`git-chglog.md`](queued/git-chglog.md): `grokkit agent` git-chglog integration
- [12] [`TODO_ITEM.md`](queued/TODO_ITEM.md): TODO ITEM 1
## Completed
- [`3-new-feature-suggestions.md`](completed/3-new-feature-suggestions.md): 3 New AI-Enhanced Feature Suggestions for Grokkit
- [`MODEL_ENFORCEMENT.md`](completed/MODEL_ENFORCEMENT.md): Model Enforcement
- [`scaffold.md`](completed/scaffold.md): `grokkit scaffold`
- [`testgen.md`](completed/testgen.md): `grokkit testgen [path...]`

View File

@ -1,5 +1,5 @@
# `grokkit audit`
## Priority: 3 of 12
## Priority: 9 of 12
**Description**: Comprehensive AI-powered code audit for security, performance, best practices, and potential bugs across single files or entire projects.
**Benefits**:

View File

@ -1,5 +1,5 @@
# `grokkit changelog`
## Priority: 9 of 12
## Priority: 3 of 12
**Description**: AI-generated CHANGELOG.md updates from git history (commits/tags).
**Benefits**:

View File

@ -1,5 +1,5 @@
# `grokkit agent` Go tools integration
## Priority: 7 of 12
## Priority: 4 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:** 2 of 12 (right after testgen)
**Priority:** 1 of 12 (right after testgen)
## Goal

View File

@ -1,5 +1,5 @@
# `grokkit agent` ripgrep (rg) integration
## Priority: 4 of 12
## Priority: 7 of 12
**Description**: Fast search wrapper for ripgrep (`rg`). Enables agent to grep project for symbols/patterns/context before edits.