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

Method designAudit

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

* Run the design audit over staged content. Returns issues. Wired to the * existing design_audit logic by the engine.

(files: Array<{ path: string; content: string }>)

Source from the content-addressed store, hash-verified

40 * existing design_audit logic by the engine.
41 */
42 designAudit?(files: Array<{ path: string; content: string }>): Promise<Array<{ severity: 'high' | 'medium' | 'low'; message: string }>>;
43 /**
44 * Render + screenshot a route, then return a vision critique. Wired to
45 * dev_server + browser_screenshot + the vision role.

Callers 1

reviewMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected