mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-15 23:32:46 +00:00
FabroWorkflowVersionCreateParams deserialized `files` through a duplicate-rejecting map, but both production routes (rmcp Parameters and the native LLM tool dispatch) deserialize from an already-parsed serde_json::Value in which duplicate keys have collapsed last-wins. The only test that exercised the guard used serde_json::from_str, the one entry point production never uses, so the safeguard was misleading. Remove the attribute and its byte-level test, and drop the deserialize_unique_map export that existed only for it. The canonical WorkflowVersion wire type keeps its own duplicate-key rejection, which does run on the byte-level HTTP route. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| apps | ||
| components | ||
| foundation | ||
| packages/fabro-api-client | ||