-
Notifications
You must be signed in to change notification settings - Fork 1
feat(ask): persist public-claim envelopes for Global Ask verification #679
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
Draft
seonghobae
wants to merge
31
commits into
main
Choose a base branch
from
feat/public-claim-envelope-v2220
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+2,151
−1,214
Draft
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
d098843
feat(ask): persist public-claim envelopes for Global Ask verification
seonghobae c60dcb3
docs: assign unique public claim ADR number
640e530
fix(ask): keep public claim verification off event loop
ee5eb25
fix(i18n): format public claim next action by locale
194f5a3
fix(ask): preserve verification guidance and lazy search setup
8edc738
perf(ask): keep public search client lazy
67706ef
Merge remote-tracking branch 'origin/feat/public-claim-envelope-v2220…
7e6e386
fix(public-claims): align mixed verdict guidance
c430cfa
fix(ask): preserve answers when public search fails
29aa69d
test(schema): expect PostgreSQL raise exception
af36ed0
fix(ask): preserve public verification product boundary
5601fea
test(migrations): preserve shared truth statuses on rollback
fdcc7e1
test(api): align Ask failure copy contract
20faa94
fix(ask): align public claim guidance and evidence
f4f9ea2
fix(ask): show public verification guidance once
cf7abc1
Merge origin/main into public claim envelope work
58b6284
Merge remote-tracking branch 'origin/feat/public-claim-envelope-v2220…
7d02f08
fix(ask): preserve customer-facing failure contract
575aaa7
fix(ask): keep source recovery action visible
7dfff36
Merge remote-tracking branch 'origin/feat/public-claim-envelope-v2220…
077b8be
fix(ask): keep action guidance on plain answers
866c46d
fix(i18n): remove unused verification copy
245cf62
fix: enforce public claim verification boundaries
e26a720
test: lock public claim review repairs
d5220bc
fix(security): keep public claim query static
a8734f6
fix(ask): honor claim envelope cutoff
79c94dd
fix(security): document static Ask claim query
5fb648a
fix(security): remove scanner suppression
13ecf41
fix(security): document static query suppression
01cb291
fix(ui): keep public claim actions visible
135dfe7
fix(ui): keep public claim contract codes internal
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,20 @@ | ||
| # 2.22.0 — Persisted public-claim envelope | ||
|
|
||
| ## Added | ||
|
|
||
| - Typed `public_claim_envelope` rows admit Global Ask public verification | ||
| (issue #272 / [ADR 0229]). Closed kinds are organization presence, public | ||
| event, and public relationship. Person, Keyman, TEPP, and fast-mlsirm | ||
| evidence cannot be stored. | ||
| - Ask Agent `verify_external` is opt-in. Off omits the projection. On | ||
| loads currently authorized egress-eligible envelopes and never nominates | ||
| a claim from question tokens. SearXNG URLs stay on | ||
| `external_evidence_urls` and never enter `cited_post_ids`. | ||
| - Organization-presence distinctive-token footprint can read **Supported**. | ||
| Other polarity stays unavailable until contextual-orchestrator classifies | ||
| retrieved evidence. This repository does not force `mode="verify"`. | ||
| - After `make seed`, the Demo public post envelope sits above the Ask | ||
| answer. A click opens that post. Web verification is unavailable when | ||
| SearXNG is unset. | ||
|
|
||
| [ADR 0229]: docs/adr/0229-public-claim-envelope.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
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.
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.