Improve Expertise Run the self-improve workflow on an agent expert's expertise file to maintain accuracy. Arguments - : Domain name (required, e.g., "database", "websocket") - : Check git diff flag (optional, "true" or "false", default: "true") Instructions You are running the self-improve workflow to sync an expert's mental model with the actual codebase. Step 1: Parse Arguments Extract: - Domain name from (required) - Check git diff flag from (optional, default: true) If no domain provided, STOP and ask for domain name. Step 2: Validate Expert Exists Check if expert directory exists using G…