czlonkowski
bc1c00cc2e
feat(validator): detect broken/malformed workflow connections ( #620 )
...
Add comprehensive connection validation: unknown output keys with fix
suggestions, invalid type field detection, output/input index bounds
checking, and BFS-based trigger reachability analysis replacing simple
orphan detection.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-07 23:18:49 +01:00
czlonkowski
14bd0f55d3
feat: implement comprehensive expression format validation system
...
- Add universal expression validator with 100% reliable detection
- Implement confidence-based scoring for node-specific recommendations
- Add resource locator format detection and validation
- Fix pattern matching precision (exact/prefix instead of includes)
- Add recursion depth protection (MAX_RECURSION_DEPTH = 100)
- Validate resource locator modes (id, url, expression, name, list)
- Separate universal rules from node-specific intelligence
- Add comprehensive test coverage (94%+ statements)
- Prevent common AI agent mistakes with expressions
Addresses code review feedback with critical fixes and enhancements.
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-09-22 23:16:24 +02:00