feat(storage): persist estimated difficulty evidence#38
Draft
hubab1 wants to merge 12 commits into
Draft
Conversation
added 12 commits
July 18, 2026 19:05
Apply reviewed per-provider pacing and retry policies through AppServices, preserve physical-attempt observability, and remove the ratings-specific retry loop so retries cannot multiply. Add a default-on kill switch, bounded server cooldowns, deterministic cancellation coverage, and explicit client injection for the in-process MCP service.
hubab1
force-pushed
the
09d-keyword-status-separation
branch
from
July 22, 2026 22:35
5f1b55d to
037dbc7
Compare
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.
Summary
Safety boundary
KeywordDailyMetric.difficultyScoreandAppKeywordStats.difficultyScoreuntouched and performs no legacy backfillValidation
42, both new tables initially empty, and bundled artifact hashes unchangedcodesign --verify --deep --strictDependencies and merge gate
This draft is stacked on #37. The eventual 20c integration also depends on #35 and #36. Keep this draft unmerged until the real-store migration/integrity review is complete.
Attribution
The broader estimated-difficulty idea was inspired by the upstream WIP commit akshaynexus@5de98ea. This persistence design and its tests are an independent rewrite; source link only, with no co-author trailer.