Codex が次の会話でもプロジェクト文脈を持ち続けられるようにしつつ、記憶は手元の Markdown に残します。
codex-auto-memory は、Codex がプロジェクト文脈、好み、重要な判断を会話をまたいで引き継げるようにしつつ、MEMORY.md や topic files をローカルに残します。追加サービスや database に頼らず、チーム自身で読んで直せる形を保ちたいときのためのツールです。
- Codex セッションから将来も使える知識を抽出し、次の会話へ戻せます。
MEMORY.mdと topic files を、読めて編集できる source file として維持します。cam memory、cam recall、cam sessionで、日々の作業に戻す前に内容を確認できます。
Node 20+- source install では
pnpmが必要です
If you would rather let a coding agent handle the setup, copy this prompt into Claude Code, OpenCode, or Codex:
Install codex-auto-memory on this machine for me.
Use the npm install path from this README first:
npm install --global codex-auto-memory
After that:
1. Verify the install with `cam --version`
2. In the current repository, check whether codex-auto-memory is already initialized
3. If it is not initialized, run `cam init`
4. Show me the exact commands you ran and the results
If the npm package is unavailable, fall back to the GitHub Release tarball install path from this README instead of inventing another route.
Do not modify unrelated files.
これが最短の install path です。
npm install --global codex-auto-memoryバージョンを固定した release artifact を入れたい場合はこちらです。
curl -LO https://github.com/Boulea7/Codex-Auto-Memory/releases/download/v<version>/codex-auto-memory-<version>.tgz
npm install --global ./codex-auto-memory-<version>.tgzリポジトリ自体を触る場合やローカル実行をしたい場合はこちらです。
pnpm install
pnpm build
pnpm link --globalcam init
cam runinstall 後によく使う inspection command:
cam memory
cam recall search "<query>"
cam session status
cam remember "<memory>"
cam forget "<memory>" --archive- ドキュメントハブ(日本語)
- Architecture overview (English)
- Session continuity (English)
- Release checklist (English)
このリポジトリは引き続き Codex-first、Markdown-first のローカル memory tool です。詳細な統合境界、ホスト差分、移行メモは documentation hub にまとめています。