Directories
¶
| Path | Synopsis |
|---|---|
|
cmd
|
|
|
askctx
command
Command askctx runs one find_context against a chosen binary and prints the response an agent host would receive.
|
Command askctx runs one find_context against a chosen binary and prints the response an agent host would receive. |
|
chainprobe
command
Command chainprobe measures whether the call graph makes a chain followable, without an agent in the loop.
|
Command chainprobe measures whether the call graph makes a chain followable, without an agent in the loop. |
|
confcal
command
Command confcal calibrates the confidence gate.
|
Command confcal calibrates the confidence gate. |
|
contextmaxxer
command
|
|
|
corebench
command
Command corebench evaluates an embedding model on a downloaded subset of CORE-Bench (arXiv:2606.11864, HF: zhangfw123/CORE-Bench) in BEIR format: each repo dir holds corpus.jsonl, queries.jsonl and qrels/test.tsv.
|
Command corebench evaluates an embedding model on a downloaded subset of CORE-Bench (arXiv:2606.11864, HF: zhangfw123/CORE-Bench) in BEIR format: each repo dir holds corpus.jsonl, queries.jsonl and qrels/test.tsv. |
|
deepprobe
command
Command deepprobe measures what ranking metrics structurally cannot see: whether the answer is inside the excerpt the response actually shows.
|
Command deepprobe measures what ranking metrics structurally cannot see: whether the answer is inside the excerpt the response actually shows. |
|
diag
command
Diagnostic tool: for selected (project, query_id) pairs, runs retrieval in both vector-only and hybrid modes with top-30 + features, and prints a compact side-by-side comparison highlighting the expected symbol's rank.
|
Diagnostic tool: for selected (project, query_id) pairs, runs retrieval in both vector-only and hybrid modes with top-30 + features, and prints a compact side-by-side comparison highlighting the expected symbol's rank. |
|
embprobe
command
Command embprobe is a 30-second semantic sanity check for an embedding model in OUR runtime (tokenizer + pooling + prefixes + ORT): it embeds a few fixed code snippets and two NL queries and prints the cosine matrix.
|
Command embprobe is a 30-second semantic sanity check for an embedding model in OUR runtime (tokenizer + pooling + prefixes + ORT): it embeds a few fixed code snippets and two NL queries and prints the cosine matrix. |
|
eval
command
|
|
|
exploreprobe
command
Command exploreprobe scores the served retrieval against SWE-Explore, the first external benchmark that grades the WHOLE pipeline rather than its entrance.
|
Command exploreprobe scores the served retrieval against SWE-Explore, the first external benchmark that grades the WHOLE pipeline rather than its entrance. |
|
ftdata
command
Command ftdata turns CORE-Bench-style BEIR data into embedder fine-tuning triplets: {"query", "pos": [...], "neg": [...]} JSONL, one line per query.
|
Command ftdata turns CORE-Bench-style BEIR data into embedder fine-tuning triplets: {"query", "pos": [...], "neg": [...]} JSONL, one line per query. |
|
giteval
command
Command giteval scores the served stack against labels nobody on this project authored: each case is a real commit — query = the commit subject, gold = the symbols whose enclosing-function hunk headers appear in that commit's diff, resolved against the index.
|
Command giteval scores the served stack against labels nobody on this project authored: each case is a real commit — query = the commit subject, gold = the symbols whose enclosing-function hunk headers appear in that commit's diff, resolved against the index. |
|
goldengate
command
Command goldengate is THE regression gate: one command, one report, always the same definition of "our numbers", measured through the shipped binary.
|
Command goldengate is THE regression gate: one command, one report, always the same definition of "our numbers", measured through the shipped binary. |
|
idxstats
command
Command idxstats prints symbol and edge counts for one or more index DBs.
|
Command idxstats prints symbol and edge counts for one or more index DBs. |
|
lateexp
command
Command lateexp is an offline experiment: does late-interaction (ColBERT-style MaxSim over per-token vectors) improve paraphrastic SEED recall over the production single-vector mean-pool? It scores the WHOLE corpus by both methods (not just a re-rank of the seed set) because the hypothesis is that MaxSim catches paraphrases the single vector drops at the seed stage — a re-rank of an already-missed seed could never show that.
|
Command lateexp is an offline experiment: does late-interaction (ColBERT-style MaxSim over per-token vectors) improve paraphrastic SEED recall over the production single-vector mean-pool? It scores the WHOLE corpus by both methods (not just a re-rank of the seed set) because the hypothesis is that MaxSim catches paraphrases the single vector drops at the seed stage — a re-rank of an already-missed seed could never show that. |
|
mcpeval
command
Command mcpeval drives the gen-eval corpus through the REAL served stack — it spawns the shipped binary's `mcp` subcommand per project and talks JSON-RPC over stdio, exactly like an agent host does.
|
Command mcpeval drives the gen-eval corpus through the REAL served stack — it spawns the shipped binary's `mcp` subcommand per project and talks JSON-RPC over stdio, exactly like an agent host does. |
|
negprobe
command
Command negprobe measures the false-confidence rate: queries about plausible concepts that do NOT exist in the indexed repo.
|
Command negprobe measures the false-confidence rate: queries about plausible concepts that do NOT exist in the indexed repo. |
|
reachprobe
command
Command reachprobe asks why a gold file is never retrieved.
|
Command reachprobe asks why a gold file is never retrieved. |
|
regionprobe
command
Command regionprobe asks where the gold sits relative to what we returned.
|
Command regionprobe asks where the gold sits relative to what we returned. |
|
rspbreak
command
Command rspbreak prices a find_context response by section.
|
Command rspbreak prices a find_context response by section. |
|
selfsweep
command
Command selfsweep is a label-free ranking radar for ANY indexed repo: every documented symbol must be findable by its own docstring.
|
Command selfsweep is a label-free ranking radar for ANY indexed repo: every documented symbol must be findable by its own docstring. |
|
soak
command
Command soak asks one long-lived server the same questions over and over and checks that the answers do not drift.
|
Command soak asks one long-lived server the same questions over and over and checks that the answers do not drift. |
|
internal
|
|
|
benchdata
Package benchdata loads BEIR-format retrieval benchmark data (the layout CORE-Bench ships: per-repo corpus.jsonl / queries.jsonl / qrels/test.tsv) and manages the on-disk embedding-matrix cache shared by cmd/corebench and cmd/ftdata.
|
Package benchdata loads BEIR-format retrieval benchmark data (the layout CORE-Bench ships: per-repo corpus.jsonl / queries.jsonl / qrels/test.tsv) and manages the on-disk embedding-matrix cache shared by cmd/corebench and cmd/ftdata. |
|
enrich
Package enrich generates one-sentence purpose summaries for indexed code symbols using an OpenAI-compatible chat completion endpoint.
|
Package enrich generates one-sentence purpose summaries for indexed code symbols using an OpenAI-compatible chat completion endpoint. |
|
evalharness
Package evalharness drives the shipped binary's `mcp` subcommand over JSON-RPC stdio, exactly like an agent host does.
|
Package evalharness drives the shipped binary's `mcp` subcommand over JSON-RPC stdio, exactly like an agent host does. |
|
goldensuite
Package goldensuite is the repeatable regression gate: one definition of "our numbers", run against the shipped binary, comparable across runs.
|
Package goldensuite is the repeatable regression gate: one definition of "our numbers", run against the shipped binary, comparable across runs. |
|
negcases
Package negcases supplies absent-concept queries for false-confidence measurement, and — crucially — verifies per repo that each concept really is absent before it counts as a negative.
|
Package negcases supplies absent-concept queries for false-confidence measurement, and — crucially — verifies per repo that each concept really is absent before it counts as a negative. |
|
releasecfg
Package releasecfg is the single source of truth for the measured release configuration — the exact settings every published gen-eval number was produced with ("tiny cross-encoder + intent ranker + adaptive rerank").
|
Package releasecfg is the single source of truth for the measured release configuration — the exact settings every published gen-eval number was produced with ("tiny cross-encoder + intent ranker + adaptive rerank"). |
|
selfcases
Package selfcases samples label-free retrieval cases from an index: a documented symbol plus the query built from its own docstring.
|
Package selfcases samples label-free retrieval cases from an index: a documented symbol plus the query built from its own docstring. |
|
store/sqlite
DECISION: using modernc.org/sqlite (pure-Go, no CGo) + modernc.org/sqlite/vec subpackage.
|
DECISION: using modernc.org/sqlite (pure-Go, no CGo) + modernc.org/sqlite/vec subpackage. |
Click to show internal directories.
Click to hide internal directories.