Thread Routing
Routing rules (high-level)
Section titled “Routing rules (high-level)”- Mentions in channel threads are primary entry points.
- Thread follow-ups are processed in thread context.
- Runtime preserves conversation ownership and continuity boundaries.
Continuity behavior
Section titled “Continuity behavior”- 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.
Failure behavior
Section titled “Failure behavior”- Retryable transport/provider failures are retried within bounded limits.
- Non-retryable failures produce explicit failure signals for operators.
Operator checks
Section titled “Operator checks”- 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.
Next step
Section titled “Next step”Use Observability and Reliability Runbooks when routing behavior degrades.