cortex_write_dictionary
Write or update a dictionary entry with a key, summary, full description, and status to maintain structured memory for AI coding agents.
Instructions
Write or update a dictionary entry
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Dictionary key (file or feature name) | |
| short_summary | No | Short summary | |
| short | No | Short summary (alias) | |
| full_description | No | Full description | |
| full | No | Full description (alias) | |
| status | No | Status (active, broken, archived) |