memory_log
Append a timestamped event to project log to preserve meaningful steps and maintain cross-session context. Call after key milestones for continuity.
Instructions
Append single timestamped event to log. Call frequently after meaningful steps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Optional category tags. | |
| event | Yes | One-line event description. | |
| client | No | Optional client identifier (e.g. 'claude', 'chatgpt', 'qwen'). | |
| project_id | Yes | Project ID. |