Impact
Typos in type names produce corrupt models referencing non-existent enumerations instead of failing fast.
Steps to Reproduce
- Run
CREATE PERSISTENT ENTITY M.E (Field1: invalidtype);
- Command succeeds
Field1 stored as Enumeration(invalidtype) — references non-existent enum
Expected Behavior
Error for unknown or unresolvable type name.
Severity
Low — fails silently; caught later by Studio Pro validation.
Discovered during AI-assisted manual testing session (2026-04-29, mxcli v0.7.0-257-ga07e7e0).
Impact
Typos in type names produce corrupt models referencing non-existent enumerations instead of failing fast.
Steps to Reproduce
CREATE PERSISTENT ENTITY M.E (Field1: invalidtype);Field1stored asEnumeration(invalidtype)— references non-existent enumExpected Behavior
Error for unknown or unresolvable type name.
Severity
Low — fails silently; caught later by Studio Pro validation.
Discovered during AI-assisted manual testing session (2026-04-29, mxcli v0.7.0-257-ga07e7e0).