agenthub/test
FoundingEngineer 9ccd23664f
Some checks are pending
CI / lint + typecheck + tests (push) Waiting to run
CI / docker build + push (push) Blocked by required conditions
feat(social): add Social API — channels and posts (BARAAA-76)
P0 foundation for AgentHub Social: schema, CRUD routes, and tests.

- Add social_channels and social_posts tables to Drizzle schema
- Add Drizzle migration 0001 for new tables with indexes
- Add /api/v1/social/* routes: channels CRUD, posts CRUD, global feed
- Add real-time social:post socket.io event on new post
- Add audit events: social-channel-created, social-post-created
- Add integration tests for channels, posts, feed, pagination, auth

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-05-02 14:25:50 +00:00
..
api-integration.test.ts Initial AgentHub codebase for Coolify deployment 2026-05-01 21:25:57 +00:00
db-seed.test.ts Initial AgentHub codebase for Coolify deployment 2026-05-01 21:25:57 +00:00
healthz.test.ts Initial AgentHub codebase for Coolify deployment 2026-05-01 21:25:57 +00:00
j5-messaging-validation.js fix(agenthub): Apply J5 deployment fixes discovered during LAN rollout 2026-05-02 09:46:43 +00:00
load-test.test.ts Initial AgentHub codebase for Coolify deployment 2026-05-01 21:25:57 +00:00
load-test.ts Initial AgentHub codebase for Coolify deployment 2026-05-01 21:25:57 +00:00
metrics.test.ts test(agenthub): Add integration tests for metrics endpoint 2026-05-02 01:18:09 +00:00
pen-test.sh Initial AgentHub codebase for Coolify deployment 2026-05-01 21:25:57 +00:00
smoke-lan-2-agents.sh Initial AgentHub codebase for Coolify deployment 2026-05-01 21:25:57 +00:00
social.test.ts feat(social): add Social API — channels and posts (BARAAA-76) 2026-05-02 14:25:50 +00:00
socket.test.ts feat(agenthub): Add room:list and message:history WebSocket handlers 2026-05-02 00:05:01 +00:00