eval: record outcome deactivation observations - #114
Merged
Conversation
developmentとconditional holdoutを、登録済みprivate snapshot上で各一度だけ実行した観測結果を保存する。 - development SHA-256: 9cb9a9756d8471f2bbf8d849f3e9329dd2bed8df5220cdedacce3103cc44308f - holdout SHA-256: 224f2f26b1beeec55c7af70bb464c6907a00f5d4b65337ab317b7d588c132715 - 両stageでfreeze verifierと8 hard gateがすべてpassした。 - development pass後にだけholdoutを開き、どちらも再実行していない。 - freeze artifact、source database、private snapshot、live configは変更していない。 - 結果の支持範囲は固定local snapshotに限定し、default変更や一般化を行わない。
lipluscodex
commented
Aug 21, 2026
lipluscodex
left a comment
Member
Author
There was a problem hiding this comment.
Self-review: pass
- 完了条件: development / holdoutを各一度だけ実行し、両stageのregistered SHA、freeze verifier、8/8 hard gateを確認した。
- 変更範囲: observed JSON 2件のみ。freeze artifact、source database、private snapshot、live config、既存実装への差分はない。
- 独立確認: 両SHA一致、両registered verifier pass、privacy boundary、git diff --check、CI / Optional MCP greenを確認した。
- Scope deviation: なし。
- 次: mergeStateStatus CLEANを再確認し、auto modeのためsquash mergeする。local adoptionは別Issueの可逆cutover判断に残す。
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 #113
登録済みprivate snapshot上でdevelopmentとconditional holdoutを各一度だけ実行し、observed JSONを保存します。
両stageのfreeze verifierと8 hard gateはすべてpassし、source database、snapshot、live configの不変を確認しました。
支持範囲は固定local snapshotに限定し、freeze artifact、default、live設定を変更しません。