grokkit/CHANGELOG.md
Gregory Gauthier d9b13739b5
All checks were successful
CI / Test (push) Successful in 32s
CI / Lint (push) Successful in 26s
CI / Build (push) Successful in 20s
docs(changelog): add entry for v0.1.9 release
Introduce changelog updates for v0.1.9, including new query command implementation, configuration additions, README updates, and TODO revisions.
2026-03-04 16:02:21 +00:00

3.1 KiB

[v0.1.9] - 2026-03-04

Grokkit gets a quick-query upgrade—because who has time for chit-chat?

Added

  • Implement query command in cmd/query.go for non-interactive Grok queries focused on programming.
  • Add wordy flag for detailed responses in query command.
  • Add .grok/settings.json with fast model configuration.
  • Set default model for query in config.go.
  • Add entry for query command to commands list in README.
  • Create new section in README with query command usage examples and features.
  • Add spec for grokkit non-interactive query tool in TODO.
  • Add detailed description, examples, and ROI for query feature in TODO.
  • Introduce initial CHANGELOG.md with v0.1.8 entries.

Changed

  • Update root.go to include queryCmd.
  • Reorder and update queued task list in TODO with new entries like non-interactive-query.md.
  • Move changelog.md to completed tasks in TODO with version note.
  • Standardize link formats and list markers in README.md.
  • Rename TODO entry from "grokkit query Go tools integration" to "grokkit query Simple Query Tool".
  • Revise TODO description to focus on one-shot prompt/answer tool for concise queries.

Changelog

All notable changes to this project will be documented in this file.

[v0.1.8] - 2026-03-03

Another step towards automated bliss, with AI changelogs and Git taking the safety wheel.

Added

  • Add release.sh script for automating releases with version validation, tagging, changelog generation, committing, and pushing.
  • Add grokkit changelog command with flags for version, since, stdout, and commit reminder.
  • Add git helpers for retrieving latest/previous tags and formatted logs since a reference.
  • Add tests for changelog message building and full construction.
  • Add todo/README.md as a table of contents for queued and completed tasks.
  • Add section in README.md documenting grokkit changelog command with usage examples.
  • Add detailed Git workflow for managing changes in README.md.
  • Add detail in changelog.md about using generated CHANGELOG.md for Gitea release notes.

Changed

  • Change version flag shorthand from "v" to "V" in changelog command and update test assertion.
  • Disable coverage threshold enforcement in CI workflow by commenting out the 65% minimum step.
  • Update README.md to include grokkit changelog in the command features list.
  • Reprioritize queued tasks in README.md to place changelog first, followed by interactive-agent, make, tea, and gotools.
  • Update priorities in individual queued/*.md files to match new order.
  • Adjust priorities for features including audit, changelog, gotools, interactive-agent, and rg in todo docs.
  • Replace file backups with Git-based change management in safety features.
  • Remove mentions of backups from README.md, cmd/lint.go, ARCHITECTURE.md, and TROUBLESHOOTING.md.
  • Update troubleshooting guide with Git rollback instructions.
  • Modify feature lists and safety descriptions to emphasize Git integration.
  • Remove automatic .bak backup creation from edit, docs, lint, testgen, and agent commands.
  • Update README.md, architecture docs, troubleshooting, TODOs, and tests to reflect removal of backups.