added ast-grep use

g3 tool use of ast-grep command with batching for faster code exploration.
This commit is contained in:
Jochen
2025-11-01 14:59:55 +11:00
parent f89bbfc89a
commit ad9ba5e5d8
4 changed files with 919 additions and 1 deletions

View File

@@ -25,3 +25,4 @@ chrono = { version = "0.4", features = ["serde"] }
rand = "0.8"
regex = "1.0"
shellexpand = "3.1"
serde_yaml = "0.9"