You just completed a ${interactionType} with ${personName}.

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

1. **Find the person** - Use `person ls --query "${personName}"` to get their ID
2. **Log the interaction** - Use `interaction create --type ${interactionType} --person-id <id>`:
   - Subject: ${subject}
   - Body: notes about the conversation
3. **Update workflow status** (if appropriate):
   - Use `list ls` to find relevant pipeline lists
   - Use `list export "<listName>" --filter "..."` to find their list entry
   - Use `entry field "<listName>" <entryId> --set <statusField> <value>` to update status if warranted
4. **Add follow-up notes** - Use `note create` if there are important details to capture

Interaction summary to log:
${summary}
