-
Notifications
You must be signed in to change notification settings - Fork 0
feat(rating): evidence-anchored ratings — write the receipt before the class #85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
abb719e
docs: evidence-ratings implementation plan (PR-B)
emp3thy 1562c23
feat(db): rating-evidence column on exposures (migration 0016)
emp3thy 65016c9
feat(rating): non-ignored ratings require a one-line evidence statement
emp3thy 2f166a6
test(conftest): strip live-deployment env vars from test shells
emp3thy ad7f993
feat(mcp): evidence on credit + apply_session_ratings schemas
emp3thy c869731
fix(storage): thread evidence through backend credit_one; narrow test…
emp3thy 56d7324
feat(rating): evidence-first skill, directive, and credit nudge
emp3thy ca3305b
fix(skill): scope class-uncertainty hedge to evidenced classes
emp3thy 84bf380
feat(ui): rating-evidence history on drawers + diagnostics column
emp3thy c37d6d0
fix(ui): style ignored rating chip + evidence list
emp3thy 552f566
docs(website): evidence-anchored rating prose
emp3thy fd15abf
docs(website): fix stale memory_credit signature in contextual-inject…
emp3thy d086198
fix(mcp): forward evidence through the remote credit branch
emp3thy File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| -- Migration 0016: evidence line on rated exposures. | ||
| -- | ||
| -- Rating variance is the noise floor under every ranking signal: identical | ||
| -- memory sets were rated `shaped` in one session and `ignored` in another | ||
| -- (2026-07 A/B runs). Non-ignored ratings now carry a one-line evidence | ||
| -- statement (what the memory changed, or a quote), enforced by | ||
| -- MemoryRatingService and surfaced in the UI drawers. Audit-only: no | ||
| -- scoring reads this column. | ||
| -- | ||
| -- Distinct from reflections.evidence_count, which counts synthesis source | ||
| -- observations and has nothing to do with rating evidence. | ||
|
|
||
| ALTER TABLE session_memory_exposure ADD COLUMN evidence TEXT; |
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
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
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
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
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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.