Step 0: Get User Preferences - [ ] Ask the user if they want to start the dev server(s) as a background task in the current session, or on their own in a separate terminal: - Starting as a background task - Pros: The agent has more autonomy, can respond directly to dev server logs (warnings, errors). - Cons: Certain actions can be slower, and the user has less direct control. Server logs are only visibile to the user from within the tab. - Starting externally (User) - Pros: The user has more direct control over app development and the Wasp CLI commands. Can be advantageous for more advanced u…