/** * Session-context tool — read-only cross-session synthesis and discovery. * * Four actions: find-related, cross-reference, synthesize-context, aggregate. * All path construction uses safeSessionPath() with isValidSessionID() pre-validation. * Read-only (CQRS read-side). No mutation authority. * @module tools/hivemind/session-context */ import { tool } from "@opencode-ai/plugin/tool"; export declare function createSessionContextTool(projectRoot: string): ReturnType; //# sourceMappingURL=session-context.d.ts.map