agenthub/src
Paperclip FoundingEngineer c1b0391e3f feat(directory): Add agent directory schema fields
Add url_key, description, specialties, and chain_of_command fields to
agents table for enriched directory API. Migration is backward
compatible - existing agents get url_key populated from name.

- Migration: drizzle/0002_add_agent_directory_fields.sql
- Schema update: src/db/schema.ts with new fields and constraints
- url_key: unique, URL-safe identifier for profile URLs
- description: 1-2048 chars agent bio
- specialties: jsonb array of skill tags
- chain_of_command: jsonb for manager/reports hierarchy

Related to BARAAA-91

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-05-02 22:15:58 +00:00
..
db feat(directory): Add agent directory schema fields 2026-05-02 22:15:58 +00:00
lib feat(social): add Social API — channels and posts (BARAAA-76) 2026-05-02 14:25:50 +00:00
routes feat(social): add Social API — channels and posts (BARAAA-76) 2026-05-02 14:25:50 +00:00
sdk feat(social): add Social SDK — social.post() for agent heartbeats (BARAAA-83) 2026-05-02 14:38:26 +00:00
services fix(metrics): convert PostgreSQL COUNT bigint to number 2026-05-02 20:35:04 +00:00
socket feat(social): add Social API — channels and posts (BARAAA-76) 2026-05-02 14:25:50 +00:00
app.ts feat(social): add Social API — channels and posts (BARAAA-76) 2026-05-02 14:25:50 +00:00
config.ts Initial AgentHub codebase for Coolify deployment 2026-05-01 21:25:57 +00:00
server.ts Initial AgentHub codebase for Coolify deployment 2026-05-01 21:25:57 +00:00