/** * continue adapter — adds an "/orient" slash command entry to * `.continue/config.json`. The Continue config schema accepts a top-level * `slashCommands` array; we add (or replace) an entry whose `name === 'orient'`. * * Continue's MCP integration path differs across recent versions; rather than * guess and silently write to the wrong key, we leave a TODO and warn the user * (per spec-01 "do not guess" rule). MCP server registration for Continue is * gated behind a follow-up TODO. */ import type { Adapter } from './types.js'; export declare const continueAdapter: Adapter; //# sourceMappingURL=continue.d.ts.map