Global Claude Code plugin that integrates the SecondBrain vault and Graphify knowledge graph into Claude sessions.
## Requirements
- Graphify **v0.8.31** (pinned — do not upgrade without verifying the patch)
- Ollama with the `qwen25-coder-7b-16k` Modelfile-baked model
-`jq` available on PATH
## Critical: reasoning_effort patch
Graphify v0.8.31 requires a `reasoning_effort:"none"` patch to prevent hanging on Ollama extraction. After any `pip upgrade graphifyy`, verify the patch is still present:
If the patch is missing, reinstall the pinned version:
```bash
pip install graphifyy==0.8.31
```
## Modelfile-baked context
The `num_ctx` setting (8192) is baked into the `qwen25-coder-7b-16k` Ollama Modelfile rather than passed as an env var, because `GRAPHIFY_OLLAMA_NUM_CTX` propagation is unreliable. If you create a new Modelfile variant, bake `num_ctx` in directly.