docs(todo): update queued task priorities and add README
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:
parent
f33e27cfbf
commit
95ce892fa4
26
todo/README.md
Normal file
26
todo/README.md
Normal 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...]`
|
||||||
@ -1,5 +1,5 @@
|
|||||||
# `grokkit audit`
|
# `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.
|
**Description**: Comprehensive AI-powered code audit for security, performance, best practices, and potential bugs across single files or entire projects.
|
||||||
|
|
||||||
**Benefits**:
|
**Benefits**:
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# `grokkit changelog`
|
# `grokkit changelog`
|
||||||
## Priority: 9 of 12
|
## Priority: 3 of 12
|
||||||
**Description**: AI-generated CHANGELOG.md updates from git history (commits/tags).
|
**Description**: AI-generated CHANGELOG.md updates from git history (commits/tags).
|
||||||
|
|
||||||
**Benefits**:
|
**Benefits**:
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# `grokkit agent` Go tools integration
|
# `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.
|
**Description**: Wrappers for `go` subcommands: mod tidy, generate, vet, fmt. Ensures hygiene post-agent edits.
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
# Grokkit Interactive Agent
|
# Grokkit Interactive Agent
|
||||||
|
|
||||||
**Priority:** 2 of 12 (right after testgen)
|
**Priority:** 1 of 12 (right after testgen)
|
||||||
|
|
||||||
## Goal
|
## Goal
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# `grokkit agent` ripgrep (rg) integration
|
# `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.
|
**Description**: Fast search wrapper for ripgrep (`rg`). Enables agent to grep project for symbols/patterns/context before edits.
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user