hosts/.agents/skills/agent-tui/references/use-cases.md

17 lines
681 B
Markdown

# Use Cases
Use this file when selecting a minimal command set for a task.
## Basic Automation Loop
- Commands: `run` -> `screenshot` -> `press/type` -> `wait --assert` -> `kill --yes`.
- Re-snapshot after each action.
## Form Entry
- Commands: `run`, `screenshot --json`, `press Tab`, `type "value"`, `press Enter`, `wait "Success" --assert`.
## Stabilization Before Acting
- Commands: `wait --stable`, `screenshot`, then `press/type`.
## Live Preview Support
- Commands: `live start --open` -> `run` -> normal flow -> `live stop`.
- `live stop` clears standalone preview state. If the preview is served by the daemon and the daemon should stop too, run `daemon stop --yes`.