diary_write
Write timestamped diary entries for specialist agents, capturing code review findings, architecture decisions, or ops incidents with optional topic tags.
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. |