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
|
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() {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue