grokkit/cmd
Greg Gauthier cdcbd245d7
Some checks failed
CI / Test (push) Successful in 27s
CI / Lint (push) Successful in 18s
CI / Build (push) Failing after 33s
fix(cmd): add error handling for user input in edit and lint commands
- Handle errors from fmt.Scanln in cmd/edit.go and cmd/lint.go to prevent crashes on input failures, providing user feedback and preserving backups.
- Update .gitea/workflows/release.yml to use 'ubuntu-gitea' runner for CI consistency.
2026-03-01 14:14:55 +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(logging): implement structured logging with slog 2026-03-01 12:35:21 +00:00