/** * openlore orient command * * CLI surface for the orient tool (also exposed through the MCP server). Given * a task, returns the relevant functions, callers, spec sections, and insertion * points — as JSON (for tooling) or a human-readable summary. * * With no task it prints a short session-start primer instead of erroring, so * the SessionStart hook written by `openlore install` * (`npx --yes openlore orient --json`) is a no-op that injects useful context * rather than failing on every session start. */ import { Command } from 'commander'; export declare const orientCommand: Command; //# sourceMappingURL=orient.d.ts.map