export async function handleInspect( options: { client: any; sessionID: string; workspaceRoot: string; openBrowser?: boolean }, send: (text: string) => Promise, ): Promise { void options await send("`/revela inspect` is no longer a public command. Use `/revela review --deck` and the Insight tab for grounded Source/Purpose/Narrative Reading.") }