diff --git a/add-req.sh b/add-req.sh index 9b668e9e..142dc930 100755 --- a/add-req.sh +++ b/add-req.sh @@ -19,26 +19,29 @@ for file in "${prompts[@]}"; do done dirs=( - "auth" - "automation" - "basic" - "bot" - "bootstrap" - "package_manager" - "channels" - "config" - "context" - "email" + # "auth" + "automation" + "basic" + # "bot" + "bootstrap" + # "package_manager" + # "channels" + # "config" + # "context" + # "email" + # "file" + # "llm" + "drive_monitor" + # "llm_legacy" + # "org" + # "session" "file" - "llm" - "llm_legacy" - "org" - "session" - "shared" - "tests" - "tools" - "web_automation" - "whatsapp" + "kb" + # "shared" + # "tests" + # "tools" + # "web_automation" + # "whatsapp" ) filter_rust_file() {