You just exchanged messages with ${personName} via ${channel}.

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 message** - Use `interaction create --type chat-message --person-id <id>`:
   - Direction: ${direction}
   - Subject: ${subject}
   - Body: ${content}
3. **Add action items** (if any) - Use `note create --person-id <id>`

Message details:
- Channel: ${channel}
- Direction: ${direction}
- Subject: ${subject}
- Content summary: ${content}
