tree-sitter-analyzer 1.3.3__tar.gz → 1.3.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 (157) hide show
  1. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/CHANGELOG.md +13 -0
  2. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/GITFLOW.md +74 -5
  3. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/GITFLOW_ja.md +76 -0
  4. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/GITFLOW_zh.md +76 -0
  5. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/PKG-INFO +14 -14
  6. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/README.md +13 -13
  7. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/README_ja.md +13 -13
  8. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/README_zh.md +13 -13
  9. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/pyproject.toml +2 -2
  10. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/tree_sitter_analyzer/__init__.py +1 -1
  11. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/uv.lock +1 -1
  12. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/.gitattributes +0 -0
  13. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/.gitignore +0 -0
  14. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/.kiro/steering/product.md +0 -0
  15. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/.kiro/steering/structure.md +0 -0
  16. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/.kiro/steering/tech.md +0 -0
  17. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/.pre-commit-config.yaml +0 -0
  18. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/.pre-commit-hooks.yaml +0 -0
  19. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/AI_COLLABORATION_GUIDE.md +0 -0
  20. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/CODE_STYLE_GUIDE.md +0 -0
  21. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/CONTRIBUTING.md +0 -0
  22. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/DEPLOYMENT_GUIDE.md +0 -0
  23. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/LANGUAGE_GUIDELINES.md +0 -0
  24. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/LLM_CODING_GUIDELINES.md +0 -0
  25. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/MCP_SETUP_DEVELOPERS.md +0 -0
  26. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/MCP_SETUP_USERS.md +0 -0
  27. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/PROJECT_ROOT_CONFIG.md +0 -0
  28. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/PYPI_RELEASE_GUIDE.md +0 -0
  29. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/REFACTORING_SUMMARY.md +0 -0
  30. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/build_standalone.py +0 -0
  31. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/check_quality.py +0 -0
  32. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/docs/GITFLOW_BEST_PRACTICES.md +0 -0
  33. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/docs/RELEASE_EXECUTION_GUIDE.md +0 -0
  34. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/docs/api.md +0 -0
  35. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/docs/mcp_fd_rg_design.md +0 -0
  36. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/examples/BigService.java +0 -0
  37. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/examples/BigService.json +0 -0
  38. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/examples/BigService.summary.json +0 -0
  39. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/examples/JavaDocTest.java +0 -0
  40. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/examples/MultiClass.java +0 -0
  41. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/examples/Sample.java +0 -0
  42. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/examples/cache_demo.py +0 -0
  43. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/examples/calculate_token_comparison.py +0 -0
  44. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/examples/project_root_demo.py +0 -0
  45. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/examples/sample.py +0 -0
  46. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/examples/security_demo.py +0 -0
  47. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/examples/security_integration_demo.py +0 -0
  48. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/examples/smart_cache_demo.py +0 -0
  49. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/examples/total_only_optimization_demo.py +0 -0
  50. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/llm_code_checker.py +0 -0
  51. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/pypirc_example.txt +0 -0
  52. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/pytest.ini +0 -0
  53. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/scripts/README.md +0 -0
  54. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/scripts/gitflow_helper.py +0 -0
  55. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/scripts/gitflow_release_automation.py +0 -0
  56. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/scripts/sync_version.py +0 -0
  57. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/scripts/sync_version_minimal.py +0 -0
  58. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/start_mcp_server.py +0 -0
  59. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/training/01_onboarding.md +0 -0
  60. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/training/02_architecture_map.md +0 -0
  61. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/training/03_cli_cheatsheet.md +0 -0
  62. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/training/04_mcp_cheatsheet.md +0 -0
  63. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/training/05_plugin_tutorial.md +0 -0
  64. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/training/06_quality_workflow.md +0 -0
  65. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/training/07_troubleshooting.md +0 -0
  66. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/training/08_prompt_library.md +0 -0
  67. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/training/09_tasks.md +0 -0
  68. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/training/10_glossary.md +0 -0
  69. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/training/11_takeover_plan.md +0 -0
  70. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/training/CLI_COMMAND_CORRECTIONS.md +0 -0
  71. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/training/IMPROVEMENT_SUMMARY.md +0 -0
  72. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/training/README.md +0 -0
  73. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/tree_sitter_analyzer/__main__.py +0 -0
  74. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/tree_sitter_analyzer/api.py +0 -0
  75. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/tree_sitter_analyzer/cli/__init__.py +0 -0
  76. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/tree_sitter_analyzer/cli/__main__.py +0 -0
  77. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/tree_sitter_analyzer/cli/commands/__init__.py +0 -0
  78. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/tree_sitter_analyzer/cli/commands/advanced_command.py +0 -0
  79. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/tree_sitter_analyzer/cli/commands/base_command.py +0 -0
  80. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/tree_sitter_analyzer/cli/commands/default_command.py +0 -0
  81. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/tree_sitter_analyzer/cli/commands/partial_read_command.py +0 -0
  82. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/tree_sitter_analyzer/cli/commands/query_command.py +0 -0
  83. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/tree_sitter_analyzer/cli/commands/structure_command.py +0 -0
  84. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/tree_sitter_analyzer/cli/commands/summary_command.py +0 -0
  85. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/tree_sitter_analyzer/cli/commands/table_command.py +0 -0
  86. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/tree_sitter_analyzer/cli/info_commands.py +0 -0
  87. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/tree_sitter_analyzer/cli_main.py +0 -0
  88. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/tree_sitter_analyzer/constants.py +0 -0
  89. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/tree_sitter_analyzer/core/__init__.py +0 -0
  90. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/tree_sitter_analyzer/core/analysis_engine.py +0 -0
  91. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/tree_sitter_analyzer/core/cache_service.py +0 -0
  92. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/tree_sitter_analyzer/core/engine.py +0 -0
  93. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/tree_sitter_analyzer/core/parser.py +0 -0
  94. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/tree_sitter_analyzer/core/query.py +0 -0
  95. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/tree_sitter_analyzer/core/query_filter.py +0 -0
  96. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/tree_sitter_analyzer/core/query_service.py +0 -0
  97. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/tree_sitter_analyzer/encoding_utils.py +0 -0
  98. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/tree_sitter_analyzer/exceptions.py +0 -0
  99. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/tree_sitter_analyzer/file_handler.py +0 -0
  100. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/tree_sitter_analyzer/formatters/__init__.py +0 -0
  101. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/tree_sitter_analyzer/formatters/base_formatter.py +0 -0
  102. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/tree_sitter_analyzer/formatters/formatter_factory.py +0 -0
  103. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/tree_sitter_analyzer/formatters/java_formatter.py +0 -0
  104. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/tree_sitter_analyzer/formatters/python_formatter.py +0 -0
  105. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/tree_sitter_analyzer/interfaces/__init__.py +0 -0
  106. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/tree_sitter_analyzer/interfaces/cli.py +0 -0
  107. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/tree_sitter_analyzer/interfaces/cli_adapter.py +0 -0
  108. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/tree_sitter_analyzer/interfaces/mcp_adapter.py +0 -0
  109. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/tree_sitter_analyzer/interfaces/mcp_server.py +0 -0
  110. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/tree_sitter_analyzer/language_detector.py +0 -0
  111. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/tree_sitter_analyzer/language_loader.py +0 -0
  112. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/tree_sitter_analyzer/languages/__init__.py +0 -0
  113. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/tree_sitter_analyzer/languages/java_plugin.py +0 -0
  114. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/tree_sitter_analyzer/languages/javascript_plugin.py +0 -0
  115. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/tree_sitter_analyzer/languages/python_plugin.py +0 -0
  116. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/tree_sitter_analyzer/mcp/__init__.py +0 -0
  117. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/tree_sitter_analyzer/mcp/resources/__init__.py +0 -0
  118. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/tree_sitter_analyzer/mcp/resources/code_file_resource.py +0 -0
  119. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/tree_sitter_analyzer/mcp/resources/project_stats_resource.py +0 -0
  120. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/tree_sitter_analyzer/mcp/server.py +0 -0
  121. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/tree_sitter_analyzer/mcp/tools/__init__.py +0 -0
  122. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/tree_sitter_analyzer/mcp/tools/analyze_scale_tool.py +0 -0
  123. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/tree_sitter_analyzer/mcp/tools/analyze_scale_tool_cli_compatible.py +0 -0
  124. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/tree_sitter_analyzer/mcp/tools/base_tool.py +0 -0
  125. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/tree_sitter_analyzer/mcp/tools/fd_rg_utils.py +0 -0
  126. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/tree_sitter_analyzer/mcp/tools/find_and_grep_tool.py +0 -0
  127. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/tree_sitter_analyzer/mcp/tools/list_files_tool.py +0 -0
  128. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/tree_sitter_analyzer/mcp/tools/query_tool.py +0 -0
  129. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/tree_sitter_analyzer/mcp/tools/read_partial_tool.py +0 -0
  130. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/tree_sitter_analyzer/mcp/tools/search_content_tool.py +0 -0
  131. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/tree_sitter_analyzer/mcp/tools/table_format_tool.py +0 -0
  132. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/tree_sitter_analyzer/mcp/tools/universal_analyze_tool.py +0 -0
  133. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/tree_sitter_analyzer/mcp/utils/__init__.py +0 -0
  134. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/tree_sitter_analyzer/mcp/utils/error_handler.py +0 -0
  135. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/tree_sitter_analyzer/mcp/utils/gitignore_detector.py +0 -0
  136. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/tree_sitter_analyzer/mcp/utils/path_resolver.py +0 -0
  137. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/tree_sitter_analyzer/mcp/utils/search_cache.py +0 -0
  138. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/tree_sitter_analyzer/models.py +0 -0
  139. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/tree_sitter_analyzer/output_manager.py +0 -0
  140. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/tree_sitter_analyzer/plugins/__init__.py +0 -0
  141. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/tree_sitter_analyzer/plugins/base.py +0 -0
  142. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/tree_sitter_analyzer/plugins/manager.py +0 -0
  143. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/tree_sitter_analyzer/project_detector.py +0 -0
  144. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/tree_sitter_analyzer/queries/__init__.py +0 -0
  145. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/tree_sitter_analyzer/queries/java.py +0 -0
  146. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/tree_sitter_analyzer/queries/javascript.py +0 -0
  147. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/tree_sitter_analyzer/queries/python.py +0 -0
  148. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/tree_sitter_analyzer/queries/typescript.py +0 -0
  149. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/tree_sitter_analyzer/query_loader.py +0 -0
  150. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/tree_sitter_analyzer/security/__init__.py +0 -0
  151. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/tree_sitter_analyzer/security/boundary_manager.py +0 -0
  152. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/tree_sitter_analyzer/security/regex_checker.py +0 -0
  153. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/tree_sitter_analyzer/security/validator.py +0 -0
  154. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/tree_sitter_analyzer/table_formatter.py +0 -0
  155. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/tree_sitter_analyzer/utils.py +0 -0
  156. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/upload_interactive.py +0 -0
  157. {tree_sitter_analyzer-1.3.3 → tree_sitter_analyzer-1.3.5}/upload_to_pypi.py +0 -0
@@ -1,5 +1,18 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.3.4] - 2025-01-15
4
+
5
+ ### Fixed
6
+ - **📚 Documentation Updates**: Updated all README files (English, Chinese, Japanese) with correct version numbers and statistics
7
+ - **🔄 GitFlow Process**: Completed proper hotfix workflow with documentation updates before merging
8
+
9
+ ### Technical Details
10
+ - **Documentation Consistency**: Ensured all README files reflect the correct version (1.3.4) and test statistics
11
+ - **GitFlow Compliance**: Followed proper hotfix branch workflow with complete documentation updates
12
+ - **Multi-language Support**: Updated version references across all language variants of documentation
13
+
14
+ This release completes the documentation updates that should have been included in the hotfix workflow before merging to main and develop branches.
15
+
3
16
  ## [1.3.3] - 2025-01-15
4
17
 
5
18
  ### Fixed
@@ -108,6 +108,10 @@ For manual releases:
108
108
 
109
109
  3. **Update documentation**:
110
110
  ```bash
111
+ # Get current test count and coverage statistics:
112
+ # Test count: uv run python -m pytest --collect-only -q | findstr /C:"collected"
113
+ # Coverage: uv run python -m pytest --cov=tree_sitter_analyzer --cov-report=term-missing --cov-report=json -x -q | findstr "TOTAL"
114
+
111
115
  # Update README.md with new version, test counts, and coverage:
112
116
  # - Version badges ([![Version](https://img.shields.io/badge/version-X.X.X-blue.svg)])
113
117
  # - Test count badges ([![Tests](https://img.shields.io/badge/tests-XXXX%20passed-brightgreen.svg)])
@@ -171,6 +175,10 @@ For manual releases:
171
175
 
172
176
  4. **Update documentation**:
173
177
  ```bash
178
+ # Get current test count and coverage statistics:
179
+ # Test count: uv run python -m pytest --collect-only -q | findstr /C:"collected"
180
+ # Coverage: uv run python -m pytest --cov=tree_sitter_analyzer --cov-report=term-missing --cov-report=json -x -q | findstr "TOTAL"
181
+
174
182
  # Update CHANGELOG.md with hotfix details
175
183
  # Update README.md with new version, test counts, and coverage:
176
184
  # - Version badges ([![Version](https://img.shields.io/badge/version-X.X.X-blue.svg)])
@@ -204,14 +212,75 @@ For manual releases:
204
212
 
205
213
  ## Automation Features
206
214
 
207
- ### Develop Branch Automation
215
+ ### Develop Branch Automation (`develop-automation.yml`)
208
216
 
209
217
  When code is pushed to `develop`, the following happens automatically:
210
218
 
211
- 1. **Test Execution**: All tests are run to ensure quality
212
- 2. **PyPI Deployment**: Package is built and deployed to PyPI
213
- 3. **README Update**: Statistics are automatically updated
214
- 4. **PR Creation**: Pull request is created to main branch
219
+ 1. **Test Job**:
220
+ - Run full test suite with pytest
221
+ - Generate coverage reports
222
+ - Upload coverage to Codecov
223
+
224
+ 2. **Build Job**:
225
+ - Build Python package with `python -m build`
226
+ - Validate package with `twine check`
227
+ - Upload build artifacts (retained for 1 day)
228
+
229
+ 3. **Create Release PR Job**:
230
+ - Automatically create PR from develop to main
231
+ - Include quality metrics and test results
232
+ - Set up for production deployment
233
+
234
+ **Important**: PyPI deployment is **NOT** triggered by develop branch pushes.
235
+
236
+ ### Release Branch Automation (`release-automation.yml`)
237
+
238
+ When code is pushed to `release/v*` branches, the following happens automatically:
239
+
240
+ 1. **Test Job**:
241
+ - Run full test suite with pytest
242
+ - Generate coverage reports
243
+ - Upload coverage to Codecov
244
+
245
+ 2. **Build and Deploy Job**:
246
+ - Build Python package
247
+ - Validate package with `twine check`
248
+ - **Deploy to PyPI** using `twine upload`
249
+
250
+ 3. **Create Main PR Job**:
251
+ - Create PR to main branch after successful PyPI deployment
252
+ - Include release details and deployment confirmation
253
+
254
+ ### Hotfix Branch Automation (`hotfix-automation.yml`)
255
+
256
+ When code is pushed to `hotfix/*` branches, the following happens automatically:
257
+
258
+ 1. **Test Job**:
259
+ - Run full test suite with pytest
260
+ - Generate coverage reports
261
+
262
+ 2. **Build and Deploy Job**:
263
+ - Build Python package
264
+ - Validate package with `twine check`
265
+ - **Deploy to PyPI** using `twine upload`
266
+
267
+ 3. **Create Main PR Job**:
268
+ - Create PR to main branch after successful PyPI deployment
269
+ - Mark as critical hotfix ready for immediate production
270
+
271
+ ### CI Workflow (`ci.yml`)
272
+
273
+ Runs on all branches (`main`, `develop`, `hotfix/*`, `feature/*`, `release/*`) and PRs:
274
+
275
+ 1. **Quality Check Job**:
276
+ - Multi-Python version testing (3.10, 3.11, 3.12, 3.13)
277
+ - Code quality checks with `check_quality.py`
278
+
279
+ 2. **Test Matrix Job**:
280
+ - Cross-platform testing (Ubuntu, Windows, macOS)
281
+ - Multi-Python version compatibility testing
282
+
283
+ **PyPI Deployment Strategy**: Only `release/*` and `hotfix/*` branches automatically deploy to PyPI, ensuring controlled and tested releases reach production.
215
284
 
216
285
  ### Main Branch Protection
217
286
 
@@ -88,6 +88,10 @@ gitGraph
88
88
  # __init__.py にバージョン番号を同期
89
89
  uv run python scripts/sync_version_minimal.py
90
90
 
91
+ # 現在のテスト数とカバレッジ統計を取得:
92
+ # テスト数: uv run python -m pytest --collect-only -q | findstr /C:"collected"
93
+ # カバレッジ: uv run python -m pytest --cov=tree_sitter_analyzer --cov-report=term-missing --cov-report=json -x -q | findstr "TOTAL"
94
+
91
95
  # ドキュメントの更新:
92
96
  # - README.md のバージョン番号、テスト数、カバレッジを更新
93
97
  # - バージョンバッジ、テストバッジ、カバレッジバッジを更新
@@ -127,6 +131,10 @@ gitGraph
127
131
  # __init__.py にバージョン番号を同期
128
132
  uv run python scripts/sync_version_minimal.py
129
133
 
134
+ # 現在のテスト数とカバレッジ統計を取得:
135
+ # テスト数: uv run python -m pytest --collect-only -q | findstr /C:"collected"
136
+ # カバレッジ: uv run python -m pytest --cov=tree_sitter_analyzer --cov-report=term-missing --cov-report=json -x -q | findstr "TOTAL"
137
+
130
138
  # ドキュメントの更新:
131
139
  # - CHANGELOG.md にホットフィックス詳細を更新
132
140
  # - README.md のバージョン番号、テスト数、カバレッジを更新
@@ -152,6 +160,74 @@ gitGraph
152
160
  ```
153
161
  5. **`hotfix` ブランチを削除**します。
154
162
 
163
+ ## 自動化プロセス
164
+
165
+ ### Develop ブランチ自動化 (`develop-automation.yml`)
166
+ `develop` ブランチにコードがプッシュされると、自動的に実行されます:
167
+
168
+ 1. **テストジョブ**:
169
+ - pytestを使用して完全なテストスイートを実行
170
+ - カバレッジレポートを生成
171
+ - Codecovにカバレッジをアップロード
172
+
173
+ 2. **ビルドジョブ**:
174
+ - `python -m build` でPythonパッケージをビルド
175
+ - `twine check` でパッケージを検証
176
+ - ビルド成果物をアップロード(1日間保持)
177
+
178
+ 3. **リリースPR作成ジョブ**:
179
+ - developからmainへのPRを自動作成
180
+ - 品質メトリクスとテスト結果を含む
181
+ - 本番デプロイメントの準備
182
+
183
+ **重要**:developブランチのプッシュはPyPIデプロイメントを**トリガーしません**。
184
+
185
+ ### Release ブランチ自動化 (`release-automation.yml`)
186
+ `release/v*` ブランチにコードがプッシュされると、自動的に実行されます:
187
+
188
+ 1. **テストジョブ**:
189
+ - pytestを使用して完全なテストスイートを実行
190
+ - カバレッジレポートを生成
191
+ - Codecovにカバレッジをアップロード
192
+
193
+ 2. **ビルドとデプロイジョブ**:
194
+ - Pythonパッケージをビルド
195
+ - `twine check` でパッケージを検証
196
+ - **`twine upload` を使用してPyPIにデプロイ**
197
+
198
+ 3. **Main PR作成ジョブ**:
199
+ - PyPIデプロイメント成功後、mainブランチへのPRを作成
200
+ - リリース詳細とデプロイメント確認を含む
201
+
202
+ ### Hotfix ブランチ自動化 (`hotfix-automation.yml`)
203
+ `hotfix/*` ブランチにコードがプッシュされると、自動的に実行されます:
204
+
205
+ 1. **テストジョブ**:
206
+ - pytestを使用して完全なテストスイートを実行
207
+ - カバレッジレポートを生成
208
+
209
+ 2. **ビルドとデプロイジョブ**:
210
+ - Pythonパッケージをビルド
211
+ - `twine check` でパッケージを検証
212
+ - **`twine upload` を使用してPyPIにデプロイ**
213
+
214
+ 3. **Main PR作成ジョブ**:
215
+ - PyPIデプロイメント成功後、mainブランチへのPRを作成
216
+ - 緊急のホットフィックスとして本番環境への即座のデプロイメント準備完了とマーク
217
+
218
+ ### CI ワークフロー (`ci.yml`)
219
+ すべてのブランチ(`main`、`develop`、`hotfix/*`、`feature/*`、`release/*`)とPRで実行:
220
+
221
+ 1. **品質チェックジョブ**:
222
+ - マルチPythonバージョンテスト(3.10、3.11、3.12、3.13)
223
+ - `check_quality.py` によるコード品質チェック
224
+
225
+ 2. **テストマトリックスジョブ**:
226
+ - クロスプラットフォームテスト(Ubuntu、Windows、macOS)
227
+ - マルチPythonバージョン互換性テスト
228
+
229
+ **PyPIデプロイメント戦略**:`release/*` と `hotfix/*` ブランチのみがPyPIに自動デプロイされ、制御されテストされたリリースのみが本番環境に到達することを保証します。
230
+
155
231
  ---
156
232
 
157
233
  *この日本語説明は、[`GITFLOW.md`](GITFLOW.md) の中核的な概念を理解するのに役立ちます。自動化プロセス、品質チェック、CI/CD統合に関する詳細は、元のドキュメントを参照してください。*
@@ -88,6 +88,10 @@ gitGraph
88
88
  # 同步版本号到 __init__.py
89
89
  uv run python scripts/sync_version_minimal.py
90
90
 
91
+ # 获取当前测试数量和覆盖率统计:
92
+ # 测试数量: uv run python -m pytest --collect-only -q | findstr /C:"collected"
93
+ # 覆盖率: uv run python -m pytest --cov=tree_sitter_analyzer --cov-report=term-missing --cov-report=json -x -q | findstr "TOTAL"
94
+
91
95
  # 更新文档:
92
96
  # - 更新 README.md 中的版本号、测试数量和覆盖率
93
97
  # - 更新版本徽章、测试徽章、覆盖率徽章
@@ -127,6 +131,10 @@ gitGraph
127
131
  # 同步版本号到 __init__.py
128
132
  uv run python scripts/sync_version_minimal.py
129
133
 
134
+ # 获取当前测试数量和覆盖率统计:
135
+ # 测试数量: uv run python -m pytest --collect-only -q | findstr /C:"collected"
136
+ # 覆盖率: uv run python -m pytest --cov=tree_sitter_analyzer --cov-report=term-missing --cov-report=json -x -q | findstr "TOTAL"
137
+
130
138
  # 更新文档:
131
139
  # - 更新 CHANGELOG.md 添加 hotfix 详情
132
140
  # - 更新 README.md 中的版本号、测试数量和覆盖率
@@ -152,6 +160,74 @@ gitGraph
152
160
  ```
153
161
  5. **删除 `hotfix` 分支**。
154
162
 
163
+ ## 自动化流程
164
+
165
+ ### Develop 分支自动化 (`develop-automation.yml`)
166
+ 当代码推送到 `develop` 分支时,自动执行:
167
+
168
+ 1. **测试作业**:
169
+ - 使用pytest运行完整测试套件
170
+ - 生成覆盖率报告
171
+ - 上传覆盖率到Codecov
172
+
173
+ 2. **构建作业**:
174
+ - 使用 `python -m build` 构建Python包
175
+ - 使用 `twine check` 验证包
176
+ - 上传构建产物(保留1天)
177
+
178
+ 3. **创建发布PR作业**:
179
+ - 自动创建从develop到main的PR
180
+ - 包含质量指标和测试结果
181
+ - 为生产部署做好准备
182
+
183
+ **重要**:develop分支推送**不会**触发PyPI部署。
184
+
185
+ ### Release 分支自动化 (`release-automation.yml`)
186
+ 当代码推送到 `release/v*` 分支时,自动执行:
187
+
188
+ 1. **测试作业**:
189
+ - 使用pytest运行完整测试套件
190
+ - 生成覆盖率报告
191
+ - 上传覆盖率到Codecov
192
+
193
+ 2. **构建和部署作业**:
194
+ - 构建Python包
195
+ - 使用 `twine check` 验证包
196
+ - **使用 `twine upload` 部署到PyPI**
197
+
198
+ 3. **创建Main PR作业**:
199
+ - PyPI部署成功后创建到main分支的PR
200
+ - 包含发布详情和部署确认
201
+
202
+ ### Hotfix 分支自动化 (`hotfix-automation.yml`)
203
+ 当代码推送到 `hotfix/*` 分支时,自动执行:
204
+
205
+ 1. **测试作业**:
206
+ - 使用pytest运行完整测试套件
207
+ - 生成覆盖率报告
208
+
209
+ 2. **构建和部署作业**:
210
+ - 构建Python包
211
+ - 使用 `twine check` 验证包
212
+ - **使用 `twine upload` 部署到PyPI**
213
+
214
+ 3. **创建Main PR作业**:
215
+ - PyPI部署成功后创建到main分支的PR
216
+ - 标记为关键热修复,准备立即投入生产
217
+
218
+ ### CI 工作流 (`ci.yml`)
219
+ 在所有分支(`main`、`develop`、`hotfix/*`、`feature/*`、`release/*`)和PR上运行:
220
+
221
+ 1. **质量检查作业**:
222
+ - 多Python版本测试(3.10、3.11、3.12、3.13)
223
+ - 使用 `check_quality.py` 进行代码质量检查
224
+
225
+ 2. **测试矩阵作业**:
226
+ - 跨平台测试(Ubuntu、Windows、macOS)
227
+ - 多Python版本兼容性测试
228
+
229
+ **PyPI部署策略**:只有 `release/*` 和 `hotfix/*` 分支自动部署到PyPI,确保受控且经过测试的版本到达生产环境。
230
+
155
231
  ---
156
232
 
157
233
  *此中文说明旨在帮助理解 `GITFLOW.md` 中的核心概念。更详细的自动化流程、质量检查和 CI/CD 集成信息,请参阅原始的 [GITFLOW.md](GITFLOW.md) 文件。*
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tree-sitter-analyzer
3
- Version: 1.3.3
3
+ Version: 1.3.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
@@ -163,11 +163,11 @@ Description-Content-Type: text/markdown
163
163
 
164
164
  [![Python Version](https://img.shields.io/badge/python-3.10%2B-blue.svg)](https://python.org)
165
165
  [![License](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE)
166
- [![Tests](https://img.shields.io/badge/tests-1605%20passed-brightgreen.svg)](#quality-assurance)
167
- [![Coverage](https://img.shields.io/badge/coverage-74.36%25-green.svg)](#quality-assurance)
166
+ [![Tests](https://img.shields.io/badge/tests-1699%20passed-brightgreen.svg)](#quality-assurance)
167
+ [![Coverage](https://img.shields.io/badge/coverage-74.42%25-green.svg)](#quality-assurance)
168
168
  [![Quality](https://img.shields.io/badge/quality-enterprise%20grade-blue.svg)](#quality-assurance)
169
169
  [![PyPI](https://img.shields.io/pypi/v/tree-sitter-analyzer.svg)](https://pypi.org/project/tree-sitter-analyzer/)
170
- [![Version](https://img.shields.io/badge/version-1.3.2-blue.svg)](https://github.com/aimasteracc/tree-sitter-analyzer/releases)
170
+ [![Version](https://img.shields.io/badge/version-1.3.5-blue.svg)](https://github.com/aimasteracc/tree-sitter-analyzer/releases)
171
171
  [![GitHub Stars](https://img.shields.io/github/stars/aimasteracc/tree-sitter-analyzer.svg?style=social)](https://github.com/aimasteracc/tree-sitter-analyzer)
172
172
 
173
173
  ## 🚀 Break LLM Token Limits, Let AI Understand Code Files of Any Size
@@ -266,7 +266,7 @@ powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | ie
266
266
 
267
267
  Add the following to your configuration file:
268
268
  - **Windows**: `%APPDATA%\Claude\claude_desktop_config.json`
269
- - **macOS**: `~/Library/Application Support/Claude/claude_desktop_config.json`
269
+ - **macOS**: `~/Library/Application Support/Claude/claude_desktop_config.json`
270
270
  - **Linux**: `~/.config/claude/claude_desktop_config.json`
271
271
 
272
272
  **Basic Configuration (Recommended):**
@@ -353,11 +353,11 @@ uv run python -m tree_sitter_analyzer examples/BigService.java --partial-read --
353
353
  ### 💬 AI IDE Prompts (SMART Analysis Workflow)
354
354
 
355
355
  > **✅ Test Verification Status:** All prompts below have been tested and verified in real environments, ensuring 100% availability
356
- >
356
+ >
357
357
  > **🎯 SMART Analysis Workflow:**
358
358
  > - **S** - Setup project (set_project_path)
359
359
  > - **M** - Map target files (precision pattern matching)
360
- > - **A** - Analyze core structure (analyze_code_structure)
360
+ > - **A** - Analyze core structure (analyze_code_structure)
361
361
  > - **R** - Retrieve essential code (extract_code_section)
362
362
  > - **T** - Trace dependencies (when needed)
363
363
  >
@@ -708,7 +708,7 @@ Tree-sitter Analyzer now features a revolutionary unified architecture that inte
708
708
 
709
709
  #### **Supported Element Types:**
710
710
  - `class` - Classes and interfaces
711
- - `function` - Methods and functions
711
+ - `function` - Methods and functions
712
712
  - `variable` - Fields and variables
713
713
  - `import` - Import statements
714
714
  - `package` - Package declarations
@@ -733,7 +733,7 @@ Get insights without reading complete files:
733
733
  ### 🔍 **Advanced Query Filtering**
734
734
  Powerful code element query and filtering system:
735
735
  - **Exact matching**: `--filter "name=main"` to find specific methods
736
- - **Pattern matching**: `--filter "name=~auth*"` to find authentication-related methods
736
+ - **Pattern matching**: `--filter "name=~auth*"` to find authentication-related methods
737
737
  - **Parameter filtering**: `--filter "params=2"` to find methods with specific parameter counts
738
738
  - **Modifier filtering**: `--filter "static=true,public=true"` to find static public methods
739
739
  - **Compound conditions**: `--filter "name=~get*,params=0,public=true"` to combine multiple conditions
@@ -742,7 +742,7 @@ Powerful code element query and filtering system:
742
742
  ### 🔗 **AI Assistant Integration**
743
743
  Deep integration through MCP protocol:
744
744
  - Claude Desktop
745
- - Cursor IDE
745
+ - Cursor IDE
746
746
  - Roo Code
747
747
  - Other MCP-compatible AI tools
748
748
 
@@ -920,11 +920,11 @@ Tree-sitter Analyzer automatically detects and protects project boundaries:
920
920
  - **Zero test failures** - Fully CI/CD ready
921
921
  - **Cross-platform compatibility** - Windows, macOS, Linux
922
922
 
923
- ### ⚡ **Latest Quality Achievements (v1.3.2)**
923
+ ### ⚡ **Latest Quality Achievements (v1.3.5)**
924
924
  - ✅ **Cross-platform path compatibility** - Fixed Windows short path names and macOS symbolic link differences
925
925
  - ✅ **Windows environment** - Implemented robust path normalization using Windows API
926
926
  - ✅ **macOS environment** - Fixed `/var` vs `/private/var` symbolic link differences
927
- - ✅ **Comprehensive test coverage** - 1605 tests, 74.36% coverage
927
+ - ✅ **Comprehensive test coverage** - 1699 tests, 74.42% coverage
928
928
  - ✅ **GitFlow implementation** - Professional development/release branch strategy. See [GitFlow documentation](GITFLOW.md) for details.
929
929
 
930
930
  ### ⚙️ **Running Tests**
@@ -1041,9 +1041,9 @@ All AI prompts in this document have been thoroughly tested in real environments
1041
1041
 
1042
1042
  **Test Environment:**
1043
1043
  - Operating System: Windows 10
1044
- - Project: tree-sitter-analyzer v1.3.2
1044
+ - Project: tree-sitter-analyzer v1.3.5
1045
1045
  - Test Files: BigService.java (1419 lines), sample.py (256 lines), MultiClass.java (54 lines)
1046
- - Test Coverage: 1605 tests passed, 74.36% coverage
1046
+ - Test Coverage: 1699 tests passed, 74.42% coverage
1047
1047
  - Test Tools: All MCP tools (check_code_scale, analyze_code_structure, extract_code_section, query_code, list_files, search_content, find_and_grep)
1048
1048
 
1049
1049
  **🚀 Start Now** → [30-Second Quick Start](#-30-second-quick-start)
@@ -2,11 +2,11 @@
2
2
 
3
3
  [![Python Version](https://img.shields.io/badge/python-3.10%2B-blue.svg)](https://python.org)
4
4
  [![License](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE)
5
- [![Tests](https://img.shields.io/badge/tests-1605%20passed-brightgreen.svg)](#quality-assurance)
6
- [![Coverage](https://img.shields.io/badge/coverage-74.36%25-green.svg)](#quality-assurance)
5
+ [![Tests](https://img.shields.io/badge/tests-1699%20passed-brightgreen.svg)](#quality-assurance)
6
+ [![Coverage](https://img.shields.io/badge/coverage-74.42%25-green.svg)](#quality-assurance)
7
7
  [![Quality](https://img.shields.io/badge/quality-enterprise%20grade-blue.svg)](#quality-assurance)
8
8
  [![PyPI](https://img.shields.io/pypi/v/tree-sitter-analyzer.svg)](https://pypi.org/project/tree-sitter-analyzer/)
9
- [![Version](https://img.shields.io/badge/version-1.3.2-blue.svg)](https://github.com/aimasteracc/tree-sitter-analyzer/releases)
9
+ [![Version](https://img.shields.io/badge/version-1.3.5-blue.svg)](https://github.com/aimasteracc/tree-sitter-analyzer/releases)
10
10
  [![GitHub Stars](https://img.shields.io/github/stars/aimasteracc/tree-sitter-analyzer.svg?style=social)](https://github.com/aimasteracc/tree-sitter-analyzer)
11
11
 
12
12
  ## 🚀 Break LLM Token Limits, Let AI Understand Code Files of Any Size
@@ -105,7 +105,7 @@ powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | ie
105
105
 
106
106
  Add the following to your configuration file:
107
107
  - **Windows**: `%APPDATA%\Claude\claude_desktop_config.json`
108
- - **macOS**: `~/Library/Application Support/Claude/claude_desktop_config.json`
108
+ - **macOS**: `~/Library/Application Support/Claude/claude_desktop_config.json`
109
109
  - **Linux**: `~/.config/claude/claude_desktop_config.json`
110
110
 
111
111
  **Basic Configuration (Recommended):**
@@ -192,11 +192,11 @@ uv run python -m tree_sitter_analyzer examples/BigService.java --partial-read --
192
192
  ### 💬 AI IDE Prompts (SMART Analysis Workflow)
193
193
 
194
194
  > **✅ Test Verification Status:** All prompts below have been tested and verified in real environments, ensuring 100% availability
195
- >
195
+ >
196
196
  > **🎯 SMART Analysis Workflow:**
197
197
  > - **S** - Setup project (set_project_path)
198
198
  > - **M** - Map target files (precision pattern matching)
199
- > - **A** - Analyze core structure (analyze_code_structure)
199
+ > - **A** - Analyze core structure (analyze_code_structure)
200
200
  > - **R** - Retrieve essential code (extract_code_section)
201
201
  > - **T** - Trace dependencies (when needed)
202
202
  >
@@ -547,7 +547,7 @@ Tree-sitter Analyzer now features a revolutionary unified architecture that inte
547
547
 
548
548
  #### **Supported Element Types:**
549
549
  - `class` - Classes and interfaces
550
- - `function` - Methods and functions
550
+ - `function` - Methods and functions
551
551
  - `variable` - Fields and variables
552
552
  - `import` - Import statements
553
553
  - `package` - Package declarations
@@ -572,7 +572,7 @@ Get insights without reading complete files:
572
572
  ### 🔍 **Advanced Query Filtering**
573
573
  Powerful code element query and filtering system:
574
574
  - **Exact matching**: `--filter "name=main"` to find specific methods
575
- - **Pattern matching**: `--filter "name=~auth*"` to find authentication-related methods
575
+ - **Pattern matching**: `--filter "name=~auth*"` to find authentication-related methods
576
576
  - **Parameter filtering**: `--filter "params=2"` to find methods with specific parameter counts
577
577
  - **Modifier filtering**: `--filter "static=true,public=true"` to find static public methods
578
578
  - **Compound conditions**: `--filter "name=~get*,params=0,public=true"` to combine multiple conditions
@@ -581,7 +581,7 @@ Powerful code element query and filtering system:
581
581
  ### 🔗 **AI Assistant Integration**
582
582
  Deep integration through MCP protocol:
583
583
  - Claude Desktop
584
- - Cursor IDE
584
+ - Cursor IDE
585
585
  - Roo Code
586
586
  - Other MCP-compatible AI tools
587
587
 
@@ -759,11 +759,11 @@ Tree-sitter Analyzer automatically detects and protects project boundaries:
759
759
  - **Zero test failures** - Fully CI/CD ready
760
760
  - **Cross-platform compatibility** - Windows, macOS, Linux
761
761
 
762
- ### ⚡ **Latest Quality Achievements (v1.3.2)**
762
+ ### ⚡ **Latest Quality Achievements (v1.3.5)**
763
763
  - ✅ **Cross-platform path compatibility** - Fixed Windows short path names and macOS symbolic link differences
764
764
  - ✅ **Windows environment** - Implemented robust path normalization using Windows API
765
765
  - ✅ **macOS environment** - Fixed `/var` vs `/private/var` symbolic link differences
766
- - ✅ **Comprehensive test coverage** - 1605 tests, 74.36% coverage
766
+ - ✅ **Comprehensive test coverage** - 1699 tests, 74.42% coverage
767
767
  - ✅ **GitFlow implementation** - Professional development/release branch strategy. See [GitFlow documentation](GITFLOW.md) for details.
768
768
 
769
769
  ### ⚙️ **Running Tests**
@@ -880,9 +880,9 @@ All AI prompts in this document have been thoroughly tested in real environments
880
880
 
881
881
  **Test Environment:**
882
882
  - Operating System: Windows 10
883
- - Project: tree-sitter-analyzer v1.3.2
883
+ - Project: tree-sitter-analyzer v1.3.5
884
884
  - Test Files: BigService.java (1419 lines), sample.py (256 lines), MultiClass.java (54 lines)
885
- - Test Coverage: 1605 tests passed, 74.36% coverage
885
+ - Test Coverage: 1699 tests passed, 74.42% coverage
886
886
  - Test Tools: All MCP tools (check_code_scale, analyze_code_structure, extract_code_section, query_code, list_files, search_content, find_and_grep)
887
887
 
888
888
  **🚀 Start Now** → [30-Second Quick Start](#-30-second-quick-start)
@@ -2,11 +2,11 @@
2
2
 
3
3
  [![Pythonバージョン](https://img.shields.io/badge/python-3.10%2B-blue.svg)](https://python.org)
4
4
  [![ライセンス](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE)
5
- [![テスト](https://img.shields.io/badge/tests-1605%20passed-brightgreen.svg)](#品質保証)
6
- [![カバレッジ](https://img.shields.io/badge/coverage-74.36%25-green.svg)](#品質保証)
5
+ [![テスト](https://img.shields.io/badge/tests-1699%20passed-brightgreen.svg)](#品質保証)
6
+ [![カバレッジ](https://img.shields.io/badge/coverage-74.42%25-green.svg)](#品質保証)
7
7
  [![品質](https://img.shields.io/badge/quality-enterprise%20grade-blue.svg)](#品質保証)
8
8
  [![PyPI](https://img.shields.io/pypi/v/tree-sitter-analyzer.svg)](https://pypi.org/project/tree-sitter-analyzer/)
9
- [![バージョン](https://img.shields.io/badge/version-1.3.2-blue.svg)](https://github.com/aimasteracc/tree-sitter-analyzer/releases)
9
+ [![バージョン](https://img.shields.io/badge/version-1.3.5-blue.svg)](https://github.com/aimasteracc/tree-sitter-analyzer/releases)
10
10
  [![GitHub Stars](https://img.shields.io/github/stars/aimasteracc/tree-sitter-analyzer.svg?style=social)](https://github.com/aimasteracc/tree-sitter-analyzer)
11
11
 
12
12
  ## 🚀 LLMトークン制限を突破し、AIにあらゆるサイズのコードファイルを理解させる
@@ -38,7 +38,7 @@
38
38
  想像してください:1419行以上のJavaサービスクラスがあり、ClaudeやChatGPTがトークン制限のために分析できません。今、Tree-sitter AnalyzerはAIアシスタントを可能にします:
39
39
 
40
40
  - ⚡ **3秒で完全なコード構造概要を取得**
41
- - 🎯 **任意の行範囲のコードスニペットを正確に抽出**
41
+ - 🎯 **任意の行範囲のコードスニペットを正確に抽出**
42
42
  - 📍 **クラス、メソッド、フィールドの正確な位置をスマートに特定**
43
43
  - 🔗 **Claude Desktop、Cursor、Roo CodeなどのAI IDEとシームレスに統合**
44
44
  - 🏗️ **統一要素管理** - すべてのコード要素(クラス、メソッド、フィールド、インポート)を一つの統一されたシステムで
@@ -105,7 +105,7 @@ powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | ie
105
105
 
106
106
  設定ファイルに以下を追加:
107
107
  - **Windows**: `%APPDATA%\Claude\claude_desktop_config.json`
108
- - **macOS**: `~/Library/Application Support/Claude/claude_desktop_config.json`
108
+ - **macOS**: `~/Library/Application Support/Claude/claude_desktop_config.json`
109
109
  - **Linux**: `~/.config/claude/claude_desktop_config.json`
110
110
 
111
111
  **基本設定(推奨):**
@@ -192,11 +192,11 @@ uv run python -m tree_sitter_analyzer examples/BigService.java --partial-read --
192
192
  ### 💬 AI IDE プロンプト(SMART分析ワークフロー)
193
193
 
194
194
  > **✅ テスト検証状況:** 以下のすべてのプロンプトは実際の環境でテスト・検証されており、100%の可用性を保証
195
- >
195
+ >
196
196
  > **🎯 SMART分析ワークフロー:**
197
197
  > - **S** - セットアップ (set_project_path)
198
198
  > - **M** - マップ (精密パターンマッチング)
199
- > - **A** - 分析 (analyze_code_structure)
199
+ > - **A** - 分析 (analyze_code_structure)
200
200
  > - **R** - 取得 (extract_code_section)
201
201
  > - **T** - 追跡 (必要時のみ)
202
202
  >
@@ -535,7 +535,7 @@ Tree-sitter Analyzerは今、すべてのコード要素を統一されたシス
535
535
 
536
536
  #### **サポートされている要素タイプ:**
537
537
  - `class` - クラスとインターフェース
538
- - `function` - メソッドと関数
538
+ - `function` - メソッドと関数
539
539
  - `variable` - フィールドと変数
540
540
  - `import` - インポート文
541
541
  - `package` - パッケージ宣言
@@ -560,7 +560,7 @@ Tree-sitter Analyzerは今、すべてのコード要素を統一されたシス
560
560
  ### 🔍 **高度なクエリフィルタリング**
561
561
  強力なコード要素クエリとフィルタリングシステム:
562
562
  - **完全一致**: `--filter "name=main"` 特定のメソッドを検索
563
- - **パターンマッチング**: `--filter "name=~auth*"` 認証関連メソッドを検索
563
+ - **パターンマッチング**: `--filter "name=~auth*"` 認証関連メソッドを検索
564
564
  - **パラメーターフィルタリング**: `--filter "params=2"` 特定のパラメーター数のメソッドを検索
565
565
  - **修飾子フィルタリング**: `--filter "static=true,public=true"` 静的パブリックメソッドを検索
566
566
  - **複合条件**: `--filter "name=~get*,params=0,public=true"` 複数の条件を組み合わせ
@@ -569,7 +569,7 @@ Tree-sitter Analyzerは今、すべてのコード要素を統一されたシス
569
569
  ### 🔗 **AIアシスタント統合**
570
570
  MCPプロトコルを通じた深い統合:
571
571
  - Claude Desktop
572
- - Cursor IDE
572
+ - Cursor IDE
573
573
  - Roo Code
574
574
  - その他のMCPサポートAIツール
575
575
 
@@ -747,11 +747,11 @@ Tree-sitter Analyzerは自動的にプロジェクト境界を検出・保護:
747
747
  - **ゼロテスト失敗** - 完全なCI/CD対応
748
748
  - **クロスプラットフォーム対応** - Windows、macOS、Linux
749
749
 
750
- ### ⚡ **最新の品質成果(v1.3.2)**
750
+ ### ⚡ **最新の品質成果(v1.3.5)**
751
751
  - ✅ **クロスプラットフォームパス互換性** - Windows短パス名とmacOSシンボリックリンクの違いを修正
752
752
  - ✅ **Windows環境** - Windows APIを使用した堅牢なパス正規化を実装
753
753
  - ✅ **macOS環境** - `/var`と`/private/var`シンボリックリンクの違いを修正
754
- - ✅ **包括的テストカバレッジ** - 1605テスト、74.36%カバレッジ
754
+ - ✅ **包括的テストカバレッジ** - 1699テスト、74.42%カバレッジ
755
755
  - ✅ **GitFlow実装** - 開発/リリースブランチの専門的なブランチ戦略。詳細は[GitFlowドキュメント](GITFLOW_ja.md)を参照してください。
756
756
 
757
757
  ### ⚙️ **テスト実行**
@@ -866,7 +866,7 @@ MITライセンス - 詳細は[LICENSE](LICENSE)ファイルをご覧くださ
866
866
 
867
867
  **テスト環境:**
868
868
  - オペレーティングシステム:Windows 10
869
- - プロジェクト:tree-sitter-analyzer v1.3.2
869
+ - プロジェクト:tree-sitter-analyzer v1.3.5
870
870
  - テストファイル:BigService.java (1419行)、sample.py (256行)、MultiClass.java (54行)
871
871
  - テストツール:すべてのMCPツール(check_code_scale、analyze_code_structure、extract_code_section、query_code)
872
872