diff --git a/README.md b/README.md index 5968a014..f8cdf9b9 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@

The Memory Layer - CI + CI PyPI Downloads Sponsor @@ -273,6 +273,11 @@ graphify hermes install / uninstall graphify kiro install / uninstall graphify antigravity install / uninstall +graphify extract ./docs # headless LLM extraction for CI (no IDE needed) +graphify extract ./docs --backend claude # explicit backend (auto-detected from env by default) +graphify extract ./docs --no-cluster # raw extraction only, skip clustering +graphify extract ./docs --dedup-llm # LLM tiebreaker for ambiguous entity pairs + graphify clone https://github.com/karpathy/nanoGPT graphify merge-graphs a.json b.json --out merged.json graphify watch ./src