Share project conventions across every coding agent without rewrites
When to use: You explain the same monorepo layout to Cursor, Claude Code, and Codex on day 1 and forget which one knows what.
Prerequisites
- Memorix running —
npx memorix— defaults to ~/.memorix.db
Flow
-
Seed memoriesSave these facts about my project: package manager pnpm, runtime node 22, db postgres 16, auth in /apps/api/src/auth (not /legacy/auth).✓ Copied→ 5 memories appended with tags
-
Recall in a different agent(in Cursor with same Memorix) — What conventions are set for this project?✓ Copied→ Returns the same 5 memories
-
Update oneUpdate memory: now using node 24 (was 22). Keep history.✓ Copied→ Updated; history preserved as a revision
Outcome: Project context persists across agents and across days.
Pitfalls
- Memories grow stale — Use
decayto mark old memories with low confidence; agents weight accordingly