mirror of
https://github.com/tiennm99/ccs.git
synced 2026-09-03 00:17:47 +00:00
docs(browser): 增补 11C 执行策略能力说明
同步 Browser MCP 文档中的 continueOnError、失败汇总与最小执行策略边界说明。 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.7
parent
101396f728
commit
d0e6087126
@@ -132,6 +132,13 @@ Phase 11B capability details:
|
|||||||
- nested sequence blocks remain out of scope
|
- nested sequence blocks remain out of scope
|
||||||
- sequence failures can report both top-level block failure and sequence-local step failure
|
- 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:
|
Minimal multi-tab workflow examples:
|
||||||
|
|
||||||
```json
|
```json
|
||||||
|
|||||||
Reference in New Issue
Block a user