The problem
Every other AI tool has amnesia.
Session ends. Context dies. Next session, you start over. Lore doesn't work that way.
without lore
you > add rate limiting to /api/users
ai > What framework are you using?
ai > What's your middleware pattern?
ai > How do you handle errors?
ai > What database are you on?
// session 47. asked the same questions
// in session 1, 12, 23, 34, and 46.
// you've explained your stack 47 times.
with lore · session 47
you > add rate limiting to /api/users
lore > From [[architecture/overview]] you're on
Express with the guard middleware pattern
from [[conventions]]. I'll add a Redis
rate limiter matching your error format.
PROPOSED [EDIT] middleware/rateLimit.ts +42
[EDIT] routes/users.ts +3
[a]pply [p]review [r]eject [t]each