fix(sync): add business-growth and finance domains, fix main branch protection

- Add business-growth and finance to SKILL_DOMAINS in sync-codex-skills.py
- Create symlinks for 5 new skills (customer-success-manager, sales-engineer,
  revenue-operations, financial-analyst, campaign-analytics)
- Update skills-index.json (42 -> 47 skills, 7 categories)
- Fix workflow to skip auto-commit on main (branch protection blocks direct
  pushes). Auto-commit only runs on dev; main gets a warning if out of sync.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Reza Rezvani
2026-02-06 23:56:25 +01:00
parent a83706db7f
commit 601b00fbc4
8 changed files with 62 additions and 4 deletions

View File

@@ -43,6 +43,14 @@ SKILL_DOMAINS = {
"ra-qm-team": {
"category": "ra-qm",
"description": "Regulatory affairs and quality management skills"
},
"business-growth": {
"category": "business-growth",
"description": "Customer success, sales engineering, and revenue operations skills"
},
"finance": {
"category": "finance",
"description": "Financial analysis, valuation, and forecasting skills"
}
}