fix: add finance/ to scripts, CI, README, and CONTRIBUTING.md

The finance division (5 agents, PR #431) was merged without updating
the surrounding infrastructure:

- install.sh: added finance to AGENT_DIRS
- convert.sh: added finance to AGENT_DIRS
- lint-agents.sh: added finance to AGENT_DIRS, fixed duplicate sales entry
- lint-agents.yml: added finance/ to CI trigger paths and diff globs
- CONTRIBUTING.md: added finance/ to category list
- README.md: added Finance Division section with all 5 agent entries
This commit is contained in:
Michael Sitarzewski
2026-04-11 01:14:09 -05:00
parent 4eaf2309fb
commit b4f890d446
6 changed files with 18 additions and 4 deletions
+2 -1
View File
@@ -6,6 +6,7 @@ on:
- "academic/**"
- "design/**"
- "engineering/**"
- "finance/**"
- "game-development/**"
- "marketing/**"
- "paid-media/**"
@@ -30,7 +31,7 @@ jobs:
id: changed
run: |
FILES=$(git diff --name-only --diff-filter=ACMR origin/${{ github.base_ref }}...HEAD -- \
'academic/**/*.md' 'design/**/*.md' 'engineering/**/*.md' 'game-development/**/*.md' 'marketing/**/*.md' 'paid-media/**/*.md' 'sales/**/*.md' 'product/**/*.md' \
'academic/**/*.md' 'design/**/*.md' 'engineering/**/*.md' 'finance/**/*.md' 'game-development/**/*.md' 'marketing/**/*.md' 'paid-media/**/*.md' 'sales/**/*.md' 'product/**/*.md' \
'project-management/**/*.md' 'testing/**/*.md' 'support/**/*.md' \
'spatial-computing/**/*.md' 'specialized/**/*.md')
{