docs: publish r6f r14 release candidate status
This commit is contained in:
@@ -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 scriptserify-business-goals-smoke.ps1
|
||||
powershell -NoProfile -ExecutionPolicy Bypass -File scripts\verify-business-goals-smoke.ps1
|
||||
```
|
||||
|
||||
It reuses `scriptserify-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 `scriptserify-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.
|
||||
|
||||
Reference in New Issue
Block a user