Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/eslint-plugin / gradeTool
Function: gradeTool()
ts
function gradeTool(tool, findings): ToolGraderScore;Defined in: tool-discovery.ts:345
Compute the per-tool grader score (0..100). Each axis is gated by the findings produced for that axis. The rubric is calibrated against the RB-49 fixture catalog (wellDescribedTool -> 82, placeholderDescriptionTool -> 20, examplesPiiTool -> 61).
Parameters
| Parameter | Type |
|---|---|
tool | DiscoveredTool |
findings | readonly LintFinding[] |