docs(browser): 增补 11D 持久化与导入导出说明

同步 Browser MCP 文档中的 artifact JSON、导入导出与本地持久化边界说明。

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
walker1211
2026-04-20 20:42:10 +08:00
co-authored by Claude Opus 4.7
parent 2f167d8445
commit 3c791a467f
+8
View File
@@ -139,6 +139,14 @@ Phase 11C capability details:
- final results now include a lightweight `failures[]` summary and failed counts
- 11C intentionally stops short of retry, timeout override, severity, and other larger policy systems
Phase 11D capability details:
- `browser_export_artifact`, `browser_import_artifact`, `browser_list_artifacts`, and `browser_delete_artifact` add a local JSON persistence workflow
- supported artifact kinds are `recording`, `replay`, and `orchestration`
- imported artifacts restore session-local state only and are not executed automatically
- artifact files carry `kind`, `version`, `name`, and `payload`
- cloud sync, sharing, and complex template management remain out of scope
Minimal multi-tab workflow examples:
```json