journal_append
Append timestamped text to today's journal file in the Knowledge Base. Creates the file if missing and 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 |