Save notes to notepad.md for compaction resilience
Save important context to .omc/notepad.md that survives conversation compaction.
| Command | Action |
|---|---|
/oh-my-claudecode:note <content> | Add to Working Memory with timestamp |
/oh-my-claudecode:note --priority <content> | Add to Priority Context (always loaded) |
/oh-my-claudecode:note --manual <content> | Add to MANUAL section (never pruned) |
/oh-my-claudecode:note --show | Display current notepad contents |
/oh-my-claudecode:note --prune | Remove entries older than 7 days |
/oh-my-claudecode:note --clear | Clear Working Memory (keep Priority + MANUAL) |
/oh-my-claudecode:note Found auth bug in UserContext - missing useEffect dependency
/oh-my-claudecode:note --priority Project uses TypeScript strict mode, all files in src/
/oh-my-claudecode:note --manual Contact: [email protected] for backend questions
/oh-my-claudecode:note --show
/oh-my-claudecode:note --prune
.omc/notepad.md if it doesn't existNotepad content is automatically loaded on session start:
This helps survive conversation compaction without losing critical context.