---
description: graphify knowledge graph context (after you run graphify once)
alwaysApply: false
---

When **`graphify-out/GRAPH_REPORT.md`** exists in this repo:

- For architecture or broad codebase questions, read **`graphify-out/GRAPH_REPORT.md`** first (god nodes, communities, suggested questions).
- If **`graphify-out/wiki/index.md`** exists, prefer navigating that wiki over opening many raw files.
- After large code edits in a session, you may run **`graphify update .`** from the repo root (AST refresh; use the project venv: **`.venv-graphify/bin/graphify`**).

To build the graph the first time (requires API / Claude as per graphify docs), run from repo root:

```bash
source .venv-graphify/bin/activate   # or: .venv-graphify/bin/graphify …
```

See **`.cursor/skills/graphify/SKILL.md`** for full `/graphify` workflows (Claude Code); in Cursor, use the **graphify** skill when the user asks for graph-style exploration.
