add_note
Record decisions, architecture changes, or context events in your project's audit trail. Supports typed notes with optional directive linking for contextual reminders.
Instructions
Record a decision, architecture change, or context event in the project's audit trail. Supports typed notes with optional directive linking.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | Note content/message | |
| note_type | Yes | 'clarification', 'pivot', 'research', 'entry_deletion', 'warning', 'error', 'info', 'auto_summary', 'decision', 'evolution', 'analysis', 'task_context', 'external', 'summary' | |
| reference_table | No | Table name this note references (e.g., 'items', 'files', 'completion_path') | |
| reference_id | No | ID of the referenced table entry | |
| source | No | 'ai', 'user', or 'directive' (default 'ai') | ai |
| severity | No | 'info', 'warning', 'error' (default 'info') | info |
| directive_name | No | Optional directive context for note | |
| send_with_directive | No | If true and directive_name set, note is included when that directive is retrieved. Turns notes into contextual reminders that travel with their directive. |