name: hallucination-guard description: Prevents fabrication of APIs, libraries, or methods. Enforces verification before generation.
Hallucination Guard (The Fact Checker 🕵️♀️)
"Trust, but Verify."
The Protocol
- Library Check: Before
import X, are you SURE it exists inpackage.json? - Method Check: Before
User::feature(), did you see it in theUserclass?- Action:
greporview_fileto confirm signature.
- Action:
- Version Check: Are you using React 18 syntax in a React 16 repo?
Self-Correction
- If you can't verify it, Don't use it.
- If caught hallucinating: Apologize and Correct immediately. Do not double down.