rkceve/claude-code-cms
Persistent, structured project memory for Claude Code. Two lightweight hooks (Sonnet 4.6 + Haiku 4.5) maintain a per project knowledge tree on disk and surface the relevant facts back into context on every turn — keeping long-running discussions coherent across compactions, restarts, and project switches.
SUMMARY AI要約 by gpt-5-mini
claude-code-cms は Claude Code の会話履歴をプロジェクト単位で構造化してローカルに保持し、毎ターン必要な事実だけを再注入することで長期の設計判断や未解決事項を忘れにくくするフック群です。Sonnet 4.6(Stopフック)がレスポンス後に会話を読み取って相関マップを更新し、Haiku 4.5(UserPromptSubmitフック)がプロンプト提出時に既存マップから関連事実を抽出して additionalContext として注入します。データモデルは SUN/PLANET/SAT の三層ツリーで、PLANET の「質量」はその話題への関与度を表します。 主な利用者は Claude Code を使って長期間または複数セッションでプロジェクトを進める開発者や技術者で、インストールは Python 3.11+ と Claude Code CLI(または Anthropic API)を前提とします。各プロジェクトのマップは ~/.claude/projects/<cwd-slug>/memory/cms/correlation_map.json に保存され、ログや無効化(環境変数)もサポート。設定は cms.toml で調整可能です。 既知の制約として、追加トークンコスト、プロジェクトごとの cwd に依存する分離、スキーマ違反時の更新破棄、CLI のトランスクリプト回避のためのサンドボックス処理、SDK モードの未検証などがあります。商用利用には別途相談が必要です。
DETECTED 検出されたAIスタック
このRepoのdescription / GitHub topics / READMEのAI要約に出現したAI関連キーワードをカテゴリ別に表示。各バッジは該当カテゴリの詳細ランキングへリンクします。
使用言語(バイト数比)
オーナー情報
I'm 15 years old.
日付
| GitHub作成日 | 2026-05-09 |
| 最終Push | 2026-05-09 |
| 当サイト初検出 | 2026-05-09 |
| 最終取得 | 2026-05-09 15:42 |
類似Repo (同じ言語のAI関連Repo)
AI Agent 中文學習地圖 — 從零開始的結構化學習路徑,每階段有必做練習跟必修閱讀。三語對照(繁中/简中/English)。歡迎社群一起貢獻、優化內容。
lonr-6/cc-desktop-switchLightweight desktop tool for configuring DeepSeek, Kimi, Zhipu GLM and Bailian providers in Claude Desktop.
TomSolid/myPKAMy whole life. One folder. No vendor. myPKA is a Personal Knowledge Architecture with a 4-person AI team baked in. Plain markdown files on your machine. ICOR® methodology. Works in Claude Code, Codex, Gemini, Cursor, Obsidian.
linora-u/AgentLoomSimple, flexible workflow orchestration for multi-agent AI apps, with YAML configuration, runtime safety, observability, and resume support.
oodadoudou/TransoriaAI desktop toolkit for novel translation, glossary management, and batch text replacement.
hieuchaydi/MemoryFeedLocal-first social memory search engine with browser capture, hybrid AI retrieval, and optional C++ acceleration.
alias8818/enoch-agentic-research-systemAgentic research control plane with local proof, provenance packaging, and explicit audit-status reporting.
helderpgoncalves/feedbotTurn community chat into a structured product backlog — Telegram + dashboard + MCP for Claude Code.