Memory1 min read
Keep memory files small and scoped
Treat each memory as a single, self-contained fact with a clear description. The description is what gets matched during recall, so make it specific.
---
name: deploy-target
description: Where the production site deploys and how
---
Production deploys to Vercel from the main branch.
ℹ Note
Big catch-all notes files dilute recall — the agent can't tell which line is relevant. Split them up.