docs: publish r6f r14 release candidate status

This commit is contained in:
zhaoyilun
2026-07-11 00:52:17 +08:00
parent caa7649feb
commit 456ef44e8e
5 changed files with 171 additions and 15 deletions

View File

@@ -532,10 +532,10 @@ This package includes `isphere-capability-smoke.exe` and `runs\win-helper\ISpher
Run the business-facing smoke when you need a single status line for the four goals:
```powershell
powershell -NoProfile -ExecutionPolicy Bypass -File scripts erify-business-goals-smoke.ps1
powershell -NoProfile -ExecutionPolicy Bypass -File scripts\verify-business-goals-smoke.ps1
```
It reuses `scripts erify-go-mcp.ps1`, writes `docs/reports/2026-07-10-business-goals-smoke.md`, and prints these key fields:
It reuses `scripts\verify-go-mcp.ps1`, writes `docs/reports/2026-07-10-business-goals-smoke.md`, and prints these key fields:
- `search_contacts_ready`
- `search_groups_ready`
@@ -550,7 +550,31 @@ It reuses `scripts erify-go-mcp.ps1`, writes `docs/reports/2026-07-10-business-g
Current expected production blockers are real send-message, real file download, and real file upload.
## 17. Troubleshooting
## 17. R14 release-candidate status
Use the R14 release-candidate report when you need a business-facing answer about what is ready, what is preview-only, and what still needs online evidence:
```text
docs\reports\2026-07-10-r6f-r14-release-candidate.md
```
Current short answer:
- 已完成:搜索联系人、搜索群组、收消息基础读取、收文件列表。
- 可预览:发消息 preview、发文件 preview。
- 阻断:生产发消息、真实文件下载、生产发文件。
The two online evidence packages to send to an internal/logged-in operator are:
```text
runs\send-sandbox-gate-package.zip
runs\send-file-sandbox-gate-package.zip
```
They are generated under ignored `runs\` and are not committed.
## 18. Troubleshooting
- If C# helper build fails, run `scripts\build-win-helper.ps1` directly and check for missing .NET Framework reference assemblies.
- If `win_helper_version` fails, rerun `powershell -NoProfile -ExecutionPolicy Bypass -File scripts\verify-win-helper.ps1` first.