Guard OPFS snapshot staging

This commit is contained in:
2026-06-13 17:52:12 +08:00
parent 4cb52ef2e7
commit 422d9f42c7
2 changed files with 91 additions and 3 deletions

View File

@@ -1559,3 +1559,70 @@ semantics。
```bash
git status --short && git log -5 --oneline && tail -n 120 text7.txt && awk '/^[一二三四五六七八九十百]+、/ {print}' text7.txt | sort | uniq -d
```
二十七、2026-06-13 继续执行记录OPFS snapshot staging guard
1. 本批目标。
继续 staged path guard inventory 第二十二轮,处理 OPFS session snapshot storage
path
```text
linuxcnc/sessions/session-1/snapshot.json
linuxcnc/sessions/session-1/custom-snapshot.json
```
2. 已完成改动。
- Node OPFS smoke 新增 `assertSessionSnapshotStoragePath(...)`
- `sessionSnapshotPath(...)` 的默认 snapshot 与 custom snapshot 路径改为走专用 path
guard
- `saveSessionSnapshot(...)` 的默认 snapshot 与 custom snapshot 后增加 path guard
- `loadSessionSnapshot(...)` 的 snapshot 内容验证保持不变;
- invalid snapshot filename、bad JSON、bad format/version/session-id rejection 验证保持
不变;
- 未修改 OPFS file-service、snapshot schema、snapshot-store、path-model 或 session
runtime semantics。
涉及文件:
```text
wasm-port/tests/opfs/node/verify_file_service.mjs
```
3. 已完成的目标验证。
```bash
git diff --check
wasm-port/tests/opfs/node/verify_file_service.sh
```
4. 本批剩余建议验证。
```bash
wasm-port/tools/verify_vendor_sync.sh
wasm-port/tools/verify_no_standalone_cnc_semantics.sh
SKIP_INTERP_BUILD=1 wasm-port/tests/wasm/node/verify_interp_wasm.sh
SKIP_INTERP_BUILD=1 wasm-port/tests/wasm/node/verify_sim_configs_inventory_wasm.sh
SKIP_INI_BUILD=1 SKIP_INTERP_BUILD=1 wasm-port/tests/browser/verify_interp_browser.sh
wasm-port/tests/host/verify_host_smokes.sh
```
如果通过,提交建议:
```text
Guard OPFS snapshot staging
```
5. 下一步工作建议。
继续 staged path guard inventory 第二十三轮,优先扫描 OPFS preview-cache path 边界,
例如 `previewCachePath(...)` 与 `linuxcnc/preview-cache/<cache>/preview.json` 或 custom
preview filename 对账;仍只加 filesystem/OPFS path guard不改变 preview cache、
file-service 或 runtime semantics。
下一轮第一条命令仍保持:
```bash
git status --short && git log -5 --oneline && tail -n 120 text7.txt && awk '/^[一二三四五六七八九十百]+、/ {print}' text7.txt | sort | uniq -d
```