grokkit/cmd
Greg Gauthier ec5c43163b
Some checks failed
CI / Test (push) Successful in 26s
CI / Lint (push) Failing after 14s
CI / Build (push) Failing after 31s
refactor(cmd): improve error handling in commands and tests
- Add error checking for filepath.Walk and fmt.Scanln in agent.go
- Ignore MkdirAll error in chat.go, add checks in chat_test.go
- Add Scanln error handling in commit.go
- Capture and exit on completion generation errors in completion.go
- Add WriteFile error checks in edit_test.go
2026-03-01 14:10:24 +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 feat(logging): implement structured logging with slog 2026-03-01 12:35:21 +00:00
history.go refactor: add error handling and refactor git utilities 2026-03-01 12:08:49 +00:00
lint.go feat(lint): add lint command with AI-powered fixes 2026-03-01 13:21:44 +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