tree-sitter-analyzer 1.7.3__tar.gz → 1.7.5__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of tree-sitter-analyzer might be problematic. Click here for more details.
- tree_sitter_analyzer-1.7.5/.roo/rules/rules.md +74 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/CHANGELOG.md +34 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/PKG-INFO +36 -42
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/README.md +35 -41
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/README_ja.md +36 -42
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/README_zh.md +42 -41
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/pyproject.toml +2 -2
- tree_sitter_analyzer-1.7.5/scripts/update_readme_stats.py +277 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/__init__.py +1 -1
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/core/query_service.py +13 -3
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/formatters/markdown_formatter.py +140 -9
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/languages/markdown_plugin.py +148 -22
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/mcp/server.py +5 -74
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/mcp/tools/analyze_scale_tool.py +8 -18
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/mcp/tools/find_and_grep_tool.py +1 -1
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/mcp/tools/list_files_tool.py +1 -1
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/mcp/tools/query_tool.py +86 -3
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/mcp/tools/read_partial_tool.py +91 -23
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/mcp/tools/search_content_tool.py +1 -1
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/mcp/tools/table_format_tool.py +7 -17
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/queries/javascript.py +20 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/queries/typescript.py +22 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/uv.lock +1 -1
- tree_sitter_analyzer-1.7.3/.roo/rules/ROO_RULES.md +0 -826
- tree_sitter_analyzer-1.7.3/AI_COLLABORATION_GUIDE.md +0 -273
- tree_sitter_analyzer-1.7.3/CODE_STYLE_GUIDE.md +0 -359
- tree_sitter_analyzer-1.7.3/CONTRIBUTING.md +0 -239
- tree_sitter_analyzer-1.7.3/DEPLOYMENT_GUIDE.md +0 -207
- tree_sitter_analyzer-1.7.3/FILE_OUTPUT_FEATURE_SUMMARY.md +0 -197
- tree_sitter_analyzer-1.7.3/LANGUAGE_GUIDELINES.md +0 -160
- tree_sitter_analyzer-1.7.3/LLM_CODING_GUIDELINES.md +0 -585
- tree_sitter_analyzer-1.7.3/MCP_SETUP_DEVELOPERS.md +0 -325
- tree_sitter_analyzer-1.7.3/MCP_SETUP_USERS.md +0 -206
- tree_sitter_analyzer-1.7.3/PROJECT_ROOT_CONFIG.md +0 -203
- tree_sitter_analyzer-1.7.3/PYPI_RELEASE_GUIDE.md +0 -125
- tree_sitter_analyzer-1.7.3/PYTHON_SUPPORT_SUMMARY.md +0 -126
- tree_sitter_analyzer-1.7.3/REFACTORING_SUMMARY.md +0 -146
- tree_sitter_analyzer-1.7.3/coverage.json +0 -1
- tree_sitter_analyzer-1.7.3/docs/GITFLOW_BEST_PRACTICES.md +0 -289
- tree_sitter_analyzer-1.7.3/docs/RELEASE_EXECUTION_GUIDE.md +0 -236
- tree_sitter_analyzer-1.7.3/docs/api.md +0 -174
- tree_sitter_analyzer-1.7.3/docs/mcp_fd_rg_design.md +0 -90
- tree_sitter_analyzer-1.7.3/training/01_onboarding.md +0 -261
- tree_sitter_analyzer-1.7.3/training/02_architecture_map.md +0 -687
- tree_sitter_analyzer-1.7.3/training/03_cli_cheatsheet.md +0 -435
- tree_sitter_analyzer-1.7.3/training/04_mcp_cheatsheet.md +0 -654
- tree_sitter_analyzer-1.7.3/training/05_plugin_tutorial.md +0 -679
- tree_sitter_analyzer-1.7.3/training/06_quality_workflow.md +0 -727
- tree_sitter_analyzer-1.7.3/training/07_troubleshooting.md +0 -39
- tree_sitter_analyzer-1.7.3/training/08_prompt_library.md +0 -62
- tree_sitter_analyzer-1.7.3/training/09_tasks.md +0 -533
- tree_sitter_analyzer-1.7.3/training/10_glossary.md +0 -14
- tree_sitter_analyzer-1.7.3/training/11_takeover_plan.md +0 -53
- tree_sitter_analyzer-1.7.3/training/CLI_COMMAND_CORRECTIONS.md +0 -206
- tree_sitter_analyzer-1.7.3/training/IMPROVEMENT_SUMMARY.md +0 -258
- tree_sitter_analyzer-1.7.3/training/README.md +0 -165
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/.gitattributes +0 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/.gitignore +0 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/.kiro/steering/product.md +0 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/.kiro/steering/structure.md +0 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/.kiro/steering/tech.md +0 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/.pre-commit-config.yaml +0 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/.pre-commit-hooks.yaml +0 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/GITFLOW.md +0 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/GITFLOW_ja.md +0 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/GITFLOW_zh.md +0 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/build_standalone.py +0 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/check_quality.py +0 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/examples/BigService.java +0 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/examples/BigService.json +0 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/examples/BigService.summary.json +0 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/examples/ComprehensiveTypeScript.ts +0 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/examples/JavaDocTest.java +0 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/examples/ModernJavaScript.js +0 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/examples/MultiClass.java +0 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/examples/ReactComponent.jsx +0 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/examples/ReactTypeScriptComponent.tsx +0 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/examples/Sample.java +0 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/examples/TypeScriptDeclarations.d.ts +0 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/examples/cache_demo.py +0 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/examples/calculate_token_comparison.py +0 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/examples/file_output_demo.py +0 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/examples/javascript_analysis_demo.py +0 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/examples/project_root_demo.py +0 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/examples/sample.py +0 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/examples/security_demo.py +0 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/examples/security_integration_demo.py +0 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/examples/smart_cache_demo.py +0 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/examples/suppress_output_demo.py +0 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/examples/test_markdown.md +0 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/examples/total_only_optimization_demo.py +0 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/llm_code_checker.py +0 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/pypirc_example.txt +0 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/pytest.ini +0 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/scripts/README.md +0 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/scripts/gitflow_helper.py +0 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/scripts/gitflow_release_automation.py +0 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/scripts/sync_version.py +0 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/scripts/sync_version_minimal.py +0 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/start_mcp_server.py +0 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/test_python_support.py +0 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/__main__.py +0 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/api.py +0 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/cli/__init__.py +0 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/cli/__main__.py +0 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/cli/commands/__init__.py +0 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/cli/commands/advanced_command.py +0 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/cli/commands/base_command.py +0 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/cli/commands/default_command.py +0 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/cli/commands/find_and_grep_cli.py +0 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/cli/commands/list_files_cli.py +0 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/cli/commands/partial_read_command.py +0 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/cli/commands/query_command.py +0 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/cli/commands/search_content_cli.py +0 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/cli/commands/structure_command.py +0 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/cli/commands/summary_command.py +0 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/cli/commands/table_command.py +0 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/cli/info_commands.py +0 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/cli_main.py +0 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/constants.py +0 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/core/__init__.py +0 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/core/analysis_engine.py +0 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/core/cache_service.py +0 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/core/engine.py +0 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/core/parser.py +0 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/core/query.py +0 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/core/query_filter.py +0 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/encoding_utils.py +0 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/exceptions.py +0 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/file_handler.py +0 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/formatters/__init__.py +0 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/formatters/base_formatter.py +0 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/formatters/formatter_factory.py +0 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/formatters/java_formatter.py +0 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/formatters/javascript_formatter.py +0 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/formatters/language_formatter_factory.py +0 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/formatters/python_formatter.py +0 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/formatters/typescript_formatter.py +0 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/interfaces/__init__.py +0 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/interfaces/cli.py +0 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/interfaces/cli_adapter.py +0 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/interfaces/mcp_adapter.py +0 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/interfaces/mcp_server.py +0 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/language_detector.py +0 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/language_loader.py +0 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/languages/__init__.py +0 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/languages/java_plugin.py +0 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/languages/javascript_plugin.py +0 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/languages/python_plugin.py +0 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/languages/typescript_plugin.py +0 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/mcp/__init__.py +0 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/mcp/resources/__init__.py +0 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/mcp/resources/code_file_resource.py +0 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/mcp/resources/project_stats_resource.py +0 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/mcp/tools/__init__.py +0 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/mcp/tools/analyze_scale_tool_cli_compatible.py +0 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/mcp/tools/base_tool.py +0 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/mcp/tools/fd_rg_utils.py +0 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/mcp/tools/universal_analyze_tool.py +0 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/mcp/utils/__init__.py +0 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/mcp/utils/error_handler.py +0 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/mcp/utils/file_output_manager.py +0 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/mcp/utils/gitignore_detector.py +0 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/mcp/utils/path_resolver.py +0 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/mcp/utils/search_cache.py +0 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/models.py +0 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/output_manager.py +0 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/plugins/__init__.py +0 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/plugins/base.py +0 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/plugins/manager.py +0 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/project_detector.py +0 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/queries/__init__.py +0 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/queries/java.py +0 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/queries/markdown.py +0 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/queries/python.py +0 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/query_loader.py +0 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/security/__init__.py +0 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/security/boundary_manager.py +0 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/security/regex_checker.py +0 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/security/validator.py +0 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/table_formatter.py +0 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/utils.py +0 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/upload_interactive.py +0 -0
- {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/upload_to_pypi.py +0 -0
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
# ROO規則 - Tree-Sitter-Analyzer MCP最適化ガイド
|
|
2
|
+
|
|
3
|
+
## 🎯 核心原則
|
|
4
|
+
|
|
5
|
+
### 1. 言語サポート
|
|
6
|
+
**対応拡張子**: `.java`, `.js`, `.mjs`, `.jsx`, `.ts`, `.tsx`, `.py`, `.md`
|
|
7
|
+
**制限**: 上記以外は構造解析機能が制限されます
|
|
8
|
+
|
|
9
|
+
### 2. 基本規則
|
|
10
|
+
- **禁止**: 標準`read_file`でのコードファイル読取
|
|
11
|
+
- **必須**: tree-sitter-analyzer MCPツール使用
|
|
12
|
+
- **推奨**: `check_code_scale`による事前評価
|
|
13
|
+
|
|
14
|
+
### 3. 効率化ワークフロー
|
|
15
|
+
```
|
|
16
|
+
search_content → check_code_scale → 推奨戦略に従う
|
|
17
|
+
```
|
|
18
|
+
|
|
19
|
+
## 📋 実践ガイド
|
|
20
|
+
|
|
21
|
+
### 小規模分析
|
|
22
|
+
```markdown
|
|
23
|
+
search_content → read_file
|
|
24
|
+
```
|
|
25
|
+
|
|
26
|
+
### 大規模分析
|
|
27
|
+
```markdown
|
|
28
|
+
search_content → check_code_scale → analyze_code_structure
|
|
29
|
+
suppress_output=true + output_file
|
|
30
|
+
```
|
|
31
|
+
|
|
32
|
+
### 安全検索
|
|
33
|
+
```markdown
|
|
34
|
+
# Token爆発防止
|
|
35
|
+
search_content (total_only=true) → 数量確認 → 詳細検索
|
|
36
|
+
```
|
|
37
|
+
|
|
38
|
+
## ⚡ 最適化テクニック
|
|
39
|
+
|
|
40
|
+
### Token節約
|
|
41
|
+
- 大量結果: `suppress_output=true + output_file`
|
|
42
|
+
- 検索: `total_only → summary_only → 詳細`の段階的アプローチ
|
|
43
|
+
- 日本語検索: 汎用語(「項目名」「データ」「処理」)回避
|
|
44
|
+
|
|
45
|
+
### システム対応
|
|
46
|
+
- **Windows**: Unixコマンド(`grep`, `find`等)禁止
|
|
47
|
+
- **Python実行**: 直接`python -c`禁止、テストファイル作成推奨
|
|
48
|
+
|
|
49
|
+
## 🚨 重要注意
|
|
50
|
+
|
|
51
|
+
### Token爆発防止
|
|
52
|
+
⚠️ **危険**: 汎用語検索での大量結果
|
|
53
|
+
✅ **対策**: 必ず`total_only=true`で事前確認
|
|
54
|
+
|
|
55
|
+
### 効率化パラメータ
|
|
56
|
+
```markdown
|
|
57
|
+
# 検索制限
|
|
58
|
+
max_count: 20
|
|
59
|
+
include_globs: ["*.py", "*.java", "*.js", "*.ts", "*.md"]
|
|
60
|
+
|
|
61
|
+
# 出力制御
|
|
62
|
+
suppress_output: true
|
|
63
|
+
output_file: "analysis_result.json"
|
|
64
|
+
```
|
|
65
|
+
|
|
66
|
+
## 🔧 クイックリファレンス
|
|
67
|
+
|
|
68
|
+
| 目的 | 手法 | パラメータ |
|
|
69
|
+
|------|------|------------|
|
|
70
|
+
| ファイル探索 | search_content → read_file | - |
|
|
71
|
+
| 大規模分析 | check_code_scale → analyze_code_structure | suppress_output=true |
|
|
72
|
+
| 安全検索 | search_content | total_only=true |
|
|
73
|
+
| 構造解析 | analyze_code_structure | format_type=full |
|
|
74
|
+
|
|
@@ -1,5 +1,39 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.7.5] - 2025-10-12
|
|
4
|
+
|
|
5
|
+
### Improved
|
|
6
|
+
- **📊 Quality Metrics**:
|
|
7
|
+
- Test count maintained at 2934 tests (100% pass rate)
|
|
8
|
+
- Continued high code coverage and system stability
|
|
9
|
+
- Enterprise-grade quality assurance maintained
|
|
10
|
+
- **🔧 Development Workflow**: Routine maintenance release following GitFlow best practices
|
|
11
|
+
- **📚 Documentation**: Updated version references and maintained comprehensive documentation
|
|
12
|
+
|
|
13
|
+
### Technical Details
|
|
14
|
+
- **Test Coverage**: All 2934 tests passing with maintained high coverage
|
|
15
|
+
- **Quality Metrics**: Stable test suite with consistent quality metrics
|
|
16
|
+
- **Breaking Changes**: None - all improvements are backward compatible
|
|
17
|
+
|
|
18
|
+
This maintenance release ensures continued stability and updates version references across the project.
|
|
19
|
+
|
|
20
|
+
## [1.7.4] - 2025-10-10
|
|
21
|
+
|
|
22
|
+
### Improved
|
|
23
|
+
- **📊 Quality Metrics**:
|
|
24
|
+
- Test count increased to 2934 (up from 2831)
|
|
25
|
+
- Code coverage improved to 80.08% (up from 79.19%)
|
|
26
|
+
- All tests passing with enhanced system stability
|
|
27
|
+
- **🔧 Development Workflow**: Continued improvements to development and release processes
|
|
28
|
+
- **📚 Documentation**: Maintained comprehensive documentation and examples
|
|
29
|
+
|
|
30
|
+
### Technical Details
|
|
31
|
+
- **Test Coverage**: All 2934 tests passing with 80.08% coverage
|
|
32
|
+
- **Quality Metrics**: Enhanced test suite with improved coverage
|
|
33
|
+
- **Breaking Changes**: None - all improvements are backward compatible
|
|
34
|
+
|
|
35
|
+
This minor release maintains the high quality standards while improving test coverage and system stability.
|
|
36
|
+
|
|
3
37
|
## [1.7.3] - 2025-10-09
|
|
4
38
|
|
|
5
39
|
### Added
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: tree-sitter-analyzer
|
|
3
|
-
Version: 1.7.
|
|
3
|
+
Version: 1.7.5
|
|
4
4
|
Summary: Extensible multi-language code analyzer framework using Tree-sitter with dynamic plugin architecture
|
|
5
5
|
Project-URL: Homepage, https://github.com/aimasteracc/tree-sitter-analyzer
|
|
6
6
|
Project-URL: Documentation, https://github.com/aimasteracc/tree-sitter-analyzer#readme
|
|
@@ -171,11 +171,12 @@ Description-Content-Type: text/markdown
|
|
|
171
171
|
|
|
172
172
|
[](https://python.org)
|
|
173
173
|
[](LICENSE)
|
|
174
|
-
[](#quality-assurance)
|
|
175
|
+
[](https://codecov.io/gh/aimasteracc/tree-sitter-analyzer)
|
|
176
176
|
[](#quality-assurance)
|
|
177
177
|
[](https://pypi.org/project/tree-sitter-analyzer/)
|
|
178
|
-
[](https://github.com/aimasteracc/tree-sitter-analyzer/releases)
|
|
179
|
+
[](https://zread.ai/aimasteracc/tree-sitter-analyzer)
|
|
179
180
|
[](https://github.com/aimasteracc/tree-sitter-analyzer)
|
|
180
181
|
|
|
181
182
|
## 🚀 Enterprise-Grade Code Analysis Tool for the AI Era
|
|
@@ -225,8 +226,8 @@ Tree-sitter Analyzer is an enterprise-grade code analysis tool designed for the
|
|
|
225
226
|
| **Go** | Basic Support | Basic syntax parsing |
|
|
226
227
|
|
|
227
228
|
### 🏆 Production Ready
|
|
228
|
-
- **2,
|
|
229
|
-
- **
|
|
229
|
+
- **2,934 Tests** - 100% pass rate, enterprise-grade quality assurance
|
|
230
|
+
- **High Coverage** - Comprehensive test coverage
|
|
230
231
|
- **Cross-platform Support** - Compatible with Windows, macOS, Linux
|
|
231
232
|
- **Continuous Maintenance** - Active development and community support
|
|
232
233
|
|
|
@@ -259,13 +260,13 @@ uv --version
|
|
|
259
260
|
|
|
260
261
|
| Operating System | Package Manager | Installation Command | Notes |
|
|
261
262
|
|-----------------|----------------|---------------------|-------|
|
|
262
|
-
| **macOS** | Homebrew | `brew install fd ripgrep` | Recommended |
|
|
263
|
-
| **Windows** | winget | `winget install sharkdp.fd BurntSushi.ripgrep.MSVC` | Recommended |
|
|
264
|
-
| | Chocolatey | `choco install fd ripgrep` | Alternative |
|
|
265
|
-
| | Scoop | `scoop install fd ripgrep` | Alternative |
|
|
266
|
-
| **Ubuntu/Debian** | apt | `sudo apt install fd-find ripgrep
|
|
267
|
-
| **CentOS/RHEL/Fedora** | dnf | `sudo dnf install fd-find ripgrep` | Official repository |
|
|
268
|
-
| **Arch Linux** | pacman | `sudo pacman -S fd ripgrep` | Official repository |
|
|
263
|
+
| **macOS** | Homebrew | `brew install fd@10.3.0 ripgrep@14.1.1` | Recommended |
|
|
264
|
+
| **Windows** | winget | `winget install sharkdp.fd --version 10.3.0` <br> `winget install BurntSushi.ripgrep.MSVC --version 14.1.1` | Recommended |
|
|
265
|
+
| | Chocolatey | `choco install fd --version 10.3.0` <br> `choco install ripgrep --version 14.1.1` | Alternative |
|
|
266
|
+
| | Scoop | `scoop install fd@10.3.0 ripgrep@14.1.1` | Alternative |
|
|
267
|
+
| **Ubuntu/Debian** | apt | `sudo apt install fd-find=10.3.0* ripgrep=14.1.1*` | Official repository |
|
|
268
|
+
| **CentOS/RHEL/Fedora** | dnf | `sudo dnf install fd-find-10.3.0 ripgrep-14.1.1` | Official repository |
|
|
269
|
+
| **Arch Linux** | pacman | `sudo pacman -S fd=10.3.0 ripgrep=14.1.1` | Official repository |
|
|
269
270
|
|
|
270
271
|
**Verify installation:**
|
|
271
272
|
```bash
|
|
@@ -736,18 +737,19 @@ uv run python -m tree_sitter_analyzer --show-query-languages
|
|
|
736
737
|
## 8. 🏆 Quality Assurance
|
|
737
738
|
|
|
738
739
|
### 📊 Quality Metrics
|
|
739
|
-
- **2,
|
|
740
|
-
- **
|
|
740
|
+
- **2,934 tests** - 100% pass rate ✅
|
|
741
|
+
- **High code coverage** - Comprehensive test suite
|
|
741
742
|
- **Zero test failures** - Production ready
|
|
742
743
|
- **Cross-platform support** - Windows, macOS, Linux
|
|
743
744
|
|
|
744
|
-
### ⚡ Latest Quality Achievements (v1.7.
|
|
745
|
+
### ⚡ Latest Quality Achievements (v1.7.5)
|
|
746
|
+
- ✅ **📊 Enhanced Quality Metrics** - Test count increased to 2,934, coverage maintained at high levels
|
|
747
|
+
- ✅ **🔧 System Stability** - All tests passing with enhanced system stability and reliability
|
|
745
748
|
- ✅ **🆕 Complete Markdown Support** - Added new complete Markdown language plugin supporting all major Markdown elements
|
|
746
749
|
- ✅ **📝 Enhanced Document Analysis** - Support for intelligent extraction of headers, code blocks, links, images, tables, task lists
|
|
747
750
|
- ✅ **🔍 Markdown Query System** - 17 predefined query types with alias and custom query support
|
|
748
751
|
- ✅ **🧪 Comprehensive Test Validation** - Added extensive Markdown test cases ensuring feature stability
|
|
749
752
|
- ✅ **📊 Structured Output** - Convert Markdown documents to structured data for easy AI processing
|
|
750
|
-
- ✅ **🔧 Test Stability Improvement** - Fixed 28 test errors, all 2831 tests now passing 100%
|
|
751
753
|
- ✅ **File output optimization** - MCP search tools now include `suppress_output` and `output_file` parameters for massive token savings
|
|
752
754
|
- ✅ **Intelligent format detection** - Automatic selection of optimal file formats (JSON/Markdown) for storage and reading optimization
|
|
753
755
|
- ✅ **ROO rules documentation** - Added comprehensive tree-sitter-analyzer MCP optimization usage guide
|
|
@@ -771,19 +773,15 @@ uv run pytest tests/test_mcp_server_initialization.py -v
|
|
|
771
773
|
|
|
772
774
|
### 📈 Test Coverage Details
|
|
773
775
|
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
| | Python Plugin | 82.84% | Excellent | Complete type annotation support |
|
|
784
|
-
| **🤖 MCP Tools** | File Search Tool | 88.77% | Excellent | fd/ripgrep integration |
|
|
785
|
-
| | Content Search Tool | 92.70% | Excellent | Regular expression search |
|
|
786
|
-
| | Combined Search Tool | 91.57% | Excellent | Two-stage search |
|
|
776
|
+
The project maintains high-quality test coverage. For detailed module coverage information, please visit:
|
|
777
|
+
|
|
778
|
+
[](https://codecov.io/gh/aimasteracc/tree-sitter-analyzer)
|
|
779
|
+
|
|
780
|
+
**Click the badge above to view:**
|
|
781
|
+
- 📊 **Module-by-Module Coverage** - Detailed coverage statistics for each module
|
|
782
|
+
- 📈 **Coverage Trends** - Historical coverage change trends
|
|
783
|
+
- 🔍 **Uncovered Code Lines** - Specific locations of untested code
|
|
784
|
+
- 📋 **Detailed Reports** - Complete coverage analysis reports
|
|
787
785
|
|
|
788
786
|
### ✅ Documentation Verification Status
|
|
789
787
|
|
|
@@ -796,7 +794,7 @@ uv run pytest tests/test_mcp_server_initialization.py -v
|
|
|
796
794
|
**Verification environment:**
|
|
797
795
|
- Operating systems: Windows 10, macOS, Linux
|
|
798
796
|
- Python version: 3.10+
|
|
799
|
-
- Project version: tree-sitter-analyzer v1.7.
|
|
797
|
+
- Project version: tree-sitter-analyzer v1.7.5
|
|
800
798
|
- Test files: BigService.java (1419 lines), sample.py (256 lines), MultiClass.java (54 lines)
|
|
801
799
|
|
|
802
800
|
---
|
|
@@ -804,26 +802,22 @@ uv run pytest tests/test_mcp_server_initialization.py -v
|
|
|
804
802
|
## 9. 📚 Documentation & Support
|
|
805
803
|
|
|
806
804
|
### 📖 Complete Documentation
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
- **[
|
|
810
|
-
- **
|
|
811
|
-
- **
|
|
812
|
-
- **
|
|
805
|
+
This project provides complete documentation support, including:
|
|
806
|
+
|
|
807
|
+
- **Quick Start Guide** - See the [Quick Start](#3--quick-start) section of this README
|
|
808
|
+
- **MCP Configuration Guide** - See the [AI Users Configuration](#31--ai-users-claude-desktop-cursor-etc) section
|
|
809
|
+
- **CLI Usage Guide** - See the [Complete CLI Commands](#6--complete-cli-commands) section
|
|
810
|
+
- **Core Features Documentation** - See the [Core Features](#7-️-core-features) section
|
|
813
811
|
|
|
814
812
|
### 🤖 AI Collaboration Support
|
|
815
813
|
This project supports AI-assisted development with professional quality control:
|
|
816
814
|
|
|
817
815
|
```bash
|
|
818
|
-
# AI system pre-
|
|
816
|
+
# AI system code generation pre-checks
|
|
819
817
|
uv run python check_quality.py --new-code-only
|
|
820
818
|
uv run python llm_code_checker.py --check-all
|
|
821
819
|
```
|
|
822
820
|
|
|
823
|
-
📖 **Detailed guides**:
|
|
824
|
-
- [AI Collaboration Guide](AI_COLLABORATION_GUIDE.md)
|
|
825
|
-
- [LLM Coding Guidelines](LLM_CODING_GUIDELINES.md)
|
|
826
|
-
|
|
827
821
|
### 💝 Sponsors & Acknowledgments
|
|
828
822
|
|
|
829
823
|
**[@o93](https://github.com/o93)** - *Lead Sponsor & Supporter*
|
|
@@ -4,11 +4,12 @@
|
|
|
4
4
|
|
|
5
5
|
[](https://python.org)
|
|
6
6
|
[](LICENSE)
|
|
7
|
-
[](#quality-assurance)
|
|
8
|
+
[](https://codecov.io/gh/aimasteracc/tree-sitter-analyzer)
|
|
9
9
|
[](#quality-assurance)
|
|
10
10
|
[](https://pypi.org/project/tree-sitter-analyzer/)
|
|
11
|
-
[](https://github.com/aimasteracc/tree-sitter-analyzer/releases)
|
|
12
|
+
[](https://zread.ai/aimasteracc/tree-sitter-analyzer)
|
|
12
13
|
[](https://github.com/aimasteracc/tree-sitter-analyzer)
|
|
13
14
|
|
|
14
15
|
## 🚀 Enterprise-Grade Code Analysis Tool for the AI Era
|
|
@@ -58,8 +59,8 @@ Tree-sitter Analyzer is an enterprise-grade code analysis tool designed for the
|
|
|
58
59
|
| **Go** | Basic Support | Basic syntax parsing |
|
|
59
60
|
|
|
60
61
|
### 🏆 Production Ready
|
|
61
|
-
- **2,
|
|
62
|
-
- **
|
|
62
|
+
- **2,934 Tests** - 100% pass rate, enterprise-grade quality assurance
|
|
63
|
+
- **High Coverage** - Comprehensive test coverage
|
|
63
64
|
- **Cross-platform Support** - Compatible with Windows, macOS, Linux
|
|
64
65
|
- **Continuous Maintenance** - Active development and community support
|
|
65
66
|
|
|
@@ -92,13 +93,13 @@ uv --version
|
|
|
92
93
|
|
|
93
94
|
| Operating System | Package Manager | Installation Command | Notes |
|
|
94
95
|
|-----------------|----------------|---------------------|-------|
|
|
95
|
-
| **macOS** | Homebrew | `brew install fd ripgrep` | Recommended |
|
|
96
|
-
| **Windows** | winget | `winget install sharkdp.fd BurntSushi.ripgrep.MSVC` | Recommended |
|
|
97
|
-
| | Chocolatey | `choco install fd ripgrep` | Alternative |
|
|
98
|
-
| | Scoop | `scoop install fd ripgrep` | Alternative |
|
|
99
|
-
| **Ubuntu/Debian** | apt | `sudo apt install fd-find ripgrep
|
|
100
|
-
| **CentOS/RHEL/Fedora** | dnf | `sudo dnf install fd-find ripgrep` | Official repository |
|
|
101
|
-
| **Arch Linux** | pacman | `sudo pacman -S fd ripgrep` | Official repository |
|
|
96
|
+
| **macOS** | Homebrew | `brew install fd@10.3.0 ripgrep@14.1.1` | Recommended |
|
|
97
|
+
| **Windows** | winget | `winget install sharkdp.fd --version 10.3.0` <br> `winget install BurntSushi.ripgrep.MSVC --version 14.1.1` | Recommended |
|
|
98
|
+
| | Chocolatey | `choco install fd --version 10.3.0` <br> `choco install ripgrep --version 14.1.1` | Alternative |
|
|
99
|
+
| | Scoop | `scoop install fd@10.3.0 ripgrep@14.1.1` | Alternative |
|
|
100
|
+
| **Ubuntu/Debian** | apt | `sudo apt install fd-find=10.3.0* ripgrep=14.1.1*` | Official repository |
|
|
101
|
+
| **CentOS/RHEL/Fedora** | dnf | `sudo dnf install fd-find-10.3.0 ripgrep-14.1.1` | Official repository |
|
|
102
|
+
| **Arch Linux** | pacman | `sudo pacman -S fd=10.3.0 ripgrep=14.1.1` | Official repository |
|
|
102
103
|
|
|
103
104
|
**Verify installation:**
|
|
104
105
|
```bash
|
|
@@ -569,18 +570,19 @@ uv run python -m tree_sitter_analyzer --show-query-languages
|
|
|
569
570
|
## 8. 🏆 Quality Assurance
|
|
570
571
|
|
|
571
572
|
### 📊 Quality Metrics
|
|
572
|
-
- **2,
|
|
573
|
-
- **
|
|
573
|
+
- **2,934 tests** - 100% pass rate ✅
|
|
574
|
+
- **High code coverage** - Comprehensive test suite
|
|
574
575
|
- **Zero test failures** - Production ready
|
|
575
576
|
- **Cross-platform support** - Windows, macOS, Linux
|
|
576
577
|
|
|
577
|
-
### ⚡ Latest Quality Achievements (v1.7.
|
|
578
|
+
### ⚡ Latest Quality Achievements (v1.7.5)
|
|
579
|
+
- ✅ **📊 Enhanced Quality Metrics** - Test count increased to 2,934, coverage maintained at high levels
|
|
580
|
+
- ✅ **🔧 System Stability** - All tests passing with enhanced system stability and reliability
|
|
578
581
|
- ✅ **🆕 Complete Markdown Support** - Added new complete Markdown language plugin supporting all major Markdown elements
|
|
579
582
|
- ✅ **📝 Enhanced Document Analysis** - Support for intelligent extraction of headers, code blocks, links, images, tables, task lists
|
|
580
583
|
- ✅ **🔍 Markdown Query System** - 17 predefined query types with alias and custom query support
|
|
581
584
|
- ✅ **🧪 Comprehensive Test Validation** - Added extensive Markdown test cases ensuring feature stability
|
|
582
585
|
- ✅ **📊 Structured Output** - Convert Markdown documents to structured data for easy AI processing
|
|
583
|
-
- ✅ **🔧 Test Stability Improvement** - Fixed 28 test errors, all 2831 tests now passing 100%
|
|
584
586
|
- ✅ **File output optimization** - MCP search tools now include `suppress_output` and `output_file` parameters for massive token savings
|
|
585
587
|
- ✅ **Intelligent format detection** - Automatic selection of optimal file formats (JSON/Markdown) for storage and reading optimization
|
|
586
588
|
- ✅ **ROO rules documentation** - Added comprehensive tree-sitter-analyzer MCP optimization usage guide
|
|
@@ -604,19 +606,15 @@ uv run pytest tests/test_mcp_server_initialization.py -v
|
|
|
604
606
|
|
|
605
607
|
### 📈 Test Coverage Details
|
|
606
608
|
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
| | Python Plugin | 82.84% | Excellent | Complete type annotation support |
|
|
617
|
-
| **🤖 MCP Tools** | File Search Tool | 88.77% | Excellent | fd/ripgrep integration |
|
|
618
|
-
| | Content Search Tool | 92.70% | Excellent | Regular expression search |
|
|
619
|
-
| | Combined Search Tool | 91.57% | Excellent | Two-stage search |
|
|
609
|
+
The project maintains high-quality test coverage. For detailed module coverage information, please visit:
|
|
610
|
+
|
|
611
|
+
[](https://codecov.io/gh/aimasteracc/tree-sitter-analyzer)
|
|
612
|
+
|
|
613
|
+
**Click the badge above to view:**
|
|
614
|
+
- 📊 **Module-by-Module Coverage** - Detailed coverage statistics for each module
|
|
615
|
+
- 📈 **Coverage Trends** - Historical coverage change trends
|
|
616
|
+
- 🔍 **Uncovered Code Lines** - Specific locations of untested code
|
|
617
|
+
- 📋 **Detailed Reports** - Complete coverage analysis reports
|
|
620
618
|
|
|
621
619
|
### ✅ Documentation Verification Status
|
|
622
620
|
|
|
@@ -629,7 +627,7 @@ uv run pytest tests/test_mcp_server_initialization.py -v
|
|
|
629
627
|
**Verification environment:**
|
|
630
628
|
- Operating systems: Windows 10, macOS, Linux
|
|
631
629
|
- Python version: 3.10+
|
|
632
|
-
- Project version: tree-sitter-analyzer v1.7.
|
|
630
|
+
- Project version: tree-sitter-analyzer v1.7.5
|
|
633
631
|
- Test files: BigService.java (1419 lines), sample.py (256 lines), MultiClass.java (54 lines)
|
|
634
632
|
|
|
635
633
|
---
|
|
@@ -637,26 +635,22 @@ uv run pytest tests/test_mcp_server_initialization.py -v
|
|
|
637
635
|
## 9. 📚 Documentation & Support
|
|
638
636
|
|
|
639
637
|
### 📖 Complete Documentation
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
- **[
|
|
643
|
-
- **
|
|
644
|
-
- **
|
|
645
|
-
- **
|
|
638
|
+
This project provides complete documentation support, including:
|
|
639
|
+
|
|
640
|
+
- **Quick Start Guide** - See the [Quick Start](#3--quick-start) section of this README
|
|
641
|
+
- **MCP Configuration Guide** - See the [AI Users Configuration](#31--ai-users-claude-desktop-cursor-etc) section
|
|
642
|
+
- **CLI Usage Guide** - See the [Complete CLI Commands](#6--complete-cli-commands) section
|
|
643
|
+
- **Core Features Documentation** - See the [Core Features](#7-️-core-features) section
|
|
646
644
|
|
|
647
645
|
### 🤖 AI Collaboration Support
|
|
648
646
|
This project supports AI-assisted development with professional quality control:
|
|
649
647
|
|
|
650
648
|
```bash
|
|
651
|
-
# AI system pre-
|
|
649
|
+
# AI system code generation pre-checks
|
|
652
650
|
uv run python check_quality.py --new-code-only
|
|
653
651
|
uv run python llm_code_checker.py --check-all
|
|
654
652
|
```
|
|
655
653
|
|
|
656
|
-
📖 **Detailed guides**:
|
|
657
|
-
- [AI Collaboration Guide](AI_COLLABORATION_GUIDE.md)
|
|
658
|
-
- [LLM Coding Guidelines](LLM_CODING_GUIDELINES.md)
|
|
659
|
-
|
|
660
654
|
### 💝 Sponsors & Acknowledgments
|
|
661
655
|
|
|
662
656
|
**[@o93](https://github.com/o93)** - *Lead Sponsor & Supporter*
|
|
@@ -4,11 +4,12 @@
|
|
|
4
4
|
|
|
5
5
|
[](https://python.org)
|
|
6
6
|
[](LICENSE)
|
|
7
|
-
[](#8--品質保証)
|
|
8
|
+
[](https://codecov.io/gh/aimasteracc/tree-sitter-analyzer)
|
|
9
9
|
[](#8--品質保証)
|
|
10
10
|
[](https://pypi.org/project/tree-sitter-analyzer/)
|
|
11
|
-
[](https://github.com/aimasteracc/tree-sitter-analyzer/releases)
|
|
12
|
+
[](https://zread.ai/aimasteracc/tree-sitter-analyzer)
|
|
12
13
|
[](https://github.com/aimasteracc/tree-sitter-analyzer)
|
|
13
14
|
|
|
14
15
|
## 🚀 AI時代のエンタープライズグレードコード解析ツール
|
|
@@ -58,8 +59,8 @@ Tree-sitter Analyzerは、AI時代のために設計されたエンタープラ
|
|
|
58
59
|
| **Go** | 基本サポート | 基本構文解析 |
|
|
59
60
|
|
|
60
61
|
### 🏆 本番環境対応
|
|
61
|
-
- **2,
|
|
62
|
-
-
|
|
62
|
+
- **2,934のテスト** - 100%合格率、エンタープライズグレードの品質保証
|
|
63
|
+
- **高カバレッジ** - 包括的なテストスイート
|
|
63
64
|
- **クロスプラットフォームサポート** - Windows、macOS、Linuxとの完全な互換性
|
|
64
65
|
- **継続的なメンテナンス** - アクティブな開発とコミュニティサポート
|
|
65
66
|
|
|
@@ -92,13 +93,13 @@ uv --version
|
|
|
92
93
|
|
|
93
94
|
| オペレーティングシステム | パッケージマネージャー | インストールコマンド | 備考 |
|
|
94
95
|
|------------------------|---------------------|-------------------|------|
|
|
95
|
-
| **macOS** | Homebrew | `brew install fd ripgrep` | 推奨方法 |
|
|
96
|
-
| **Windows** | winget | `winget install sharkdp.fd BurntSushi.ripgrep.MSVC` | 推奨方法 |
|
|
97
|
-
| | Chocolatey | `choco install fd ripgrep` | 代替方法 |
|
|
98
|
-
| | Scoop | `scoop install fd ripgrep` | 代替方法 |
|
|
99
|
-
| **Ubuntu/Debian** | apt | `sudo apt install fd-find ripgrep
|
|
100
|
-
| **CentOS/RHEL/Fedora** | dnf | `sudo dnf install fd-find ripgrep` | 公式リポジトリ |
|
|
101
|
-
| **Arch Linux** | pacman | `sudo pacman -S fd ripgrep` | 公式リポジトリ |
|
|
96
|
+
| **macOS** | Homebrew | `brew install fd@10.3.0 ripgrep@14.1.1` | 推奨方法 |
|
|
97
|
+
| **Windows** | winget | `winget install sharkdp.fd --version 10.3.0` <br> `winget install BurntSushi.ripgrep.MSVC --version 14.1.1` | 推奨方法 |
|
|
98
|
+
| | Chocolatey | `choco install fd --version 10.3.0` <br> `choco install ripgrep --version 14.1.1` | 代替方法 |
|
|
99
|
+
| | Scoop | `scoop install fd@10.3.0 ripgrep@14.1.1` | 代替方法 |
|
|
100
|
+
| **Ubuntu/Debian** | apt | `sudo apt install fd-find=10.3.0* ripgrep=14.1.1*` | 公式リポジトリ |
|
|
101
|
+
| **CentOS/RHEL/Fedora** | dnf | `sudo dnf install fd-find-10.3.0 ripgrep-14.1.1` | 公式リポジトリ |
|
|
102
|
+
| **Arch Linux** | pacman | `sudo pacman -S fd=10.3.0 ripgrep=14.1.1` | 公式リポジトリ |
|
|
102
103
|
|
|
103
104
|
**インストールの確認:**
|
|
104
105
|
```bash
|
|
@@ -569,18 +570,19 @@ uv run python -m tree_sitter_analyzer --show-query-languages
|
|
|
569
570
|
## 8. 🏆 品質保証
|
|
570
571
|
|
|
571
572
|
### 📊 品質メトリクス
|
|
572
|
-
- **2,
|
|
573
|
-
-
|
|
573
|
+
- **2,934のテスト** - 100%合格率 ✅
|
|
574
|
+
- **高コードカバレッジ** - 包括的なテストスイート
|
|
574
575
|
- **ゼロテスト失敗** - 本番環境対応
|
|
575
576
|
- **クロスプラットフォームサポート** - Windows、macOS、Linux
|
|
576
577
|
|
|
577
|
-
### ⚡ 最新の品質成果(v1.7.
|
|
578
|
+
### ⚡ 最新の品質成果(v1.7.4)
|
|
579
|
+
- ✅ **📊 品質メトリクス向上** - テスト数が2,934個に増加、カバレッジも高水準を維持
|
|
580
|
+
- ✅ **🔧 システム安定性** - すべてのテストが合格し、システムの安定性と信頼性が向上
|
|
578
581
|
- ✅ **🆕 Markdown完全サポート** - 新しい完全なMarkdown言語プラグインを追加、すべての主要Markdown要素をサポート
|
|
579
582
|
- ✅ **📝 ドキュメント解析強化** - 見出し、コードブロック、リンク、画像、表、タスクリストなどの要素のインテリジェント抽出をサポート
|
|
580
583
|
- ✅ **🔍 Markdownクエリシステム** - 17種類の事前定義クエリタイプ、エイリアスとカスタムクエリをサポート
|
|
581
584
|
- ✅ **🧪 包括的なテスト検証** - 機能の安定性を確保するための広範なMarkdownテストケースを追加
|
|
582
585
|
- ✅ **📊 構造化出力** - Markdownドキュメントを構造化データに変換し、AI処理を容易に
|
|
583
|
-
- ✅ **🔧 テスト安定性の向上** - 28件のテストエラーを修正、全2831テストが100%合格
|
|
584
586
|
- ✅ **ファイル出力最適化** - MCP検索ツールに`suppress_output`と`output_file`パラメータを新追加、大幅なトークン節約を実現
|
|
585
587
|
- ✅ **インテリジェントフォーマット検出** - 最適なファイル形式(JSON/Markdown)を自動選択、ストレージと読み取りを最適化
|
|
586
588
|
- ✅ **ROO規則ドキュメント** - tree-sitter-analyzer MCP最適化使用ガイドを新追加
|
|
@@ -604,19 +606,15 @@ uv run pytest tests/test_mcp_server_initialization.py -v
|
|
|
604
606
|
|
|
605
607
|
### 📈 テストカバレッジの詳細
|
|
606
608
|
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
| | Pythonプラグイン | 82.84% | 優秀 | 完全な型アノテーションサポート |
|
|
617
|
-
| **🤖 MCPツール** | ファイル検索ツール | 88.77% | 優秀 | fd/ripgrep統合 |
|
|
618
|
-
| | コンテンツ検索ツール | 92.70% | 優秀 | 正規表現検索 |
|
|
619
|
-
| | 組み合わせ検索ツール | 91.57% | 優秀 | 2段階検索 |
|
|
609
|
+
プロジェクトは高品質なテストカバレッジを維持しています。詳細なモジュールカバレッジ情報については、以下をご覧ください:
|
|
610
|
+
|
|
611
|
+
[](https://codecov.io/gh/aimasteracc/tree-sitter-analyzer)
|
|
612
|
+
|
|
613
|
+
**上記のバッジをクリックして確認できる内容:**
|
|
614
|
+
- 📊 **モジュール別カバレッジ** - 各モジュールの詳細なカバレッジ統計
|
|
615
|
+
- 📈 **カバレッジトレンド** - 履歴カバレッジ変化トレンド
|
|
616
|
+
- 🔍 **未カバーコード行** - テストされていないコードの具体的な場所
|
|
617
|
+
- 📋 **詳細レポート** - 完全なカバレッジ分析レポート
|
|
620
618
|
|
|
621
619
|
### ✅ ドキュメント検証ステータス
|
|
622
620
|
|
|
@@ -629,7 +627,7 @@ uv run pytest tests/test_mcp_server_initialization.py -v
|
|
|
629
627
|
**検証環境:**
|
|
630
628
|
- オペレーティングシステム:Windows 10、macOS、Linux
|
|
631
629
|
- Pythonバージョン:3.10+
|
|
632
|
-
- プロジェクトバージョン:tree-sitter-analyzer v1.7.
|
|
630
|
+
- プロジェクトバージョン:tree-sitter-analyzer v1.7.4
|
|
633
631
|
- テストファイル:BigService.java(1419行)、sample.py(256行)、MultiClass.java(54行)
|
|
634
632
|
|
|
635
633
|
---
|
|
@@ -637,26 +635,22 @@ uv run pytest tests/test_mcp_server_initialization.py -v
|
|
|
637
635
|
## 9. 📚 ドキュメントとサポート
|
|
638
636
|
|
|
639
637
|
### 📖 完全なドキュメント
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
-
|
|
643
|
-
- **[
|
|
644
|
-
- **[
|
|
645
|
-
-
|
|
638
|
+
本プロジェクトは完全なドキュメントサポートを提供しています:
|
|
639
|
+
|
|
640
|
+
- **クイックスタートガイド** - 本READMEの[クイックスタート](#3--クイックスタート)部分を参照
|
|
641
|
+
- **MCP設定ガイド** - [AIユーザー設定](#31--aiユーザーclaude-desktopcursorなど)部分を参照
|
|
642
|
+
- **CLI使用ガイド** - [完全なCLIコマンド](#6--完全なcliコマンド)部分を参照
|
|
643
|
+
- **コア機能説明** - [コア機能](#7-️-コア機能)部分を参照
|
|
646
644
|
|
|
647
645
|
### 🤖 AIコラボレーションサポート
|
|
648
|
-
|
|
646
|
+
本プロジェクトは、専門的な品質管理を備えたAI支援開発をサポートしています:
|
|
649
647
|
|
|
650
648
|
```bash
|
|
651
|
-
# AI
|
|
649
|
+
# AIシステムコード生成前チェック
|
|
652
650
|
uv run python check_quality.py --new-code-only
|
|
653
651
|
uv run python llm_code_checker.py --check-all
|
|
654
652
|
```
|
|
655
653
|
|
|
656
|
-
📖 **詳細ガイド**:
|
|
657
|
-
- [AIコラボレーションガイド](AI_COLLABORATION_GUIDE.md)
|
|
658
|
-
- [LLMコーディングガイドライン](LLM_CODING_GUIDELINES.md)
|
|
659
|
-
|
|
660
654
|
### 💝 スポンサーと謝辞
|
|
661
655
|
|
|
662
656
|
**[@o93](https://github.com/o93)** - *主要スポンサー&サポーター*
|