feat(review): prepare evidence for client rendering review (#305) - #457
Draft
kiki830621 wants to merge 5 commits into
Draft
kiki830621 wants to merge 5 commits into
kiki830621 wants to merge 5 commits into
Conversation
Member
Author
|
相依整合已更新至 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
#305 缺少把指定草稿版本、測試副本與真正非Apple Mail客戶端觀察連在一起的流程。新增
/review-draft-rendercommand與離線prepare/compare助手:保存私有RFC822捕捉封包、檢查有限HTML風險、核對來源版本及實收MIME內容。相同比對永遠保留
client_render_verified:false,不以普通HTML預覽或檔案fingerprint冒充Gmail觀察。Command要求來源/capture provenance、另行確認的測試寄送/帳號及實際客戶端人工紀錄;來源改變或重新建立需重驗。助手沒有網路、寄信、HTML執行或附件路徑寫入。輸入限16MiB,解析建立節點時即限制256parts/16depth;quoted-printable先驗證escape,拒絕破損資料被寬鬆decoder當成等價內容。新目錄0700、固定檔案0600且拒絕覆寫。
驗證:17項最終測試通過,含CLI、5,000parts早期限制、200層巢狀拒絕、QP破損、內容/來源差異與never-render-PASS;完整plugin5套suite通過後,受審查修正影響的新suite再以17項重跑。Spectra validate通過、analyze無Critical/Warning,Codex R2對本階段無新增問題。
這是部分實作,Spectra4/6:真正Gmail觀察/測試寄送及完整Claude ensemble仍未完成。尚未讀取或寄送真實郵件。保留draft,接續 #456。
Refs #305