Documentation
README
Hipocampus Memory Flush
Dump current session context to the daily raw log. Use when you want to persist what happened in this session without waiting for End-of-Task Checkpoint or context compression.
For full compaction (needs-summarization processing, tree propagation, qmd reindex), run hipocampus:compaction skill after this.
Steps
1. Compose session summary
Gather a summary of everything discussed in this session so far. For each topic:
## [Topic Name]
- request: what the user asked
- analysis: what you researched/analyzed
- decisions: choices made with rationale
- outcome: what was done, files changed
- references: knowledge/ files, external sources
2. Dispatch subagent
Dispatch a subagent with the session summary and this task:
This is the opening of the README. Read the full README on GitHub.