grokkit/cmd
Greg Gauthier 9f1309ba1a feat(lint): add lint command with AI-powered fixes
Introduce new `grokkit lint` command for automatic language detection,
linting, and AI-suggested fixes. Supports 9 languages including Go, Python,
JavaScript, TypeScript, Rust, Ruby, Java, C/C++, and Shell.

- Add cmd/lint.go for command implementation
- Create internal/linter package with detection and execution logic
- Update README.md with usage examples and workflows
- Enhance docs/ARCHITECTURE.md and docs/TROUBLESHOOTING.md
- Add comprehensive tests for linter functionality
2026-03-01 13:21:44 +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 chore(build): add Makefile and tests for commands and utilities 2026-03-01 00:24:48 +00:00
chat_test.go test: add unit tests for chat history, edit helper, and code cleaning 2026-03-01 12:44:20 +00:00
chat.go feat: add CI/CD workflows, persistent chat, shell completions, and testing 2026-03-01 12:17:22 +00:00
commit.go refactor: add error handling and refactor git utilities 2026-03-01 12:08:49 +00:00
commitmsg.go refactor: add error handling and refactor git utilities 2026-03-01 12:08:49 +00:00
completion.go chore(cmd): remove init function for completion command 2026-03-01 12:25:52 +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 test(cmd): refactor edit command test to use direct logic 2026-03-01 00:32:55 +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