mirror of
https://github.com/github/awesome-copilot.git
synced 2026-03-12 04:05:12 +00:00
doublecheck: auto-escalate to full verification report for high-risk content (#980)
* doublecheck: auto-escalate to full report for high-risk content In active (persistent) mode, doublecheck previously used abbreviated inline verification for all content types, with the full three-layer report only available if the user explicitly requested it. Most users did not know the command existed, so high-stakes content (legal analysis, regulatory guidance) and responses with DISPUTED or FABRICATION RISK findings were presented with only a summary table. Changes: - Auto-escalate to the full verification report when any claim rates DISPUTED or FABRICATION RISK during inline verification - Always use the full report for legal analysis, regulatory interpretation, compliance guidance, and content with case citations or statutory references - Update the activation message to mention the 'full report' command - Add a discoverability footer to inline verification sections - Update README.md to document the new behavior Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Address review feedback: fix table reference, reconcile bullets, clarify callout placement, add trigger phrase - Table row now references 'high-stakes content rule' (not 'auto-escalation rule') and lists all content types that match the later rule text - README first bullet no longer claims legal content gets inline verification, resolving the contradiction with the next bullet - Clarify that the 'Heads up' callout goes at the top of the full report when auto-escalation applies, not in a nonexistent inline section - Add 'full report' to the explicit trigger phrase list in the 'Offer full verification on request' rule Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Update README.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update README.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -48,10 +48,11 @@ use doublecheck
|
||||
```
|
||||
|
||||
Once active:
|
||||
- Factual, legal, and analytical responses get automatic inline verification
|
||||
- Simple factual lookups and single-claim answers get automatic inline verification summaries
|
||||
- Factual analysis, legal analysis, regulatory interpretation, compliance guidance, and content with case citations or statutory references automatically get the full verification report instead of inline summaries
|
||||
- If any claim rates DISPUTED or FABRICATION RISK during inline verification, the full report is generated automatically
|
||||
- Code, creative writing, and casual conversation are skipped (verification doesn't apply)
|
||||
- High-risk claims (DISPUTED, FABRICATION RISK) get called out prominently before the verification summary
|
||||
- You can ask for a full deep-dive verification on any response by saying "run full verification"
|
||||
- You can ask for a full deep-dive verification on any response by saying "full report" (or the legacy phrase "run full verification")
|
||||
- Turn it off anytime with "turn off doublecheck"
|
||||
|
||||
Turn it off anytime:
|
||||
|
||||
Reference in New Issue
Block a user