Docs / glossary · Edit on GitHub

Glossary

TermDefinition
Blast radiusUpstream call-graph impact of changing a symbol (callers, score, impact zone).
CommunityDensely connected cluster from label propagation; named via communities / GQL :Community.
CPGCode Property Graph — hybrid of L_repo (CALL/type) and L_proc (CFG/PDG). CLI: cpg.
CFGControl-flow graph of a function (basic blocks and branches).
DiscoverIndex a repository into .rgbuilder/ (graph snapshot + analytics).
FusionLate re-ranking of semantic hits with graph signals (blast, PageRank, sketches).
GQLrgBuilder graph query language (MATCH / macros) over the knowledge graph.
Hamming distanceBitwise distance used for packed semantic embedding retrieval.
Harmonic centralityReachability closeness metric; opt-in via --with-harmonic for migration ranking.
L_procPer-function procedural layer (CFG/PDG archive under .rgbuilder/analysis/).
L_repoRepository-level topology (functions, CALL, types) in the graph snapshot.
Louvain (field name)Historical name for community id (louvain_community_id); algorithm is label propagation.
MRLMulti-representation learning ideas behind fused semantic ranking (see design docs).
PDGProgram dependence graph — data and control deps between statements.
Schema versionInteger on -f json payloads; bump means breaking field changes.
Semantic indexOpt-in function embedding store (.rgbuilder/semantic_index.bin).
SliceStatements that affect / are affected by a line+variable (or taint trace).
Tier 1Nine always-linked languages: Rust, Python, JS, TS, Go, Java, C#, C, C++.