ai-context-store
Knowledge that survives sessions. Your repo stays clean.
セッションを跨いで生きる知識。repo は汚れない。
Decisions, research, and checkpoints live in a central knowledge store
(~/ai-context-store/<project>/), not in your repo. They are
re-injected at every session start, so context never dies with a
/clear or a compaction. Knowledge goes to the store; code stays in the repo.
決定ログ・調査・チェックポイントは repo ではなく中央知識ストア
(~/ai-context-store/<project>/) に置く。セッション開始ごとに
再注入されるため、/clear や自動圧縮で文脈を失わない。
知識はストアへ、コードは repo へ。
- Claude-native internal search — query expansion + ranking over everything accumulated
- Claude ネイティブの内部検索 — 蓄積した全てにクエリ展開 + ランキング
- A stable directory layout — a fixed home that any tool can read
- 安定したフォルダ構成 — どのツールからも読める、決まった置き場所
- decisions / docs / research / sessions / workspaces
- decisions / docs / research / sessions / workspaces