diff --git a/README.md b/README.md index 0a883e75b..2e89b26f3 100644 --- a/README.md +++ b/README.md @@ -634,9 +634,23 @@ graphify-out/ /graphify query "what connects attention to the optimizer?" /graphify query "..." --dfs --budget 1500 +/graphify query "authentication community:Backend" +/graphify query "Q: stale cache include:memory" +/graphify query "callers god:RequestRouter" /graphify path "DigestAuth" "Response" +/graphify path "src/auth.py::validate()" "src/http.py::respond()" # disambiguate duplicate labels /graphify explain "SwinTransformer" +# Query retrieval is staged across code, docs, tests, and likely communities. +# Saved Q: work-memory nodes are fallback-only unless include:memory is present. +# community: and god: