从 checkpoint 435b2af8f9ec2aa37f796948a5f4582183fb6a06 只关闭 FILE-04 + SEC-03,为 package/scene/manifest/asset 的真实生产 I/O 补固定故障矩阵,证明失败时原 bytes/SHA、temp、sentinel 与 replacement 安全。
未生成 Review Gate。两次独立预审确认 pathname-based verify -> rename 与 identity-check -> unlink 仍存在同 UID replacement TOCTOU;继续增加 pathname recheck 不能形成安全证明。终态固定为 BLOCKED_SAFE_IDENTITY_ATOMICITY,下一步必须先做平台 exact-authority architecture。
src-tauri/src/fs_fault.rs、src-tauri/src/lib.rs、src-tauri/src/asset_store.rs、src-tauri/src/windows_safe_io.rs、CODEGRAPH.md、CHANGELOG.md。02-P/MEXP16-CrossPlatform127/architecture/md-127-xplat-fs-fault-evidence-01-blocked-20260814.md。另立 MD-127-XPLAT-FS-EXACT-AUTHORITY-ARCH-01,分别评估 Darwin/Linux/Windows 同对象 commit/delete 的公开 API;架构结论通过后再决定继续原型或回退未提交 diff。
用途:复核当前原型的 Rust 与 Windows compile-only 状态。前置条件:位于跨平台 worktree,保持当前未提交原型。
cargo test --locked --manifest-path src-tauri/Cargo.toml
cargo check --locked --manifest-path src-tauri/Cargo.toml --target x86_64-pc-windows-msvc
cargo check --locked --manifest-path src-tauri/Cargo.toml --target aarch64-pc-windows-msvc
npm run xplat:build-probe
验证:Rust 应为 136/136;Windows 两 target compile PASS;六 target 当前应为 4 PASS / 0 FAIL_COMPILE / 2 Linux cross environment blocked。清理/恢复:本记录不授权 reset、checkout 或删除原型;由后续 PMO 派工决定。