grokkit/internal/linter
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
..
linter_test.go feat(lint): add lint command with AI-powered fixes 2026-03-01 13:21:44 +00:00
linter.go feat(lint): add lint command with AI-powered fixes 2026-03-01 13:21:44 +00:00