01Enables complex filtering using composite logic like 'all', 'any', and 'not'
02Supports relational matching using 'inside', 'has', and 'precedes' operators
03Facilitates both quick inline pattern searches and reusable YAML-based rules
04Translates natural language queries into structural AST search rules
05Provides AST inspection tools to identify specific node kinds and structures
06383 GitHub stars