CompareOp = "==" | "!=" | "<" | "<=" | ">" | ">=" | "truthy" | "falsy"
"=="
"!="
"<"
"<="
">"
">="
"truthy"
"falsy"
Defined in: ai/fsm/types.ts:16