Skip to content

Thread Routing

  • Mentions in channel threads are primary entry points.
  • Thread follow-ups are processed in thread context.
  • Runtime preserves conversation ownership and continuity boundaries.
  • Incoming events are normalized to thread identity.
  • Queued processing carries thread context into background turns.
  • Assistant replies are posted in-thread, not as new top-level messages.
  • Retryable transport/provider failures are retried within bounded limits.
  • Non-retryable failures produce explicit failure signals for operators.
  • Confirm Slack conversation/thread IDs are stable in traces/logs.
  • Confirm reply posts map to the originating thread.
  • Confirm retry storms are absent and bounded.

Use Observability and Reliability Runbooks when routing behavior degrades.