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.

Files changed (184) hide show
  1. tree_sitter_analyzer-1.7.5/.roo/rules/rules.md +74 -0
  2. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/CHANGELOG.md +34 -0
  3. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/PKG-INFO +36 -42
  4. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/README.md +35 -41
  5. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/README_ja.md +36 -42
  6. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/README_zh.md +42 -41
  7. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/pyproject.toml +2 -2
  8. tree_sitter_analyzer-1.7.5/scripts/update_readme_stats.py +277 -0
  9. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/__init__.py +1 -1
  10. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/core/query_service.py +13 -3
  11. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/formatters/markdown_formatter.py +140 -9
  12. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/languages/markdown_plugin.py +148 -22
  13. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/mcp/server.py +5 -74
  14. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/mcp/tools/analyze_scale_tool.py +8 -18
  15. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/mcp/tools/find_and_grep_tool.py +1 -1
  16. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/mcp/tools/list_files_tool.py +1 -1
  17. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/mcp/tools/query_tool.py +86 -3
  18. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/mcp/tools/read_partial_tool.py +91 -23
  19. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/mcp/tools/search_content_tool.py +1 -1
  20. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/mcp/tools/table_format_tool.py +7 -17
  21. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/queries/javascript.py +20 -0
  22. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/queries/typescript.py +22 -0
  23. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/uv.lock +1 -1
  24. tree_sitter_analyzer-1.7.3/.roo/rules/ROO_RULES.md +0 -826
  25. tree_sitter_analyzer-1.7.3/AI_COLLABORATION_GUIDE.md +0 -273
  26. tree_sitter_analyzer-1.7.3/CODE_STYLE_GUIDE.md +0 -359
  27. tree_sitter_analyzer-1.7.3/CONTRIBUTING.md +0 -239
  28. tree_sitter_analyzer-1.7.3/DEPLOYMENT_GUIDE.md +0 -207
  29. tree_sitter_analyzer-1.7.3/FILE_OUTPUT_FEATURE_SUMMARY.md +0 -197
  30. tree_sitter_analyzer-1.7.3/LANGUAGE_GUIDELINES.md +0 -160
  31. tree_sitter_analyzer-1.7.3/LLM_CODING_GUIDELINES.md +0 -585
  32. tree_sitter_analyzer-1.7.3/MCP_SETUP_DEVELOPERS.md +0 -325
  33. tree_sitter_analyzer-1.7.3/MCP_SETUP_USERS.md +0 -206
  34. tree_sitter_analyzer-1.7.3/PROJECT_ROOT_CONFIG.md +0 -203
  35. tree_sitter_analyzer-1.7.3/PYPI_RELEASE_GUIDE.md +0 -125
  36. tree_sitter_analyzer-1.7.3/PYTHON_SUPPORT_SUMMARY.md +0 -126
  37. tree_sitter_analyzer-1.7.3/REFACTORING_SUMMARY.md +0 -146
  38. tree_sitter_analyzer-1.7.3/coverage.json +0 -1
  39. tree_sitter_analyzer-1.7.3/docs/GITFLOW_BEST_PRACTICES.md +0 -289
  40. tree_sitter_analyzer-1.7.3/docs/RELEASE_EXECUTION_GUIDE.md +0 -236
  41. tree_sitter_analyzer-1.7.3/docs/api.md +0 -174
  42. tree_sitter_analyzer-1.7.3/docs/mcp_fd_rg_design.md +0 -90
  43. tree_sitter_analyzer-1.7.3/training/01_onboarding.md +0 -261
  44. tree_sitter_analyzer-1.7.3/training/02_architecture_map.md +0 -687
  45. tree_sitter_analyzer-1.7.3/training/03_cli_cheatsheet.md +0 -435
  46. tree_sitter_analyzer-1.7.3/training/04_mcp_cheatsheet.md +0 -654
  47. tree_sitter_analyzer-1.7.3/training/05_plugin_tutorial.md +0 -679
  48. tree_sitter_analyzer-1.7.3/training/06_quality_workflow.md +0 -727
  49. tree_sitter_analyzer-1.7.3/training/07_troubleshooting.md +0 -39
  50. tree_sitter_analyzer-1.7.3/training/08_prompt_library.md +0 -62
  51. tree_sitter_analyzer-1.7.3/training/09_tasks.md +0 -533
  52. tree_sitter_analyzer-1.7.3/training/10_glossary.md +0 -14
  53. tree_sitter_analyzer-1.7.3/training/11_takeover_plan.md +0 -53
  54. tree_sitter_analyzer-1.7.3/training/CLI_COMMAND_CORRECTIONS.md +0 -206
  55. tree_sitter_analyzer-1.7.3/training/IMPROVEMENT_SUMMARY.md +0 -258
  56. tree_sitter_analyzer-1.7.3/training/README.md +0 -165
  57. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/.gitattributes +0 -0
  58. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/.gitignore +0 -0
  59. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/.kiro/steering/product.md +0 -0
  60. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/.kiro/steering/structure.md +0 -0
  61. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/.kiro/steering/tech.md +0 -0
  62. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/.pre-commit-config.yaml +0 -0
  63. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/.pre-commit-hooks.yaml +0 -0
  64. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/GITFLOW.md +0 -0
  65. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/GITFLOW_ja.md +0 -0
  66. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/GITFLOW_zh.md +0 -0
  67. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/build_standalone.py +0 -0
  68. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/check_quality.py +0 -0
  69. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/examples/BigService.java +0 -0
  70. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/examples/BigService.json +0 -0
  71. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/examples/BigService.summary.json +0 -0
  72. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/examples/ComprehensiveTypeScript.ts +0 -0
  73. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/examples/JavaDocTest.java +0 -0
  74. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/examples/ModernJavaScript.js +0 -0
  75. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/examples/MultiClass.java +0 -0
  76. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/examples/ReactComponent.jsx +0 -0
  77. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/examples/ReactTypeScriptComponent.tsx +0 -0
  78. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/examples/Sample.java +0 -0
  79. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/examples/TypeScriptDeclarations.d.ts +0 -0
  80. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/examples/cache_demo.py +0 -0
  81. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/examples/calculate_token_comparison.py +0 -0
  82. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/examples/file_output_demo.py +0 -0
  83. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/examples/javascript_analysis_demo.py +0 -0
  84. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/examples/project_root_demo.py +0 -0
  85. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/examples/sample.py +0 -0
  86. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/examples/security_demo.py +0 -0
  87. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/examples/security_integration_demo.py +0 -0
  88. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/examples/smart_cache_demo.py +0 -0
  89. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/examples/suppress_output_demo.py +0 -0
  90. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/examples/test_markdown.md +0 -0
  91. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/examples/total_only_optimization_demo.py +0 -0
  92. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/llm_code_checker.py +0 -0
  93. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/pypirc_example.txt +0 -0
  94. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/pytest.ini +0 -0
  95. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/scripts/README.md +0 -0
  96. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/scripts/gitflow_helper.py +0 -0
  97. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/scripts/gitflow_release_automation.py +0 -0
  98. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/scripts/sync_version.py +0 -0
  99. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/scripts/sync_version_minimal.py +0 -0
  100. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/start_mcp_server.py +0 -0
  101. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/test_python_support.py +0 -0
  102. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/__main__.py +0 -0
  103. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/api.py +0 -0
  104. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/cli/__init__.py +0 -0
  105. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/cli/__main__.py +0 -0
  106. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/cli/commands/__init__.py +0 -0
  107. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/cli/commands/advanced_command.py +0 -0
  108. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/cli/commands/base_command.py +0 -0
  109. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/cli/commands/default_command.py +0 -0
  110. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/cli/commands/find_and_grep_cli.py +0 -0
  111. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/cli/commands/list_files_cli.py +0 -0
  112. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/cli/commands/partial_read_command.py +0 -0
  113. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/cli/commands/query_command.py +0 -0
  114. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/cli/commands/search_content_cli.py +0 -0
  115. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/cli/commands/structure_command.py +0 -0
  116. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/cli/commands/summary_command.py +0 -0
  117. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/cli/commands/table_command.py +0 -0
  118. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/cli/info_commands.py +0 -0
  119. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/cli_main.py +0 -0
  120. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/constants.py +0 -0
  121. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/core/__init__.py +0 -0
  122. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/core/analysis_engine.py +0 -0
  123. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/core/cache_service.py +0 -0
  124. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/core/engine.py +0 -0
  125. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/core/parser.py +0 -0
  126. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/core/query.py +0 -0
  127. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/core/query_filter.py +0 -0
  128. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/encoding_utils.py +0 -0
  129. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/exceptions.py +0 -0
  130. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/file_handler.py +0 -0
  131. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/formatters/__init__.py +0 -0
  132. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/formatters/base_formatter.py +0 -0
  133. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/formatters/formatter_factory.py +0 -0
  134. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/formatters/java_formatter.py +0 -0
  135. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/formatters/javascript_formatter.py +0 -0
  136. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/formatters/language_formatter_factory.py +0 -0
  137. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/formatters/python_formatter.py +0 -0
  138. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/formatters/typescript_formatter.py +0 -0
  139. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/interfaces/__init__.py +0 -0
  140. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/interfaces/cli.py +0 -0
  141. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/interfaces/cli_adapter.py +0 -0
  142. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/interfaces/mcp_adapter.py +0 -0
  143. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/interfaces/mcp_server.py +0 -0
  144. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/language_detector.py +0 -0
  145. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/language_loader.py +0 -0
  146. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/languages/__init__.py +0 -0
  147. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/languages/java_plugin.py +0 -0
  148. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/languages/javascript_plugin.py +0 -0
  149. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/languages/python_plugin.py +0 -0
  150. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/languages/typescript_plugin.py +0 -0
  151. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/mcp/__init__.py +0 -0
  152. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/mcp/resources/__init__.py +0 -0
  153. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/mcp/resources/code_file_resource.py +0 -0
  154. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/mcp/resources/project_stats_resource.py +0 -0
  155. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/mcp/tools/__init__.py +0 -0
  156. {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
  157. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/mcp/tools/base_tool.py +0 -0
  158. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/mcp/tools/fd_rg_utils.py +0 -0
  159. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/mcp/tools/universal_analyze_tool.py +0 -0
  160. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/mcp/utils/__init__.py +0 -0
  161. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/mcp/utils/error_handler.py +0 -0
  162. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/mcp/utils/file_output_manager.py +0 -0
  163. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/mcp/utils/gitignore_detector.py +0 -0
  164. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/mcp/utils/path_resolver.py +0 -0
  165. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/mcp/utils/search_cache.py +0 -0
  166. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/models.py +0 -0
  167. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/output_manager.py +0 -0
  168. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/plugins/__init__.py +0 -0
  169. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/plugins/base.py +0 -0
  170. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/plugins/manager.py +0 -0
  171. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/project_detector.py +0 -0
  172. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/queries/__init__.py +0 -0
  173. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/queries/java.py +0 -0
  174. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/queries/markdown.py +0 -0
  175. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/queries/python.py +0 -0
  176. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/query_loader.py +0 -0
  177. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/security/__init__.py +0 -0
  178. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/security/boundary_manager.py +0 -0
  179. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/security/regex_checker.py +0 -0
  180. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/security/validator.py +0 -0
  181. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/table_formatter.py +0 -0
  182. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/tree_sitter_analyzer/utils.py +0 -0
  183. {tree_sitter_analyzer-1.7.3 → tree_sitter_analyzer-1.7.5}/upload_interactive.py +0 -0
  184. {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
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
  [![Python Version](https://img.shields.io/badge/python-3.10%2B-blue.svg)](https://python.org)
173
173
  [![License](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE)
174
- [![Tests](https://img.shields.io/badge/tests-2831%20passed-brightgreen.svg)](#quality-assurance)
175
- [![Coverage](https://img.shields.io/badge/coverage-79.19%25-green.svg)](#quality-assurance)
174
+ [![Tests](https://img.shields.io/badge/tests-2934%20passed-brightgreen.svg)](#quality-assurance)
175
+ [![Coverage](https://codecov.io/gh/aimasteracc/tree-sitter-analyzer/branch/main/graph/badge.svg)](https://codecov.io/gh/aimasteracc/tree-sitter-analyzer)
176
176
  [![Quality](https://img.shields.io/badge/quality-enterprise%20grade-blue.svg)](#quality-assurance)
177
177
  [![PyPI](https://img.shields.io/pypi/v/tree-sitter-analyzer.svg)](https://pypi.org/project/tree-sitter-analyzer/)
178
- [![Version](https://img.shields.io/badge/version-1.7.3-blue.svg)](https://github.com/aimasteracc/tree-sitter-analyzer/releases)
178
+ [![Version](https://img.shields.io/badge/version-1.7.5-blue.svg)](https://github.com/aimasteracc/tree-sitter-analyzer/releases)
179
+ [![zread](https://img.shields.io/badge/Ask_Zread-_.svg?style=flat&color=00b0aa&labelColor=000000&logo=data%3Aimage%2Fsvg%2Bxml%3Bbase64%2CPHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTQuOTYxNTYgMS42MDAxSDIuMjQxNTZDMS44ODgxIDEuNjAwMSAxLjYwMTU2IDEuODg2NjQgMS42MDE1NiAyLjI0MDFWNC45NjAxQzEuNjAxNTYgNS4zMTM1NiAxLjg4ODEgNS42MDAxIDIuMjQxNTYgNS42MDAxSDQuOTYxNTZDNS4zMTUwMiA1LjYwMDEgNS42MDE1NiA1LjMxMzU2IDUuNjAxNTYgNC45NjAxVjIuMjQwMUM1LjYwMTU2IDEuODg2NjQgNS4zMTUwMiAxLjYwMDEgNC45NjE1NiAxLjYwMDFaIiBmaWxsPSIjZmZmIi8%2BCjxwYXRoIGQ9Ik00Ljk2MTU2IDEwLjM5OTlIMi4yNDE1NkMxLjg4ODEgMTAuMzk5OSAxLjYwMTU2IDEwLjY4NjQgMS42MDE1NiAxMS4wMzk5VjEzLjc1OTlDMS42MDE1NiAxNC4xMTM0IDEuODg4MSAxNC4zOTk5IDIuMjQxNTYgMTQuMzk5OUg0Ljk2MTU2QzUuMzE1MDIgMTQuMzk5OSA1LjYwMTU2IDE0LjExMzQgNS42MDE1NiAxMy43NTk5VjExLjAzOTlDNS42MDE1NiAxMC42ODY0IDUuMzE1MDIgMTAuMzk5OSA0Ljk2MTU2IDEwLjM5OTlaIiBmaWxsPSIjZmZmIi8%2BCjxwYXRoIGQ9Ik0xMy43NTg0IDEuNjAwMUgxMS4wMzg0QzEwLjY4NSAxLjYwMDEgMTAuMzk4NCAxLjg4NjY0IDEwLjM5ODQgMi4yNDAxVjQuOTYwMUMxMC4zOTg0IDUuMzEzNTYgMTAuNjg1IDUuNjAwMSAxMS4wMzg0IDUuNjAwMUgxMy43NTg0QzE0LjExMTkgNS42MDAxIDE0LjM5ODQgNS4zMTM1NiAxNC4zOTg0IDQuOTYwMVYyLjI0MDFDMTQuMzk4NCAxLjg4NjY0IDE0LjExMTkgMS42MDAxIDEzLjc1ODQgMS42MDAxWiIgZmlsbD0iI2ZmZiIvPgo8cGF0aCBkPSJNNCAxMkwxMiA0TDQgMTJaIiBmaWxsPSIjZmZmIi8%2BCjxwYXRoIGQ9Ik00IDEyTDEyIDQiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4K&logoColor=ffffff)](https://zread.ai/aimasteracc/tree-sitter-analyzer)
179
180
  [![GitHub Stars](https://img.shields.io/github/stars/aimasteracc/tree-sitter-analyzer.svg?style=social)](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,831 Tests** - 100% pass rate, enterprise-grade quality assurance
229
- - **79.19% Coverage** - Comprehensive test coverage
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` | Official repository |
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,831 tests** - 100% pass rate ✅
740
- - **79.19% code coverage** - Comprehensive test suite
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.3)
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
- | Module Category | Module Name | Coverage | Quality Level | Main Features |
775
- |------------------|-------------|-----------|---------------|---------------|
776
- | **🔧 Core Modules** | Language Detector | 98.41% | Excellent | Automatic programming language recognition |
777
- | | CLI Main Entry | 94.36% | Excellent | Command line interface |
778
- | | Query Filter System | 96.06% | Excellent | Code querying and filtering |
779
- | | Query Service | 86.25% | Good | Query execution engine |
780
- | | MCP Error Handling | 82.76% | Good | AI assistant integration error handling |
781
- | **🌍 Language Plugins** | Java Plugin | 80.30% | Excellent | Complete enterprise-grade support |
782
- | | JavaScript Plugin | 76.74% | Good | Modern ES6+ feature support |
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
+ [![Coverage Details](https://codecov.io/gh/aimasteracc/tree-sitter-analyzer/branch/main/graph/badge.svg)](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.2
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
- - **[User MCP Setup Guide](MCP_SETUP_USERS.md)** - Simple setup guide
808
- - **[Developer MCP Setup Guide](MCP_SETUP_DEVELOPERS.md)** - Local development setup
809
- - **[Project Root Configuration](PROJECT_ROOT_CONFIG.md)** - Complete configuration reference
810
- - **[API Documentation](docs/api.md)** - Detailed API reference
811
- - **[Contributing Guide](CONTRIBUTING.md)** - How to contribute code
812
- - **[Onboarding & Training Guide](training/README.md)** - System onboarding materials for new members/maintainers
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-generation checks
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
  [![Python Version](https://img.shields.io/badge/python-3.10%2B-blue.svg)](https://python.org)
6
6
  [![License](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE)
7
- [![Tests](https://img.shields.io/badge/tests-2831%20passed-brightgreen.svg)](#quality-assurance)
8
- [![Coverage](https://img.shields.io/badge/coverage-79.19%25-green.svg)](#quality-assurance)
7
+ [![Tests](https://img.shields.io/badge/tests-2934%20passed-brightgreen.svg)](#quality-assurance)
8
+ [![Coverage](https://codecov.io/gh/aimasteracc/tree-sitter-analyzer/branch/main/graph/badge.svg)](https://codecov.io/gh/aimasteracc/tree-sitter-analyzer)
9
9
  [![Quality](https://img.shields.io/badge/quality-enterprise%20grade-blue.svg)](#quality-assurance)
10
10
  [![PyPI](https://img.shields.io/pypi/v/tree-sitter-analyzer.svg)](https://pypi.org/project/tree-sitter-analyzer/)
11
- [![Version](https://img.shields.io/badge/version-1.7.3-blue.svg)](https://github.com/aimasteracc/tree-sitter-analyzer/releases)
11
+ [![Version](https://img.shields.io/badge/version-1.7.5-blue.svg)](https://github.com/aimasteracc/tree-sitter-analyzer/releases)
12
+ [![zread](https://img.shields.io/badge/Ask_Zread-_.svg?style=flat&color=00b0aa&labelColor=000000&logo=data%3Aimage%2Fsvg%2Bxml%3Bbase64%2CPHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTQuOTYxNTYgMS42MDAxSDIuMjQxNTZDMS44ODgxIDEuNjAwMSAxLjYwMTU2IDEuODg2NjQgMS42MDE1NiAyLjI0MDFWNC45NjAxQzEuNjAxNTYgNS4zMTM1NiAxLjg4ODEgNS42MDAxIDIuMjQxNTYgNS42MDAxSDQuOTYxNTZDNS4zMTUwMiA1LjYwMDEgNS42MDE1NiA1LjMxMzU2IDUuNjAxNTYgNC45NjAxVjIuMjQwMUM1LjYwMTU2IDEuODg2NjQgNS4zMTUwMiAxLjYwMDEgNC45NjE1NiAxLjYwMDFaIiBmaWxsPSIjZmZmIi8%2BCjxwYXRoIGQ9Ik00Ljk2MTU2IDEwLjM5OTlIMi4yNDE1NkMxLjg4ODEgMTAuMzk5OSAxLjYwMTU2IDEwLjY4NjQgMS42MDE1NiAxMS4wMzk5VjEzLjc1OTlDMS42MDE1NiAxNC4xMTM0IDEuODg4MSAxNC4zOTk5IDIuMjQxNTYgMTQuMzk5OUg0Ljk2MTU2QzUuMzE1MDIgMTQuMzk5OSA1LjYwMTU2IDE0LjExMzQgNS42MDE1NiAxMy43NTk5VjExLjAzOTlDNS42MDE1NiAxMC42ODY0IDUuMzE1MDIgMTAuMzk5OSA0Ljk2MTU2IDEwLjM5OTlaIiBmaWxsPSIjZmZmIi8%2BCjxwYXRoIGQ9Ik0xMy43NTg0IDEuNjAwMUgxMS4wMzg0QzEwLjY4NSAxLjYwMDEgMTAuMzk4NCAxLjg4NjY0IDEwLjM5ODQgMi4yNDAxVjQuOTYwMUMxMC4zOTg0IDUuMzEzNTYgMTAuNjg1IDUuNjAwMSAxMS4wMzg0IDUuNjAwMUgxMy43NTg0QzE0LjExMTkgNS42MDAxIDE0LjM5ODQgNS4zMTM1NiAxNC4zOTg0IDQuOTYwMVYyLjI0MDFDMTQuMzk4NCAxLjg4NjY0IDE0LjExMTkgMS42MDAxIDEzLjc1ODQgMS42MDAxWiIgZmlsbD0iI2ZmZiIvPgo8cGF0aCBkPSJNNCAxMkwxMiA0TDQgMTJaIiBmaWxsPSIjZmZmIi8%2BCjxwYXRoIGQ9Ik00IDEyTDEyIDQiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4K&logoColor=ffffff)](https://zread.ai/aimasteracc/tree-sitter-analyzer)
12
13
  [![GitHub Stars](https://img.shields.io/github/stars/aimasteracc/tree-sitter-analyzer.svg?style=social)](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,831 Tests** - 100% pass rate, enterprise-grade quality assurance
62
- - **79.19% Coverage** - Comprehensive test coverage
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` | Official repository |
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,831 tests** - 100% pass rate ✅
573
- - **79.19% code coverage** - Comprehensive test suite
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.3)
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
- | Module Category | Module Name | Coverage | Quality Level | Main Features |
608
- |------------------|-------------|-----------|---------------|---------------|
609
- | **🔧 Core Modules** | Language Detector | 98.41% | Excellent | Automatic programming language recognition |
610
- | | CLI Main Entry | 94.36% | Excellent | Command line interface |
611
- | | Query Filter System | 96.06% | Excellent | Code querying and filtering |
612
- | | Query Service | 86.25% | Good | Query execution engine |
613
- | | MCP Error Handling | 82.76% | Good | AI assistant integration error handling |
614
- | **🌍 Language Plugins** | Java Plugin | 80.30% | Excellent | Complete enterprise-grade support |
615
- | | JavaScript Plugin | 76.74% | Good | Modern ES6+ feature support |
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
+ [![Coverage Details](https://codecov.io/gh/aimasteracc/tree-sitter-analyzer/branch/main/graph/badge.svg)](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.2
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
- - **[User MCP Setup Guide](MCP_SETUP_USERS.md)** - Simple setup guide
641
- - **[Developer MCP Setup Guide](MCP_SETUP_DEVELOPERS.md)** - Local development setup
642
- - **[Project Root Configuration](PROJECT_ROOT_CONFIG.md)** - Complete configuration reference
643
- - **[API Documentation](docs/api.md)** - Detailed API reference
644
- - **[Contributing Guide](CONTRIBUTING.md)** - How to contribute code
645
- - **[Onboarding & Training Guide](training/README.md)** - System onboarding materials for new members/maintainers
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-generation checks
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
  [![Pythonバージョン](https://img.shields.io/badge/python-3.10%2B-blue.svg)](https://python.org)
6
6
  [![ライセンス](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE)
7
- [![テスト](https://img.shields.io/badge/tests-2831%20passed-brightgreen.svg)](#8--品質保証)
8
- [![カバレッジ](https://img.shields.io/badge/coverage-79.19%25-green.svg)](#8--品質保証)
7
+ [![テスト](https://img.shields.io/badge/tests-2934%20passed-brightgreen.svg)](#8--品質保証)
8
+ [![カバレッジ](https://codecov.io/gh/aimasteracc/tree-sitter-analyzer/branch/main/graph/badge.svg)](https://codecov.io/gh/aimasteracc/tree-sitter-analyzer)
9
9
  [![品質](https://img.shields.io/badge/quality-enterprise%20grade-blue.svg)](#8--品質保証)
10
10
  [![PyPI](https://img.shields.io/pypi/v/tree-sitter-analyzer.svg)](https://pypi.org/project/tree-sitter-analyzer/)
11
- [![バージョン](https://img.shields.io/badge/version-1.7.3-blue.svg)](https://github.com/aimasteracc/tree-sitter-analyzer/releases)
11
+ [![バージョン](https://img.shields.io/badge/version-1.7.5-blue.svg)](https://github.com/aimasteracc/tree-sitter-analyzer/releases)
12
+ [![zread](https://img.shields.io/badge/Ask_Zread-_.svg?style=flat&color=00b0aa&labelColor=000000&logo=data%3Aimage%2Fsvg%2Bxml%3Bbase64%2CPHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTQuOTYxNTYgMS42MDAxSDIuMjQxNTZDMS44ODgxIDEuNjAwMSAxLjYwMTU2IDEuODg2NjQgMS42MDE1NiAyLjI0MDFWNC45NjAxQzEuNjAxNTYgNS4zMTM1NiAxLjg4ODEgNS42MDAxIDIuMjQxNTYgNS42MDAxSDQuOTYxNTZDNS4zMTUwMiA1LjYwMDEgNS42MDE1NiA1LjMxMzU2IDUuNjAxNTYgNC45NjAxVjIuMjQwMUM1LjYwMTU2IDEuODg2NjQgNS4zMTUwMiAxLjYwMDEgNC45NjE1NiAxLjYwMDFaIiBmaWxsPSIjZmZmIi8%2BCjxwYXRoIGQ9Ik00Ljk2MTU2IDEwLjM5OTlIMi4yNDE1NkMxLjg4ODEgMTAuMzk5OSAxLjYwMTU2IDEwLjY4NjQgMS42MDE1NiAxMS4wMzk5VjEzLjc1OTlDMS42MDE1NiAxNC4xMTM0IDEuODg4MSAxNC4zOTk5IDIuMjQxNTYgMTQuMzk5OUg0Ljk2MTU2QzUuMzE1MDIgMTQuMzk5OSA1LjYwMTU2IDE0LjExMzQgNS42MDE1NiAxMy43NTk5VjExLjAzOTlDNS42MDE1NiAxMC42ODY0IDUuMzE1MDIgMTAuMzk5OSA0Ljk2MTU2IDEwLjM5OTlaIiBmaWxsPSIjZmZmIi8%2BCjxwYXRoIGQ9Ik0xMy43NTg0IDEuNjAwMUgxMS4wMzg0QzEwLjY4NSAxLjYwMDEgMTAuMzk4NCAxLjg4NjY0IDEwLjM5ODQgMi4yNDAxVjQuOTYwMUMxMC4zOTg0IDUuMzEzNTYgMTAuNjg1IDUuNjAwMSAxMS4wMzg0IDUuNjAwMUgxMy43NTg0QzE0LjExMTkgNS42MDAxIDE0LjM5ODQgNS4zMTM1NiAxNC4zOTg0IDQuOTYwMVYyLjI0MDFDMTQuMzk4NCAxLjg4NjY0IDE0LjExMTkgMS42MDAxIDEzLjc1ODQgMS42MDAxWiIgZmlsbD0iI2ZmZiIvPgo8cGF0aCBkPSJNNCAxMkwxMiA0TDQgMTJaIiBmaWxsPSIjZmZmIi8%2BCjxwYXRoIGQ9Ik00IDEyTDEyIDQiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4K&logoColor=ffffff)](https://zread.ai/aimasteracc/tree-sitter-analyzer)
12
13
  [![GitHub Stars](https://img.shields.io/github/stars/aimasteracc/tree-sitter-analyzer.svg?style=social)](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,831のテスト** - 100%合格率、エンタープライズグレードの品質保証
62
- - **79.19%カバレッジ** - 包括的なテストスイート
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,831のテスト** - 100%合格率 ✅
573
- - **79.19%コードカバレッジ** - 包括的なテストスイート
573
+ - **2,934のテスト** - 100%合格率 ✅
574
+ - **高コードカバレッジ** - 包括的なテストスイート
574
575
  - **ゼロテスト失敗** - 本番環境対応
575
576
  - **クロスプラットフォームサポート** - Windows、macOS、Linux
576
577
 
577
- ### ⚡ 最新の品質成果(v1.7.3
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
- | **🔧 コアモジュール** | 言語検出器 | 98.41% | 優秀 | 自動プログラミング言語認識 |
610
- | | CLIメインエントリ | 94.36% | 優秀 | コマンドラインインターフェース |
611
- | | クエリフィルタシステム | 96.06% | 優秀 | コードクエリとフィルタリング |
612
- | | クエリサービス | 86.25% | 良好 | クエリ実行エンジン |
613
- | | MCPエラー処理 | 82.76% | 良好 | AIアシスタント統合エラー処理 |
614
- | **🌍 言語プラグイン** | Javaプラグイン | 80.30% | 優秀 | 完全なエンタープライズグレードサポート |
615
- | | JavaScriptプラグイン | 76.74% | 良好 | モダンなES6+機能サポート |
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/branch/main/graph/badge.svg)](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.2
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
- - **[ユーザーMCPセットアップガイド](MCP_SETUP_USERS.md)** - シンプルな設定ガイド
641
- - **[開発者MCPセットアップガイド](MCP_SETUP_DEVELOPERS.md)** - ローカル開発設定
642
- - **[プロジェクトルート設定](PROJECT_ROOT_CONFIG.md)** - 完全な設定リファレンス
643
- - **[APIドキュメント](docs/api.md)** - 詳細なAPIリファレンス
644
- - **[貢献ガイド](CONTRIBUTING.md)** - コードの貢献方法
645
- - **[オンボーディング&トレーニングガイド](training/README.md)** - 新しいメンバー/メンテナー向けのシステムオンボーディング資料
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
- このプロジェクトは、専門的な品質管理を備えたAI支援開発をサポートしています:
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)** - *主要スポンサー&サポーター*