note_entity
Record persistent project knowledge—like architecture or conventions—that outlives a single session and forms a knowledge graph via wiki-links.
Instructions
Record durable, long-lived project knowledge on an entity note.
Use this (rather than log_event) for facts that outlive a single session: the system's architecture, coding conventions, what a component does, or standing open questions. These notes are linked from sessions via [[wiki-links]] and form the project's knowledge graph. Returns the entity name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Entity name, e.g. 'Architecture', 'Conventions', 'Auth Service', 'Open Questions'. Becomes a [[wiki-link]] target. | |
| content | Yes | A durable fact about this entity to remember long-term. | |
| project | No | Project namespace; defaults to the current project. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |