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
# v1.0 Phase D5 — smix std subflow: wipe app state.
#
# Usage:
#   - runFlow: std/wipe-app-state.yaml
#
# Effect: clears app data + keychain in one line. Idempotent — safe
# to include at the start of any test flow to ensure a clean slate
# without polluting the yaml with lifecycle boilerplate.
#
# Prerequisite: the invoking flow's `appId` header names the target
# app. This subflow inherits it.
#
# Insight capability requirements §P2-C.
---
- clearState
- clearKeychain