refactor: comment out unused directories in add-req.sh for clarity

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2025-10-28 11:35:25 -03:00
parent a0629cc856
commit a2f64ed10f

View file

@ -19,26 +19,29 @@ for file in "${prompts[@]}"; do
done done
dirs=( dirs=(
"auth" # "auth"
"automation" "automation"
"basic" "basic"
"bot" # "bot"
"bootstrap" "bootstrap"
"package_manager" # "package_manager"
"channels" # "channels"
"config" # "config"
"context" # "context"
"email" # "email"
# "file"
# "llm"
"drive_monitor"
# "llm_legacy"
# "org"
# "session"
"file" "file"
"llm" "kb"
"llm_legacy" # "shared"
"org" # "tests"
"session" # "tools"
"shared" # "web_automation"
"tests" # "whatsapp"
"tools"
"web_automation"
"whatsapp"
) )
filter_rust_file() { filter_rust_file() {