share
Share context with another Delphi user.
Sends a piece of context to another user. They receive a push notification and the context is injected into their next Claude session.
Usage
/share @username Here's what we decided about the API — use REST not GraphQL
share with John: the staging credentials are in 1Password under "Staging DB"
How it works
- The sender's message is resolved to a target user via the user registry
- A row is inserted into
shared_contextwithacknowledged = 0 - The recipient receives a push notification immediately
- On the recipient's next message, the shared context is prepended to their Claude prompt
- The item is marked
acknowledged = 1
Notes
- The target user must have previously messaged the bot (they must be in the user registry).
- If the username is ambiguous, the bot asks for clarification.
- Use
/revoketo soft-delete shared context before the recipient's next session.