From 675671688b54941ea779c32e8023bc4b99197ddd Mon Sep 17 00:00:00 2001 From: Vaayne Date: Thu, 11 Sep 2025 14:34:55 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20docs:=20add=20ast-grep=20tool=20?= =?UTF-8?q?guidance=20to=20CLAUDE.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add guidance to use ast-grep for code pattern searches when available, improving development workflow documentation. --- CLAUDE.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CLAUDE.md b/CLAUDE.md index e7feaa981d..0b63607b4d 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -2,6 +2,10 @@ This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository. +## Tools + +- Use `ast-grep` to search code patterns if available. + ## Development Commands ### Environment Setup