audit_runtime
Compare a Figma raw frame with the current DebugBridge page and write semantic audit artifacts (JSON/Markdown) to report UI differences.
Instructions
Compare a Figma raw frame with the current DebugBridge page and write semantic audit artifacts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timeoutMs | No | How long to retry /debug/page while the app is launching or transitioning. Defaults to 8000. | |
| intervalMs | No | Retry interval for transient /debug/page failures. Defaults to 300. | |
| artifactDir | No | Directory for JSON/Markdown report artifacts. Defaults to .devflow-ui/runtime. | |
| figmaNodeID | No | Optional target Figma node id when the raw file contains multiple nodes. | |
| outJsonPath | No | Optional exact JSON artifact path. | |
| figmaRawPath | Yes | Path to the raw Figma JSON artifact. | |
| labelAliases | No | Optional label alias map, e.g. {"Share":["分享"]}. | |
| artifactPrefix | No | Optional file prefix for saved report artifacts. | |
| expectedPageID | No | Optional expected DebugBridge pageID. | |
| outMarkdownPath | No | Optional exact Markdown artifact path. |