memory_signal
Record a learning tied to a file — such as a bug pattern or ownership note — into a monthly intake log for future retrieval by memory lookups.
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 |
|---|---|---|---|
| type | Yes | Memory type the signal belongs to (e.g. historical-patterns, incident-learnings, ownership). | |
| path | Yes | Repo-relative anchor path the signal is about. | |
| body | Yes | Free-form signal body — the observation to record. |