mirror of
https://github.com/xtr-dev/payload-automation.git
synced 2025-12-10 08:53:23 +00:00
- Implemented proper parsing for conditions like '$.trigger.doc.content == "value"' - Added support for comparison operators: ==, !=, >, <, >=, <= - Fixed JSONPath condition evaluation that was treating entire expressions as JSONPath queries - Added support for string literals, numbers, booleans in condition values - Conditions now correctly resolve JSONPath expressions and perform comparisons 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>