Core concepts
Permission floor
Understand allow, confirmation, and deny decisions.
Decisions
| Decision | Behavior |
|---|---|
| Allow | Execute immediately |
| Ask | Require explicit confirmation |
| Deny | Refuse the action |
CLI confirmation
phone-use tap "Delete Contact"
# exits 3
phone-use tap "Delete Contact" --yes