Expand description
Tree-sitter integration for intelligent code parsing.
This module provides:
- Signature extraction (function/class signatures without bodies)
- Smart truncation (truncate at AST boundaries)
- Structure extraction (imports, exports, symbol counts)
Feature-gated: Only compiled when one of the tree-sitter-* features is enabled.