-
Notifications
You must be signed in to change notification settings - Fork 1
fix: prioritize evidence-bound operations backfill #716
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
seonghobae
merged 43 commits into
fix/structured-workflow-exact-pin
from
feat/operations-candidate-priority
Aug 27, 2026
Merged
Changes from all commits
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
a534573
fix: prioritize evidence-bound operations backfill
a630a66
test: gate operations runtime acceptance
5d2a26d
fix: keep runtime evidence outside checkout
59a63e8
Merge remote-tracking branch 'origin/fix/structured-workflow-exact-pi…
33cd926
test: prepare exact Dashboard load evidence
8b54b2f
fix: require durable digest for preferred backfill
8437a73
test: gate dashboard runtime evidence by exact images
006713e
docs: refresh dashboard acceptance head
f151ad0
docs: record canonical WAL pressure gap
bee26e5
build: keep revision label outside dependency cache
d21b702
test: require responsive dashboard acceptance evidence
239b6ba
test: support isolated dashboard acceptance project
10cdafb
test: verify runtime frontend endpoint contract
3d20c36
Merge updated structured-workflow pin into operations priority
53686aa
test: wait for dashboard backend readiness
763867e
Merge remote-tracking branch 'origin/feat/operations-candidate-priori…
5565568
Merge remote-tracking branch 'origin/fix/structured-workflow-exact-pi…
771415f
fix: keep worker health probes lightweight
5516e8b
Merge updated structured-workflow parent into operations priority
fada4d1
fix: read k6 summary export metrics
b41e8ec
fix: keep shell health probe silent
b40f5e1
Merge commit 'refs/codex/audit-711-new' into HEAD
f599d65
fix: accept worker heartbeat without newline
d0634d1
Merge commit 'refs/codex/audit-711-copyfix' into HEAD
c01de07
Merge commit 'refs/codex/audit-711-after725' into HEAD
2f5d9ee
fix(ui): keep mobile navigation and locale copy complete
e4a3701
fix(dashboard): render complete voice taxonomy
ea60884
fix(dashboard): retain external coverage rate
7c7bb2c
Merge pull request #736 from ContextualWisdomLab/fix/mobile-gnb-voice…
seonghobae 9762f43
Merge remote-tracking branch 'origin/feat/operations-candidate-priori…
4c1a06b
fix(dashboard): name external share denominator
6aa4088
perf: bound dashboard backfill priority plan
a837ee5
docs: cite expanded Voice taxonomy authority
2fb753a
test: report actual explain scan loops
3eea373
fix: skip impossible priority scan
0a8bd0b
Merge pull request #737 from ContextualWisdomLab/fix/dashboard-comple…
seonghobae 9a3f380
Merge branch 'feat/operations-candidate-priority' of https://github.c…
1aed4e6
fix: audit shared backfill SQL calls
f352414
fix: deduplicate backfill tier transitions
73848b2
docs: record backfill tier snapshot boundary
e1e5d9d
Merge pull request #739 from ContextualWisdomLab/perf/dashboard-backf…
seonghobae 65e1dcd
feat: research public sources for post units (#714)
seonghobae 7bdef97
docs: add current product and MCP manuals (#747)
seonghobae 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
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
17 changes: 17 additions & 0 deletions
17
CHANGELOG.d/2.19.0-post-scoped-source-reference-research.md
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,17 @@ | ||
| # 2.19.0 — Post-scoped source-reference research | ||
|
|
||
| ## Added | ||
|
|
||
| - Public posts can research a highlighted passage or image detail against a | ||
| cited public page (ADR 0248, remaining ADR 0133 / issue #611). The workflow | ||
| reuses self-hosted SearXNG, retrieves one public HTTP(S) target with | ||
| redirects disabled and non-global addresses rejected, and judges through | ||
| contextual-orchestrator `mode=verify`. Private posts fail closed without | ||
| egress. Deployments must set both source-research resource budgets explicitly; | ||
| otherwise the channel remains unavailable. Citations persist in 3NF | ||
| `source_research_citation`. | ||
| - Reader next action: open the cited public resource, then compare it with | ||
| the highlighted passage or image detail. Supported or refuted judgments | ||
| without a cited URL downgrade to not enough information. Missing search, | ||
| retrieval, or adjudication is `research_unavailable`, never a fabricated | ||
| score. |
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.