Copy this folder into any repo root to add Deja Vu project memory.
cp -R starter-kit/. .The minimum useful setup is three files:
AGENTS.mdmemory/summary.mdmemory/impressions.jsonl
This starter kit also includes optional empty scale-up surfaces:
memory/recall-feedback.jsonlmemory/decisions/memory/open-loops/prompts/
Use the optional files only when they help future agents recall less, better.
Paste one prompt from prompts/ into your agent session, then ask for real work.
The agent should:
- read
AGENTS.md - scan
memory/impressions.jsonl - read
memory/summary.mdonly when useful - read at most 1-3 detailed records for strong matches
- write back only durable memory
Do not store secrets, API keys, PII, full transcripts, or low-value chatter.
If this is a public repo, memory files can be committed and shared like any other project file. Run deja-vu doctor when available, but still review memory manually because doctor only catches obvious sensitive content.