Skip to content

feat: language detection, benchmark, AI MCP integration#22

Merged
rkristelijn merged 10 commits intomainfrom
feat/language-detection
Feb 5, 2026
Merged

feat: language detection, benchmark, AI MCP integration#22
rkristelijn merged 10 commits intomainfrom
feat/language-detection

Conversation

@rkristelijn
Copy link
Copy Markdown
Owner

No description provided.

- 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
@rkristelijn rkristelijn merged commit ef02820 into main Feb 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant