MCPcopy
hub / github.com/garrytan/gstack / checkCommand

Function checkCommand

design/src/check.ts:93–96  ·  view source on GitHub ↗
(imagePath: string, brief: string)

Source from the content-addressed store, hash-verified

91 * Standalone check command: check an existing image against a brief.
92 */
93export async function checkCommand(imagePath: string, brief: string): Promise<void> {
94 const result = await checkMockup(imagePath, brief);
95 console.log(JSON.stringify(result, null, 2));
96}

Callers 1

mainFunction · 0.90

Calls 1

checkMockupFunction · 0.85

Tested by

no test coverage detected