grokkit/todo/queued/changelog.md
Greg Gauthier 95ce892fa4
All checks were successful
CI / Test (push) Successful in 34s
CI / Lint (push) Successful in 39s
CI / Build (push) Successful in 21s
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.
2026-03-03 21:00:03 +00:00

19 lines
554 B
Markdown

# `grokkit changelog`
## Priority: 3 of 12
**Description**: AI-generated CHANGELOG.md updates from git history (commits/tags).
**Benefits**:
- Automates semantic release notes (feat/fix/docs/etc.).
- Integrates with TODO workflow for release PRs.
**High-level implementation**:
- Fetch `git log --pretty=format:%s%n%b --since=<last-tag>`.
- Prompt Grok: "Categorize into CHANGELOG sections."
- Append/update `CHANGELOG.md`, preview/commit.
**CLI example**:
```
grokkit changelog --since=v0.1.3
grokkit changelog --commit # Stage + grokkit commit
```