chore(harness): AGENT-HUB ハーネス配布(gbrain-recall リコール層) - #1152
Closed
ShintaroKawakami wants to merge 5 commits into
Closed
chore(harness): AGENT-HUB ハーネス配布(gbrain-recall リコール層)#1152ShintaroKawakami wants to merge 5 commits into
ShintaroKawakami wants to merge 5 commits into
Conversation
Co-authored-by: ShintaroKawakami <shintaro@example.com>
Co-authored-by: ShintaroKawakami <shintaro@example.com>
Co-authored-by: ShintaroKawakami <shintaro@example.com>
gbrain-recall 配布時、.gemini/settings.json に GCP の実キーが入ったまま追跡対象となり GitHub push protection がブロックした(push は拒否され、漏えいは発生していない)。 - .gemini/settings.json / .cursor/mcp.json / .kimi-code/mcp.json を .gitignore へ追加 - 上記 3 ファイルを git rm --cached で追跡から除外(ローカル実体は保持) - 実値の SSOT は ~/.config/agent-hub/.env、生成は sync が毎回ローカルで行う (.claude/rules/general/mcp-key-management.md) 他 PJ(jtt-cms 等)は既に同じ除外を持っており、本 PJ だけ欠けていた。 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01WVy3m6uEuqSxwZWQJQHTye
会話中に AI が G-Brain / agentmemory を読みに行く「リコール層」を全 PJ へ展開する配布差分。 正本は AGENT-HUB(registries/harness-manifest.yaml の global include)。本 PJ 側では手編集しない。 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01WVy3m6uEuqSxwZWQJQHTye
|
Someone is attempting to deploy a commit to the rohitg00's projects Team on Vercel. A member of the Team first needs to authorize it. |
Author
|
Opened by mistake against the upstream repository (intended target: my own fork). Closing immediately. Sorry for the noise. |
Contributor
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (206)
📝 WalkthroughWalkthroughChangesAgentMemory gateway
Estimated code review effort: 5 (Critical) | ~120 minutes Sequence Diagram(s)sequenceDiagram
participant Client
participant Gateway
participant MemoryService
participant Backend
Client->>Gateway: Send authenticated MCP request
Gateway->>MemoryService: Resolve project and agent scope
MemoryService->>Backend: Save or search project-scoped memory
Backend-->>MemoryService: Return scoped result
MemoryService-->>Gateway: Format MCP response
Gateway-->>Client: Return response
Possibly related PRs
✨ Finishing Touches 💡 1🛠️ Fix failing CI checks 💡
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
目的
AGENT-HUB で新設した gbrain-recall(会話中に AI が G-Brain / agentmemory を読みに行くルール)を本 PJ へ配布する。
変更点
.claude/rules/general/gbrain-recall.md追加(アタッチ済みクライアント面.cursor/rules/GEMINI.md/AGENTS.md/.kimi-code等へも同時反映)gbrain-recall-preflighthook(各クライアント面)追加sync-agentsの生成面差分(sync-state / 既存 hook のバージョン差)生成方法
python3 scripts/sync-agents.py --project <pj> --project-root <clean-linked-worktree>(AGENT-HUB 公開入口)を、origin/mainと一致する detached HUB worktree から実行。本 PJ 側で手編集していない。影響範囲
AI エージェント設定のみ。アプリコード・DB・CI の変更なし。
🤖 Generated with Claude Code
https://claude.ai/code/session_01WVy3m6uEuqSxwZWQJQHTye
Summary by CodeRabbit