You just completed a phone call with ${personName}.

Using the CLI Gateway (discover-commands → execute-write-command):

1. **Find the person** - Use `person ls --query "${personName}"` to get their ID
2. **Log the call** - Use `interaction create --type call --person-id <id>`:
   - Direction: ${direction}
   - Subject: ${subject}
   - Body: ${notes}
3. **Add follow-ups** (if needed) - Use `note create --person-id <id>`

Call details:
- Direction: ${direction}
- Subject: ${subject}
- Duration: ${duration}
- Notes: ${notes}
