From 5f342b2c6731ff2138270701ca050fa2b888d9a6 Mon Sep 17 00:00:00 2001 From: Dhravya Shah Date: Thu, 16 Apr 2026 19:08:21 -0700 Subject: [PATCH] Enhance package description in package.json Updated the description to specify that the package is built for coding agents. --- packages/code-chunk/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/code-chunk/package.json b/packages/code-chunk/package.json index 4400c42..e86f034 100644 --- a/packages/code-chunk/package.json +++ b/packages/code-chunk/package.json @@ -1,7 +1,7 @@ { "name": "code-chunk", "version": "0.1.14", - "description": "AST-aware code chunking for semantic search and RAG", + "description": "AST-aware code chunking for semantic search and RAG, built for coding agents", "homepage": "https://github.com/supermemoryai/code-chunk#readme", "bugs": { "url": "https://github.com/supermemoryai/code-chunk/issues"