DesignSync tool telemetry now checks the method name against a fixed list instead of logging it raw
When Claude Code records telemetry about which DesignSync tool method was used (things like list_projects, get_project, list_files, get_file, finalize_plan, write_files, delete_files, register_assets, unregister_assets), it now looks the reported method name up against a fixed list of known method names and records the match, instead of logging whatever string was passed in directly. This also applies to the error telemetry recorded when a DesignSync tool call fails.
This keeps telemetry data consistent and prevents unexpected or malformed method names from being recorded as-is; it has no effect on what the DesignSync tool actually does.