📝 docs: add ast-grep tool guidance to CLAUDE.md

Add guidance to use ast-grep for code pattern searches when available,
improving development workflow documentation.
This commit is contained in:
Vaayne 2025-09-11 14:34:55 +08:00
parent bcdd48615d
commit 675671688b

View File

@ -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