Open Issues Need Help
View All on GitHubAI Summary: Develop input plugins for the code-scan-docs tool to support Java, TypeScript/JavaScript, and PHP. This involves parsing code, analyzing dependencies, handling language-specific features, integrating with the existing Rust core via JSON IPC, implementing robust error handling and logging, creating comprehensive documentation, and ensuring security best practices are followed. The plugins should be easily extensible for future language support.
A tool to scan a codebase for quality, security, and to generate documentation.
AI Summary: Develop a plugin for the `code-scan-docs` tool that uses an LLM to generate in-line documentation (JavaDoc, TSDoc, Rustdoc, etc.) for a codebase. The plugin should parse code, extract relevant information, interact with an LLM to generate descriptions, and insert the documentation into the source code while preserving formatting and avoiding overwriting existing comments.
A tool to scan a codebase for quality, security, and to generate documentation.
AI Summary: Remove the `quality` command from the `code-scan-docs` tool, as it's no longer needed given the three core commands (`code`, `scan`, `docs`). This involves modifying the codebase to eliminate the functionality associated with the `quality` command and updating any related documentation or usage examples.
A tool to scan a codebase for quality, security, and to generate documentation.