# Soul

## Soul (Persistent Memory)

This project uses [Soul Protocol](https://github.com/qbtrix/soul-protocol) for persistent AI memory via MCP.

**On session start:**
1. Call `soul_recall` with the current task context to load relevant memories
2. Call `soul_state` to check current mood and energy

**During work:**
- `soul_observe` after key decisions, completed tasks, or important conversations
- `soul_remember` for facts that should persist across sessions

**On session end:**
- The soul auto-saves on shutdown — no manual save needed
