feat(scoring): support exponential saturation previews - #120
Conversation
Detect saturation-era scoring constants ahead of density-era indicators and use saturation math for private previews while preserving historical density snapshots.
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 83c64ab176
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: b2fa87cae2
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
JSONbored
left a comment
There was a problem hiding this comment.
@oktofeesh1 this is merge-ready from my pass.
- Deterministic: check rollup is green and merge-tree against current
origin/mainis clean. - Maintainer judgment: the implementation now uses fetched model constants before fallback defaults and keeps the fallback path explicit.
- Validation: existing unit/integration coverage exercises the preview math and fallback behavior.
Summary
What changed
Why
Validation
Closes #89