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 now/random/assert-var flow commands and QR reading
Four additions:
- AC_now_to_var: current time (strftime format) into a variable.
- AC_random_to_var: a seeded random int / float / choice into a variable.
- assert_variable / AC_assert_var: fail when a flow variable doesn't
satisfy eq/ne/lt/gt/contains/regex/... — the assertion-DSL companion to
if_var, pairing with ocr_to_var / shell_to_var.
- read_qr_codes / AC_read_qr: decode QR codes in a screen region via
OpenCV's QRCodeDetector (no new dependency; decoder injectable).
All exposed via the facade / executor and the visual script builder.
0 commit comments