A regex-based camelCase-to-snake_case mapping has been added to the payload builder so that autumn-py can accept camelCase parameters from autumn-js hooks and stop returning 400 errors. The change preserves backward compatibility and is verified by new tests on the attach, check, and track routes, improving cross-language interoperability. Potential issues include regex performance overhead, edge cases with conflicting parameter names, and missing documentation updates.