refactor: sync agent directory lists across all scripts (#253)
Syncs agent directory lists (academic/, sales/, strategy/) across all three scripts: lint-agents.sh, convert.sh, install.sh. Refactors install.sh to use shared AGENT_DIRS constant, eliminating duplication. Closes #242.
This commit is contained in:
@@ -62,8 +62,8 @@ OUT_DIR="$REPO_ROOT/integrations"
|
||||
TODAY="$(date +%Y-%m-%d)"
|
||||
|
||||
AGENT_DIRS=(
|
||||
academic design engineering game-development marketing paid-media sales product project-management
|
||||
testing support spatial-computing specialized
|
||||
academic design engineering game-development marketing paid-media product project-management
|
||||
sales spatial-computing specialized strategy support testing
|
||||
)
|
||||
|
||||
# --- Usage ---
|
||||
|
||||
Reference in New Issue
Block a user