/** * jobs-agent.ts — Test cases for `cv agent --jobs`. * * Tests local CSV tracker (list/add/update), job search with resume context, * multi-turn application prep, and the new v2 attention matrix tools. * * Suite: "jobs" (12 test cases — JOBS-001 through JOBS-012) * * IMPORTANT — Write isolation: * Tests with tag "write-op" use a temp backup of jobs.csv so write operations * don't corrupt real pipeline data. Read-only tests have forbidTools guards. */ import type { TestCase } from "../types.js"; export declare const JOBS_AGENT_TESTS: TestCase[]; //# sourceMappingURL=jobs-agent.d.ts.map