Frappe Project Triage Quickly analyze a Frappe project to determine its type, installed apps, version, and available tooling. When to use - First step when opening a new Frappe project - Before making any code changes to understand the codebase - When debugging to determine which apps/versions are involved - To identify the development environment (Bench vs Frappe Manager) Inputs required - Project root path (where , , or app code lives) - Access to run shell commands (for version checks) Procedure 0) Identify project structure Check for these patterns: | Pattern | Project Type | |---------|-…