From 4f08e23807a239983108ac35371dcd5cd12e7239 Mon Sep 17 00:00:00 2001 From: Safi Date: Mon, 4 May 2026 18:26:17 +0100 Subject: [PATCH] Update README: add graphify extract to command reference, fix CI badge branch --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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