diff --git a/todo/README.md b/todo/README.md new file mode 100644 index 0000000..c841ec3 --- /dev/null +++ b/todo/README.md @@ -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...]` diff --git a/todo/queued/audit.md b/todo/queued/audit.md index 82ac279..716a4b0 100644 --- a/todo/queued/audit.md +++ b/todo/queued/audit.md @@ -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**: diff --git a/todo/queued/changelog.md b/todo/queued/changelog.md index b58de12..fcc278d 100644 --- a/todo/queued/changelog.md +++ b/todo/queued/changelog.md @@ -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**: diff --git a/todo/queued/gotools.md b/todo/queued/gotools.md index 6ea14df..a9ea503 100644 --- a/todo/queued/gotools.md +++ b/todo/queued/gotools.md @@ -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. diff --git a/todo/queued/interactive-agent.md b/todo/queued/interactive-agent.md index 55db561..67a61ab 100644 --- a/todo/queued/interactive-agent.md +++ b/todo/queued/interactive-agent.md @@ -1,6 +1,6 @@ # Grokkit Interactive Agent -**Priority:** 2 of 12 (right after testgen) +**Priority:** 1 of 12 (right after testgen) ## Goal diff --git a/todo/queued/rg.md b/todo/queued/rg.md index dd8f4cb..13b7a09 100644 --- a/todo/queued/rg.md +++ b/todo/queued/rg.md @@ -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.