Write work-note
scratchbook_journalWrite dated work notes or diary entries into a project-scoped or global scratchbook. Capture decisions, findings, or suspected bugs with tags and specific context for later recall.
Instructions
Write a dated work-note / diary entry into the scratchbook: what you're doing, a decision, a finding, or a suspected bug. Namespaced to a project (default) or 'global' for cross-project notes. Recall later with scratchbook_recall. Keep each note self-contained.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Comma-separated tags, e.g. 'bug, tts, cache'. | |
| text | Yes | The note. Be specific: what, where (file:line), why it matters. | |
| project | No | Absolute project root, or 'global'. Defaults to the server's cwd. |