ErrLookup › tirth8205/code-review-graph

tirth8205/code-review-graph

Local-first code intelligence graph for MCP and CLI. Builds a persistent map of your codebase so AI coding tools read only what matters, with benchmarked context reductions on reviews and large-repo workflows. · Python · 87 source files

Analyzed at b58668751a on 2026-08-28. 51 documented errors.

Code / MessageTypeSeverityTags
No graph found at {db_path}. Run `code-review-graph build` f
console error cli, missing-artifact, build-required, exit-code-1
raise SystemExit(1)
console error cli, uninstall, permissions, exit-code-1
TOML parsing requires the 'tomli' package on Python < 3.11.
exception error python, dependency, toml, runtime-version
Not a directory: {resolved}
validation error daemon, config, path-validation, valueerror
No .git, .svn, or .code-review-graph directory in {resolved}
validation error daemon, config, repo-detection, valueerror
Alias '{effective_alias}' is already in use by {existing.pat
validation error daemon, config, alias-conflict, valueerror
sentence-transformers not installed. Run: pip install code-r
exception error python, missing-dependency, import-error, embeddings
google-genai not installed. Run: pip install "code-review-gr
exception error python, missing-dependency, import-error, google-genai, embeddings
MiniMax API error: {base_resp.get('status_msg', 'unknown')}
exception error python, minimax, api-error, embeddings, http
OpenAI API HTTP {http_err.code}: {err_msg}
http error python, openai, http-error, embeddings, api-error
OpenAI API error: {msg}
http error python, openai, api-error, embeddings, in-band-error
OpenAI API returned empty data
http error python, openai, empty-response, embeddings, validation
OpenAI API returned malformed indices (got {indices}, expect
http error python, openai, embeddings, index-validation, misalignment-guard
OpenAI API returned {len(data)} embeddings for {len(texts)}
http error python, openai, embeddings, count-mismatch, misalignment-guard
OpenAI API returned mixed indexed/unindexed data — refusing
http error python, openai, embeddings, mixed-format, misalignment-guard
Voyage API HTTP {http_err.code}: {err_msg}
http error python, voyage, http-error, embeddings, api-error
Voyage API error: {msg}
http error voyage, embeddings, api-error, remote-api
Voyage API returned empty data
http error voyage, embeddings, empty-response
Voyage API returned malformed indices (got {indices}, expect
http critical voyage, embeddings, data-integrity, index-mismatch
Voyage API returned {len(data)} embeddings for {len(texts)}
http critical voyage, embeddings, data-integrity, count-mismatch
Voyage API returned mixed indexed/unindexed data — refusing
http critical voyage, embeddings, data-integrity, mixed-response
Unknown embedding provider '{name}'. Valid: local, openai, g
validation error config, provider, validation, env-var
Missing required environment variable(s) for the OpenAI embe
validation error openai, embeddings, env-var, config
MINIMAX_API_KEY environment variable is required for the Min
validation error minimax, embeddings, env-var, config
VOYAGE_API_KEY environment variable is required for the Voya
validation error voyage, embeddings, env-var, config
GOOGLE_API_KEY environment variable is required for the Goog
validation error google, embeddings, env-var, config
Embedding refresh requires an explicit provider and model.
validation error embeddings, refresh, validation, config
Embedding refresh refused: existing rows have no provider id
validation error embeddings, schema-migration, legacy-data, sqlite
Embedding provider '{provider}' is unavailable in this envir
exception error embeddings, refresh, env-var, provider-unavailable
MiniMax refresh model must be '{resolved_model}', got '{mode
validation error minimax, embeddings, refresh, model-mismatch
Embedding refresh refused: existing embeddings use {existing
validation error embeddings, refresh, identity-mismatch, data-integrity
matplotlib is required for SVG export. Install with: pip ins
exception error matplotlib, svg-export, missing-dependency
Graph is empty, nothing to export
validation warning svg-export, empty-graph, validation
the graph holds {len(file_paths)} file(s) such as {sample!r}
exception error incremental-update, path-mismatch, repo-root
{context} reported errors: {details}
exception error watch-mode, incremental-update, file-errors
post-processing reported warnings: {details}
exception warning watch-mode, post-processing, warnings
watch update failed
exception critical watcher, filesystem, graph-update, daemon
watch observer stopped: dead thread(s) {names}
exception critical watcher, watchdog, inotify, linux, thread-death
streamable-http transport requires host and port
validation error mcp, transport, http, config
unsupported transport: {transport!r}
validation error mcp, transport, invalid-argument
Either memory_dir or repo_root required
validation error memory, config, missing-argument
Unknown table: {table}
validation error sqlite, migration, schema, internal
Path is not a directory: {resolved}
validation error registry, path-validation, filesystem
Path does not look like a repository (no .git, .svn, or .cod
validation error registry, repo-detection, git
Unsupported TOML value: {type(value)!r}
validation error toml, config-serialization, type-error
expected JSON object
validation error json, jsonc, config-editing, uninstall, valueerror
expected JSON object key
validation error json, jsonc, syntax, object-keys, validation
expected colon after JSON object key
validation error json, jsonc, syntax, colon, truncated-file
expected JSON array
validation error json, jsonc, array, path-index, uninstall
empty JSON document
validation error json, jsonc, empty-file, uninstall, tokenizer
refusing to remove the JSON document root
validation error json, jsonc, guard-clause, path-validation, uninstall