/** * base-agent.ts — Test cases for `cv agent` (no --resume, no --jobs flags). * * Covers general reasoning, context retention, coding assistance, * and hallucination resistance for the base agent mode. * * Suite: "base" (6 test cases — BASE-001 through BASE-006) */ import type { TestCase } from "../types.js"; export declare const BASE_AGENT_TESTS: TestCase[]; //# sourceMappingURL=base-agent.d.ts.map