refactor: comment out unused directories in add-req.sh for clarity
This commit is contained in:
parent
a0629cc856
commit
a2f64ed10f
1 changed files with 22 additions and 19 deletions
41
add-req.sh
41
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() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue