SUMMARY AI要約 by gpt-5-mini
claude-memory-routerは、Claude CodeのUserPromptSubmitフックとして動作する第三者ツールで、プロジェクトのmemoryディレクトリから「関連する」メモだけを選んでプロンプトに注入することで、無差別な大量注入による文脈汚染や誤応答を防ぐことを目的とします(非公式・非提携)。主な利用者は、~/.claude/projects/<id>/memory に多数のMarkdownファイルを持つClaude Codeユーザーや運用者です。 主な機能: - マニフェスト化された前書き(frontmatter)のaliases/triggersを重み付けして高精度に選別 - 単一ヒットの汎用一致を拒否し、複数ルール(alias/triggerスコア、ファイル名ブースト+推論ヒット、3件以上の推論ヒット)を満たしたファイルのみ読み込み - 常時読み込むピンファイル指定と、読み込む合計サイズ上限(デフォルト200 KiB) - manifestビルダー、オーファンマイグレーター、サイズモニター、テストスイートや例ファイルを同梱 - 環境変数での設定、ログは最小化(ファイル名のみ、600/700権限)しプロンプトは記録しない安全設計 導入はクローン→CLAUDE_MEMORY_DIR設定→builder実行→settings.jsonにフック追加。bash/Python/jqで動作し、静的解析ツールclaude-memory-lintと組み合わせる運用が推奨されています。
DETECTED 検出されたAIスタック
このRepoのdescription / GitHub topics / READMEのAI要約に出現したAI関連キーワードをカテゴリ別に表示。各バッジは該当カテゴリの詳細ランキングへリンクします。
GitHub Topics
使用言語(バイト数比)
オーナー情報
I prefer anmitsu with ice cream on top, preferably vanilla flavor.
日付
| GitHub作成日 | 2026-05-07 |
| 最終Push | 2026-05-09 |
| 当サイト初検出 | 2026-05-09 |
| 最終取得 | 2026-05-09 18:13 |
類似Repo (同じ言語のAI関連Repo)
Multi-LLM cross-review workflow for Claude Code. /work orchestrates plan/implement/bug-fix with 3 different model families voting on every gate.
Cyrene963/hermes-patchesHermes Agent 社区补丁合集 - Community patches for Hermes Agent
tenondecrpc/cc-statuslineClaude Statusline: a lightweight Bash + jq statusline for Claude Code with model, context, rate limit, git/worktree, cost, duration, and install/uninstall support. No heavy runtime required.
JinPLu/agent-roundtableAgent Roundtable — a local, file-based substrate for multi-agent work. Humans, Cursor chat, Codex (codex exec) and Claude Code (claude -p) take turns on one shared THREAD.md under your repo so you can plan, execute, review, and discuss without losing context or locking in to a single CLI.
jasper0507/idea-harnessPut a harness on AI before it guesses. Clarifies vague app ideas into precise requirements via Socratic questioning. Works with Claude Code / Cursor / Codex / Hermes / OpenClaw.
ryga-test/playwright-ai-workflow-playgroundAI-driven E2E testing with Playwright. An 8-step slash-command pipeline that discovers UI snapshots, generates POM, drafts GWT test specs, runs Playwright tests, and self-heals knowledge — all with human approval gates for quality control.
walidboulanouar/ay-frameworkAgent swarm framework for Claude Code. Plan, build, review, test, ship -- with human-in-the-loop gates.
itchernetski/claude-code-token-watchClaude Code hooks that warn when a session starts burning tokens on repeated Reads, recursive greps, or WebFetch streaks