| name | autoloop-memory |
| description | Persist and recall Autoloop loop memory — add learnings and preferences, list and find entries, and render memory into prompts. Use when the user asks to remember something across loop runs, inspect loop memory, or configure a memory plugin. |
| argument-hint | [add|list|find|render|status|remove] [args...] |
Autoloop Memory
Loop memory is the durable store a loop reads into each iteration prompt. The default plugin is jsonl (.autoloop/memory.jsonl). A loop uses memory without forking core: pick a plugin with memory.kind in autoloops.toml.
Parse $ARGUMENTS to choose a verb. If none, list memory.
Verbs
autoloop memory add learning "insight the next iteration should keep"
autoloop memory add preference Workflow "Always run tests before review.ready"
autoloop memory add meta smoke_iteration "2"
autoloop memory list
autoloop memory find "pattern"
autoloop memory status
autoloop memory list
autoloop memory remove <id>
autoloop inspect memory shows the same rendered block (--format md) or raw store (--format json).
Default jsonl store