docs: record page ai runtime owner boundary

This commit is contained in:
lix-2026
2026-05-26 04:20:19 +08:00
parent 85914cd4e1
commit b91bad5f14
2 changed files with 11 additions and 8 deletions
@@ -276,12 +276,12 @@ cargo test --manifest-path rust/Cargo.toml -p mnote-web --lib routes::web_shell
- [x] F1. 审计 `sidebar-tree-runtime.js` 中所有 Page AI / ACP / Hermes / Reasonix 字符串和函数。
- [x] F2. 纯 UI panel host 已迁入 `browser/sidebar-page-ai-runtime.js`
- [ ] F3. ACP/Hermes session 行为不得迁入 tree runtime需要新建或更新 `design/07-ai/process/*` checklist 后再实施
- [x] F3. ACP/Hermes session 行为不得迁入 tree runtime更新 `design/07-ai/process/7-38-page-ai-sidebar-runtime-owner-split-v1.md`,后续 AI event delegation / session 语义收口归 `07-ai`
验收命令:
```bash
rg -n "Page AI|page-ai|ACP|Hermes|Reasonix|hermes|reasonix" rust/crates/mnote-web/browser/sidebar-tree-runtime.js rust/crates/mnote-web/browser/page-ai-panel-runtime.js
rg -n "Page AI|page-ai|ACP|Hermes|Reasonix|hermes|reasonix" rust/crates/mnote-web/browser/sidebar-tree-runtime.js rust/crates/mnote-web/browser/sidebar-page-ai-runtime.js
cargo test --manifest-path rust/Cargo.toml -p mnote-web --lib ssr::pages::layout -- --test-threads=1
```