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.md first, then the matching CODEMAPS/ topology map. Those maps are kept in sync with the code registries — prefer them over scanning the source tree.

Getting Started

DocWhat it covers
installation.mdInstall via pip/uv, system dependencies (fd, ripgrep)
cli-reference.mdAll CLI flags and commands
features.mdFeature overview (languages, token optimisation, UML diagrams)
index-lifecycle.mdIndex operations: build / full / sync / auto, partial-cache trap, health check
smart-workflow.mdThe SMART five-step workflow for AI-assisted analysis

Output Formats

DocWhat it covers
toon-format-guide.mdTOON — the token-efficient default for MCP output
format_specifications.mdCanonical output schema
format-testing-guide.mdHow output formats are tested
sql-format-guide.mdSQL analysis output

Architecture & Internals

DocWhat it covers
architecture.mdHigh-level system design
CODEMAPS/Registry-synced topology maps (MCP tools, CLI, languages, formatters, security)
api/mcp_tools_specification.mdMCP tool API reference
MIGRATION.mdVersion migration notes
../rfcs/RFCs — design proposals for substantial changes

Contributing & Development

DocWhat it covers
CONTRIBUTING.mdContribution guide (GitFlow, PR flow, quality gates)
developer_guide.mdDeveloper setup and internals
new-language-support-checklist.md⭐ Adding a new language plugin
ai-coding-rules.mdRules for AI-assisted contributions
pre-commit-setup.mdPre-commit hooks
debugging_guide.mdDebugging techniques
troubleshooting_guide.mdCommon problems and fixes

Testing

DocWhat it covers
TESTING.mdTesting overview
testing-guide.mdHow to run and structure tests
test-writing-guide.mdWriting effective tests
regression-testing-guide.mdGolden-master regression tests
grammar-coverage-framework.mdGrammar coverage framework
mcp_compatibility_test_standard.mdMCP compatibility test standard
corpus-generator.mdTest corpus generation

CI/CD

DocWhat it covers
ci-cd-overview.mdCI/CD pipeline overview
ci-cd-troubleshooting.mdFixing CI failures
ci-cd-migration-guide.mdCI/CD migration notes
ci-cd-secrets-reference.mdRequired CI secrets

Operations & History

DocWhat it covers
sql-cross-platform-compatibility.mdSQL grammar cross-platform notes
POSTMORTEM_v1.13.mdv1.13 release postmortem (anti-patterns referenced by AGENTS.md)
AUTONOMOUS_DEV.mdAutonomous-development workflow notes
agent-tooling-gap-report.mdAgent tooling gap analysis