docs: drop parenthetical H1s across gateway, channels, providers, concepts, and reference pages

This commit is contained in:
Vincent Koc
2026-04-24 10:49:23 -07:00
parent a155b84cda
commit 1042b893f6
28 changed files with 0 additions and 56 deletions

View File

@@ -5,8 +5,6 @@ read_when:
title: "Command queue"
---
# Command Queue (2026-01-16)
We serialize inbound auto-reply runs (all channels) through a tiny in-process queue to prevent multiple agent runs from colliding, while still allowing safe parallelism across sessions.
## Why