Skip to content

Fix dashboard local graph fallback#94

Merged
stevesolun merged 1 commit into
mainfrom
codex/dashboard-local-graph-fallback
May 28, 2026
Merged

Fix dashboard local graph fallback#94
stevesolun merged 1 commit into
mainfrom
codex/dashboard-local-graph-fallback

Conversation

@stevesolun
Copy link
Copy Markdown
Owner

Summary

  • keep dashboard graph neighborhoods functional when an installed local graph export is older than the packaged runtime graph
  • preserve the packaged SQLite index mismatch guard, but fall back to the valid local graph.json instead of rendering an empty graph
  • bump patch version to v1.0.11 and update changelog/docs release line

Validation

  • python -m pytest src/tests/test_ctx_monitor.py src/tests/test_package_scaffold.py -q
  • python -m ruff check src/ctx_monitor.py src/tests/test_ctx_monitor.py
  • python -m mypy src
  • uv run --python "C:\Program Files\Python311\python.exe" --with-requirements requirements-docs.txt mkdocs build --strict
  • ctx-init --graph --model-mode skip
  • dashboard /api/graph/github.json?type=mcp-server&limit=20 -> center mcp-server:github, 20 nodes, 19 edges, 1.14s

@stevesolun stevesolun merged commit 6ab7c7c into main May 28, 2026
18 checks passed
@stevesolun stevesolun deleted the codex/dashboard-local-graph-fallback branch May 28, 2026 16:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant