grokkit/internal
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
..
errors feat: add CI/CD workflows, persistent chat, shell completions, and testing 2026-03-01 12:17:22 +00:00
git feat(logging): implement structured logging with slog 2026-03-01 12:35:21 +00:00
grok test: add unit tests for chat history, edit helper, and code cleaning 2026-03-01 12:44:20 +00:00
linter feat(lint): add lint command with AI-powered fixes 2026-03-01 13:21:44 +00:00
logger feat(logging): implement structured logging with slog 2026-03-01 12:35:21 +00:00