knitbrain_verify_claim
Parse a stated codebase fact and check it against the knowledge graph to settle claims like imports, exports, or dependencies. Returns verified, contradicted, or unparseable.
Instructions
Hard claim-check (anti-hallucination): parse a stated codebase fact and check it against the knowledge graph. Supported shapes: " imports ", " exports ", " is a dependent of " / " depends on ". Returns verified | contradicted | unparseable so a claim is settled by the graph, not by assertion.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| claim | Yes | e.g. 'src/mcp/server.ts imports tools.js' |