memory_centinela
Create prospective reminders that fire on entity access, session start, or error match. Define conditions to surface messages at the right moment.
Instructions
[alias of cuba_centinela] Prospective memory: triggers that fire on entity access, session start, or error match. 'Remember to remind me about X when Y happens.'
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | create: define a trigger. list: show triggers. delete: remove one (trigger_id). check: evaluate now. | |
| message | No | Reminder message to surface when triggered | |
| max_fires | No | Max times to fire (default 1, -1 for unlimited) | |
| expires_at | No | ISO8601 expiration datetime | |
| trigger_id | No | Trigger UUID (for delete) | |
| allow_secret | No | Refused when the text looks like a live credential (token, password, URL with embedded creds). Set true only for a false match — the text is then stored verbatim, in clear, and reachable by search, export and every client. | |
| condition_type | No | When to fire. on_session_start with the other session's name as entity_pattern is also the cross-session note channel: fires once (max_fires) the next time that session starts, carrying who left it. | |
| entity_pattern | No | Entity name or pattern to match |