/** * pi adapter — wires `.pi/extensions/openlore.js` for Pi (https://pi.dev). * * Pi does not consume MCP: it loads JavaScript extension files, and the OpenLore * extension injects the architecture digest itself on `session_start` while * talking to a warm `openlore serve` daemon. So this adapter writes one file and * nothing else — no markdown block, no MCP registration, no hook. * * What that file is, and why it is a re-export shim rather than a copy, is * documented in `../pi-extension.ts`. `--global` (~/.pi, every project) stays a * flag on `openlore setup --tools pi`. */ import type { Adapter } from './types.js'; export declare const piAdapter: Adapter; //# sourceMappingURL=pi.d.ts.map