tree-sitter-analyzer 0.6.0__tar.gz → 0.6.1__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 (99) hide show
  1. {tree_sitter_analyzer-0.6.0 → tree_sitter_analyzer-0.6.1}/CHANGELOG.md +22 -0
  2. {tree_sitter_analyzer-0.6.0 → tree_sitter_analyzer-0.6.1}/PKG-INFO +8 -8
  3. {tree_sitter_analyzer-0.6.0 → tree_sitter_analyzer-0.6.1}/README.md +7 -7
  4. {tree_sitter_analyzer-0.6.0 → tree_sitter_analyzer-0.6.1}/README_ja.md +7 -7
  5. {tree_sitter_analyzer-0.6.0 → tree_sitter_analyzer-0.6.1}/README_zh.md +7 -7
  6. {tree_sitter_analyzer-0.6.0 → tree_sitter_analyzer-0.6.1}/pyproject.toml +1 -1
  7. {tree_sitter_analyzer-0.6.0 → tree_sitter_analyzer-0.6.1}/uv.lock +1 -1
  8. {tree_sitter_analyzer-0.6.0 → tree_sitter_analyzer-0.6.1}/.gitignore +0 -0
  9. {tree_sitter_analyzer-0.6.0 → tree_sitter_analyzer-0.6.1}/.pre-commit-config.yaml +0 -0
  10. {tree_sitter_analyzer-0.6.0 → tree_sitter_analyzer-0.6.1}/AI_COLLABORATION_GUIDE.md +0 -0
  11. {tree_sitter_analyzer-0.6.0 → tree_sitter_analyzer-0.6.1}/CODE_STYLE_GUIDE.md +0 -0
  12. {tree_sitter_analyzer-0.6.0 → tree_sitter_analyzer-0.6.1}/CONTRIBUTING.md +0 -0
  13. {tree_sitter_analyzer-0.6.0 → tree_sitter_analyzer-0.6.1}/DEPLOYMENT_GUIDE.md +0 -0
  14. {tree_sitter_analyzer-0.6.0 → tree_sitter_analyzer-0.6.1}/LLM_CODING_GUIDELINES.md +0 -0
  15. {tree_sitter_analyzer-0.6.0 → tree_sitter_analyzer-0.6.1}/MCP_SETUP_DEVELOPERS.md +0 -0
  16. {tree_sitter_analyzer-0.6.0 → tree_sitter_analyzer-0.6.1}/MCP_SETUP_USERS.md +0 -0
  17. {tree_sitter_analyzer-0.6.0 → tree_sitter_analyzer-0.6.1}/build_standalone.py +0 -0
  18. {tree_sitter_analyzer-0.6.0 → tree_sitter_analyzer-0.6.1}/check_quality.py +0 -0
  19. {tree_sitter_analyzer-0.6.0 → tree_sitter_analyzer-0.6.1}/docs/api.md +0 -0
  20. {tree_sitter_analyzer-0.6.0 → tree_sitter_analyzer-0.6.1}/examples/BigService.java +0 -0
  21. {tree_sitter_analyzer-0.6.0 → tree_sitter_analyzer-0.6.1}/examples/BigService.json +0 -0
  22. {tree_sitter_analyzer-0.6.0 → tree_sitter_analyzer-0.6.1}/examples/BigService.summary.json +0 -0
  23. {tree_sitter_analyzer-0.6.0 → tree_sitter_analyzer-0.6.1}/examples/JavaDocTest.java +0 -0
  24. {tree_sitter_analyzer-0.6.0 → tree_sitter_analyzer-0.6.1}/examples/MultiClass.java +0 -0
  25. {tree_sitter_analyzer-0.6.0 → tree_sitter_analyzer-0.6.1}/examples/Sample.java +0 -0
  26. {tree_sitter_analyzer-0.6.0 → tree_sitter_analyzer-0.6.1}/examples/calculate_token_comparison.py +0 -0
  27. {tree_sitter_analyzer-0.6.0 → tree_sitter_analyzer-0.6.1}/examples/sample.py +0 -0
  28. {tree_sitter_analyzer-0.6.0 → tree_sitter_analyzer-0.6.1}/llm_code_checker.py +0 -0
  29. {tree_sitter_analyzer-0.6.0 → tree_sitter_analyzer-0.6.1}/pytest.ini +0 -0
  30. {tree_sitter_analyzer-0.6.0 → tree_sitter_analyzer-0.6.1}/tree_sitter_analyzer/__init__.py +0 -0
  31. {tree_sitter_analyzer-0.6.0 → tree_sitter_analyzer-0.6.1}/tree_sitter_analyzer/__main__.py +0 -0
  32. {tree_sitter_analyzer-0.6.0 → tree_sitter_analyzer-0.6.1}/tree_sitter_analyzer/api.py +0 -0
  33. {tree_sitter_analyzer-0.6.0 → tree_sitter_analyzer-0.6.1}/tree_sitter_analyzer/cli/__init__.py +0 -0
  34. {tree_sitter_analyzer-0.6.0 → tree_sitter_analyzer-0.6.1}/tree_sitter_analyzer/cli/__main__.py +0 -0
  35. {tree_sitter_analyzer-0.6.0 → tree_sitter_analyzer-0.6.1}/tree_sitter_analyzer/cli/commands/__init__.py +0 -0
  36. {tree_sitter_analyzer-0.6.0 → tree_sitter_analyzer-0.6.1}/tree_sitter_analyzer/cli/commands/advanced_command.py +0 -0
  37. {tree_sitter_analyzer-0.6.0 → tree_sitter_analyzer-0.6.1}/tree_sitter_analyzer/cli/commands/base_command.py +0 -0
  38. {tree_sitter_analyzer-0.6.0 → tree_sitter_analyzer-0.6.1}/tree_sitter_analyzer/cli/commands/default_command.py +0 -0
  39. {tree_sitter_analyzer-0.6.0 → tree_sitter_analyzer-0.6.1}/tree_sitter_analyzer/cli/commands/partial_read_command.py +0 -0
  40. {tree_sitter_analyzer-0.6.0 → tree_sitter_analyzer-0.6.1}/tree_sitter_analyzer/cli/commands/query_command.py +0 -0
  41. {tree_sitter_analyzer-0.6.0 → tree_sitter_analyzer-0.6.1}/tree_sitter_analyzer/cli/commands/structure_command.py +0 -0
  42. {tree_sitter_analyzer-0.6.0 → tree_sitter_analyzer-0.6.1}/tree_sitter_analyzer/cli/commands/summary_command.py +0 -0
  43. {tree_sitter_analyzer-0.6.0 → tree_sitter_analyzer-0.6.1}/tree_sitter_analyzer/cli/commands/table_command.py +0 -0
  44. {tree_sitter_analyzer-0.6.0 → tree_sitter_analyzer-0.6.1}/tree_sitter_analyzer/cli/info_commands.py +0 -0
  45. {tree_sitter_analyzer-0.6.0 → tree_sitter_analyzer-0.6.1}/tree_sitter_analyzer/cli_main.py +0 -0
  46. {tree_sitter_analyzer-0.6.0 → tree_sitter_analyzer-0.6.1}/tree_sitter_analyzer/core/__init__.py +0 -0
  47. {tree_sitter_analyzer-0.6.0 → tree_sitter_analyzer-0.6.1}/tree_sitter_analyzer/core/analysis_engine.py +0 -0
  48. {tree_sitter_analyzer-0.6.0 → tree_sitter_analyzer-0.6.1}/tree_sitter_analyzer/core/cache_service.py +0 -0
  49. {tree_sitter_analyzer-0.6.0 → tree_sitter_analyzer-0.6.1}/tree_sitter_analyzer/core/engine.py +0 -0
  50. {tree_sitter_analyzer-0.6.0 → tree_sitter_analyzer-0.6.1}/tree_sitter_analyzer/core/parser.py +0 -0
  51. {tree_sitter_analyzer-0.6.0 → tree_sitter_analyzer-0.6.1}/tree_sitter_analyzer/core/query.py +0 -0
  52. {tree_sitter_analyzer-0.6.0 → tree_sitter_analyzer-0.6.1}/tree_sitter_analyzer/encoding_utils.py +0 -0
  53. {tree_sitter_analyzer-0.6.0 → tree_sitter_analyzer-0.6.1}/tree_sitter_analyzer/exceptions.py +0 -0
  54. {tree_sitter_analyzer-0.6.0 → tree_sitter_analyzer-0.6.1}/tree_sitter_analyzer/file_handler.py +0 -0
  55. {tree_sitter_analyzer-0.6.0 → tree_sitter_analyzer-0.6.1}/tree_sitter_analyzer/formatters/__init__.py +0 -0
  56. {tree_sitter_analyzer-0.6.0 → tree_sitter_analyzer-0.6.1}/tree_sitter_analyzer/formatters/base_formatter.py +0 -0
  57. {tree_sitter_analyzer-0.6.0 → tree_sitter_analyzer-0.6.1}/tree_sitter_analyzer/formatters/formatter_factory.py +0 -0
  58. {tree_sitter_analyzer-0.6.0 → tree_sitter_analyzer-0.6.1}/tree_sitter_analyzer/formatters/java_formatter.py +0 -0
  59. {tree_sitter_analyzer-0.6.0 → tree_sitter_analyzer-0.6.1}/tree_sitter_analyzer/formatters/python_formatter.py +0 -0
  60. {tree_sitter_analyzer-0.6.0 → tree_sitter_analyzer-0.6.1}/tree_sitter_analyzer/interfaces/__init__.py +0 -0
  61. {tree_sitter_analyzer-0.6.0 → tree_sitter_analyzer-0.6.1}/tree_sitter_analyzer/interfaces/cli.py +0 -0
  62. {tree_sitter_analyzer-0.6.0 → tree_sitter_analyzer-0.6.1}/tree_sitter_analyzer/interfaces/cli_adapter.py +0 -0
  63. {tree_sitter_analyzer-0.6.0 → tree_sitter_analyzer-0.6.1}/tree_sitter_analyzer/interfaces/mcp_adapter.py +0 -0
  64. {tree_sitter_analyzer-0.6.0 → tree_sitter_analyzer-0.6.1}/tree_sitter_analyzer/interfaces/mcp_server.py +0 -0
  65. {tree_sitter_analyzer-0.6.0 → tree_sitter_analyzer-0.6.1}/tree_sitter_analyzer/language_detector.py +0 -0
  66. {tree_sitter_analyzer-0.6.0 → tree_sitter_analyzer-0.6.1}/tree_sitter_analyzer/language_loader.py +0 -0
  67. {tree_sitter_analyzer-0.6.0 → tree_sitter_analyzer-0.6.1}/tree_sitter_analyzer/languages/__init__.py +0 -0
  68. {tree_sitter_analyzer-0.6.0 → tree_sitter_analyzer-0.6.1}/tree_sitter_analyzer/languages/java_plugin.py +0 -0
  69. {tree_sitter_analyzer-0.6.0 → tree_sitter_analyzer-0.6.1}/tree_sitter_analyzer/languages/javascript_plugin.py +0 -0
  70. {tree_sitter_analyzer-0.6.0 → tree_sitter_analyzer-0.6.1}/tree_sitter_analyzer/languages/python_plugin.py +0 -0
  71. {tree_sitter_analyzer-0.6.0 → tree_sitter_analyzer-0.6.1}/tree_sitter_analyzer/mcp/__init__.py +0 -0
  72. {tree_sitter_analyzer-0.6.0 → tree_sitter_analyzer-0.6.1}/tree_sitter_analyzer/mcp/resources/__init__.py +0 -0
  73. {tree_sitter_analyzer-0.6.0 → tree_sitter_analyzer-0.6.1}/tree_sitter_analyzer/mcp/resources/code_file_resource.py +0 -0
  74. {tree_sitter_analyzer-0.6.0 → tree_sitter_analyzer-0.6.1}/tree_sitter_analyzer/mcp/resources/project_stats_resource.py +0 -0
  75. {tree_sitter_analyzer-0.6.0 → tree_sitter_analyzer-0.6.1}/tree_sitter_analyzer/mcp/server.py +0 -0
  76. {tree_sitter_analyzer-0.6.0 → tree_sitter_analyzer-0.6.1}/tree_sitter_analyzer/mcp/tools/__init__.py +0 -0
  77. {tree_sitter_analyzer-0.6.0 → tree_sitter_analyzer-0.6.1}/tree_sitter_analyzer/mcp/tools/analyze_scale_tool.py +0 -0
  78. {tree_sitter_analyzer-0.6.0 → tree_sitter_analyzer-0.6.1}/tree_sitter_analyzer/mcp/tools/analyze_scale_tool_cli_compatible.py +0 -0
  79. {tree_sitter_analyzer-0.6.0 → tree_sitter_analyzer-0.6.1}/tree_sitter_analyzer/mcp/tools/base_tool.py +0 -0
  80. {tree_sitter_analyzer-0.6.0 → tree_sitter_analyzer-0.6.1}/tree_sitter_analyzer/mcp/tools/read_partial_tool.py +0 -0
  81. {tree_sitter_analyzer-0.6.0 → tree_sitter_analyzer-0.6.1}/tree_sitter_analyzer/mcp/tools/table_format_tool.py +0 -0
  82. {tree_sitter_analyzer-0.6.0 → tree_sitter_analyzer-0.6.1}/tree_sitter_analyzer/mcp/tools/universal_analyze_tool.py +0 -0
  83. {tree_sitter_analyzer-0.6.0 → tree_sitter_analyzer-0.6.1}/tree_sitter_analyzer/mcp/utils/__init__.py +0 -0
  84. {tree_sitter_analyzer-0.6.0 → tree_sitter_analyzer-0.6.1}/tree_sitter_analyzer/mcp/utils/error_handler.py +0 -0
  85. {tree_sitter_analyzer-0.6.0 → tree_sitter_analyzer-0.6.1}/tree_sitter_analyzer/models.py +0 -0
  86. {tree_sitter_analyzer-0.6.0 → tree_sitter_analyzer-0.6.1}/tree_sitter_analyzer/output_manager.py +0 -0
  87. {tree_sitter_analyzer-0.6.0 → tree_sitter_analyzer-0.6.1}/tree_sitter_analyzer/plugins/__init__.py +0 -0
  88. {tree_sitter_analyzer-0.6.0 → tree_sitter_analyzer-0.6.1}/tree_sitter_analyzer/plugins/base.py +0 -0
  89. {tree_sitter_analyzer-0.6.0 → tree_sitter_analyzer-0.6.1}/tree_sitter_analyzer/plugins/manager.py +0 -0
  90. {tree_sitter_analyzer-0.6.0 → tree_sitter_analyzer-0.6.1}/tree_sitter_analyzer/queries/__init__.py +0 -0
  91. {tree_sitter_analyzer-0.6.0 → tree_sitter_analyzer-0.6.1}/tree_sitter_analyzer/queries/java.py +0 -0
  92. {tree_sitter_analyzer-0.6.0 → tree_sitter_analyzer-0.6.1}/tree_sitter_analyzer/queries/javascript.py +0 -0
  93. {tree_sitter_analyzer-0.6.0 → tree_sitter_analyzer-0.6.1}/tree_sitter_analyzer/queries/python.py +0 -0
  94. {tree_sitter_analyzer-0.6.0 → tree_sitter_analyzer-0.6.1}/tree_sitter_analyzer/queries/typescript.py +0 -0
  95. {tree_sitter_analyzer-0.6.0 → tree_sitter_analyzer-0.6.1}/tree_sitter_analyzer/query_loader.py +0 -0
  96. {tree_sitter_analyzer-0.6.0 → tree_sitter_analyzer-0.6.1}/tree_sitter_analyzer/table_formatter.py +0 -0
  97. {tree_sitter_analyzer-0.6.0 → tree_sitter_analyzer-0.6.1}/tree_sitter_analyzer/utils.py +0 -0
  98. {tree_sitter_analyzer-0.6.0 → tree_sitter_analyzer-0.6.1}/upload_to_pypi.py +0 -0
  99. {tree_sitter_analyzer-0.6.0 → tree_sitter_analyzer-0.6.1}/verify_release.py +0 -0
@@ -5,6 +5,28 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [0.6.1] - 2025-08-04
9
+
10
+ ### 🔧 Fixed
11
+
12
+ #### Documentation
13
+ - **Fixed**: Updated all GitHub URLs from `aisheng-yu` to `aimasteracc` in README files
14
+ - **Fixed**: Corrected clone URLs in installation instructions
15
+ - **Fixed**: Updated documentation links to point to correct repository
16
+ - **Fixed**: Fixed contribution guide links in all language versions
17
+
18
+ #### Files Updated
19
+ - `README.md` - English documentation
20
+ - `README_zh.md` - Chinese documentation
21
+ - `README_ja.md` - Japanese documentation
22
+
23
+ ### 📦 Package Updates
24
+
25
+ - **Updated**: Package metadata now includes correct repository URLs
26
+ - **Updated**: All documentation links point to the correct GitHub repository
27
+
28
+ ---
29
+
8
30
  ## [0.6.0] - 2025-08-03
9
31
 
10
32
  ### 💥 Breaking Changes - Legacy Code Removal
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tree-sitter-analyzer
3
- Version: 0.6.0
3
+ Version: 0.6.1
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
@@ -294,17 +294,17 @@ uv add "tree-sitter-analyzer[all,mcp]"
294
294
  ### For Developers
295
295
  ```bash
296
296
  # Clone and install for development
297
- git clone https://github.com/aisheng-yu/tree-sitter-analyzer.git
297
+ git clone https://github.com/aimasteracc/tree-sitter-analyzer.git
298
298
  cd tree-sitter-analyzer
299
299
  uv sync --extra all --extra mcp
300
300
  ```
301
301
 
302
302
  ## 📚 Documentation
303
303
 
304
- - **[MCP Setup Guide for Users](https://github.com/aisheng-yu/tree-sitter-analyzer/blob/main/MCP_SETUP_USERS.md)** - Simple setup for AI assistant users
305
- - **[MCP Setup Guide for Developers](https://github.com/aisheng-yu/tree-sitter-analyzer/blob/main/MCP_SETUP_DEVELOPERS.md)** - Local development configuration
306
- - **[API Documentation](https://github.com/aisheng-yu/tree-sitter-analyzer/blob/main/docs/api.md)** - Detailed API reference
307
- - **[Contributing Guide](https://github.com/aisheng-yu/tree-sitter-analyzer/blob/main/CONTRIBUTING.md)** - How to contribute
304
+ - **[MCP Setup Guide for Users](https://github.com/aimasteracc/tree-sitter-analyzer/blob/main/MCP_SETUP_USERS.md)** - Simple setup for AI assistant users
305
+ - **[MCP Setup Guide for Developers](https://github.com/aimasteracc/tree-sitter-analyzer/blob/main/MCP_SETUP_DEVELOPERS.md)** - Local development configuration
306
+ - **[API Documentation](https://github.com/aimasteracc/tree-sitter-analyzer/blob/main/docs/api.md)** - Detailed API reference
307
+ - **[Contributing Guide](https://github.com/aimasteracc/tree-sitter-analyzer/blob/main/CONTRIBUTING.md)** - How to contribute
308
308
 
309
309
  ## 🧪 Testing
310
310
 
@@ -324,7 +324,7 @@ MIT License - see [LICENSE](LICENSE) file for details.
324
324
 
325
325
  ## 🤝 Contributing
326
326
 
327
- We welcome contributions! Please see our [Contributing Guide](https://github.com/aisheng-yu/tree-sitter-analyzer/blob/main/CONTRIBUTING.md) for details.
327
+ We welcome contributions! Please see our [Contributing Guide](https://github.com/aimasteracc/tree-sitter-analyzer/blob/main/CONTRIBUTING.md) for details.
328
328
 
329
329
  ### 🤖 AI/LLM Collaboration
330
330
 
@@ -339,7 +339,7 @@ python llm_code_checker.py --check-all
339
339
  python llm_code_checker.py path/to/new_file.py
340
340
  ```
341
341
 
342
- 📖 **See our [AI Collaboration Guide](https://github.com/aisheng-yu/tree-sitter-analyzer/blob/main/AI_COLLABORATION_GUIDE.md) and [LLM Coding Guidelines](https://github.com/aisheng-yu/tree-sitter-analyzer/blob/main/LLM_CODING_GUIDELINES.md) for detailed instructions on working with AI systems.**
342
+ 📖 **See our [AI Collaboration Guide](https://github.com/aimasteracc/tree-sitter-analyzer/blob/main/AI_COLLABORATION_GUIDE.md) and [LLM Coding Guidelines](https://github.com/aimasteracc/tree-sitter-analyzer/blob/main/LLM_CODING_GUIDELINES.md) for detailed instructions on working with AI systems.**
343
343
 
344
344
  ---
345
345
 
@@ -162,17 +162,17 @@ uv add "tree-sitter-analyzer[all,mcp]"
162
162
  ### For Developers
163
163
  ```bash
164
164
  # Clone and install for development
165
- git clone https://github.com/aisheng-yu/tree-sitter-analyzer.git
165
+ git clone https://github.com/aimasteracc/tree-sitter-analyzer.git
166
166
  cd tree-sitter-analyzer
167
167
  uv sync --extra all --extra mcp
168
168
  ```
169
169
 
170
170
  ## 📚 Documentation
171
171
 
172
- - **[MCP Setup Guide for Users](https://github.com/aisheng-yu/tree-sitter-analyzer/blob/main/MCP_SETUP_USERS.md)** - Simple setup for AI assistant users
173
- - **[MCP Setup Guide for Developers](https://github.com/aisheng-yu/tree-sitter-analyzer/blob/main/MCP_SETUP_DEVELOPERS.md)** - Local development configuration
174
- - **[API Documentation](https://github.com/aisheng-yu/tree-sitter-analyzer/blob/main/docs/api.md)** - Detailed API reference
175
- - **[Contributing Guide](https://github.com/aisheng-yu/tree-sitter-analyzer/blob/main/CONTRIBUTING.md)** - How to contribute
172
+ - **[MCP Setup Guide for Users](https://github.com/aimasteracc/tree-sitter-analyzer/blob/main/MCP_SETUP_USERS.md)** - Simple setup for AI assistant users
173
+ - **[MCP Setup Guide for Developers](https://github.com/aimasteracc/tree-sitter-analyzer/blob/main/MCP_SETUP_DEVELOPERS.md)** - Local development configuration
174
+ - **[API Documentation](https://github.com/aimasteracc/tree-sitter-analyzer/blob/main/docs/api.md)** - Detailed API reference
175
+ - **[Contributing Guide](https://github.com/aimasteracc/tree-sitter-analyzer/blob/main/CONTRIBUTING.md)** - How to contribute
176
176
 
177
177
  ## 🧪 Testing
178
178
 
@@ -192,7 +192,7 @@ MIT License - see [LICENSE](LICENSE) file for details.
192
192
 
193
193
  ## 🤝 Contributing
194
194
 
195
- We welcome contributions! Please see our [Contributing Guide](https://github.com/aisheng-yu/tree-sitter-analyzer/blob/main/CONTRIBUTING.md) for details.
195
+ We welcome contributions! Please see our [Contributing Guide](https://github.com/aimasteracc/tree-sitter-analyzer/blob/main/CONTRIBUTING.md) for details.
196
196
 
197
197
  ### 🤖 AI/LLM Collaboration
198
198
 
@@ -207,7 +207,7 @@ python llm_code_checker.py --check-all
207
207
  python llm_code_checker.py path/to/new_file.py
208
208
  ```
209
209
 
210
- 📖 **See our [AI Collaboration Guide](https://github.com/aisheng-yu/tree-sitter-analyzer/blob/main/AI_COLLABORATION_GUIDE.md) and [LLM Coding Guidelines](https://github.com/aisheng-yu/tree-sitter-analyzer/blob/main/LLM_CODING_GUIDELINES.md) for detailed instructions on working with AI systems.**
210
+ 📖 **See our [AI Collaboration Guide](https://github.com/aimasteracc/tree-sitter-analyzer/blob/main/AI_COLLABORATION_GUIDE.md) and [LLM Coding Guidelines](https://github.com/aimasteracc/tree-sitter-analyzer/blob/main/LLM_CODING_GUIDELINES.md) for detailed instructions on working with AI systems.**
211
211
 
212
212
  ---
213
213
 
@@ -162,17 +162,17 @@ uv add "tree-sitter-analyzer[all,mcp]"
162
162
  ### 開発者向け
163
163
  ```bash
164
164
  # 開発用にクローンしてインストール
165
- git clone https://github.com/aisheng-yu/tree-sitter-analyzer.git
165
+ git clone https://github.com/aimasteracc/tree-sitter-analyzer.git
166
166
  cd tree-sitter-analyzer
167
167
  uv sync --extra all --extra mcp
168
168
  ```
169
169
 
170
170
  ## 📚 ドキュメント
171
171
 
172
- - **[ユーザー向けMCPセットアップガイド](https://github.com/aisheng-yu/tree-sitter-analyzer/blob/main/MCP_SETUP_USERS.md)** - AIアシスタントユーザー向けの簡単セットアップ
173
- - **[開発者向けMCPセットアップガイド](https://github.com/aisheng-yu/tree-sitter-analyzer/blob/main/MCP_SETUP_DEVELOPERS.md)** - ローカル開発設定
174
- - **[APIドキュメント](https://github.com/aisheng-yu/tree-sitter-analyzer/blob/main/docs/api.md)** - 詳細なAPIリファレンス
175
- - **[コントリビューションガイド](https://github.com/aisheng-yu/tree-sitter-analyzer/blob/main/CONTRIBUTING.md)** - 貢献方法
172
+ - **[ユーザー向けMCPセットアップガイド](https://github.com/aimasteracc/tree-sitter-analyzer/blob/main/MCP_SETUP_USERS.md)** - AIアシスタントユーザー向けの簡単セットアップ
173
+ - **[開発者向けMCPセットアップガイド](https://github.com/aimasteracc/tree-sitter-analyzer/blob/main/MCP_SETUP_DEVELOPERS.md)** - ローカル開発設定
174
+ - **[APIドキュメント](https://github.com/aimasteracc/tree-sitter-analyzer/blob/main/docs/api.md)** - 詳細なAPIリファレンス
175
+ - **[コントリビューションガイド](https://github.com/aimasteracc/tree-sitter-analyzer/blob/main/CONTRIBUTING.md)** - 貢献方法
176
176
 
177
177
  ## 🧪 テスト
178
178
 
@@ -192,7 +192,7 @@ MITライセンス - 詳細は[LICENSE](LICENSE)ファイルをご覧くださ
192
192
 
193
193
  ## 🤝 コントリビューション
194
194
 
195
- コントリビューションを歓迎します!詳細は[コントリビューションガイド](https://github.com/aisheng-yu/tree-sitter-analyzer/blob/main/CONTRIBUTING.md)をご覧ください。
195
+ コントリビューションを歓迎します!詳細は[コントリビューションガイド](https://github.com/aimasteracc/tree-sitter-analyzer/blob/main/CONTRIBUTING.md)をご覧ください。
196
196
 
197
197
  ### 🤖 AI/LLMコラボレーション
198
198
 
@@ -207,7 +207,7 @@ python llm_code_checker.py --check-all
207
207
  python llm_code_checker.py path/to/new_file.py
208
208
  ```
209
209
 
210
- 📖 **AIシステムとの作業に関する詳細な手順については、[AIコラボレーションガイド](https://github.com/aisheng-yu/tree-sitter-analyzer/blob/main/AI_COLLABORATION_GUIDE.md)と[LLMコーディングガイドライン](https://github.com/aisheng-yu/tree-sitter-analyzer/blob/main/LLM_CODING_GUIDELINES.md)をご覧ください。**
210
+ 📖 **AIシステムとの作業に関する詳細な手順については、[AIコラボレーションガイド](https://github.com/aimasteracc/tree-sitter-analyzer/blob/main/AI_COLLABORATION_GUIDE.md)と[LLMコーディングガイドライン](https://github.com/aimasteracc/tree-sitter-analyzer/blob/main/LLM_CODING_GUIDELINES.md)をご覧ください。**
211
211
 
212
212
  ---
213
213
 
@@ -162,17 +162,17 @@ uv add "tree-sitter-analyzer[all,mcp]"
162
162
  ### 面向开发者
163
163
  ```bash
164
164
  # 克隆并安装用于开发
165
- git clone https://github.com/aisheng-yu/tree-sitter-analyzer.git
165
+ git clone https://github.com/aimasteracc/tree-sitter-analyzer.git
166
166
  cd tree-sitter-analyzer
167
167
  uv sync --extra all --extra mcp
168
168
  ```
169
169
 
170
170
  ## 📚 文档
171
171
 
172
- - **[用户MCP设置指南](https://github.com/aisheng-yu/tree-sitter-analyzer/blob/main/MCP_SETUP_USERS.md)** - AI助手用户的简单设置
173
- - **[开发者MCP设置指南](https://github.com/aisheng-yu/tree-sitter-analyzer/blob/main/MCP_SETUP_DEVELOPERS.md)** - 本地开发配置
174
- - **[API文档](https://github.com/aisheng-yu/tree-sitter-analyzer/blob/main/docs/api.md)** - 详细API参考
175
- - **[贡献指南](https://github.com/aisheng-yu/tree-sitter-analyzer/blob/main/CONTRIBUTING.md)** - 如何贡献
172
+ - **[用户MCP设置指南](https://github.com/aimasteracc/tree-sitter-analyzer/blob/main/MCP_SETUP_USERS.md)** - AI助手用户的简单设置
173
+ - **[开发者MCP设置指南](https://github.com/aimasteracc/tree-sitter-analyzer/blob/main/MCP_SETUP_DEVELOPERS.md)** - 本地开发配置
174
+ - **[API文档](https://github.com/aimasteracc/tree-sitter-analyzer/blob/main/docs/api.md)** - 详细API参考
175
+ - **[贡献指南](https://github.com/aimasteracc/tree-sitter-analyzer/blob/main/CONTRIBUTING.md)** - 如何贡献
176
176
 
177
177
  ## 🧪 测试
178
178
 
@@ -192,7 +192,7 @@ MIT许可证 - 详见[LICENSE](LICENSE)文件。
192
192
 
193
193
  ## 🤝 贡献
194
194
 
195
- 我们欢迎贡献!请查看我们的[贡献指南](https://github.com/aisheng-yu/tree-sitter-analyzer/blob/main/CONTRIBUTING.md)了解详情。
195
+ 我们欢迎贡献!请查看我们的[贡献指南](https://github.com/aimasteracc/tree-sitter-analyzer/blob/main/CONTRIBUTING.md)了解详情。
196
196
 
197
197
  ### 🤖 AI/LLM协作
198
198
 
@@ -207,7 +207,7 @@ python llm_code_checker.py --check-all
207
207
  python llm_code_checker.py path/to/new_file.py
208
208
  ```
209
209
 
210
- 📖 **查看我们的[AI协作指南](https://github.com/aisheng-yu/tree-sitter-analyzer/blob/main/AI_COLLABORATION_GUIDE.md)和[LLM编码指南](https://github.com/aisheng-yu/tree-sitter-analyzer/blob/main/LLM_CODING_GUIDELINES.md)了解与AI系统协作的详细说明。**
210
+ 📖 **查看我们的[AI协作指南](https://github.com/aimasteracc/tree-sitter-analyzer/blob/main/AI_COLLABORATION_GUIDE.md)和[LLM编码指南](https://github.com/aimasteracc/tree-sitter-analyzer/blob/main/LLM_CODING_GUIDELINES.md)了解与AI系统协作的详细说明。**
211
211
 
212
212
  ---
213
213
 
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "tree-sitter-analyzer"
7
- version = "0.6.0"
7
+ version = "0.6.1"
8
8
  description = "Extensible multi-language code analyzer framework using Tree-sitter with dynamic plugin architecture"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.10"
@@ -1496,7 +1496,7 @@ wheels = [
1496
1496
 
1497
1497
  [[package]]
1498
1498
  name = "tree-sitter-analyzer"
1499
- version = "0.6.0"
1499
+ version = "0.6.1"
1500
1500
  source = { editable = "." }
1501
1501
  dependencies = [
1502
1502
  { name = "cachetools" },