From a59abaf99d20c472eb59401717424b64c767fed0 Mon Sep 17 00:00:00 2001 From: safishamsi Date: Tue, 21 Jul 2026 21:34:47 +0100 Subject: [PATCH] docs: --code-only is an extract flag, not a skill flag (follow-up to #2075) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f273566a..8c27c82a3 100644 --- a/README.md +++ b/README.md @@ -632,7 +632,7 @@ graphify-out/ /graphify # run on current directory /graphify ./raw # run on a specific folder /graphify ./raw --mode deep # more aggressive relationship extraction -/graphify ./raw --code-only # index code only — local AST, no API key (skips docs/PDFs/images) +graphify extract ./raw --code-only # index code only — local AST, no API key (skips docs/PDFs/images); an `extract` flag, not a skill flag /graphify ./raw --update # re-extract only changed files /graphify ./raw --directed # preserve edge direction /graphify ./raw --cluster-only # rerun clustering on existing graph