/** * cursor adapter — writes an OpenLore-managed block to `.cursorrules`, a * companion `.cursor/rules/openlore.mdc` file describing the orient() workflow, * and registers the OpenLore MCP server in `.cursor/mcp.json`. */ import type { Adapter } from './types.js'; export declare const cursorAdapter: Adapter; //# sourceMappingURL=cursor.d.ts.map