Guard browser OPFS custom session staging

This commit is contained in:
2026-06-13 22:10:33 +08:00
parent 40f95af188
commit ff6dd315ee
2 changed files with 115 additions and 47 deletions

View File

@@ -1949,3 +1949,65 @@ LinuxCNC-owned interpreter、INI、tool、parameter 或 runtime semantics。
```bash
git status --short && git log -5 --oneline && tail -n 120 text7.txt && awk '/^[一二三四五六七八九十百]+、/ {print}' text7.txt | sort | uniq -d
```
三十三、2026-06-13 继续执行记录browser OPFS custom session staging guard
1. 本批目标。
继续 staged path guard inventory 第二十八轮,收敛 browser OPFS smoke 中 custom session
路径三件套:
```text
browser-ini-file-session
browser-ini-override-session
```
2. 已完成改动。
- 扩展 browser smoke 的 `assertOpfsSessionStaging(...)`,支持默认 OPFS path 加 custom
`opfs` override
- 普通/default session 调用改为显式 `wasm` path map
- INI-derived `browser-ini-file-session` 的 INI、custom parameter、custom tool table
staging 断言改为走 session helper
- explicit override `browser-ini-override-session` 的 INI、explicit parameter、explicit
tool table staging 断言改为走 session helper
- 保留 custom filename 的显式 expected OPFS path
- 未修改 OPFS bridge behavior、file-service、path-model、SDK planner、interpreter 或
LinuxCNC-owned runtime semantics。
涉及文件:
```text
wasm-port/tests/browser/interp_smoke.html
```
3. 已完成验证。
```bash
git diff --check
SKIP_INI_BUILD=1 SKIP_INTERP_BUILD=1 wasm-port/tests/browser/verify_interp_browser.sh
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
wasm-port/tests/host/verify_host_smokes.sh
```
提交建议:
```text
Guard browser OPFS custom session staging
```
4. 下一步工作建议。
继续 staged path guard inventory 第二十九轮,优先扫描 browser OPFS smoke 中 invalid
INI parameter/tool-table rejection 的 staging guard收敛为 invalid-session helper
仍只加 browser/OPFS boundary guard不改变 LinuxCNC-owned interpreter、INI、tool、
parameter 或 runtime semantics。
下一轮第一条命令仍保持:
```bash
git status --short && git log -5 --oneline && tail -n 120 text7.txt && awk '/^[一二三四五六七八九十百]+、/ {print}' text7.txt | sort | uniq -d
```