journal_append
Append timestamped notes to your daily journal file, automatically creating it if missing. Returns the file ID.
Instructions
Append a timestamped text entry to today's daily journal file in the Knowledge Base. Creates the file if it doesn't already exist. Both calls on the same calendar day return the same file_id. Returns { file_id }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Text to append to today's journal entry | |
| project_id | No | Optional project ID context |