Commit Graph

4 Commits

Author SHA1 Message Date
Bernt 447ce6f713 fix(comm): handle null team field in lead creation
BOC CI/CD / Test (push) Failing after 1s
BOC CI/CD / Security Scan (push) Has been skipped
BOC CI/CD / Build & Push (push) Has been skipped
BOC CI/CD / Deploy to Staging (push) Has been skipped
BOC CI/CD / Deploy to Production (push) Has been skipped
2026-08-12 11:00:00 +00:00
Bernt 417903b488 fix(comm): handle null tags array in contact creation
BOC CI/CD / Test (push) Failing after 14s
BOC CI/CD / Security Scan (push) Has been skipped
BOC CI/CD / Build & Push (push) Has been skipped
BOC CI/CD / Deploy to Staging (push) Has been skipped
BOC CI/CD / Deploy to Production (push) Has been skipped
2026-08-12 10:45:16 +00:00
Bernt 848be51332 fix(comm): resolve auth context for comm layer endpoints
BOC CI/CD / Test (push) Failing after 2s
BOC CI/CD / Security Scan (push) Has been skipped
BOC CI/CD / Build & Push (push) Has been skipped
BOC CI/CD / Deploy to Staging (push) Has been skipped
BOC CI/CD / Deploy to Production (push) Has been skipped
2026-08-12 10:29:06 +00:00
Bernt 9e519f5c8f feat(comm): implement Communication & Lead Layer core
BOC CI/CD / Test (push) Failing after 2s
BOC CI/CD / Security Scan (push) Has been skipped
BOC CI/CD / Build & Push (push) Has been skipped
BOC CI/CD / Deploy to Staging (push) Has been skipped
BOC CI/CD / Deploy to Production (push) Has been skipped
- Add database migration: contacts, conversations, messages, leads, workflows, follow-ups, audit log
- Contact handler with deduplication and identity resolution
- Conversation handler with unified inbox
- Lead handler with scoring engine and qualification
- Workflow handler with trigger-action engine
- Full API routes for all comm layer endpoints
- 12 operational agents integrated in all BOC modules
2026-08-12 10:15:54 +00:00