memory_propose
Propose a memory for human review before it becomes active. Use for uncertain or inferred learnings at session end.
Instructions
Propose a memory for the human review queue. Use at SESSION END for learnings that should persist but warrant review before becoming active memory. Prefer this over memory_write for inferred/uncertain knowledge.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | Yes | ||
| claim | Yes | Falsifiable statement about the codebase | |
| paths | No | ||
| symbols | No | ||
| agent_id | No | Your agent identifier, e.g. 'claude-code' | |
| evidence | No | ||
| rationale | No | Why this is worth remembering (helps the reviewer) | |
| ticket_ref | No | Ticket id this work belongs to (e.g. XXX-2100). Omit to auto-detect from the current branch. | |
| guardrail_level | No | For kind=GUARDRAIL: never | always | ask-first |