/** * Session-hierarchy tool — read-only navigation of session delegation trees. * * Four actions: get-children, get-parent-chain, get-delegation-depth, get-manifest. * All path construction uses safeSessionPath() with isValidSessionID() pre-validation. * Read-only (CQRS read-side). No mutation authority. * @module tools/hivemind/session-hierarchy */ import { tool } from "@opencode-ai/plugin/tool"; export declare function createSessionHierarchyTool(projectRoot: string): ReturnType; //# sourceMappingURL=session-hierarchy.d.ts.map