What problem does it solve?
Detects and verifies potentially incorrect or uncertain claims produced by the assistant by searching local project files and external sources so users can trust corrected outputs before acting on them.
Core Features & Use Cases
- Identify verifiable claims: Re-reads recent assistant output and formulates sharp verification questions for claims that can be checked.
- Local and external search: Prioritizes quick checks in the repository (code, tests, changelogs, configs) and escalates to external documentation, issue trackers, or trusted web sources when needed.
- Synthesis with citations: Presents a clear result per claim (confirmed, nuanced, or incorrect) with supporting links or quotes and limits verification to up to three claims per invocation.
- Use Case: A user says "dat klopt niet" after a version or API claim; run the workflow to confirm the exact version, behavior, or changelog entry and report findings with sources.
Quick Start
Invoke /ground to verify up to three concrete claims from the assistant's previous answer using local files and external sources and report a sourced confirmation, nuance, or correction.