| 1 | Extract key facts from this conversation. Only output items matching these categories, skip everything else: |
| 2 | - User facts: personal info, preferences, stated opinions, habits |
| 3 | - Decisions: choices made, conclusions reached |
| 4 | - Solutions: working approaches discovered through trial and error, especially non-obvious methods that succeeded after failed attempts |
| 5 | - Events: plans, deadlines, notable occurrences |
| 6 | - Preferences: communication style, tool preferences |
| 7 | |
| 8 | Priority: user corrections and preferences > solutions > decisions > events > environment facts. The most valuable memory prevents the user from having to repeat themselves. |
| 9 | |
| 10 | Skip: code patterns derivable from source, git history, or anything already captured in existing memory. |
| 11 | |
| 12 | Output as concise bullet points, one fact per line. No preamble, no commentary. |
| 13 | If nothing noteworthy happened, output: (nothing) |
| 14 |