kevin-hs-sohn
- 10 skills
- 0 followers
- 9 hours ago last updated
- ▌ Hipocampus Core 2 · kevin-hs-sohn3-tier agent memory system with 5-level compaction tree. Codex CLI version. Defines session start protocol, end-of-task checkpoints, and memory file management. MUST be followed every session.
- ▌ Hipocampus Core 3 · kevin-hs-sohn3-tier agent memory system with 5-level compaction tree. OpenClaw version. Defines session start protocol, end-of-task checkpoints, and memory file management. MUST be followed every session.
- ▌ Hipocampus Core 4 · kevin-hs-sohn3-tier agent memory system with 5-level compaction tree. OpenCode version. Defines session start protocol, end-of-task checkpoints, and memory file management. MUST be followed every session.
- ▌
- ▌
- ▌ Hipocampus Core · kevin-hs-sohn3-tier agent memory system with 5-level compaction tree. Claude Code version. Defines session start protocol, end-of-task checkpoints, and memory file management. MUST be followed every session.
- ▌ Hipocampus Flush · kevin-hs-sohnManual memory flush: dump current session context to daily raw log via subagent. Invoke with /hipocampus:flush. Run hipocampus:compaction afterwards for tree propagation and qmd reindex.
- ▌ Hipocampus Recall · kevin-hs-sohnMemory recall guide. Structured retrieval from hipocampus memory — ROOT.md triage, manifest-based LLM selection, qmd search fallback.
- ▌ Hipocampus Search · kevin-hs-sohnSearch memory using qmd (BM25 + optional vector) and compaction tree traversal. Use ROOT.md to decide whether to search memory or look externally. Always check memory before external lookups.
- ▌ Hipocampus Compaction · kevin-hs-sohnBuild 5-level compaction tree (daily/weekly/monthly/root) with smart thresholds and fixed/tentative lifecycle. Run at session start when triggers are met, or via external scheduler.