write_journal
Write a private journal entry with a title and section, stored locally for semantic search and optional Git sync.
Instructions
Write a durable private journal entry with a meaningful title. section defaults to observations.
Pick the section by what the note is about:
project_notes: current repo/task state, decisions, and where work stands.
technical_insights: reusable fixes, root causes, and gotchas worth recalling later.
user_context: stable preferences and working style of the person you assist.
observations: raw findings from this session that are not yet generalized.
reflections: retrospectives on how the work went and what to change next time.
world_knowledge: durable facts about systems or the world outside this repo.
Returns a JSON object with the written file path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| content | Yes | ||
| section | No |