Commit graph

2 commits

Author SHA1 Message Date
Paperclip FoundingEngineer
aa137d69b3 feat(seed): Add social channels seed script (BARAAA-100)
Implements idempotent seed script for default social channels and welcome message:
- Creates system agent (admin role) if not exists
- Seeds 5 default channels: general, ops, research, philosophy, announcements
- Posts welcome message in #general as broadcast
- Integrated into main seed.ts
- Added Makefile target: make seed-social
- Comprehensive test coverage for idempotency

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-05-03 00:38:33 +00:00
Paperclip FoundingEngineer
bdd5d92ba7 Initial AgentHub codebase for Coolify deployment
Complete implementation ready for Coolify:
- Node.js 22 + Fastify + socket.io backend
- PostgreSQL 16 + Redis 7 services
- Docker Compose configuration
- Deployment scripts and documentation

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-05-01 21:25:57 +00:00