tools: complete login probe todo coverage

This commit is contained in:
zhaoyilun
2026-07-12 14:08:25 +08:00
parent 93c1d59809
commit 57a0c08656
5 changed files with 198 additions and 7 deletions

View File

@@ -14,7 +14,7 @@ It is for B-route evidence collection. It does not enable production send.
- Verification script: `scripts/verify-login-reachability-probe-package.ps1`
- Package directory: `runs/login-reachability-probe-package`
- Package zip: `runs/login-reachability-probe-package.zip`
- Downloads copy: `C:\Users\zhaoy\Downloads\login-reachability-probe-package-20260712-125451.zip`
- Downloads copy: `C:\Users\zhaoy\Downloads\login-reachability-probe-package-20260712-140706.zip`
## What the package contains
@@ -22,6 +22,7 @@ It is for B-route evidence collection. It does not enable production send.
- `tools/isphere-capability-smoke.exe`
- `LOGIN-REACHABILITY-INPUTS.template.json`
- `LOGIN-REACHABILITY-INPUTS.schema.json`
- `TODO-COVERAGE.md`
- `CREATE-RETURN-ZIP.ps1`
- `RUN-LOGIN-REACHABILITY-SUITE.bat`
- numbered operator steps:
@@ -79,7 +80,7 @@ Verified result:
```json
{
"ok": true,
"required_file_count": 21,
"required_file_count": 22,
"synthetic_return_verified": true,
"online_login_required": true,
"no_automatic_send": true,
@@ -88,6 +89,15 @@ Verified result:
}
```
## Remaining TODO coverage completed
The package now includes the remaining validation TODO fields:
- `runtime_observations`: AppContextManager, MessageScheduling, Chat/XMPP, FileUploadPara, IFileTransfer, FileUploadResult/FileID, and send-file-message finalization evidence or structured failure.
- `group_probe`: group ChatRoom branch and speech/upload permission evidence or structured failure.
- `fallback_a_route`: HWND, `rtbSendMessage`, `btnSend`, file menu evidence, or structured failure when B-route fails.
- `TODO-COVERAGE.md`: maps every P0/P1 validation item to the exact package field or generated evidence path.
## Next decision after returned zip
- If text evidence includes one-shot target, before/after sent-record source, content hash, and ack/ref correlation, move text B-route from contract/probe toward production connector design.