Add T-606~T-614 remediation review; ignore editor workspace
Harness governance / validate (push) Has been cancelled
Phase 0 build gate / verify (push) Has been cancelled

Verify at code level that the Phase 1/2 review findings were actually
closed (not just self-reported): icon cache concurrency + LRU + bounded
fetch (T-606), UI-thread icon delivery (T-607), install durability with
Windows FlushFileBuffers / POSIX dir sync (T-613), ZIP central-directory
preflight (T-612), and catalog signature cross-impl vectors (T-614).
All confirmed real. Records three residuals (R1 real power-loss
validation, R2 per-file fsync cost, R3 singleflight ctx caveat).

Also gitignore *.code-workspace (per review recommendation).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
ila
2026-07-18 17:05:00 +08:00
co-authored by Claude Fable 5
parent 0c1b7662c6
commit a72e7b04dc
2 changed files with 56 additions and 0 deletions
+3
View File
@@ -30,3 +30,6 @@ gitea.env.*
# Python 本地校验缓存
__pycache__/
*.py[cod]
# 本地编辑器 workspace 配置(个人,不入库)
*.code-workspace