/**
 * Context concern: Is the agent's map accurate and structurally complete?
 * 5 deterministic checks (instruction size, execution loop, doc paths,
 * instruction sections, boundary guidance). Content-quality judgments (e.g. footgun evidence
 * currency) live in the `quality` assessment prompt, not here.
 */
import type { HarnessCheck } from "../types.js";
export declare const CONTEXT_CHECKS: HarnessCheck[];
//# sourceMappingURL=check-context.d.ts.map