remember_observation
Record structured observations from sessions with a title, key facts, and narrative. Store lessons learned with optional tags, project, and scope for later retrieval.
Instructions
Record a structured observation extracted from a session. USE THIS WHEN: capturing a multi-faceted event (a debugging session, a decision with trade-offs, a workflow pattern) where you have a short title, a few atomic facts, and a narrative. PREFER THIS over remember(...) for typical auto-extracted observations from session transcripts. Use the simpler remember(content, type=...) only for polished single-fact memories you're confident about. Stored with type='observation' so future retrieval can score polished memories higher than raw observations. Pass scope='global' for universal lessons; default 'project' keeps the observation visible only inside its repo.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| facts | Yes | ||
| narrative | Yes | ||
| tags | No | ||
| project | No | ||
| scope | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |