Skip to content
Discussion options

You must be logged in to vote

You were right about the first one. Build the graph from your terminal, not chat:

graphify extract . --code-only

Local AST parsing, no API key, nothing in your chat context.

For the agent ignoring the graph: a graph.json on disk doesn't change agent behavior by itself. Something has to tell it to look. That's what the per-IDE installers do:

graphify antigravity install # or: cursor / codex / gemini / kiro / opencode install

For Antigravity that writes .agents/rules/graphify.md as an always-on rule: when graphify-out/graph.json exists, run graphify query "" before grepping or reading files. Other IDEs get the equivalent rules file or hook, see graphify --help. The installer also prints an …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by safishamsi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants