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

@@ -985,7 +985,7 @@ git push gitea main
- `## Exact next evidence request if blocked`
- `## Verification commands and latest results`
- [ ] **Step 1: Rebuild local packages**
- [x] **Step 1: Rebuild local packages**
```powershell
powershell -NoProfile -ExecutionPolicy Bypass -File scripts\package-send-sandbox-gate.ps1
@@ -994,7 +994,7 @@ powershell -NoProfile -ExecutionPolicy Bypass -File scripts\package-send-file-sa
powershell -NoProfile -ExecutionPolicy Bypass -File scripts\verify-send-file-sandbox-gate-package.ps1
```
- [ ] **Step 2: Run full verification**
- [x] **Step 2: Run full verification**
```powershell
git diff --check
@@ -1004,7 +1004,7 @@ go build ./cmd/isphere-mcp
powershell -NoProfile -ExecutionPolicy Bypass -File scripts\verify-go-mcp.ps1
```
- [ ] **Step 3: Write release-candidate report**
- [x] **Step 3: Write release-candidate report**
The report must state the business status using these exact categories:
@@ -1014,7 +1014,7 @@ The report must state the business status using these exact categories:
阻断:需要在线可登录环境返回证据
```
- [ ] **Step 4: Commit and push**
- [x] **Step 4: Commit and push**
```powershell
git status --short
@@ -1025,6 +1025,15 @@ git push gitea main
**Acceptance gate:** 用户可以审核一个清晰结论:哪些目标已经能给数字员工用,哪些只到 preview哪些必须回到在线环境采证。
**R14 Result:**
- Rebuilt and verified `runs/send-sandbox-gate-package.zip`.
- Rebuilt and verified `runs/send-file-sandbox-gate-package.zip`.
- Added release-candidate report `docs/reports/2026-07-10-r6f-r14-release-candidate.md`.
- Updated runbook, capability matrix, and status card with the business-ready/preview/blocked split.
- Verification passed: package builders/verifiers, `git diff --check`, `scripts/verify-business-goals-smoke.ps1`, `go test ./...`, `go build ./cmd/isphere-mcp`, and `scripts/verify-go-mcp.ps1`.
- Business conclusion: search contacts, search groups, receive messages, and receive-file list are usable; send-message preview and send-file preview are usable; production send, real file download, and production file upload remain blocked on online evidence.
---
## Expected Business State After R14