Repo Intelligence Operator Dashboard
Graph Overview
Browse deterministic repo intelligence artifacts as a graph of projects, technologies, patterns, configs, examples, symbols, evidence documents, and linked tasks.
What this page is for
Section titled “What this page is for”- runtime and import health
- graph traversal and relation debugging
- confidence review for task/deployment truth
- recovery evidence for KG import and Task Hub sync
- operator-only work after the KB reading path identified a problem
What this page is not for
Section titled “What this page is not for”- primary repo study
- project-first KB reading
- technology deep dives for non-operators
For normal knowledge browsing, use Repo Intelligence. For graph-only traversal, use Repo Intelligence Graph Explorer.
How to generate data
Section titled “How to generate data”From repo root:
cd dagster_kbuv run python - <<'PY'from dagster_kb.jobs import kb_update_full_jobresult = kb_update_full_job.execute_in_process()print(result.success)PYThis produces:
docs/kb/kb-projects-latest.jsondocs/kb/repo-intelligence-export-latest.jsondocs/kb/repo-intelligence-memory.jsondocs/kb/repo-intelligence-kg.cypherdocs/kb/RUN-MANIFEST.mdservices/perplexport/perplexity-docs/public/data/repo-intelligence/index.jsonservices/perplexport/perplexity-docs/public/data/repo-intelligence/projects/*.jsonservices/perplexport/perplexity-docs/public/data/repo-intelligence/technologies/*.jsonservices/perplexport/perplexity-docs/public/data/repo-intelligence/patterns/*.jsonservices/perplexport/perplexity-docs/public/data/repo-intelligence/configs/*.jsonservices/perplexport/perplexity-docs/public/data/repo-intelligence/graph.jsonservices/perplexport/perplexity-docs/public/data/repo-intelligence/export-contract.json
KG import
Section titled “KG import”Dry-run the KG import plan:
uv run kb-pipeline repo-intelligence-import \ --cypher-file docs/kb/repo-intelligence-kg.cypher \ --report-out docs/kb/repo-intelligence-import-report.jsonApply to FalkorDB:
FALKORDB_URL=redis://falkordb.rwxrwxrwx.dev:6379 \uv run --with falkordb kb-pipeline repo-intelligence-import \ --cypher-file docs/kb/repo-intelligence-kg.cypher \ --report-out docs/kb/repo-intelligence-import-report-live.json \ --apply \ --graph repo_intelligence \ --socket-timeout 3If TCP access is blocked, the command still writes a deterministic JSON report with the connection failure.
Resume a partial Dagster/live import from the progress manifest:
uv run --with falkordb kb-pipeline repo-intelligence-import \ --cypher-file docs/kb/repo-intelligence-kg.cypher \ --report-out docs/kb/repo-intelligence-import-report-live.json \ --progress-manifest docs/kb/repo-intelligence-import-report-dagster.progress.json \ --resume \ --applyOperator evidence lives in:
docs/kb/repo-intelligence-runtime-status.jsondocs/kb/repo-intelligence-runtime-history.jsondocs/kb/repo-intelligence-import-report-*.jsondocs/kb/repo-intelligence-import-report-dagster.progress.json