Browse documentation

Core concepts

Permission floor

Understand allow, confirmation, and deny decisions.

Decisions

DecisionBehavior
AllowExecute immediately
AskRequire explicit confirmation
DenyRefuse the action

CLI confirmation

bashphone-use
phone-use tap "Delete Contact"
# exits 3

phone-use tap "Delete Contact" --yes

Hard floor