smix-cli 1.0.0

smix — AI-native iOS Simulator automation CLI (cement). v3.1 c12 MVP: doctor + sim subcommands. record/run/repl/watch land in c13/c-final.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# v1.0 Phase D5 — smix std subflow: exit QA mode.
#
# Usage:
#   - runFlow: std/quit-qa-mode.yaml
#
# Effect: closes the QA overlay by tapping the qa-bubble-toggle
# (analog to opening it via `- fixture: <id>`). Idempotent when
# combined with a visibility gate.
#
# Donated by insight (2026-07-08 §P2-C).
---
- runFlow:
    when:
      visible:
        id: qa-bubble-toggle
    commands:
      - tapOn:
          id: qa-bubble-toggle