After running graphify install --platform opencode, and restarting opencode, the /graphify command shows up fine and /graphify . The command seems to parse and create the graphify-out directory with processed graph files.
However, when I ask the agent even the simplest questions about the code base, it does not utilize Graphify at all.
Per documentation, "OpenCode writes to AGENTS.md and also installs a tool.execute.before plugin (.opencode/plugins/graphify.js + opencode.json registration) that fires before bash tool calls and injects the graph reminder into tool output when the graph exists."
However, on my Mac, I do not see any evidence of plugins being installed either in ~/.config/opencode/plugins or {repo}/.opencode/plugins.
After running graphify install --platform opencode, and restarting opencode, the /graphify command shows up fine and /graphify . The command seems to parse and create the graphify-out directory with processed graph files.
However, when I ask the agent even the simplest questions about the code base, it does not utilize Graphify at all.
Per documentation, "OpenCode writes to AGENTS.md and also installs a tool.execute.before plugin (.opencode/plugins/graphify.js + opencode.json registration) that fires before bash tool calls and injects the graph reminder into tool output when the graph exists."
However, on my Mac, I do not see any evidence of plugins being installed either in ~/.config/opencode/plugins or {repo}/.opencode/plugins.