mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-16 23:43:10 +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> |
||
|---|---|---|
| .. | ||
| fabro-acp | ||
| fabro-automation | ||
| fabro-checkpoint | ||
| fabro-dump | ||
| fabro-environment | ||
| fabro-github | ||
| fabro-graphviz | ||
| fabro-hooks | ||
| fabro-install | ||
| fabro-interview | ||
| fabro-llm | ||
| fabro-manifest | ||
| fabro-mcp | ||
| fabro-mcp-store | ||
| fabro-sandbox | ||
| fabro-slack | ||
| fabro-store | ||
| fabro-tool | ||
| fabro-tracker | ||
| fabro-validate | ||
| fabro-variable | ||
| fabro-workflow | ||
| fabro-workflow-version | ||