From 78f3879e19adfc90464fb2aca00a218b5efe55d5 Mon Sep 17 00:00:00 2001 From: walker1211 <13750528578@163.com> Date: Mon, 20 Apr 2026 19:06:03 +0800 Subject: [PATCH] =?UTF-8?q?docs(browser):=20=E5=A2=9E=E8=A1=A5=2011B=20seq?= =?UTF-8?q?uence=20=E8=83=BD=E5=8A=9B=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 同步 Browser MCP 文档中的 sequence 组合块、单层约束与失败定位说明。 Co-Authored-By: Claude Opus 4.7 --- docs/browser-automation.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/browser-automation.md b/docs/browser-automation.md index d164982d..6e7a4f99 100644 --- a/docs/browser-automation.md +++ b/docs/browser-automation.md @@ -124,6 +124,14 @@ Phase 11A capability details: - assertion failures now include clearer diagnostics such as failed assertion index, field, expected value, and actual value - Phase 11A continues to reuse `browser_query` as the data source rather than introducing a new diagnostics runtime +Phase 11B capability details: + +- `sequence` adds a single-layer grouping container on top of fixed orchestration blocks +- sequence steps reuse existing block semantics rather than introducing a DSL +- sequence runs steps sequentially and stops on the first failure +- nested sequence blocks remain out of scope +- sequence failures can report both top-level block failure and sequence-local step failure + Minimal multi-tab workflow examples: ```json