tree-sitter-analyzer 1.8.3__tar.gz → 1.8.4__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 (265) hide show
  1. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/CHANGELOG.md +45 -0
  2. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/PKG-INFO +19 -5
  3. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/README.md +18 -4
  4. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/README_ja.md +14 -4
  5. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/README_zh.md +17 -4
  6. tree_sitter_analyzer-1.8.4/docs/debugging_guide.md +247 -0
  7. tree_sitter_analyzer-1.8.4/docs/troubleshooting_guide.md +354 -0
  8. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/pyproject.toml +2 -2
  9. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/tree_sitter_analyzer/__init__.py +1 -1
  10. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/tree_sitter_analyzer/utils.py +66 -19
  11. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/uv.lock +1 -1
  12. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/.gitattributes +0 -0
  13. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/.gitignore +0 -0
  14. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/.kiro/steering/product.md +0 -0
  15. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/.kiro/steering/structure.md +0 -0
  16. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/.kiro/steering/tech.md +0 -0
  17. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/.pre-commit-config.yaml +0 -0
  18. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/.pre-commit-hooks.yaml +0 -0
  19. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/.roo/AGENTS.md +0 -0
  20. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/.roo/commands/release.md +0 -0
  21. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/.roo/commands/speckit.analyze.md +0 -0
  22. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/.roo/commands/speckit.checklist.md +0 -0
  23. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/.roo/commands/speckit.clarify.md +0 -0
  24. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/.roo/commands/speckit.constitution.md +0 -0
  25. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/.roo/commands/speckit.implement.md +0 -0
  26. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/.roo/commands/speckit.plan.md +0 -0
  27. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/.roo/commands/speckit.specify.md +0 -0
  28. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/.roo/commands/speckit.tasks.md +0 -0
  29. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/.roo/docs/release.md +0 -0
  30. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/.roo/docs/speckit.analyze.md +0 -0
  31. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/.roo/docs/speckit.checklist.md +0 -0
  32. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/.roo/docs/speckit.clarify.md +0 -0
  33. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/.roo/docs/speckit.constitution.md +0 -0
  34. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/.roo/docs/speckit.implement.md +0 -0
  35. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/.roo/docs/speckit.plan.md +0 -0
  36. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/.roo/docs/speckit.specify.md +0 -0
  37. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/.roo/docs/speckit.tasks.md +0 -0
  38. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/.roo/rules/specify-rules.md +0 -0
  39. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/.specify/async-query-service-fix/checklists/requirements.md +0 -0
  40. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/.specify/async-query-service-fix/completion-report-template.md +0 -0
  41. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/.specify/async-query-service-fix/completion-report.md +0 -0
  42. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/.specify/async-query-service-fix/contracts/query-service-api.md +0 -0
  43. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/.specify/async-query-service-fix/data-model.md +0 -0
  44. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/.specify/async-query-service-fix/implementation-guidelines-part2.md +0 -0
  45. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/.specify/async-query-service-fix/implementation-guidelines.md +0 -0
  46. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/.specify/async-query-service-fix/plan.md +0 -0
  47. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/.specify/async-query-service-fix/progress-management-final.md +0 -0
  48. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/.specify/async-query-service-fix/progress-management.md +0 -0
  49. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/.specify/async-query-service-fix/project-overview.md +0 -0
  50. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/.specify/async-query-service-fix/quickstart.md +0 -0
  51. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/.specify/async-query-service-fix/research.md +0 -0
  52. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/.specify/async-query-service-fix/spec.md +0 -0
  53. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/.specify/async-query-service-fix/tasks.md +0 -0
  54. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/.specify/memory/constitution.md +0 -0
  55. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/.specify/scripts/powershell/check-prerequisites.ps1 +0 -0
  56. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/.specify/scripts/powershell/common.ps1 +0 -0
  57. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/.specify/scripts/powershell/create-new-feature.ps1 +0 -0
  58. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/.specify/scripts/powershell/setup-plan.ps1 +0 -0
  59. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/.specify/scripts/powershell/update-agent-context.ps1 +0 -0
  60. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/.specify/templates/agent-file-template.md +0 -0
  61. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/.specify/templates/checklist-template.md +0 -0
  62. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/.specify/templates/plan-template.md +0 -0
  63. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/.specify/templates/spec-template.md +0 -0
  64. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/.specify/templates/tasks-template.md +0 -0
  65. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/ASYNC_ARCHITECTURE_DESIGN.md +0 -0
  66. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/CLI_ARCHITECTURE_REDESIGN.md +0 -0
  67. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/CLI_COMMAND_BUG_FIX_SPECIFICATION.md +0 -0
  68. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/GITFLOW.md +0 -0
  69. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/GITFLOW_ja.md +0 -0
  70. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/GITFLOW_zh.md +0 -0
  71. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/IMPLEMENTATION_GUIDELINES.md +0 -0
  72. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/build_standalone.py +0 -0
  73. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/check_quality.py +0 -0
  74. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/collect_project_metrics.py +0 -0
  75. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/coverage.json +0 -0
  76. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/debug_async_test.py +0 -0
  77. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/docs/CONTRIBUTING.md +0 -0
  78. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/docs/analysis/README.md +0 -0
  79. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/docs/analysis/project_metrics_2025-10-16.md +0 -0
  80. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/docs/analysis/speckit_analysis_2025-10-16.md +0 -0
  81. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/docs/api/data_models.md +0 -0
  82. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/docs/api/formatter_registry.md +0 -0
  83. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/docs/api/mcp_tools_specification.md +0 -0
  84. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/docs/developer_guide.md +0 -0
  85. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/docs/file_output_manager_factory_implementation.md +0 -0
  86. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/docs/test_fixes/suppress_output_mock_fix_2025-10-16.md +0 -0
  87. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/examples/BigService.java +0 -0
  88. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/examples/BigService.json +0 -0
  89. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/examples/BigService.summary.json +0 -0
  90. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/examples/ComprehensiveTypeScript.ts +0 -0
  91. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/examples/JavaDocTest.java +0 -0
  92. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/examples/ModernJavaScript.js +0 -0
  93. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/examples/MultiClass.java +0 -0
  94. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/examples/ReactComponent.jsx +0 -0
  95. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/examples/ReactTypeScriptComponent.tsx +0 -0
  96. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/examples/Sample.java +0 -0
  97. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/examples/TypeScriptDeclarations.d.ts +0 -0
  98. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/examples/cache_demo.py +0 -0
  99. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/examples/calculate_token_comparison.py +0 -0
  100. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/examples/comprehensive_sample.css +0 -0
  101. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/examples/comprehensive_sample.html +0 -0
  102. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/examples/css_analysis_demo.py +0 -0
  103. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/examples/file_output_demo.py +0 -0
  104. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/examples/file_output_factory_demo.py +0 -0
  105. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/examples/html_analysis_demo.py +0 -0
  106. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/examples/javascript_analysis_demo.py +0 -0
  107. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/examples/project_root_demo.py +0 -0
  108. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/examples/sample.py +0 -0
  109. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/examples/security_demo.py +0 -0
  110. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/examples/security_integration_demo.py +0 -0
  111. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/examples/smart_cache_demo.py +0 -0
  112. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/examples/suppress_output_demo.py +0 -0
  113. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/examples/test_markdown.md +0 -0
  114. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/examples/total_only_optimization_demo.py +0 -0
  115. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/llm_code_checker.py +0 -0
  116. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/project_scale_evaluation_report.md +0 -0
  117. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/pypirc_example.txt +0 -0
  118. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/pytest.ini +0 -0
  119. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/run_regression_tests.py +0 -0
  120. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/scripts/README.md +0 -0
  121. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/scripts/gitflow_helper.py +0 -0
  122. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/scripts/gitflow_release_automation.py +0 -0
  123. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/scripts/run_phase7_integration_tests.py +0 -0
  124. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/scripts/sync_version.py +0 -0
  125. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/scripts/sync_version_minimal.py +0 -0
  126. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/scripts/update_readme_stats.py +0 -0
  127. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/specs/001-mcp-tree-sitter/DEPLOYMENT_GUIDE.md +0 -0
  128. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/specs/001-mcp-tree-sitter/DOCUMENTATION_INDEX.md +0 -0
  129. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/specs/001-mcp-tree-sitter/ERROR_HANDLING_SPECIFICATION.md +0 -0
  130. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/specs/001-mcp-tree-sitter/GLOSSARY.md +0 -0
  131. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/specs/001-mcp-tree-sitter/PERFORMANCE_BENCHMARKS.md +0 -0
  132. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/specs/001-mcp-tree-sitter/README.md +0 -0
  133. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/specs/001-mcp-tree-sitter/checklists/requirements.md +0 -0
  134. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/specs/001-mcp-tree-sitter/contracts/mcp-resources-api.json +0 -0
  135. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/specs/001-mcp-tree-sitter/contracts/mcp-tools-api.json +0 -0
  136. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/specs/001-mcp-tree-sitter/data-model.md +0 -0
  137. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/specs/001-mcp-tree-sitter/implementation_status.md +0 -0
  138. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/specs/001-mcp-tree-sitter/plan.md +0 -0
  139. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/specs/001-mcp-tree-sitter/quickstart.md +0 -0
  140. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/specs/001-mcp-tree-sitter/research.md +0 -0
  141. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/specs/001-mcp-tree-sitter/resources/mcp_resources_specification.md +0 -0
  142. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/specs/001-mcp-tree-sitter/spec.md +0 -0
  143. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/specs/001-mcp-tree-sitter/tasks.md +0 -0
  144. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/specs/001-mcp-tree-sitter/test_environment_status.md +0 -0
  145. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/specs/001-mcp-tree-sitter/tools/analyze_code_structure_specification.md +0 -0
  146. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/specs/001-mcp-tree-sitter/tools/check_code_scale_specification.md +0 -0
  147. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/specs/001-mcp-tree-sitter/tools/extract_code_section_specification.md +0 -0
  148. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/specs/001-mcp-tree-sitter/tools/find_and_grep_specification.md +0 -0
  149. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/specs/001-mcp-tree-sitter/tools/list_files_specification.md +0 -0
  150. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/specs/001-mcp-tree-sitter/tools/query_code_specification.md +0 -0
  151. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/specs/001-mcp-tree-sitter/tools/search_content_specification.md +0 -0
  152. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/specs/001-mcp-tree-sitter/tools/set_project_path_specification.md +0 -0
  153. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/specs/002-language-abstraction-spec.md +0 -0
  154. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/specs/003-html-css-support-spec.md +0 -0
  155. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/specs/004-formatter-extension-spec.md +0 -0
  156. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/specs/005-implementation-plan.md +0 -0
  157. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/start_mcp_server.py +0 -0
  158. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/test_emergency_fix.py +0 -0
  159. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/test_fixes.py +0 -0
  160. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/test_output.txt +0 -0
  161. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/tree_sitter_analyzer/__main__.py +0 -0
  162. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/tree_sitter_analyzer/api.py +0 -0
  163. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/tree_sitter_analyzer/cli/__init__.py +0 -0
  164. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/tree_sitter_analyzer/cli/__main__.py +0 -0
  165. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/tree_sitter_analyzer/cli/argument_validator.py +0 -0
  166. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/tree_sitter_analyzer/cli/commands/__init__.py +0 -0
  167. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/tree_sitter_analyzer/cli/commands/advanced_command.py +0 -0
  168. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/tree_sitter_analyzer/cli/commands/base_command.py +0 -0
  169. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/tree_sitter_analyzer/cli/commands/default_command.py +0 -0
  170. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/tree_sitter_analyzer/cli/commands/find_and_grep_cli.py +0 -0
  171. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/tree_sitter_analyzer/cli/commands/list_files_cli.py +0 -0
  172. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/tree_sitter_analyzer/cli/commands/partial_read_command.py +0 -0
  173. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/tree_sitter_analyzer/cli/commands/query_command.py +0 -0
  174. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/tree_sitter_analyzer/cli/commands/search_content_cli.py +0 -0
  175. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/tree_sitter_analyzer/cli/commands/structure_command.py +0 -0
  176. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/tree_sitter_analyzer/cli/commands/summary_command.py +0 -0
  177. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/tree_sitter_analyzer/cli/commands/table_command.py +0 -0
  178. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/tree_sitter_analyzer/cli/info_commands.py +0 -0
  179. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/tree_sitter_analyzer/cli_main.py +0 -0
  180. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/tree_sitter_analyzer/constants.py +0 -0
  181. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/tree_sitter_analyzer/core/__init__.py +0 -0
  182. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/tree_sitter_analyzer/core/analysis_engine.py +0 -0
  183. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/tree_sitter_analyzer/core/cache_service.py +0 -0
  184. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/tree_sitter_analyzer/core/engine.py +0 -0
  185. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/tree_sitter_analyzer/core/parser.py +0 -0
  186. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/tree_sitter_analyzer/core/query.py +0 -0
  187. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/tree_sitter_analyzer/core/query_filter.py +0 -0
  188. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/tree_sitter_analyzer/core/query_service.py +0 -0
  189. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/tree_sitter_analyzer/encoding_utils.py +0 -0
  190. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/tree_sitter_analyzer/exceptions.py +0 -0
  191. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/tree_sitter_analyzer/file_handler.py +0 -0
  192. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/tree_sitter_analyzer/formatters/__init__.py +0 -0
  193. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/tree_sitter_analyzer/formatters/base_formatter.py +0 -0
  194. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/tree_sitter_analyzer/formatters/formatter_factory.py +0 -0
  195. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/tree_sitter_analyzer/formatters/formatter_registry.py +0 -0
  196. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/tree_sitter_analyzer/formatters/html_formatter.py +0 -0
  197. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/tree_sitter_analyzer/formatters/java_formatter.py +0 -0
  198. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/tree_sitter_analyzer/formatters/javascript_formatter.py +0 -0
  199. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/tree_sitter_analyzer/formatters/language_formatter_factory.py +0 -0
  200. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/tree_sitter_analyzer/formatters/markdown_formatter.py +0 -0
  201. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/tree_sitter_analyzer/formatters/python_formatter.py +0 -0
  202. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/tree_sitter_analyzer/formatters/typescript_formatter.py +0 -0
  203. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/tree_sitter_analyzer/interfaces/__init__.py +0 -0
  204. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/tree_sitter_analyzer/interfaces/cli.py +0 -0
  205. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/tree_sitter_analyzer/interfaces/cli_adapter.py +0 -0
  206. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/tree_sitter_analyzer/interfaces/mcp_adapter.py +0 -0
  207. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/tree_sitter_analyzer/interfaces/mcp_server.py +0 -0
  208. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/tree_sitter_analyzer/language_detector.py +0 -0
  209. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/tree_sitter_analyzer/language_loader.py +0 -0
  210. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/tree_sitter_analyzer/languages/__init__.py +0 -0
  211. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/tree_sitter_analyzer/languages/css_plugin.py +0 -0
  212. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/tree_sitter_analyzer/languages/html_plugin.py +0 -0
  213. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/tree_sitter_analyzer/languages/java_plugin.py +0 -0
  214. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/tree_sitter_analyzer/languages/javascript_plugin.py +0 -0
  215. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/tree_sitter_analyzer/languages/markdown_plugin.py +0 -0
  216. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/tree_sitter_analyzer/languages/python_plugin.py +0 -0
  217. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/tree_sitter_analyzer/languages/typescript_plugin.py +0 -0
  218. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/tree_sitter_analyzer/mcp/__init__.py +0 -0
  219. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/tree_sitter_analyzer/mcp/resources/__init__.py +0 -0
  220. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/tree_sitter_analyzer/mcp/resources/code_file_resource.py +0 -0
  221. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/tree_sitter_analyzer/mcp/resources/project_stats_resource.py +0 -0
  222. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/tree_sitter_analyzer/mcp/server.py +0 -0
  223. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/tree_sitter_analyzer/mcp/tools/__init__.py +0 -0
  224. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/tree_sitter_analyzer/mcp/tools/analyze_scale_tool.py +0 -0
  225. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/tree_sitter_analyzer/mcp/tools/analyze_scale_tool_cli_compatible.py +0 -0
  226. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/tree_sitter_analyzer/mcp/tools/base_tool.py +0 -0
  227. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/tree_sitter_analyzer/mcp/tools/fd_rg_utils.py +0 -0
  228. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/tree_sitter_analyzer/mcp/tools/find_and_grep_tool.py +0 -0
  229. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/tree_sitter_analyzer/mcp/tools/list_files_tool.py +0 -0
  230. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/tree_sitter_analyzer/mcp/tools/query_tool.py +0 -0
  231. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/tree_sitter_analyzer/mcp/tools/read_partial_tool.py +0 -0
  232. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/tree_sitter_analyzer/mcp/tools/search_content_tool.py +0 -0
  233. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/tree_sitter_analyzer/mcp/tools/table_format_tool.py +0 -0
  234. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/tree_sitter_analyzer/mcp/tools/universal_analyze_tool.py +0 -0
  235. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/tree_sitter_analyzer/mcp/utils/__init__.py +0 -0
  236. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/tree_sitter_analyzer/mcp/utils/error_handler.py +0 -0
  237. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/tree_sitter_analyzer/mcp/utils/file_output_factory.py +0 -0
  238. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/tree_sitter_analyzer/mcp/utils/file_output_manager.py +0 -0
  239. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/tree_sitter_analyzer/mcp/utils/gitignore_detector.py +0 -0
  240. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/tree_sitter_analyzer/mcp/utils/path_resolver.py +0 -0
  241. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/tree_sitter_analyzer/mcp/utils/search_cache.py +0 -0
  242. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/tree_sitter_analyzer/models.py +0 -0
  243. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/tree_sitter_analyzer/output_manager.py +0 -0
  244. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/tree_sitter_analyzer/plugins/__init__.py +0 -0
  245. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/tree_sitter_analyzer/plugins/base.py +0 -0
  246. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/tree_sitter_analyzer/plugins/manager.py +0 -0
  247. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/tree_sitter_analyzer/project_detector.py +0 -0
  248. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/tree_sitter_analyzer/queries/__init__.py +0 -0
  249. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/tree_sitter_analyzer/queries/css.py +0 -0
  250. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/tree_sitter_analyzer/queries/html.py +0 -0
  251. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/tree_sitter_analyzer/queries/java.py +0 -0
  252. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/tree_sitter_analyzer/queries/javascript.py +0 -0
  253. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/tree_sitter_analyzer/queries/markdown.py +0 -0
  254. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/tree_sitter_analyzer/queries/python.py +0 -0
  255. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/tree_sitter_analyzer/queries/typescript.py +0 -0
  256. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/tree_sitter_analyzer/query_loader.py +0 -0
  257. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/tree_sitter_analyzer/security/__init__.py +0 -0
  258. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/tree_sitter_analyzer/security/boundary_manager.py +0 -0
  259. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/tree_sitter_analyzer/security/regex_checker.py +0 -0
  260. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/tree_sitter_analyzer/security/validator.py +0 -0
  261. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/tree_sitter_analyzer/table_formatter.py +0 -0
  262. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/tree_sitter_analyzer/utils/__init__.py +0 -0
  263. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/tree_sitter_analyzer/utils/tree_sitter_compat.py +0 -0
  264. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/upload_interactive.py +0 -0
  265. {tree_sitter_analyzer-1.8.3 → tree_sitter_analyzer-1.8.4}/upload_to_pypi.py +0 -0
@@ -1,5 +1,50 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.8.4] - 2025-10-16
4
+
5
+ ### 🚀 Added
6
+
7
+ #### 設定可能なファイルログ機能
8
+ - **🆕 環境変数によるファイルログ制御**: 新しい環境変数による柔軟なログ設定
9
+ - `TREE_SITTER_ANALYZER_ENABLE_FILE_LOG`: ファイルログの有効/無効制御
10
+ - `TREE_SITTER_ANALYZER_LOG_DIR`: カスタムログディレクトリの指定
11
+ - `TREE_SITTER_ANALYZER_FILE_LOG_LEVEL`: ファイルログレベルの制御
12
+ - **🛡️ デフォルト動作の改善**: ユーザープロジェクトの汚染防止のため、デフォルトではファイルログを無効化
13
+ - **📁 システム一時ディレクトリ使用**: ファイルログ有効時はシステム一時ディレクトリを使用
14
+ - **🔄 後方互換性の維持**: 既存の機能に影響を与えない設計
15
+
16
+ #### 包括的なドキュメントとテスト
17
+ - **📚 新しいドキュメント**:
18
+ - `docs/debugging_guide.md`: 包括的なデバッグガイド(247行)
19
+ - `docs/troubleshooting_guide.md`: トラブルシューティングガイド(354行)
20
+ - **🧪 包括的なテストスイート**: `tests/test_logging_configuration.py`(381行のテストケース)
21
+ - **📖 README更新**: ログ設定に関する詳細な説明を追加(53行追加)
22
+
23
+ ### 🔧 Enhanced
24
+
25
+ #### ログシステムの改善
26
+ - **⚙️ 柔軟な設定オプション**: 環境変数による細かいログ制御
27
+ - **🎯 ユーザーエクスペリエンス**: プロジェクト汚染の防止とクリーンな動作
28
+ - **🔧 開発者サポート**: デバッグとトラブルシューティングの強化
29
+
30
+ ### 🧪 Quality Assurance
31
+
32
+ #### 継続的な品質保証
33
+ - **3,380個のテスト**: 100%通過率を維持
34
+ - **新規テスト追加**: ログ設定機能の包括的なテストカバレッジ
35
+ - **クロスプラットフォーム**: Windows、macOS、Linuxでの完全な互換性
36
+
37
+ ### 📚 Documentation
38
+
39
+ #### ドキュメントの大幅拡充
40
+ - **デバッグガイド**: 開発者向けの詳細なデバッグ手順
41
+ - **トラブルシューティング**: 一般的な問題と解決方法
42
+ - **設定ガイド**: 環境変数による詳細な設定方法
43
+
44
+ ### 🎯 Impact
45
+
46
+ この版本では、設定可能なファイルログ機能により、開発者のデバッグ体験が大幅に向上しました。デフォルトでファイルログを無効にすることで、ユーザープロジェクトの汚染を防ぎ、必要に応じて詳細なログを有効にできる柔軟性を提供します。
47
+
3
48
  ## [1.8.3] - 2025-10-16
4
49
 
5
50
  ### 🚀 Added
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tree-sitter-analyzer
3
- Version: 1.8.3
3
+ Version: 1.8.4
4
4
  Summary: AI-era enterprise-grade code analysis tool with comprehensive HTML/CSS support, dynamic plugin architecture, and MCP integration
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
@@ -198,11 +198,11 @@ Description-Content-Type: text/markdown
198
198
 
199
199
  [![Python Version](https://img.shields.io/badge/python-3.10%2B-blue.svg)](https://python.org)
200
200
  [![License](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE)
201
- [![Tests](https://img.shields.io/badge/tests-3361%20passed-brightgreen.svg)](#quality-assurance)
201
+ [![Tests](https://img.shields.io/badge/tests-3380%20passed-brightgreen.svg)](#quality-assurance)
202
202
  [![Coverage](https://codecov.io/gh/aimasteracc/tree-sitter-analyzer/branch/main/graph/badge.svg)](https://codecov.io/gh/aimasteracc/tree-sitter-analyzer)
203
203
  [![Quality](https://img.shields.io/badge/quality-enterprise%20grade-blue.svg)](#quality-assurance)
204
204
  [![PyPI](https://img.shields.io/pypi/v/tree-sitter-analyzer.svg)](https://pypi.org/project/tree-sitter-analyzer/)
205
- [![Version](https://img.shields.io/badge/version-1.8.3-blue.svg)](https://github.com/aimasteracc/tree-sitter-analyzer/releases)
205
+ [![Version](https://img.shields.io/badge/version-1.8.4-blue.svg)](https://github.com/aimasteracc/tree-sitter-analyzer/releases)
206
206
  [![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)
207
207
  [![GitHub Stars](https://img.shields.io/github/stars/aimasteracc/tree-sitter-analyzer.svg?style=social)](https://github.com/aimasteracc/tree-sitter-analyzer)
208
208
 
@@ -255,7 +255,7 @@ Tree-sitter Analyzer is an enterprise-grade code analysis tool designed for the
255
255
  | **Go** | Basic Support | Basic syntax parsing |
256
256
 
257
257
  ### 🏆 Production Ready
258
- - **3,361 Tests** - 100% pass rate, enterprise-grade quality assurance
258
+ - **3,380 Tests** - 100% pass rate, enterprise-grade quality assurance
259
259
  - **High Coverage** - Comprehensive test coverage
260
260
  - **Cross-platform Support** - Compatible with Windows, macOS, Linux
261
261
  - **Continuous Maintenance** - Active development and community support
@@ -373,6 +373,7 @@ rg --version
373
373
  - **Roo Code**: Supports MCP protocol, use the same configuration format
374
374
  - **Other MCP-compatible clients**: Use the same server configuration
375
375
 
376
+
376
377
  ---
377
378
 
378
379
  ### 3.2 💻 CLI Users (Command Line Tools)
@@ -640,6 +641,19 @@ Tree-sitter Analyzer provides a rich set of MCP tools designed for AI assistants
640
641
  | **📁 Resource Access** | Code file resources | URI code file access | File content access via URI identification |
641
642
  | | Project statistics resources | Project statistics data access | Project analysis data and statistical information |
642
643
 
644
+ ### 🆕 v1.8.4 New Feature: Configurable File Logging
645
+
646
+ Revolutionary environment variable-controlled file logging system:
647
+
648
+ - **🔧 Environment Variable Control**: Flexible file logging behavior control through environment variables
649
+ - `TREE_SITTER_ANALYZER_ENABLE_FILE_LOG`: Enable/disable file logging
650
+ - `TREE_SITTER_ANALYZER_LOG_DIR`: Custom log directory path
651
+ - `TREE_SITTER_ANALYZER_FILE_LOG_LEVEL`: Control file log level
652
+ - **🛡️ Improved Default Behavior**: File logging disabled by default to prevent user project pollution
653
+ - **📁 Smart Directory Selection**: Uses system temp directory when enabled, keeping projects clean
654
+ - **🔄 Backward Compatibility**: Maintains all existing functionality unchanged
655
+ - **📚 Complete Documentation Support**: Includes debugging guides and troubleshooting documentation
656
+
643
657
  ### 🆕 v1.8.3 New Feature: MCP Tools Design Consistency Enhancement
644
658
 
645
659
  Comprehensive MCP tools unification and design consistency improvements:
@@ -859,7 +873,7 @@ uv run python -m tree_sitter_analyzer --show-query-languages
859
873
  ## 8. 🏆 Quality Assurance
860
874
 
861
875
  ### 📊 Quality Metrics
862
- - **3,361 tests** - 100% pass rate ✅
876
+ - **3,380 tests** - 100% pass rate ✅
863
877
  - **High code coverage** - Comprehensive test suite
864
878
  - **Zero test failures** - Production ready
865
879
  - **Cross-platform support** - Windows, macOS, Linux
@@ -4,11 +4,11 @@
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-3361%20passed-brightgreen.svg)](#quality-assurance)
7
+ [![Tests](https://img.shields.io/badge/tests-3380%20passed-brightgreen.svg)](#quality-assurance)
8
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.8.3-blue.svg)](https://github.com/aimasteracc/tree-sitter-analyzer/releases)
11
+ [![Version](https://img.shields.io/badge/version-1.8.4-blue.svg)](https://github.com/aimasteracc/tree-sitter-analyzer/releases)
12
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)
13
13
  [![GitHub Stars](https://img.shields.io/github/stars/aimasteracc/tree-sitter-analyzer.svg?style=social)](https://github.com/aimasteracc/tree-sitter-analyzer)
14
14
 
@@ -61,7 +61,7 @@ Tree-sitter Analyzer is an enterprise-grade code analysis tool designed for the
61
61
  | **Go** | Basic Support | Basic syntax parsing |
62
62
 
63
63
  ### 🏆 Production Ready
64
- - **3,361 Tests** - 100% pass rate, enterprise-grade quality assurance
64
+ - **3,380 Tests** - 100% pass rate, enterprise-grade quality assurance
65
65
  - **High Coverage** - Comprehensive test coverage
66
66
  - **Cross-platform Support** - Compatible with Windows, macOS, Linux
67
67
  - **Continuous Maintenance** - Active development and community support
@@ -179,6 +179,7 @@ rg --version
179
179
  - **Roo Code**: Supports MCP protocol, use the same configuration format
180
180
  - **Other MCP-compatible clients**: Use the same server configuration
181
181
 
182
+
182
183
  ---
183
184
 
184
185
  ### 3.2 💻 CLI Users (Command Line Tools)
@@ -446,6 +447,19 @@ Tree-sitter Analyzer provides a rich set of MCP tools designed for AI assistants
446
447
  | **📁 Resource Access** | Code file resources | URI code file access | File content access via URI identification |
447
448
  | | Project statistics resources | Project statistics data access | Project analysis data and statistical information |
448
449
 
450
+ ### 🆕 v1.8.4 New Feature: Configurable File Logging
451
+
452
+ Revolutionary environment variable-controlled file logging system:
453
+
454
+ - **🔧 Environment Variable Control**: Flexible file logging behavior control through environment variables
455
+ - `TREE_SITTER_ANALYZER_ENABLE_FILE_LOG`: Enable/disable file logging
456
+ - `TREE_SITTER_ANALYZER_LOG_DIR`: Custom log directory path
457
+ - `TREE_SITTER_ANALYZER_FILE_LOG_LEVEL`: Control file log level
458
+ - **🛡️ Improved Default Behavior**: File logging disabled by default to prevent user project pollution
459
+ - **📁 Smart Directory Selection**: Uses system temp directory when enabled, keeping projects clean
460
+ - **🔄 Backward Compatibility**: Maintains all existing functionality unchanged
461
+ - **📚 Complete Documentation Support**: Includes debugging guides and troubleshooting documentation
462
+
449
463
  ### 🆕 v1.8.3 New Feature: MCP Tools Design Consistency Enhancement
450
464
 
451
465
  Comprehensive MCP tools unification and design consistency improvements:
@@ -665,7 +679,7 @@ uv run python -m tree_sitter_analyzer --show-query-languages
665
679
  ## 8. 🏆 Quality Assurance
666
680
 
667
681
  ### 📊 Quality Metrics
668
- - **3,361 tests** - 100% pass rate ✅
682
+ - **3,380 tests** - 100% pass rate ✅
669
683
  - **High code coverage** - Comprehensive test suite
670
684
  - **Zero test failures** - Production ready
671
685
  - **Cross-platform support** - Windows, macOS, Linux
@@ -4,11 +4,11 @@
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-3361%20passed-brightgreen.svg)](#8--品質保証)
7
+ [![テスト](https://img.shields.io/badge/tests-3380%20passed-brightgreen.svg)](#8--品質保証)
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.8.3-blue.svg)](https://github.com/aimasteracc/tree-sitter-analyzer/releases)
11
+ [![バージョン](https://img.shields.io/badge/version-1.8.4-blue.svg)](https://github.com/aimasteracc/tree-sitter-analyzer/releases)
12
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)
13
13
  [![GitHub Stars](https://img.shields.io/github/stars/aimasteracc/tree-sitter-analyzer.svg?style=social)](https://github.com/aimasteracc/tree-sitter-analyzer)
14
14
 
@@ -61,7 +61,7 @@ Tree-sitter Analyzerは、AI時代のために設計されたエンタープラ
61
61
  | **Go** | 基本サポート | 基本構文解析 |
62
62
 
63
63
  ### 🏆 本番環境対応
64
- - **3,361のテスト** - 100%合格率、エンタープライズグレードの品質保証
64
+ - **3,380のテスト** - 100%合格率、エンタープライズグレードの品質保証
65
65
  - **高カバレッジ** - 包括的なテストスイート
66
66
  - **クロスプラットフォームサポート** - Windows、macOS、Linuxとの完全な互換性
67
67
  - **継続的なメンテナンス** - アクティブな開発とコミュニティサポート
@@ -446,6 +446,16 @@ Tree-sitter AnalyzerはAIアシスタント向けに設計された豊富なMCP
446
446
  | **📁 リソースアクセス** | コードファイルリソース | URIコードファイルアクセス | URI識別によるファイルコンテンツアクセス |
447
447
  | | プロジェクト統計リソース | プロジェクト統計データアクセス | プロジェクト解析データと統計情報 |
448
448
 
449
+ ### 🆕 v1.8.4新機能:設定可能ファイルログ
450
+
451
+ 環境変数による柔軟なファイルログ制御システム:
452
+
453
+ - **🔧 環境変数制御**:`TREE_SITTER_ANALYZER_ENABLE_FILE_LOG`でファイルログの有効/無効を制御
454
+ - **📁 カスタムログディレクトリ**:`TREE_SITTER_ANALYZER_LOG_DIR`でログファイルの保存場所を指定
455
+ - **📊 ログレベル設定**:`TREE_SITTER_ANALYZER_FILE_LOG_LEVEL`でログの詳細度を制御(DEBUG、INFO、WARNING、ERROR)
456
+ - **🚫 プロジェクト汚染防止**:デフォルトでファイルログを無効化し、プロジェクトディレクトリの清潔性を保持
457
+ - **🔄 動的制御**:実行時に環境変数を変更してログ動作を調整可能
458
+
449
459
  ### 🆕 v1.8.3新機能:MCPツール設計一貫性の強化
450
460
 
451
461
  包括的なMCPツール統一と設計一貫性の改善:
@@ -665,7 +675,7 @@ uv run python -m tree_sitter_analyzer --show-query-languages
665
675
  ## 8. 🏆 品質保証
666
676
 
667
677
  ### 📊 品質メトリクス
668
- - **3,361のテスト** - 100%合格率 ✅
678
+ - **3,380のテスト** - 100%合格率 ✅
669
679
  - **高コードカバレッジ** - 包括的なテストスイート
670
680
  - **ゼロテスト失敗** - 本番環境対応
671
681
  - **クロスプラットフォームサポート** - Windows、macOS、Linux
@@ -4,11 +4,11 @@
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-3361%20passed-brightgreen.svg)](#质量保证)
7
+ [![测试](https://img.shields.io/badge/tests-3380%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)](#质量保证)
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.8.3-blue.svg)](https://github.com/aimasteracc/tree-sitter-analyzer/releases)
11
+ [![版本](https://img.shields.io/badge/version-1.8.4-blue.svg)](https://github.com/aimasteracc/tree-sitter-analyzer/releases)
12
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)
13
13
  [![GitHub Stars](https://img.shields.io/github/stars/aimasteracc/tree-sitter-analyzer.svg?style=social)](https://github.com/aimasteracc/tree-sitter-analyzer)
14
14
 
@@ -62,7 +62,7 @@ Tree-sitter Analyzer 是一个为AI时代设计的企业级代码分析工具,
62
62
  | **Go** | 基础支持 | 基本语法解析 |
63
63
 
64
64
  ### 🏆 生产就绪
65
- - **3,361个测试** - 100%通过率,企业级质量保证
65
+ - **3,380个测试** - 100%通过率,企业级质量保证
66
66
  - **高覆盖率** - 全面的测试覆盖
67
67
  - **跨平台支持** - Windows、macOS、Linux全平台兼容
68
68
  - **持续维护** - 活跃的开发和社区支持
@@ -447,6 +447,19 @@ Tree-sitter Analyzer提供了丰富的MCP工具集,专为AI助手设计:
447
447
  | **📁 资源访问** | 代码文件资源 | URI访问代码文件 | 通过URI标识访问文件内容 |
448
448
  | | 项目统计资源 | 访问项目统计数据 | 项目分析数据和统计信息 |
449
449
 
450
+ ### 🆕 v1.8.4新特性:可配置文件日志功能
451
+
452
+ 革命性的环境变量控制文件日志系统:
453
+
454
+ - **🔧 环境变量控制**:通过环境变量灵活控制文件日志行为
455
+ - `TREE_SITTER_ANALYZER_ENABLE_FILE_LOG`: 启用/禁用文件日志
456
+ - `TREE_SITTER_ANALYZER_LOG_DIR`: 自定义日志目录路径
457
+ - `TREE_SITTER_ANALYZER_FILE_LOG_LEVEL`: 控制文件日志级别
458
+ - **🛡️ 默认行为改进**:默认禁用文件日志,防止用户项目污染
459
+ - **📁 智能目录选择**:启用时使用系统临时目录,保持项目清洁
460
+ - **🔄 向后兼容性**:完全保持现有功能不变
461
+ - **📚 完整文档支持**:包含调试指南和故障排除文档
462
+
450
463
  ### 🆕 v1.8.3新特性:MCP工具设计一致性增强
451
464
 
452
465
  全面的MCP工具统一和设计一致性改进:
@@ -667,7 +680,7 @@ uv run python -m tree_sitter_analyzer --show-query-languages
667
680
  ## 8. 🏆 质量保证
668
681
 
669
682
  ### 📊 质量指标
670
- - **3,361个测试** - 100%通过率 ✅
683
+ - **3,380个测试** - 100%通过率 ✅
671
684
  - **高代码覆盖率** - 全面测试套件
672
685
  - **零测试失败** - 生产就绪
673
686
  - **跨平台支持** - Windows、macOS、Linux
@@ -0,0 +1,247 @@
1
+ # Tree-sitter Analyzer デバッグガイド
2
+
3
+ ## 概要
4
+
5
+ Tree-sitter Analyzerのログ設定改善機能により、開発者とユーザーは詳細なデバッグ情報を取得できるようになりました。このガイドでは、効果的なデバッグ手順と環境変数の使用方法について説明します。
6
+
7
+ ## 🔧 環境変数による制御
8
+
9
+ ### 基本的なログ制御
10
+
11
+ | 環境変数 | 説明 | デフォルト値 | 使用例 |
12
+ |---------|------|------------|--------|
13
+ | `LOG_LEVEL` | メインロガーのログレベル | `WARNING` | `DEBUG`, `INFO`, `WARNING`, `ERROR` |
14
+ | `TREE_SITTER_ANALYZER_ENABLE_FILE_LOG` | ファイルログの有効化 | `false` | `true` |
15
+ | `TREE_SITTER_ANALYZER_LOG_DIR` | ログファイルの出力ディレクトリ | システム一時ディレクトリ | `/var/log/tree-sitter` |
16
+ | `TREE_SITTER_ANALYZER_FILE_LOG_LEVEL` | ファイルログのレベル | メインロガーと同じ | `DEBUG`, `INFO`, `WARNING`, `ERROR` |
17
+
18
+ ### 設定例
19
+
20
+ #### 1. 基本的なデバッグ設定
21
+
22
+ ```bash
23
+ export LOG_LEVEL=DEBUG
24
+ export TREE_SITTER_ANALYZER_ENABLE_FILE_LOG=true
25
+ ```
26
+
27
+ #### 2. カスタムログディレクトリ設定
28
+
29
+ ```bash
30
+ export TREE_SITTER_ANALYZER_ENABLE_FILE_LOG=true
31
+ export TREE_SITTER_ANALYZER_LOG_DIR=/home/user/logs/tree-sitter
32
+ export TREE_SITTER_ANALYZER_FILE_LOG_LEVEL=DEBUG
33
+ ```
34
+
35
+ #### 3. 本番環境での最小ログ設定
36
+
37
+ ```bash
38
+ export LOG_LEVEL=ERROR
39
+ export TREE_SITTER_ANALYZER_ENABLE_FILE_LOG=true
40
+ export TREE_SITTER_ANALYZER_FILE_LOG_LEVEL=WARNING
41
+ ```
42
+
43
+ ## 🐛 デバッグ手順
44
+
45
+ ### 1. MCPサーバーのデバッグ
46
+
47
+ #### Claude Desktopでのデバッグ設定
48
+
49
+ `claude_desktop_config.json`に以下を追加:
50
+
51
+ ```json
52
+ {
53
+ "mcpServers": {
54
+ "tree-sitter-analyzer": {
55
+ "command": "uv",
56
+ "args": [
57
+ "run", "--with", "tree-sitter-analyzer[mcp]",
58
+ "python", "-m", "tree_sitter_analyzer.mcp.server"
59
+ ],
60
+ "env": {
61
+ "TREE_SITTER_PROJECT_ROOT": "/path/to/your/project",
62
+ "TREE_SITTER_ANALYZER_ENABLE_FILE_LOG": "true",
63
+ "TREE_SITTER_ANALYZER_FILE_LOG_LEVEL": "DEBUG",
64
+ "LOG_LEVEL": "INFO"
65
+ }
66
+ }
67
+ }
68
+ }
69
+ ```
70
+
71
+ #### ログファイルの確認
72
+
73
+ 1. **ログファイルの場所を確認**:
74
+ ```bash
75
+ # デフォルトの場所(システム一時ディレクトリ)
76
+ ls /tmp/tree_sitter_analyzer.log # Linux/macOS
77
+ dir %TEMP%\tree_sitter_analyzer.log # Windows
78
+ ```
79
+
80
+ 2. **リアルタイムでログを監視**:
81
+ ```bash
82
+ tail -f /tmp/tree_sitter_analyzer.log
83
+ ```
84
+
85
+ ### 2. CLIツールのデバッグ
86
+
87
+ #### デバッグモードでの実行
88
+
89
+ ```bash
90
+ # 環境変数を設定してCLIを実行
91
+ export LOG_LEVEL=DEBUG
92
+ export TREE_SITTER_ANALYZER_ENABLE_FILE_LOG=true
93
+
94
+ uv run python -m tree_sitter_analyzer examples/BigService.java --advanced
95
+ ```
96
+
97
+ #### 詳細なパフォーマンス分析
98
+
99
+ ```bash
100
+ # パフォーマンスログも有効化
101
+ export LOG_LEVEL=DEBUG
102
+ export TREE_SITTER_ANALYZER_ENABLE_FILE_LOG=true
103
+ export TREE_SITTER_ANALYZER_FILE_LOG_LEVEL=DEBUG
104
+
105
+ uv run python -m tree_sitter_analyzer examples/BigService.java --table=full
106
+ ```
107
+
108
+ ### 3. 一般的な問題のトラブルシューティング
109
+
110
+ #### 問題1: MCPサーバーが起動しない
111
+
112
+ **症状**: Claude DesktopでMCPサーバーが認識されない
113
+
114
+ **デバッグ手順**:
115
+ 1. ログファイルを有効化
116
+ 2. Claude Desktopを再起動
117
+ 3. ログファイルでエラーメッセージを確認
118
+
119
+ ```bash
120
+ export TREE_SITTER_ANALYZER_ENABLE_FILE_LOG=true
121
+ export TREE_SITTER_ANALYZER_FILE_LOG_LEVEL=DEBUG
122
+ ```
123
+
124
+ #### 問題2: ファイル解析が失敗する
125
+
126
+ **症状**: 特定のファイルの解析でエラーが発生
127
+
128
+ **デバッグ手順**:
129
+ 1. DEBUGレベルでログを有効化
130
+ 2. 問題のファイルを単独で解析
131
+ 3. エラーの詳細を確認
132
+
133
+ ```bash
134
+ export LOG_LEVEL=DEBUG
135
+ export TREE_SITTER_ANALYZER_ENABLE_FILE_LOG=true
136
+
137
+ uv run python -m tree_sitter_analyzer problematic_file.java --advanced
138
+ ```
139
+
140
+ #### 問題3: パフォーマンスが遅い
141
+
142
+ **症状**: 大きなファイルの解析に時間がかかる
143
+
144
+ **デバッグ手順**:
145
+ 1. パフォーマンスログを有効化
146
+ 2. 処理時間を測定
147
+ 3. ボトルネックを特定
148
+
149
+ ```bash
150
+ export TREE_SITTER_ANALYZER_ENABLE_FILE_LOG=true
151
+ export TREE_SITTER_ANALYZER_FILE_LOG_LEVEL=DEBUG
152
+
153
+ time uv run python -m tree_sitter_analyzer large_file.java --advanced
154
+ ```
155
+
156
+ ## 📊 ログ出力の理解
157
+
158
+ ### ログレベルの説明
159
+
160
+ - **DEBUG**: 詳細な実行情報、変数の値、内部状態
161
+ - **INFO**: 一般的な実行情報、処理の開始/終了
162
+ - **WARNING**: 警告メッセージ、非致命的な問題
163
+ - **ERROR**: エラーメッセージ、処理の失敗
164
+
165
+ ### ログメッセージの例
166
+
167
+ ```
168
+ 2025-10-16 12:00:00,123 - tree_sitter_analyzer - INFO - MCP server starting with project root: /path/to/project
169
+ 2025-10-16 12:00:00,124 - tree_sitter_analyzer - DEBUG - File logging enabled: /tmp/tree_sitter_analyzer.log
170
+ 2025-10-16 12:00:01,456 - tree_sitter_analyzer.performance - DEBUG - File analysis: 0.1234s - lines: 1419, elements: 85
171
+ ```
172
+
173
+ ## 🔍 高度なデバッグテクニック
174
+
175
+ ### 1. 条件付きログ出力
176
+
177
+ 特定の条件でのみ詳細ログを出力:
178
+
179
+ ```bash
180
+ # 大きなファイルのみDEBUGログを出力
181
+ if [ $(wc -l < "$FILE") -gt 1000 ]; then
182
+ export LOG_LEVEL=DEBUG
183
+ else
184
+ export LOG_LEVEL=INFO
185
+ fi
186
+ ```
187
+
188
+ ### 2. ログローテーション
189
+
190
+ 長時間実行時のログファイル管理:
191
+
192
+ ```bash
193
+ # ログファイルのサイズ制限
194
+ export TREE_SITTER_ANALYZER_LOG_DIR=/var/log/tree-sitter
195
+ # logrotateを使用してローテーション設定
196
+ ```
197
+
198
+ ### 3. 構造化ログ分析
199
+
200
+ ログファイルからの情報抽出:
201
+
202
+ ```bash
203
+ # エラーメッセージのみ抽出
204
+ grep "ERROR" /tmp/tree_sitter_analyzer.log
205
+
206
+ # パフォーマンス情報の抽出
207
+ grep "performance" /tmp/tree_sitter_analyzer.log | grep -o "[0-9]\+\.[0-9]\+s"
208
+
209
+ # 特定のファイルの処理時間
210
+ grep "File analysis" /tmp/tree_sitter_analyzer.log | grep "BigService.java"
211
+ ```
212
+
213
+ ## 🚨 注意事項
214
+
215
+ ### セキュリティ
216
+
217
+ - ログファイルには機密情報が含まれる可能性があります
218
+ - 本番環境では適切なログレベルを設定してください
219
+ - ログファイルのアクセス権限を適切に設定してください
220
+
221
+ ### パフォーマンス
222
+
223
+ - DEBUGレベルのログは大量の出力を生成します
224
+ - ファイルログは若干のパフォーマンス影響があります
225
+ - 必要に応じてログレベルを調整してください
226
+
227
+ ### ストレージ
228
+
229
+ - ログファイルは時間とともに大きくなります
230
+ - 定期的なクリーンアップを検討してください
231
+ - ディスク容量を監視してください
232
+
233
+ ## 📞 サポート
234
+
235
+ 問題が解決しない場合は、以下の情報を含めてIssueを作成してください:
236
+
237
+ 1. 使用した環境変数の設定
238
+ 2. 実行したコマンド
239
+ 3. エラーメッセージ
240
+ 4. ログファイルの関連部分
241
+ 5. 環境情報(OS、Pythonバージョンなど)
242
+
243
+ ## 🔗 関連ドキュメント
244
+
245
+ - [README.md](../README.md) - 基本的な使用方法
246
+ - [CONTRIBUTING.md](CONTRIBUTING.md) - 開発者向けガイド
247
+ - [トラブルシューティングガイド](troubleshooting_guide.md) - 一般的な問題の解決方法