docs: turn live transport coverage into tables

This commit is contained in:
Gustavo Madeira Santana
2026-04-10 17:53:09 -04:00
parent f29f596f33
commit c9bb383e44
2 changed files with 12 additions and 42 deletions

View File

@@ -67,28 +67,13 @@ the child config scoped to the transport under test, so Matrix runs without
Live transport lanes now share one smaller contract instead of each inventing
their own scenario list shape:
- Baseline contract:
- canary
- mention gating
- sender allowlist block
- top-level reply shape
- restart resume
- Capability add-ons:
- thread follow-up
- thread isolation
- reaction observation
- help command
`qa-channel` remains the broad synthetic product-behavior suite and is not part
of the live transport coverage matrix.
Current coverage:
- Matrix:
- baseline contract
- thread follow-up
- thread isolation
- reaction observation
- Telegram:
- canary
- help command
| Lane | Canary | Mention gating | Allowlist block | Top-level reply | Restart resume | Thread follow-up | Thread isolation | Reaction observation | Help command |
| -------- | ------ | -------------- | --------------- | --------------- | -------------- | ---------------- | ---------------- | -------------------- | ------------ |
| Matrix | x | x | x | x | x | x | x | x | |
| Telegram | x | | | | | | | | x |
This keeps `qa-channel` as the broad product-behavior suite while Matrix,
Telegram, and future live transports share one explicit transport-contract

View File

@@ -76,28 +76,13 @@ These commands sit beside the main test suites when you need QA-lab realism:
Live transport lanes share one standard contract so new transports do not drift:
- Baseline:
- canary
- mention gating
- sender allowlist block
- top-level reply shape
- restart resume
- Capability add-ons:
- thread follow-up
- thread isolation
- reaction observation
- help command
`qa-channel` remains the broad synthetic QA suite and is not part of the live
transport coverage matrix.
Current lane coverage:
- Matrix:
- baseline contract
- thread follow-up
- thread isolation
- reaction observation
- Telegram:
- canary
- help command
| Lane | Canary | Mention gating | Allowlist block | Top-level reply | Restart resume | Thread follow-up | Thread isolation | Reaction observation | Help command |
| -------- | ------ | -------------- | --------------- | --------------- | -------------- | ---------------- | ---------------- | -------------------- | ------------ |
| Matrix | x | x | x | x | x | x | x | x | |
| Telegram | x | | | | | | | | x |
## Test suites (what runs where)