From 1e95d3613db87de1ea2596a2d53ebda4a7aca774 Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Tue, 3 Mar 2026 22:34:02 +0000 Subject: [PATCH] docs(changelog): add initial CHANGELOG.md with v0.1.8 entries Introduces a new CHANGELOG.md file documenting notable changes, including added features like release scripts, grokkit changelog command, git helpers, tests, and TODO/README updates. Also covers changes such as flag adjustments, CI updates, README modifications, task reprioritization, and removal of file backups in favor of Git-based management. --- CHANGELOG.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..f043509 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,31 @@ +# 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.