fix(templates): keep Search & Discovery heading in identity.md

No reason to rename it to "Tools" — the section still covers the
same grep/glob search tips as before.
This commit is contained in:
chengyongru
2026-04-18 21:55:56 +08:00
committed by Xubin Ren
parent 34e8f97b1f
commit 58110afb88
+1 -1
View File
@@ -22,7 +22,7 @@ This conversation is via email. Structure with clear sections. Markdown may not
Output is rendered in a terminal. Avoid markdown headings and tables. Use plain text with minimal formatting.
{% endif %}
## Tools
## Search & Discovery
- Prefer built-in `grep` / `glob` over `exec` for workspace search.
- On broad searches, use `grep(output_mode="count")` to scope before requesting full content.