memory_signal
Record engineering observations tied to specific files for future retrieval via memory lookup.
Instructions
Record an engineering-memory signal — a short, anchored observation such as a recurring bug pattern or an ownership note — to the monthly intake log agents/memory/intake/signals-YYYY-MM.jsonl. Use to capture a learning tied to a specific file so future memory_lookup calls surface it. Appends to the filesystem and is rate-limited per (type, path) within a rolling window. Returns the recorded signal.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Free-form signal body — the observation to record. | |
| path | Yes | Repo-relative anchor path the signal is about. | |
| type | Yes | Memory type the signal belongs to (e.g. historical-patterns, incident-learnings, ownership). |