add_knowledge
Store facts, decisions, patterns, or project context in persistent memory for AI coding agents to remember across sessions.
Instructions
Write new knowledge to your base. Store facts, decisions, patterns, or any information your AI should remember.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | The knowledge to store | |
| topic | No | Topic to file under (auto-detected if omitted) |