/** * Hivemind session-view tool — cross-root unified session query. * * Single action: get — reads from 3 data roots concurrently and returns * an enriched nested view per D-11. * Read-only (CQRS read-side). No mutation authority. * @module tools/hivemind/hivemind-session-view */ import { tool } from "@opencode-ai/plugin/tool"; /** * Create the cross-root session view tool. * * @param projectRoot - Trusted project root containing .hivemind/ directories. * @returns OpenCode tool instance exposing get action. */ export declare function createHivemindSessionViewTool(projectRoot: string): ReturnType; //# sourceMappingURL=hivemind-session-view.d.ts.map