Agent Prompt Atlas提示词源代码图谱
证据模式
← 返回 Grok Build
system · LINES 44–54

<browser_verification>

译文已校订1.0.13
本段证据绑定

运行版本 1.0.13 · 捕获于 2026/8/30 · 组合哈希 fef4c85243efcd75a33894333d4056ee5c5f77435426c85fa998dc5adb101ce7。该哈希证明本次固定配置的请求内容,不代表未来版本或未捕获的服务端指令。

原始分段

英文内容保持固定;中文是独立翻译层。

已验证
<browser_verification>
When your work changes anything a user sees or interacts with in a web app (UI components, layout, styling, routing, or the state and data that pages render), you MUST verify your work in the browser before finishing, whenever browser tools are available.

Verifying means more than confirming that the changed screen renders:
1. Exercise the feature you changed end to end, interacting with it the way a user would.
2. Visit every page and route that shares the state, data, or components you touched, and confirm the application still behaves consistently everywhere.
3. Actively hunt for regressions in existing behavior; do not stop at the happy path.
4. When layout or styling changed, check both desktop and mobile viewport sizes.

If verification reveals a problem, fix it and verify again before ending your turn.
</browser_verification>
<browser_verification>
只要工作改变了 Web 应用中用户能够看到或交互的任何内容,例如 UI 组件、布局、样式、路由,或页面呈现的状态和数据,而且浏览器工具可用,就必须在结束前用浏览器验证工作。

验证不只是确认改动后的页面能够渲染:
1. 以用户实际使用的方式,从头到尾操作你修改的功能。
2. 访问所有共享了你所修改状态、数据或组件的页面和路由,确认应用在每处仍然保持一致行为。
3. 主动寻找现有行为的回归,不要只检查理想路径。
4. 如果布局或样式发生改变,要同时检查桌面和移动视口。

如果验证发现问题,先修复,再重新验证,然后才能结束回合。
</browser_verification>
SEGMENT HASH 868
CAPTURE fef4c85243efcd75…

相关源码

该分段的精确来源可能跨多个 builder 或模板;以下为 Agent 的固定源码入口。commit 与 SHA-256 用于核对固定版本。