From bb603c45108912b02c0d6b424f1a8ec879c44794 Mon Sep 17 00:00:00 2001 From: Vitali Avagyan Date: Sun, 22 Mar 2026 15:37:29 +0100 Subject: [PATCH] docs: add gitcgr code graph badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 53c9d0f..b3db2b4 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # code-chunk +[![gitcgr](https://gitcgr.com/badge/supermemoryai/code-chunk.svg)](https://gitcgr.com/supermemoryai/code-chunk) + AST-aware code chunking for semantic search and RAG pipelines. Uses tree-sitter to split source code at semantic boundaries (functions, classes, methods) rather than arbitrary character limits. Each chunk includes rich context: scope chain, imports, siblings, and entity signatures.