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:
@@ -11,6 +11,7 @@
|
||||
set -euo pipefail
|
||||
|
||||
AGENT_DIRS=(
|
||||
academic
|
||||
design
|
||||
engineering
|
||||
game-development
|
||||
@@ -18,10 +19,12 @@ AGENT_DIRS=(
|
||||
paid-media
|
||||
product
|
||||
project-management
|
||||
testing
|
||||
support
|
||||
sales
|
||||
spatial-computing
|
||||
specialized
|
||||
strategy
|
||||
support
|
||||
testing
|
||||
)
|
||||
|
||||
REQUIRED_FRONTMATTER=("name" "description" "color")
|
||||
|
||||
Reference in New Issue
Block a user