docs: --code-only is an extract flag, not a skill flag (follow-up to #2075)

This commit is contained in:
safishamsi
2026-07-21 21:34:47 +01:00
parent bb8f5bd675
commit a59abaf99d
+1 -1
View File
@@ -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