call graph cursor rules

2 tagged call graph, measured the same way as everything else here.

cursorrules

01

marjoballabani/hypergrep

Cursor rule Cursor

This project has hypergrep installed globally. Use it instead of grep/ripgrep when you need structural understanding of code (function bodies, call graphs, impact analysis). For simple text searches, ripgrep is fine.

19 5mo ago A 414 tokens original MIT

cursorrules

02

provasign/prism

Cursor rule Cursor

Prism indexes this repo's call and type graph. grep finds the same lines — prism tells you which of them matter (file-level precision 0.51 -> 0.91 on change tasks) and answers in one call where search-then-read takes several.

5 yesterday A 537 tokens original Apache-2.0