docs: define optional MCP feedback interface - #6
Merged
Conversation
MCP 接続を任意 adapter として定義し、検索、source-use 段階、delayed outcome、検証、依存境界を文書化する。
各 tool の model-facing description に source-use 段階、強化条件、delayed outcome、trace retention を明示する。
lipluscodex
commented
Jul 29, 2026
lipluscodex
left a comment
Member
Author
There was a problem hiding this comment.
受け入れ条件に対する self-review: PASS
- search / record_source_use / record_outcome の意味、入力、出力、失敗契約を確認した
- retrieved / selected / validated / used が分離され、新規 used だけが即時 reinforcement に接続される
- delayed outcome は v1 で weight を変更しない
- model-facing description literal だけから feedback の呼び分けを判断できる
- trace retention / expiry と unknown_trace の扱いを確認した
- NGR core と optional adapter の依存方向を維持している
- README、requirements、Wiki、Decision Structure から到達可能である
- 公式 MCP 2026-07-28 tools specification と現行 NGR API の対応を照合した
- CI success、local 11 tests、eval smoke pass
スコープ逸脱: なし。MCP server 実装、SDK 依存、認証、transport、deployment、Release は追加していない。
次の処理: auto mode のため squash merge へ進む。
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.
Closes #5
MCP 対応 AI 向けに search、record_source_use、record_outcome の入出力と失敗契約を定義する。
retrieved / selected / validated / used を分離し、新規 used だけを即時 reinforcement へ接続する。
NGR core の標準ライブラリ境界、任意 adapter、delayed outcome、repository 分離条件を README と requirements から到達可能にする。