tree-sitter-analyzer
June 12, 2026 · View on GitHub
Index of all project documentation. Start here, then jump to the area you need. For the project overview and install-and-go instructions, see the top-level README (日本語 / 中文).
Agents: read
AGENTS.mdfirst, then the matchingCODEMAPS/topology map. Those maps are kept in sync with the code registries — prefer them over scanning the source tree.
Getting Started
| Doc | What it covers |
|---|---|
| installation.md | Install via pip/uv, system dependencies (fd, ripgrep) |
| cli-reference.md | All CLI flags and commands |
| features.md | Feature overview (languages, token optimisation, UML diagrams) |
| index-lifecycle.md | Index operations: build / full / sync / auto, partial-cache trap, health check |
| smart-workflow.md | The SMART five-step workflow for AI-assisted analysis |
Output Formats
| Doc | What it covers |
|---|---|
| toon-format-guide.md | TOON — the token-efficient default for MCP output |
| format_specifications.md | Canonical output schema |
| format-testing-guide.md | How output formats are tested |
| sql-format-guide.md | SQL analysis output |
Architecture & Internals
| Doc | What it covers |
|---|---|
| architecture.md | High-level system design |
| CODEMAPS/ | Registry-synced topology maps (MCP tools, CLI, languages, formatters, security) |
| api/mcp_tools_specification.md | MCP tool API reference |
| MIGRATION.md | Version migration notes |
| ../rfcs/ | RFCs — design proposals for substantial changes |
Contributing & Development
| Doc | What it covers |
|---|---|
| CONTRIBUTING.md | Contribution guide (GitFlow, PR flow, quality gates) |
| developer_guide.md | Developer setup and internals |
| new-language-support-checklist.md | ⭐ Adding a new language plugin |
| ai-coding-rules.md | Rules for AI-assisted contributions |
| pre-commit-setup.md | Pre-commit hooks |
| debugging_guide.md | Debugging techniques |
| troubleshooting_guide.md | Common problems and fixes |
Testing
| Doc | What it covers |
|---|---|
| TESTING.md | Testing overview |
| testing-guide.md | How to run and structure tests |
| test-writing-guide.md | Writing effective tests |
| regression-testing-guide.md | Golden-master regression tests |
| grammar-coverage-framework.md | Grammar coverage framework |
| mcp_compatibility_test_standard.md | MCP compatibility test standard |
| corpus-generator.md | Test corpus generation |
CI/CD
| Doc | What it covers |
|---|---|
| ci-cd-overview.md | CI/CD pipeline overview |
| ci-cd-troubleshooting.md | Fixing CI failures |
| ci-cd-migration-guide.md | CI/CD migration notes |
| ci-cd-secrets-reference.md | Required CI secrets |
Operations & History
| Doc | What it covers |
|---|---|
| sql-cross-platform-compatibility.md | SQL grammar cross-platform notes |
| POSTMORTEM_v1.13.md | v1.13 release postmortem (anti-patterns referenced by AGENTS.md) |
| AUTONOMOUS_DEV.md | Autonomous-development workflow notes |
| agent-tooling-gap-report.md | Agent tooling gap analysis |