grokkit/todo/queued/changelog.md
Greg Gauthier 6e3a52728e
All checks were successful
CI / Test (push) Successful in 30s
CI / Lint (push) Successful in 26s
CI / Build (push) Successful in 20s
chore(todo): complete feature suggestions TODO and queue individual tasks
- Update CI workflow runner from ubuntu-latest to ubuntu-gitea for auto-complete-todo.
- Move 3-new-feature-suggestions.md to completed/.
- Create queued TODOs for testgen, changelog, and profile features.
2026-03-02 19:33:34 +00:00

18 lines
533 B
Markdown

# `grokkit changelog`
**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
```