forked from molecule-ai/molecule-core
Slack adapter: adds chat.postMessage mode alongside legacy webhooks. When bot_token is configured, uses chat:write.customize for per-agent display name + emoji on every message. Each of the 15 active agents posts with a distinct identity (PM 💼, Backend ⚙️, etc.). 5 channels configured: #mol-engineering — PM, Dev Lead, Frontend, Backend, QA, Security, UIUX, Docs #mol-research — Research Lead, Market Analyst, Tech Researcher, Competitive Intel #mol-ops — DevOps, Triage, Offensive Security #mol-ceo-feed — PM synthesized rollup (CEO-facing) #mol-firehose — all agents (raw feed) Tested live: 5 test messages across 4 channels, all ok=true. pgvector migration: moved ALTER TABLE + CREATE INDEX inside the DO block so the entire migration is skipped when pgvector extension is unavailable (was crashing platform on restart — the guard caught CREATE EXTENSION but execution continued to ALTER TABLE which used the non-existent vector type). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| cmd/server | ||
| docs/adr | ||
| internal | ||
| migrations | ||
| pkg/provisionhook | ||
| Dockerfile | ||
| Dockerfile.tenant | ||
| entrypoint-tenant.sh | ||
| go.mod | ||
| go.sum | ||