MCPcopy Create free account
hub / github.com/QodeXcli/QodeX / visualReview

Method visualReview

src/orchestration/qa-node.ts:47–47  ·  view source on GitHub ↗

* Render + screenshot a route, then return a vision critique. Wired to * dev_server + browser_screenshot + the vision role.

(node: TaskNode, signal?: AbortSignal)

Source from the content-addressed store, hash-verified

45 * dev_server + browser_screenshot + the vision role.
46 */
47 visualReview?(node: TaskNode, signal?: AbortSignal): Promise<{ screenshotPath: string; notes: string; ok: boolean }>;
48}
49
50export class QaNode {

Callers 1

reviewMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected