capture
Store decisions, learnings, and task outcomes to memory. Use this action after completing tasks or fixing bugs to preserve key context for future reference.
Instructions
Save a decision, a learning, or a task outcome to memory. Call this tool after you complete a non-trivial task, make a decision, or fix a bug with a known root cause.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Optional tags. | |
| type | Yes | The type of the memory. | |
| content | Yes | The text to remember. The tool redacts secrets before it stores the text. | |
| metadata | No | Optional metadata. | |
| session_key | No | The session key. The default is hash(cwd). |