add_user_directive_note
Add a structured note to the AI's directive database for persistent record-keeping of implementation details, errors, and user feedback.
Instructions
Add note to user_directives.db notes table for AI record-keeping
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | Note content/message | |
| note_type | Yes | 'implementation', 'validation', 'execution', 'dependency', 'error', 'optimization', 'user_feedback', 'lifecycle', 'testing', 'general' | |
| reference_type | No | Type of reference: 'directive', 'helper', 'dependency', 'file' | |
| reference_name | No | Name of referenced entity (e.g., directive name, helper name, file path) | |
| reference_id | No | Optional ID linking to user_directives, helper_functions, etc. | |
| severity | No | 'info', 'warning', 'error' (default 'info') | info |
| metadata_json | No | Additional context as JSON string |