(context: Metric.Context)
| 164 | Return JSON with 'score' (0 or 1) and detailed rationale listing all integration mismatches found.`; |
| 165 | |
| 166 | export function createUserPrompt(context: Metric.Context) { |
| 167 | return `Reference diff:\n${context.expectedDiff}\n\nCandidate diff:\n${context.actualDiff}\n\nCompare ONLY the integration points (imports, function calls, call locations, timing). Ignore implementation details. Respond with JSON.`; |
| 168 | } |
nothing calls this directly
no outgoing calls
no test coverage detected