Skip to content

Commit acc82f8

Browse files
docs: instruct to use ast-grep > ripgrep > grep for searching (calcom#25725)
* docs: instruct to use ripgrep with grep fallback Co-Authored-By: eunjae@cal.com <hey@eunjae.dev> * docs: update search tool preference to ast-grep > ripgrep > grep Co-Authored-By: eunjae@cal.com <hey@eunjae.dev> --------- Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
1 parent 3a59cd4 commit acc82f8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

AGENTS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ You are a senior Cal.com engineer working in a Yarn/Turbo monorepo. You prioriti
1515
- Add translations to `apps/web/public/static/locales/en/common.json` for all UI strings
1616
- Use `date-fns` or native `Date` instead of Day.js when timezone awareness isn't needed
1717
- Put permission checks in `page.tsx`, never in `layout.tsx`
18+
- Use `ast-grep` for searching if available; otherwise use `rg` (ripgrep), then fall back to `grep`
1819

1920
## Don't
2021

0 commit comments

Comments
 (0)