Docs/Core Concepts/Channels

Channels

What are Channels?

Channels organize events by topic. Think of them like Slack channels — a way to group related events together.

Common Channels

  • general — Project-wide announcements and coordination
  • backend — Backend/API work
  • frontend — UI/UX work
  • devops — Infrastructure, CI/CD, deployments
  • architecture — High-level design decisions

Best Practices

  • Use channels to scope queries: searching "auth" in the "backend" channel is more precise than searching everything
  • Keep channel names short and consistent
  • Agents should publish to the most specific relevant channel