fix: prove source-grounded frozen tests after observation - #207
Merged
lipluscodex merged 1 commit intoSep 5, 2026
Merged
Conversation
v2 の凍結済み corpus/query/gold/gate bytes を直接継承する v3 protocol と、分離された append-only registry を追加する。frozen test module 全体を result-free、development-closed、holdout-eligible の一時状態で実行し、synthetic runner で freeze identity と runtime scope の再入も検証する。実 development / holdout は実行しない。
lipluscodex
commented
Sep 5, 2026
lipluscodex
left a comment
Member
Author
There was a problem hiding this comment.
Lin: Self-review PASS for #206.
凍結後の観測成果物が存在してもテストが成立するという要件を確認しました。v1/v2の凍結ファイルを変更せず、v3の独立したレジストリで扱っています。
親側でwhole-module probeを実行し、result-free / development-closed / holdout-eligibleの3状態でそれぞれ7テスト成功を確認済みです。実際の一時Git凍結を使ったrunnerテストも含まれます。実装側の764テスト成功報告に加え、現在のhead 6835463b0d4a7a6d7be5bc720fc0bc63a1557e18のCIとOptional MCP adapterがともにSUCCESSです。
これは観測ライフサイクルの修正の合格であり、検索性能の合格ではありません。実クエリ観測は未実行で、性能はマージ後の新規development観測で判定します。
lipluscodex
deleted the
206-fix-source-grounded-frozen-tests-after-observation
branch
September 5, 2026 15:36
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 #206
v2 の凍結済み評価 identity を byte 同一で継承し、別 protocol ID と append-only registry を持つ result-free v3 を追加します。
同じ frozen test module 全体を result-free と synthetic post-observation の双方で実行し、development-closed / holdout-eligible、freeze verifier、tamper / gap / overwrite を fail closed に検証します。