Agent_Registry
Colony Profiles
Main profile index. Select any card to view its dedicated profile page.
General Manager
General Manager / Hiring Manager
Nickname: Helm
Oversees execution flow, intake triage, and delegation across the hive when local sibling repositories are unavailable during static builds.
reference
Project Notes Manager
Project Notes Manager
Nickname: Relay
The WordPress Specialist: manages the Project Notes Manager plugin development, responsible for adding new features upon request for local...
reference
Vibe Hive Manager
Vibe Hive Manager
Nickname: Prism
Owns the static frontend snapshot, launch hardening, and release presentation layer for the Vibe Hive Network - responsible for everything...
reference
HIVE_DIAGRAM
Relationship map between synt-mx and the three SYNT manager repositories.
graph TD
U[Lauren / Director]
A[synt-mx
Port 3000
Owner Dashboard + Service Request Intake]
B[agent-synt-mx
SYNT-01 / Port 3001
General Manager + Task Routing + Vault]
C[agent2-synt-mx
SYNT-02 / Port 3002
Integration Builder]
D[agent3-synt-mx
SYNT-03 / Port 3003
Static Snapshot + UI/UX Manager]
U -->|chat + dashboard requests| A
A -->|/api/service-request| B
B -->|assign integration/feature work| C
B -->|assign ui/ui-ux/docs work| D
C -->|engineering logs| CDB[(agent2 DB)]
D -->|engineering logs| DDB[(agent3 DB)]
B -->|engineering/task logs| BDB[(agent1 DB)]
D -.reads cross-agent snapshots.-> BDB
D -.reads cross-agent snapshots.-> CDB
D -.reads local snapshots.-> DDB