Debug Tuist Project Issue Quick Start 1. Ask the user to describe the issue and the project setup (targets, dependencies, configurations, platform). 2. Confirm the issue exists with the latest release by running against a reproduction project. 3. If confirmed, clone the Tuist repository and build from source to test against main. 4. Triage: fix the bug and open a PR, advise on misconfiguration, or recommend the user files an issue with a reproduction. Step 1: Gather Context Ask the user for: - What command they ran (e.g. ) - The error message or unexpected behavior - When the issue happens :…