一键导入
memory
// Project memory powered by Hippo. Use when starting a session, after learning something, after hitting an error, or when the user mentions memory/remember/recall. Auto-invoked at session start.
// Project memory powered by Hippo. Use when starting a session, after learning something, after hitting an error, or when the user mentions memory/remember/recall. Auto-invoked at session start.
| name | memory |
| description | Project memory powered by Hippo. Use when starting a session, after learning something, after hitting an error, or when the user mentions memory/remember/recall. Auto-invoked at session start. |
This project uses Hippo for biologically-inspired memory across sessions. Memories decay over time unless retrieved. Errors stick longer. Sleep consolidates.
Before doing any work, load relevant context:
hippo context --auto --budget 1500
Read the output. These are things the project has learned from past sessions.
hippo remember "<the lesson in 1-2 sentences>" --tag <category>
hippo remember "<what failed, why, and how you fixed it>" --error
The --error flag doubles the half-life. Hard lessons don't fade quietly.
hippo outcome --good
If the recalled memories were irrelevant:
hippo outcome --bad
hippo recall "<what's going wrong>" --budget 2000 --why
hippo decide "<decision>" --context "<why>"
Decisions get a 90-day half-life and a recall boost so they surface when relevant.
hippo invalidate "<old tool>" --reason "migrated to <new tool>"
Or let hippo learn --git detect it automatically from migration commits.
hippo learn --git
This scans recent commits, auto-extracts lessons, and invalidates memories about replaced tools.
hippo export memories.json
hippo export --format markdown memories.md
hippo status