import type { TrackerClient } from '../tracker/client.js'; /** Shared context passed to all tool handlers. */ export interface ToolContext { trackerClient: TrackerClient; agentSlug: string; }