context-continuity
Installation
SKILL.md
Context Continuity (Global)
This skill prevents quality loss from chat compaction by keeping an external, durable memory store per repo.
Where Memory Lives
- Default:
$CODEX_HOME/memory/context-continuity/<repo-id>/ - If
CODEX_HOMEis unset:~/.codex/memory/context-continuity/<repo-id>/
The <repo-id> is derived from canonical git repo identity (git common-dir), so all worktrees for one repo share the same memory.
Quick Start
Run from the repo you are working in:
python3 "$HOME/.codex/skills/context-continuity/scripts/bootstrap_memory.py"