You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add expression type checking to mxcli check. Catches type mismatches that pass syntax check today but produce silent wrong results or CE errors in Studio Pro (e.g. integer + string concat, enum compared as string literal, parseInteger on a non-string). Two tiers: scope-local checks (no project required) and catalog-backed checks (requires --references). Microflows and nanoflows only in this milestone; pages and security rules deferred. Design: docs/11-proposals/PROPOSAL_expression_type_checking.md