feat: language detection, benchmark, AI MCP integration#22
Merged
rkristelijn merged 10 commits intomainfrom Feb 5, 2026
Merged
feat: language detection, benchmark, AI MCP integration#22rkristelijn merged 10 commits intomainfrom
rkristelijn merged 10 commits intomainfrom
Conversation
- Add detectLanguages() and detectLanguage() functions - Support 13+ languages: ts, js, nx, python, java, kotlin, go, rust, ruby, php, csharp, c, cpp - Add --lang filter for single or multiple languages (comma-separated) - Display all detected languages in list and interactive modes - Update README with badges and language filtering documentation - Bump version to 2.4.0
- Run npm audit fix (fixed 7 vulnerabilities) - Update glob 11.0.0 -> 11.1.0 - Update inquirer 9.3.7 -> 9.3.8 - Update ora 8.0.1 -> 8.2.0 - Update eslint 8.57.0 -> 8.57.1 - Remove self-dependency @rkristelijn/lcode - All tests passing
- Add comprehensive GIVEN-WHEN-THEN test scenarios - Cover all language detection and filtering features - Include edge cases and performance tests - Document expected language mappings
- Compare lcode vs traditional tools (find, grep) - lcode is 330x faster than grep for repo discovery - Language filtering adds negligible overhead (~0ms) - Memory usage: ~86 MB for 65 repos - Cold start: 0.272s, Cached: 0.314s
- Add performance comparison table early in README - Highlight 330x faster than grep - Link to full benchmark report - Show key metrics: 0.31s, 86 MB memory
- Add setup instructions for Kiro CLI - Document usage with npx (no installation needed) - Include example workflows and commands - Show language filtering integration
- Add kiro-cli mcp add command to installation section - Link to MCP integration guide
- Update LICENSE file to MIT - Update package.json license field - Align with other projects (strapi-health-plugin, automater)
- Only detectLanguages is used in index.mjs - Fixes eslint no-unused-vars error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.