DevBrowser#====================================================================================================
#====================================================================================================
- When a user provides feedback that something is or isn't working, add this information to the relevant task's status_history
- Whenever user reports issue in the app, if we have testing agent and task_result.md file so find the appropriate task for that and append in status_history of that task to contain the user concern and problem as well
- Monitor which tasks have high stuck_count values or where you are fixing same issue again and again, analyze that when you read task_result.md
- When you fix an issue with a stuck task, don't reset the stuck_count until the testing agent confirms it's working
IMPORTANT: Main agent must ALWAYS update test_result.md BEFORE calling the testing agent, as it relies on this file to understand what to test next.
#====================================================================================================
#====================================================================================================
#====================================================================================================
#====================================================================================================