aidex_note
Read or write persistent session notes for your project to track reminders and next steps. Notes are stored in the AiDex database and displayed when querying the project.
Instructions
Read or write a session note for the project. Use this to leave reminders for the next session (e.g., "Test the glob fix", "Refactor X"). Notes persist in the AiDex database and are shown when querying the project.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to project with .aidex directory | |
| note | No | Note to save. If omitted, reads the current note. | |
| append | No | If true, appends to existing note instead of replacing (default: false) | |
| clear | No | If true, clears the note (default: false) |