diary_write
Log timestamped diary entries for individual specialist agents, preserving code review findings, architecture decisions, and ops incidents in a persistent per-agent memory.
Instructions
Write a timestamped diary entry for a specialist agent. Each agent gets its own persistent diary (entity: diary-{agentId}). Use for code review findings, architecture decisions, ops incidents, etc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entry | Yes | The diary entry content | |
| topic | No | Optional topic tag for filtering (e.g., security, performance) | |
| agentId | Yes | Agent identifier (e.g., reviewer, architect, ops). Alphanumeric + hyphens/underscores only. |