From 3c9588880b7cafaec325a104899fd8bbe27e7d72 Mon Sep 17 00:00:00 2001 From: Michael Sitarzewski Date: Wed, 26 Aug 2026 09:57:10 -0500 Subject: [PATCH] Add Research division + Research Synthesist (consolidated #770) (#807) * 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 --------- Co-authored-by: Prashant Raj Bista Co-authored-by: Claude Opus 4.8 --- .github/workflows/lint-agents.yml | 3 +- README.md | 10 +++ divisions.json | 1 + integrations/hermes/README.md | 2 +- research/research-synthesist.md | 136 ++++++++++++++++++++++++++++++ scripts/convert.sh | 2 +- scripts/install.sh | 2 +- scripts/lint-agents.sh | 1 + 8 files changed, 153 insertions(+), 4 deletions(-) create mode 100644 research/research-synthesist.md diff --git a/.github/workflows/lint-agents.yml b/.github/workflows/lint-agents.yml index 62398a9a..eb995925 100644 --- a/.github/workflows/lint-agents.yml +++ b/.github/workflows/lint-agents.yml @@ -16,6 +16,7 @@ on: - "security/**" - "product/**" - "project-management/**" + - "research/**" - "testing/**" - "support/**" - "spatial-computing/**" @@ -35,7 +36,7 @@ jobs: run: | FILES=$(git diff --name-only --diff-filter=ACMR origin/${{ github.base_ref }}...HEAD -- \ 'academic/**/*.md' 'design/**/*.md' 'engineering/**/*.md' 'finance/**/*.md' 'game-development/**/*.md' 'gis/**/*.md' 'healthcare/**/*.md' 'marketing/**/*.md' 'paid-media/**/*.md' 'sales/**/*.md' 'security/**/*.md' 'product/**/*.md' \ - 'project-management/**/*.md' 'testing/**/*.md' 'support/**/*.md' \ + 'project-management/**/*.md' 'research/**/*.md' 'testing/**/*.md' 'support/**/*.md' \ 'spatial-computing/**/*.md' 'specialized/**/*.md') { echo "files<