mirror of
https://github.com/msitarzewski/agency-agents.git
synced 2026-09-03 16:50:50 +03:00
* Add Research division with Research Synthesist agent New division for literature review, source evaluation, and evidence synthesis. Wired into divisions.json, convert.sh, lint-agents.sh, install.sh, and the lint-agents CI workflow. * chore(hermes): regenerate agent count 272 -> 273 for research division (#770) Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> --------- Co-authored-by: Prashant Raj Bista <prashant.bista.18@gmail.com> Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.8
Prashant Raj Bista
parent
9572c66428
commit
3c9588880b
+1
-1
@@ -478,7 +478,7 @@ division_emoji() {
|
||||
academic) printf '📚';; design) printf '🎨';; engineering) printf '💻';;
|
||||
finance) printf '💵';; game-development) printf '🎮';; gis) printf '🌍';; marketing) printf '📢';;
|
||||
paid-media) printf '💰';; product) printf '📊';; project-management) printf '🎬';;
|
||||
sales) printf '💼';; security) printf '🔒';; spatial-computing) printf '🥽';;
|
||||
research) printf '🔍';; sales) printf '💼';; security) printf '🔒';; spatial-computing) printf '🥽';;
|
||||
specialized) printf '🎯';; support) printf '🛟';; testing) printf '🧪';; *) printf '•';;
|
||||
esac
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user