fix: add finance/ to scripts, CI, README, and CONTRIBUTING.md (#437)
Adds finance/ to AGENT_DIRS in all 3 scripts, CI workflow trigger paths, CONTRIBUTING.md category list, and README.md division roster. Also fixes duplicate sales entry in lint-agents.sh.
This commit is contained in:
committed by
GitHub
parent
4eaf2309fb
commit
e73f4019ae
@@ -62,7 +62,7 @@ OUT_DIR="$REPO_ROOT/integrations"
|
||||
TODAY="$(date +%Y-%m-%d)"
|
||||
|
||||
AGENT_DIRS=(
|
||||
academic design engineering game-development marketing paid-media product project-management
|
||||
academic design engineering finance game-development marketing paid-media product project-management
|
||||
sales spatial-computing specialized strategy support testing
|
||||
)
|
||||
|
||||
|
||||
@@ -105,7 +105,7 @@ ALL_TOOLS=(claude-code copilot antigravity gemini-cli opencode openclaw cursor a
|
||||
|
||||
# Standard agent category directories (keep sorted, sync with convert.sh / lint-agents.sh)
|
||||
AGENT_DIRS=(
|
||||
academic design engineering game-development marketing paid-media product project-management
|
||||
academic design engineering finance game-development marketing paid-media product project-management
|
||||
sales spatial-computing specialized strategy support testing
|
||||
)
|
||||
|
||||
|
||||
@@ -15,10 +15,10 @@ AGENT_DIRS=(
|
||||
academic
|
||||
design
|
||||
engineering
|
||||
finance
|
||||
game-development
|
||||
marketing
|
||||
paid-media
|
||||
sales
|
||||
product
|
||||
project-management
|
||||
sales
|
||||
|
||||
Reference in New Issue
Block a user