Features
AI Notes
Notes that AI leaves for itself — so the next session picks up right where the last one left off.
What are AI notes?
When AI finishes a work session, it can leave notes summarizing what it did, what it found, and what needs attention next. These notes are stored in Matchanu and read back automatically in the next session.
Think of it like a logbook — AI hands off to its future self, so nothing important gets lost between sessions. You can also write notes yourself if you want to leave instructions for AI.
Note types
🤝 Handoff
A summary of what was done in this session and what's left to do. Useful at the end of a coding session.
⚙️ Implementation
Technical details that aren't obvious from reading the code — workarounds, edge cases, architectural choices made during implementation.
⚠️ Risk
Something that could go wrong or needs attention before shipping.
🔍 Discovery
Something interesting or unexpected found during the work — useful context for future decisions.
Reading AI notes
- 1Go to your project and open the AI Notes tab
- 2Notes are sorted by most recent — scroll to see older ones
- 3Click any note to expand it
- 4Notes marked risk are highlighted so you don't miss them
prepare_agent_brief — so when AI loads your project, it reads all notes automatically.