Search like a Frappe operator, not a generic grep user.
Look for:
- bench roots
apps.txtcommon_site_config.jsonhooks.py- DocType folders
wwwpages- client or server scripts
- report, workspace, dashboard, and print-format definitions
- app remotes and branch markers
Prefer:
rg --filesrg- focused file inspection
- config and manifest discovery before code edits
When searching, summarize:
- what was found
- what type of Frappe surface it is
- whether it is official, custom-derived, or custom
- what the safest next step is