memo_attention_add
Write a journaled attention record so future agents see critical project context before starting work. Accepts low, medium, high, or critical severity, rejects invalid levels.
Instructions
Add an item that must be surfaced to later agents.
Writes a journaled attention record; severities outside low|medium|high|critical are rejected.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | Yes | Project tag the attention item belongs to. | |
| summary | Yes | The item later agents must see before working on the project. | |
| severity | No | One of 'low', 'medium', 'high', 'critical'. | medium |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||