Instructions
Append a timestamped note to the daily memory file (~/.assistant/memory/YYYY-MM-DD.md).
Parameters
- •
note(string, required): The text of the note to record - •
category(string, optional): A category label shown in the note header
Behavior
- •Creates the notes directory and today's file if they don't exist
- •Appends
## HH:MM [category]\n<note>to the file - •Confirms success with the path of the file written
When to use
- •When the user shares important context they want remembered across sessions
- •After completing a task you want to log
- •When you observe something noteworthy about the user's preferences or workflow
Example interactions
- •"Remember that I'm working on the OAuth refactor" → note: "Working on OAuth refactor", category: "task"
- •"Note: user prefers verbose explanations" → note: "User prefers verbose, detailed explanations", category: "user-preference"