mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-18 12:41:12 +00:00
docs: turn live transport coverage into tables
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user