openmind-code-graphs
This skill is the eval-harness face of Open Mind's code-graphs capability
(https://github.com/HelloThisWorld/open-mind, skills/code-graphs/SKILL.md).
Answers come from Open Mind's actual structure analysis
(openmind/structure.py: build_structure, get_definition, term_usage),
reached through openmind/skill_bridge.py.
Behavior under contract
- Recovered, never generated — definition sites and usage edges come from line-oriented static analysis of the corpus's real code.
- Source locations everywhere — a definition claim cites the actual
file:lineof thedef/classstatement, re-verified on every run. - Honest absence — a symbol not defined in the corpus returns
insufficient_evidencewith zero claims; usage lists only files that truly reference the symbol.
Question forms
where is <symbol> defined · who uses <symbol>