/** * resume-agent.ts — Test cases for `cv agent --resume`. * * Tests resume loading, skill-gap analysis, tailoring, coaching, * and hallucination resistance for the resume-enhanced agent mode. * * Suite: "resume" (5 test cases — RES-001 through RES-005) * * NOTE: These tests call get_resume which hits the CareerVivid API. * Ensure CAREERVIVID_API_KEY is set in the eval environment. * If the user has no resume, RES-001 through RES-005 may get * graceful "no resume found" responses; the rubric accounts for this. */ import type { TestCase } from "../types.js"; export declare const RESUME_AGENT_TESTS: TestCase[]; //# sourceMappingURL=resume-agent.d.ts.map