Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 326 Bytes

File metadata and controls

7 lines (5 loc) · 326 Bytes

@AGENTS.md

Tool Usage Preferences

  • Use specialized tools (Read, Edit, Write, Grep, Glob) instead of Bash commands whenever possible
  • Bash tools require user intervention to allow and should only be used as a last resort
  • Prefer Read over cat, Edit over sed, Write over echo/heredoc, Grep over grep, and Glob over find