memory_cronica
Attach facts, lessons, decisions, and episodic events to entities, view chronological timelines, and auto-create missing entities while blocking near-duplicates in AI coding agent memory.
Instructions
[alias of cuba_cronica] Attach facts/lessons/decisions to entities. Also manages episodic memories (specific events with actors/artifacts) via episode_add/episode_list. Timeline view shows chronological history. Auto-creates entity if not found. Dedup gate blocks near-duplicates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Operation to perform. episode_add stores a temporal event; episode_list retrieves events. timeline shows chronological observations+episodes. | |
| actors | No | People/agents involved in episode (for episode_add) | |
| source | No | Who/what created this observation | |
| content | No | Observation or episode text | |
| artifacts | No | Files/resources affected in episode (for episode_add) | |
| entity_name | No | Entity to attach observation/episode to | |
| 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. | |
| observations | No | Array of {entity_name, content, observation_type?, source?} objects (for batch_add, max 100) | |
| observation_id | No | Observation UUID (for delete action) | |
| observation_type | No | Type of observation |