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:
Michael Sitarzewski
2026-04-11 01:14:35 -05:00
committed by GitHub
parent 4eaf2309fb
commit e73f4019ae
6 changed files with 18 additions and 4 deletions

View File

@@ -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
)