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
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() {