Skip to content

Latest commit

 

History

History
106 lines (71 loc) · 3.31 KB

File metadata and controls

106 lines (71 loc) · 3.31 KB

Codex Auto Memory

Codex が次の会話でもプロジェクト文脈を持ち続けられるようにしつつ、記憶は手元の Markdown に残します。

简体中文 | 繁體中文 | English | 日本語

codex-auto-memory は、Codex がプロジェクト文脈、好み、重要な判断を会話をまたいで引き継げるようにしつつ、MEMORY.md や topic files をローカルに残します。追加サービスや database に頼らず、チーム自身で読んで直せる形を保ちたいときのためのツールです。

使う理由

  • Codex セッションから将来も使える知識を抽出し、次の会話へ戻せます。
  • MEMORY.md と topic files を、読めて編集できる source file として維持します。
  • cam memorycam recallcam session で、日々の作業に戻す前に内容を確認できます。

前提

  • Node 20+
  • source install では pnpm が必要です

Install

Let Claude Code / OpenCode / Codex Install It For You

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.

npm

これが最短の install path です。

npm install --global codex-auto-memory

GitHub Release tarball

バージョンを固定した 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

Build from source

リポジトリ自体を触る場合やローカル実行をしたい場合はこちらです。

pnpm install
pnpm build
pnpm link --global

最初のコマンド

cam init
cam run

install 後によく使う inspection command:

cam memory
cam recall search "<query>"
cam session status
cam remember "<memory>"
cam forget "<memory>" --archive

ドキュメント

コミュニティとリポジトリ運用

現在の位置づけ

このリポジトリは引き続き Codex-first、Markdown-first のローカル memory tool です。詳細な統合境界、ホスト差分、移行メモは documentation hub にまとめています。

ライセンス

Apache-2.0