refactor: python tools now use tree-sitter queries instead of AST

This commit is contained in:
2026-04-09 10:20:49 -06:00
parent ab2b927fcb
commit ebeb9c9b7d
3 changed files with 749 additions and 507 deletions
+2 -2
View File
@@ -91,8 +91,8 @@ strum_macros = "0.27.2"
indoc = "2.0.6"
rmcp = { version = "0.16.0", features = ["client", "transport-child-process"] }
num_cpus = "1.17.0"
rustpython-parser = "0.4.0"
rustpython-ast = "0.4.0"
tree-sitter = "0.24"
tree-sitter-python = "0.23"
colored = "3.0.0"
clap_complete = { version = "4.5.58", features = ["unstable-dynamic"] }
gman = "0.3.0"