• v0.1.8 5f93b43cd6

    Grokkit v0.1.8
    All checks were successful
    CI / Test (push) Successful in 33s
    CI / Lint (push) Successful in 27s
    CI / Build (push) Successful in 21s
    Release / Create Release (push) Successful in 37s
    Stable

    gmgauthier released this 2026-03-03 22:27:49 +00:00 | 15 commits to master since this release

    v0.1.8: Embracing AI for changelogs, because manually tracking commits is so last version.

    Added

    • Add initial CHANGELOG.md file with v0.1.8 entries.
    • Add release.sh script to automate release process 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 table of contents for queued and completed tasks.
    • Add section in README.md documenting grokkit changelog command with usage examples.
    • Add grokkit-changelog to command list in README.md.
    • Add detailed Git workflow for managing changes in README.md.
    • Add Git rollback instructions to troubleshooting guide.
    • Add detail to changelog.md about using generated CHANGELOG.md for Gitea release notes.

    Changed

    • Change version flag shorthand from "v" to "V" in changelog command.
    • Adjust test assertion for version flag shorthand change.
    • Disable coverage threshold enforcement by commenting out CI workflow step.
    • 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 backup mentions from README.md, cmd/lint.go, ARCHITECTURE.md, and TROUBLESHOOTING.md.
    • Remove automatic .bak backup creation from edit, docs, lint, testgen, and agent commands.
    • Update README.md, ARCHITECTURE.md, TROUBLESHOOTING.md, and TODOs to reflect removal of .bak backups.
    • Adjust tests to remove assertions for .bak backups.
    • Modify feature lists and safety descriptions to emphasize Git integration.

    [v0.1.8] - 2026-03-03

    Downloads