From e4bc87a284557e44dc5265b0c0ca6f76aa927475 Mon Sep 17 00:00:00 2001 From: Safi Date: Sun, 5 Apr 2026 22:48:23 +0100 Subject: [PATCH] README: clarify any folder works, clean up usage section --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 124cdf12..ec3ea73e 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ > Andrej Karpathy keeps a `/raw` folder where he drops papers, tweets, screenshots, and notes. graphify is the answer to that problem - 71.5x fewer tokens per query vs reading the raw files, persistent across sessions, honest about what it found vs guessed. ``` -/graphify ./raw +/graphify . # works on any folder - your codebase, notes, papers, anything ``` ``` @@ -70,13 +70,13 @@ When the user types `/graphify`, invoke the Skill tool with `skill: "graphify"` /graphify explain "SwinTransformer" /graphify ./raw --watch # auto-sync graph as files change (code: instant, docs: notifies you) - -graphify hook install # post-commit git hook - rebuilds graph on every commit automatically /graphify ./raw --wiki # build agent-crawlable wiki (index.md + article per community) /graphify ./raw --svg # export graph.svg /graphify ./raw --graphml # export graph.graphml (Gephi, yEd) /graphify ./raw --neo4j # generate cypher.txt for Neo4j /graphify ./raw --mcp # start MCP stdio server + +graphify hook install # post-commit git hook - rebuilds graph on every commit automatically ``` Works with any mix of file types: