Files
claw/src
木炎 7420af8f31 fix: add serde rename for NormalizeRulesJson fields to match JS camelCase
The NormalizeRulesJson struct was serializing required_fields and filter_null
as snake_case, but the JavaScript template accesses them as requiredFields
and filterNull. Add #[serde(rename = "requiredFields")] and #[serde(rename = "filterNull")]
to fix the systematic snake_case vs camelCase mismatch in multi-mode templates.

🤖 Generated with [Qoder][https://qoder.com]
2026-04-17 13:16:14 +08:00
..
2026-03-25 02:17:55 +00:00