Skip to main content

Module parser

Module parser 

Source

Modules§

context
Context budgeting: pack optimal entity context into a token budget. Priority: target entity (full) > direct dependents (full) > transitive (signature only).
differ
graph
Entity dependency graph — cross-file reference extraction.
hotspot
Hotspot analysis: find entities that change most frequently across git history. High-churn entities are statistically more likely to contain bugs.
plugin
plugins
registry
verify
Contract verification: check that callers pass the correct number of arguments to callees. Heuristic, not perfect, but catches obvious mismatches.