write_entry
Create a markdown journal entry with a filename generated from today's date and title slug, get the file path, and incrementally update the vector index with new content.
Instructions
Create a new markdown journal entry. Filename is generated from today's date and the title slug. Returns the file path. The vector index is incrementally updated (only new chunks are embedded).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Entry title (used for H1 heading and filename slug) | |
| content | Yes | Full markdown content of the journal entry (should start with # Title) |