grokkit/cmd
Greg Gauthier b8482b6fb0
Some checks failed
CI / Test (push) Successful in 26s
CI / Lint (push) Successful in 20s
CI / Build (push) Successful in 14s
Release / Create Release (push) Failing after 10s
feat(release): add automated release workflow and install script
- Embed version info in binaries via ldflags
- Create multi-platform builds, archives, and checksums
- Add Gitea release creation and asset upload in CI
- Introduce GoReleaser config for standardized builds
- Add version command and install script for easy deployment
- Update README with pre-built installation instructions
2026-03-01 23:25:31 +00:00
..
agent_test.go chore(build): add Makefile and tests for commands and utilities 2026-03-01 00:24:48 +00:00
agent.go refactor(cmd): improve error handling in commands and tests 2026-03-01 14:10:24 +00:00
chat_test.go refactor(cmd): improve error handling in commands and tests 2026-03-01 14:10:24 +00:00
chat.go refactor(cmd): improve error handling in commands and tests 2026-03-01 14:10:24 +00:00
commit.go refactor(cmd): improve error handling in commands and tests 2026-03-01 14:10:24 +00:00
commitmsg.go refactor: add error handling and refactor git utilities 2026-03-01 12:08:49 +00:00
completion.go refactor(cmd): improve error handling in commands and tests 2026-03-01 14:10:24 +00:00
edit_helper_test.go test: add unit tests for chat history, edit helper, and code cleaning 2026-03-01 12:44:20 +00:00
edit_test.go refactor(cmd): improve error handling in commands and tests 2026-03-01 14:10:24 +00:00
edit.go fix(cmd): add error handling for user input in edit and lint commands 2026-03-01 14:14:55 +00:00
history.go refactor: add error handling and refactor git utilities 2026-03-01 12:08:49 +00:00
lint.go fix(cmd): add error handling for user input in edit and lint commands 2026-03-01 14:14:55 +00:00
prdescribe.go refactor: add error handling and refactor git utilities 2026-03-01 12:08:49 +00:00
review.go refactor: add error handling and refactor git utilities 2026-03-01 12:08:49 +00:00
root.go feat(release): add automated release workflow and install script 2026-03-01 23:25:31 +00:00