docs(browser): 增补 11C 执行策略能力说明

同步 Browser MCP 文档中的 continueOnError、失败汇总与最小执行策略边界说明。

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
walker1211
2026-04-20 19:45:47 +08:00
co-authored by Claude Opus 4.7
parent 101396f728
commit d0e6087126
+7
View File
@@ -132,6 +132,13 @@ Phase 11B capability details:
- nested sequence blocks remain out of scope
- sequence failures can report both top-level block failure and sequence-local step failure
Phase 11C capability details:
- blocks and sequence steps can opt into `continueOnError: true`
- orchestration can continue after selected failures instead of always failing fast
- 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
Minimal multi-tab workflow examples:
```json