From 1383fb0739a49f08c150362ae6867909a3cf0dc7 Mon Sep 17 00:00:00 2001 From: Safi Date: Tue, 7 Apr 2026 20:25:47 +0100 Subject: [PATCH] Update README: add graphify query CLI, 19 language count, Factory Droid in repo About --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ab511f80..54230f72 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ **An AI coding assistant skill.** Type `/graphify` in Claude Code, Codex, OpenCode, OpenClaw, or Factory Droid - it reads your files, builds a knowledge graph, and gives you back structure you didn't know was there. Understand a codebase faster. Find the "why" behind architectural decisions. -Fully multimodal. Drop in code, PDFs, markdown, screenshots, diagrams, whiteboard photos, even images in other languages - graphify uses Claude vision to extract concepts and relationships from all of it and connects them into one graph. +Fully multimodal. Drop in code, PDFs, markdown, screenshots, diagrams, whiteboard photos, even images in other languages - graphify uses Claude vision to extract concepts and relationships from all of it and connects them into one graph. 19 languages supported via tree-sitter AST (Python, JS, TS, Go, Rust, Java, C, C++, Ruby, C#, Kotlin, Scala, PHP, Swift, Lua, Zig, PowerShell, Elixir, Objective-C). > 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. @@ -162,6 +162,12 @@ graphify codex install # AGENTS.md (Codex) graphify opencode install # AGENTS.md (OpenCode) graphify claw install # AGENTS.md (OpenClaw) graphify droid install # AGENTS.md (Factory Droid) + +# query the graph directly from the terminal (no AI assistant needed) +graphify query "what connects attention to the optimizer?" +graphify query "show the auth flow" --dfs +graphify query "what is CfgNode?" --budget 500 +graphify query "..." --graph path/to/graph.json ``` Works with any mix of file types: