/** * agents-md adapter — universal fallback that writes an AGENTS.md file at * the project root. This is the convention OpenAI Codex (and an increasing * number of other tools) read, so it's the safest "always do this" target. */ import type { Adapter } from './types.js'; export declare const agentsMdAdapter: Adapter; //# sourceMappingURL=agents-md.d.ts.map